
/*________ Main Elements ________*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 70% Lucida Sans Unicode,Lucida Grande,Verdana,Arial,sans-serif; color: #596268; text-decoration: none;
	text-align: center;
	background: #FFFFFF url(/images/bg-body.gif) no-repeat top center;
}
a, a:visited {
	color: #37891b;
	text-decoration: underline;
}
a:hover {
	color: #0065ac;
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
}


/*________ Header ________*/

#header {
	background: #FFFFFF url(/images/bg.gif) repeat-x top center;
	text-align: center;
}
#header.referrals {
	height: 105px;
}

h1 {
	margin-left: auto;
	margin-right: auto;
}
h1 img {
	margin-left: auto;
	margin-right: auto;
}

.hiring {
	position: fixed;
	top: 0;
	right:0;
}


/*________ Flash ________*/

#flash {
	width: 766px;
	height: 110px;
	margin: 29px auto 10px auto;
	border: 1px solid #e5e5e5;
	padding: 1px;
	background-color: #FFF;
}

.mainImageLeft {
	float: left;
	margin-right: 10px;
}


/*________ Content ________*/

#content {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(/images/bg-portfolio-bottom.gif) no-repeat bottom center;
}
#content h2 {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	font: 160% Georgia,Arial,sans-serif; color: #596268; text-decoration: none;
	line-height: 1.5em;
	text-align: center;
}
#content h2.referrals {
padding: 20px 0 40px 0;
}
#content h2 em {
	color: #0065ac;
}
#content h2 a {
	color: #37891b;
	text-decoration: underline;
}
#content h2 a:hover {
	color: #0065ac;
	text-decoration: none;
}


/*________ Portfolio ________*/

#portfolio {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#portfolio div {
	width: 330px;
	float: left;
	height: 278px;
	margin: 0 15px;
	display: inline;
}
#portfolio div img {
	border: 1px solid #e5e5e5;
	padding: 2px;
	background-color: #FFF;
	margin-bottom: 12px;
}
#portfolio div p {
	line-height: 1.5em;
	padding-bottom: 10px;
	background: #FFFFFF url(/images/bg-break-line.gif) repeat-x left bottom;
}
#portfolio div p strong {
	color: #0065ac;
}
#portfolio div p a, #portfolio div p a:hover {
	color: #596268;
	text-decoration: none;
}
#portfolio div p.websiteLink {
	background: #FFFFFF url(/images/icon-arrow.gif) no-repeat left;
	padding-left: 15px;
	padding-top: 8px;
	color: #37891b;
	text-decoration: none;
	font-weight: bold;
}
#portfolio div p.websiteLink a {
	color: #37891b;
	text-decoration: none;
}
#portfolio div p.websiteLink a:hover {
	color: #0065ac;
	text-decoration: underline;
}


/*________ About Us ________*/

#aboutUs {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#aboutUs h3 {
	color: #0065ac;
	font: 150% Georgia,'Times New Roman',serif;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
}
.simplicity {
	background: url(/images/icon-simplicity.gif) no-repeat left;
	padding-left: 25px;
}
.quality {
	background: url(/images/icon-quality.gif) no-repeat left;
	padding-left: 25px;
}
.knowledge {
	background: url(/images/icon-knowledge.gif) no-repeat left;
	padding-left: 25px;
}
.portfolio {
	background: url(/images/icon-portfolio.gif) no-repeat left;
	padding-left: 25px;
}
.contact {
	background: url(/images/icon-contact.gif) no-repeat left;
	padding-left: 25px;
}
.whatElse {
	background: url(/images/icon-whatelse.gif) no-repeat left;
	padding-left: 25px;
}
#aboutUs p {
	font-size: 120%;
	margin-bottom: 20px;
	line-height: 1.6;
}
#aboutUs ul {
	font-size: 120%;
	margin-bottom: 20px;
	margin-left: 30px;
	line-height: 1.8;
	list-style-type: none;
}
#aboutUs li {
	background: url(/images/icon-bullet.gif) no-repeat left;
	padding-left: 20px;
}


/*________ InfoArea ________*/

#infoArea {
	width: 750px;
	text-align: left;
	margin: auto;
	padding: 10px;
}
#infoArea h2 {
	color: #0065ac;
	font: 150% Georgia,'Times New Roman',serif;
	margin-bottom: 13px;
}
#infoArea dl {
	font-size: 110%;
	line-height: 1.5;
	width: 290px;

}
#infoArea dt {
	color: #0065ac;
	font-weight: bold;
	float: left;
	width: 50px;
	clear: left;
}
#infoArea dd {
	float: left;
	display: block;
	width: 180px;
	padding-bottom: 7px;
}

