/* CSS Document */

html {overflow: scroll;}

/*general styles*/
body {background-color: #c7c7c7; background-image: url(../img/site/background.gif); background-repeat: repeat-x; background-position: top left; font-family: Arial, Helvetica, sans-serif; text-align: center; padding: 0px; margin: 0px; margin-bottom: 10px;}

a:link {color: #083266; font-weight: bold; text-decoration: underline;}
a:visited {color: #083266; font-weight: bold; text-decoration: underline;}
a:hover {color: #e0c400; font-weight: bold; text-decoration: underline;}
a:active {color: #083266; font-weight: bold; text-decoration: underline;}
a:focus {color: #083266; font-weight: bold; text-decoration: underline;}

#wrapper {width: 958px; margin: auto;}
#nav {
	background-image: url(../img/site/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	float: left;
	width: 954px;
}

#nav ul {list-style: none;}
#nav li {
	float: left;
	width: 136px;
	display: block;
    height: 32px;
}
#nav li a:link {display: block; float: left; width: 136px; font-size: 12px; height: 25px; padding-top: 7px; color: #010b18; text-decoration: none; font-weight: bold;}
#nav li a:visited {display: block; float: left; width: 136px; font-size: 12px; height: 25px; padding-top: 7px; color: #010b18; text-decoration: none; font-weight: bold;}
#nav li a:hover {display: block; float: left; width: 136px; font-size: 12px; height: 25px; padding-top: 7px; color: #083063; text-decoration: none; background-image: url(../img/site/bg_nav_roll.gif); background-position: bottom center; background-repeat: no-repeat; font-weight: bold;}
#nav li a:active {display: block; float: left; width: 136px; font-size: 12px; height: 25px; padding-top: 7px; color: #010b18; text-decoration: none; font-weight: bold;}
#nav li a:focus {display: block; float: left; width: 136px; font-size: 12px; height: 25px; padding-top: 7px; color: #010b18; text-decoration: none; font-weight: bold;}

#content {
	width: 952px;
	text-align: left;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	float: left;
	background-color: #fbfbfb;
}

#content ul, #content ol {margin-left: 23px; margin-bottom: 20px; color: #001633;}
#content ul {list-style-image: url(../img/site/yellow_dot.jpg); list-style-position: outside;}

#content p {color: #001633;}

#content h2 {color: #001633; font-size: 14px; font-weight: bold; margin-bottom: 20px;}
#content h3, #content h4 {color: #001633; font-size: 12px; font-weight: bold; margin-bottom: 20px;}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, form {margin: 0px; padding: 0px;}

#padTop {padding-top: 20px;}

p, table {font-size: 12px;}
p {margin-bottom: 10px;}

.floatDivLeft {float: left;}
.floatDivRight {
	float: left;
}
.clearDiv {clear: both;}

.cmsImg {float: right; width: 150px; margin-left: 20px; margin-bottom: 20px;}

.fnt12 {font-size: 12px;}
.fnt14 {font-size: 14px;}
.fnt16 {font-size: 16px;}
.fnt24 {font-size: 24px;}
.boldTxt {font-weight: bold;}
.yelText {color: #ffd909;}
.blueText {color: #001633;}

.input, .comments {background-color: #fff; border: solid 1px #ccc; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

ul {font-size: 12px;}

.paging {font-size: 12px; padding: 3px; color: #001633; margin-bottom: 10px; text-align: left;}
.divPad10 {padding: 10px;}
/*end of general styles*/

/*index styles*/
#topImgIndex {
	background-image: url(../img/site/about_us_bg.jpg);
	background-position: right;
	float: left;
	width: 954px;
	background-repeat: no-repeat;
	height: 176px;
}

.aboutShort {
	float: right;
	width: 310px;
	margin-top: 35px;
	padding-right: 50px;
	text-align: left;
}
.aboutShort h1 {font-size: 14px;}

#boxesIndex {
	background-image: url(../img/site/bg_boxes.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 954px;
}

#boxesIndex a:link {color: #fff; font-size: 16px; text-decoration: none; font-weight: bold;}
#boxesIndex a:visited {color: #fff; font-size: 16px; text-decoration: none; font-weight: bold;}
#boxesIndex a:hover {color: #fff; font-size: 16px; text-decoration: underline; font-weight: bold;}
#boxesIndex a:active {color: #fff; font-size: 16px; text-decoration: none; font-weight: bold;}
#boxesIndex a:focus {color: #fff; font-size: 16px; text-decoration: none; font-weight: bold;}

.boxSmall h2, .boxLarge h2 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 10px;
}
.boxLarge h2 {color: #ffd909;}
.boxSmall, .boxLarge {
	background-color: #001837;
	background-image: url(../img/site/bg_boxes_innr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: solid 5px #00050b;
	padding: 10px;
	color: #fff;
	width: 202px;
	border-top: 0px;
	text-align: left;
	float: left;
	margin-right: 8px;
	padding-top: 0px;
	height: 150px;
}

.yellowBut {background-color: #f5d704; color: #001633; border: 0px; padding: 3px; font-weight: bold;}

.boxLarge {
	width: 444px;
	margin-right: 0px;
	height: 150px;
	position: relative;
}

.boxLarge table td {
	padding-bottom: 5px;
}

.boxLarge .input {
	width: 280px;
	height: 20px;
}

#bottomDetails {
	background-color: #f2f2f2;
	padding: 10px;
	width: 932px;
	float: left;
	border-right: 1px solid #ccc;
	border-left: solid 1px #ccc;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img/site/bg_btm_details.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.bottomDetailsInner {	
	border-top: 10px solid #f2f2f2;
	border-bottom: 10px solid #f2f2f2;}

#bottomDetails p {margin-top: 20px;}

#bottomDetails h2, #bottomDetails h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

#bottomDetails h4 {font-size: 12px; font-weight: bold;}

.floatDetails, .floatDetails2, .floatDetails3 {
	float: left;
	width: 298px;
	padding: 10px;
	padding-left: 0px;
	text-align: left;
}

.floatDetails2 {
	padding-left: 10px;
	width: 297px;
}

.floatDetails3 {
	padding-right: 0px;
	border-right: 0px;
	margin-right: 0px;
	padding-left: 10px;
	width: 296px;
	padding-bottom: 0px;
}

* html .floatDetails3 {width: 286px;}

#bottomDetails .rightLink {
	float: left;
	width: 297px;
	text-align: right;
}

* html #bottomDetails .rightLink {width: 287px;}
#bottomDetails .leftLink {
	float: left;
	width: 317px;
	text-align: left;
}

.linkSetDetails {
	float: left;
	width: 940px;
}

* html .linkSetDetails {width: 930px;}

#errors {
	position: absolute;
	background-color: transparent;
	width: 264px;
	left: 190px;
	top: 1px;
	height: 39px;
	padding: 5px;
	padding-top: 0px;
}

#errors p {font-size: 11px;}
/*end of index styles*/

/*inner page styles*/

#innerTop {
	width: 692px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	padding: 10px;
	padding-right: 250px;
	padding-bottom: 20px;
}

#innerTop h1, .leftContent h1, .leftContentWide h1 {
	color: #083063;
	font-size: 21px;
	margin-bottom: 20px;
}
.aboutTop {background-image: url(../img/site/bg_top_about.jpg);}
.servicesTop {background-image: url(../img/site/bg_top_services.jpg);}
.contactTop {background-image: url(../img/site/bg_top_contact.jpg);}
.faqsTop {background-image: url(../img/site/bg_top_faqs.jpg);}
.teamTop {background-image: url(../img/site/bg_top_team.jpg);}
.testimonialsTop {background-image: url(../img/site/bg_top_testimonials.jpg);}
.partnersTop {background-image: url(../img/site/bg_top_partners.jpg);}
.careersTop {background-image: url(../img/site/bg_top_careers.jpg);}

.leftContent, .leftContentWide {
	float: left;
	width: 650px;
	padding: 20px;
	padding-top: 0px;
}

.leftContentWide {
	width: 910px;
}

.totalContent {
	float: left;
	width: 910px;
	padding: 20px;
	padding-top: 0px;
}

.rightContent {
	float: left;
	width: 262px;
	margin-bottom: 20px;
}

.rightbg {
	width: 202px;
	padding: 20px;
	padding-top: 0px;
	background-image: url(../img/site/right_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	padding-bottom: 0px;
}

.rightbg h3, .rightbg h2 {font-size: 14px; color: #001633; margin-bottom: 10px;}

.repeatRight {
	float: left;
	border-bottom: dotted 1px #ccc;
	width: 201px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.phoneFloat {
	float: left;
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	color: #001633;
}

.yellowPhone {float: left; margin-right: 10px;}

/*end of inner page styles*/

/*services styles*/
.blueBoxServices, .blueBoxServices2 {
	background-color: #021c3e;
	border: solid 5px #061f40;
	background-image: url(../img/site/bg_blue_grad.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 310px;
	float: left;
	margin-right: 10px;
	color: #fff;
	height: 190px;
}

.blueBoxServices2 {margin-right: 0px;}

.blueBoxText {
	float: left;
	width: 214px;
}

.blueBoxPad {
	padding: 10px;
	float: left;
	width: 194px;
}

#content .blueBoxServices .blueBoxPad p, #content .blueBoxServices2 .blueBoxPad p {color: #fff;}

#content .blueBoxServices .blueBoxPad ul, #content .blueBoxServices2 .blueBoxPad ul {list-style-image: none; list-style: disc; color: #fff; margin-left: 10px;}
#content .blueBoxServices .blueBoxPad li, #content .blueBoxServices2 .blueBoxPad li {margin-bottom: 10px;}

#content .blueBoxServices .blueBoxPad a:link {color: #ffd909; font-size: 14px; font-weight: bold; text-decoration: none;}
#content .blueBoxServices .blueBoxPad a:visited {color: #ffd909; font-size: 14px; font-weight: bold; text-decoration: none;}
#content .blueBoxServices .blueBoxPad a:hover {color: #ffd909; font-size: 14px; font-weight: bold; text-decoration: underline;}
#content .blueBoxServices .blueBoxPad a:active {color: #ffd909; font-size: 14px; font-weight: bold; text-decoration: none;}
#content .blueBoxServices .blueBoxPad a:focus {color: #ffd909; font-size: 14px; font-weight: bold; text-decoration: none;}

#content .blueBoxServices2 .blueBoxPad a:link {color: #ffd909; font-size: 14px; font-weight: bold; text-decoration: none;}
#content .blueBoxServices2 .blueBoxPad a:visited {color: #ffd909; font-size: 14px; font-weight: bold; text-decoration: none;}
#content .blueBoxServices2 .blueBoxPad a:hover {color: #ffd909; font-size: 14px; font-weight: bold; text-decoration: underline;}
#content .blueBoxServices2 .blueBoxPad a:active {color: #ffd909; font-size: 14px; font-weight: bold; text-decoration: none;}
#content .blueBoxServices2 .blueBoxPad a:focus {color: #ffd909; font-size: 14px; font-weight: bold; text-decoration: none;}

/*end of services styles*/

/*contact styles*/
.contact table .input, .contact table .comments {width: 273px;}
.contact table .input {
	padding-top: 5px;
	padding-bottom: 5px;
}
.contact table .comments {
	height: 100px;
	overflow: auto;
}

.formContainer {width: 384px; float: left; margin-right: 15px;}

.contact table {float: left;}
.contact table td {padding-bottom: 5px;}
#map {width: 339px; height: 293px; float: left; border: solid 1px #ccc; margin-right: 15px;}
.address {float: left; width: 150px;}
/*end of contact styles*/

/*faq styles*/
.question {
	background-color: #021d40;
	background-image: url(../img/site/bg_faq.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: solid 5px #061f40;
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}

.questLeft {
	float: left;
	width: 600px;
}
.questRight {float: right; width: 27px;}

.question a:link {color: #fff; font-weight: bold; text-decoration: none;}
.question a:visited {color: #fff; font-weight: bold; text-decoration: none;}
.question a:hover {color: #fff; font-weight: bold; text-decoration: none;}
.question a:active {color: #fff; font-weight: bold; text-decoration: none;}
.question a:focus {color: #fff; font-weight: bold; text-decoration: none;}

.theQ {color: #ffd909; font-size: 20px;}
.answer {
	color: #001633;
	margin-left: 23px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*end of faq styles*/

/*meet the team styles*/
.teamBox {
	background-color: #061f40;
	background-image: url(../img/site/bg_staff.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 5px #061f40;
	width: 145px;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
	float: left;
	margin-bottom: 10px;
	height: 360px;
}
#content .leftContent .teamBox p {color: #fff;}

.teamBox img {
	border: 2px solid #092f61;
}

.namePos {
	float: left;
	width: 107px;
	background-image: url(../img/site/meet_team.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	margin-bottom: 10px;
}

.teamBox a:link {color: #fff;}
.teamBox a:visited {color: #fff;}
.teamBox a:hover {color: #fff;}
.teamBox a:active {color: #fff;}
.teamBox a:focus {color: #fff;}
/**/

/*testimonials styles*/

.testimonialBox {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #001633;
	border-top: dotted #ccc 1px;
	padding-top: 10px;
}

/*end of testimonials styles*/

/*careers styles*/
.jobBox {
	float: left;
	width: 670px;
}

.jobTitle {
	background-image: url(../img/site/bg_careers_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 620px;
	padding: 20px;
	padding-bottom: 10px;
}

#content .leftContent .jobBox .jobTitle h2 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #323232;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content .leftContent .jobBox .jobText h3 {font-size: 12px; font-weight: bold; color: #323232; margin-bottom: 0px; padding-bottom: 0px; margin-bottom: 10px;}

.jobText {
	background-image: url(../img/site/bg_careers_middle.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 620px;
	padding: 20px;
	padding-top: 0px;
}

.jobText table td {padding: 5px; padding-left: 0px; color: #083063;}
.jobText table td .input, .jobText table td .comments {width: 190px; overflow: auto;}
.jobText table td .comments {height: 78px;}

.jobForm {background-color: #F4F4F4; padding: 10px; border: solid 1px #ccc;}
/*end of careers styles*/

/*services styles*/
#content .services ul {list-style-image:url(../img/site/yellow_tick.jpg); margin-top: 20px; margin-bottom: 20px; list-style-position: outside;}
.services li {margin-bottom: 5px;}
.services .subNav {float: right; margin-bottom: 20px; margin-left: 20px; width: 200px; font-size: 12px; text-align: right;}
/*end of services styles*/

/*footer styles*/
#footer {
	background-image: url(../img/site/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #001633;
	padding: 10px;
	color: #fff;
	float: left;
	width: 934px;
}
#footer .leftFooter {
	float: left;
	width: 450px;
	text-align: left;
	padding-top: 10px;
}
#footer .rightFooter {
	float: right;
	width: 450px;
	text-align: right;
	padding-top: 10px;
}

#footer a:link {color: #fff; text-decoration: none; font-weight: normal;}
#footer a:visited {color: #fff; text-decoration: none; font-weight: normal;}
#footer a:hover {color: #fff; text-decoration: underline; font-weight: normal;}
#footer a:active {color: #fff; text-decoration: none; font-weight: normal;}
#footer a:focus {color: #fff; text-decoration: none; font-weight: normal;}
/*end of footer styles*/