#contactForm {
	float: right;
	width: 430px;
	margin-bottom: 20px;
}

#contactForm.application {
float: none;
width: 680px;
}
#contactForm.application h4 {
margin: 0 0 10px 0;
display: block;
background-color: #2a9bcd;
color: #fff;
font-size: 110%;
padding: 6px 10px;
text-transform: uppercase;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#contactForm p {
	margin-bottom: 10px;
}

#contactForm fieldset {
	border: 0;
}

#contactForm fieldset legend {
	display: none;
}

#contactForm fieldset label {
	font-size: 110%;
	float: left;
	width: 120px;
	font-weight: bold;
	clear: left;
}

#contactForm.application fieldset label {
width: 180px;
padding: 4px 0 0 0;
}

#contactForm fieldset input {
	margin-bottom: 4px;
	width: 246px;
	height: 14px;
	border: 1px solid #e5e5e5;
	padding: 2px 6px;
	font: 100% 'Lucida Sans Unicode',Arial,sans-serif;
}
#contactForm.application fieldset input {
margin-bottom: 15px;
height: 20px;
}

#contactForm fieldset textarea {
	margin-bottom: 6px;
	width: 286px;
	height: 104px;
	border: 1px solid #e5e5e5;
	overflow: auto;
	padding: 2px 6px;
	font: 100% 'Lucida Sans Unicode',Arial,sans-serif;
}

#essential label, #advantage label, #general label {
display: none;
}

#contactForm.application fieldset textarea {
width: 668px;
margin-bottom: 20px;
}

#contactForm #verification img {
	margin-left: 120px;
	margin-bottom: 4px;
}

#contactForm #verification a {
	margin-left: 120px;
	padding-bottom: 4px;
	display: block;
	width: 80px;
}

#contactForm #verification label {
	display: block;
	margin-left: 120px;
	margin-bottom: 4px;
}

#contactForm #verification input {
	margin-bottom: 4px;
	margin-left: 120px;
	width: 121px;
	height: 14px;
	border: 1px solid #e5e5e5;
	padding: 2px 6px;
	font: 100% 'Lucida Sans Unicode',Arial,sans-serif;
}

#submitButton {
	margin-left: 120px;
	margin-top: 4px;
}

#contactForm.application #submitButton {
	margin: 0;
}
#mnameholder {
display: none;
}


/*________ Footer ________*/

#footer {
	background: #ebeced url(/images/bg-footer.gif) no-repeat bottom right;
	text-align: center;
	padding: 12px 10px 10px 15px;
	height: 18px;
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 30px solid #FFF;
	text-align: left;
	clear: both;
}

#errorHolder {
border: 1px solid #ff0000;
padding: 20px;
margin-bottom: 20px;
-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.errorText {
	color: #ff0000;
	margin-bottom: 15px;
}
#errorHolder ul.errorText {
	margin: 0 0 0 40px;
padding: 0;
}
#success {
	background-color:#f3f8f2;
	border: 1px solid #c8dec0;
	color: #37891b;
	padding: 20px;
margin: 0 0 20px 0;
-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#success p {
margin: 0;
}

#success.referrals {
border: 0;
background-color: #ffffff;
}

#success a {
	margin-top: 15px;
	display: block;
}

/*________ Refferal Form ________*/

#content #referrals {
padding-bottom: 100px;
}

#content #referrals fieldset {
width: 400px;
border: 0;
}

#content #referrals label {
float: left;
clear: both;
text-align: right;
width: 160px;
margin: 0 10px 10px 0;
padding: 3px 0 0 0;
}

#content #referrals fieldset input {
margin: 0 0 10px 0;
float: left;
width: 197px;
padding: 2px 0 2px 3px;
}

#content #referrals fieldset textarea {
float: left;
height: 56px;
width: 197px;
margin: 0 0 10px 0;
padding: 2px 0 2px 3px;
overflow: auto;
font: 120% Arial,Helvetica,Sans Serif;
}

#content #referrals input {
margin: 0 0 0 170px;
}

.uploadifyQueue {
margin: 0 0 20px 180px;
width: 240px;
display: block;
overflow: hidden;
background-color: #E5E5E5;
padding: 5px 10px;
clear: both;
font-size: 90%;
display: none;
}
.uploadifyQueue img {
float: right;
}
.uploadContents {
margin-bottom: 20px;
}

#pdfHolder span {
	background-color: #E5E5E5;
	padding: 5px 10px;
font-size: 90%;
display: block;
clear: both;
margin: 0 0 20px 180px;
width: 240px;
}

