@charset "utf-8";
/* CSS Document */
/*clears common tags*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
img {
	border: 0px;
}
/*end clears common tags*/

body {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	background-color: #375D81;
}
/*text, fonts and hyperlinks*/
p {
	margin: 0px 0 0px 0;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color:#333333;
}
a, a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
	font-family: Georgia, Times, serif;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	font-family: Georgia, Times, serif;
}
.plusSign {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color:#DAE7A2;
}
h1 {
	font-family: Georgia, Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight:lighter;
	line-height:40px;
}
h2 {
	font-family:  Georgia, Times, serif;
	font-size: 24px;
	color: #000;
	font-weight: 200;
	line-height:20px;
}
h3 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight:lighter;
	line-height:20px;
}
h4 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #007DC3;
	font-weight:200;
	line-height:20px;
}
.blue36 {
	font-family: Georgia, Times, serif;
	font-size: 36px;
	color: #007DC3;
	font-weight:lighter;
}
.white36 {
	font-family:  Georgia, Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight:lighter;
}
.blue24 {
	font-family:  Georgia, Times, serif;
	font-size: 24px;
	color: #007DC3;
	font-weight:lighter;
}
.blue14 {
	font-family:  Georgia, Times, serif;
	font-size: 14px;
	color: #007DC3;
	font-weight:lighter;
}
.white14 {
	font-family:  Georgia, Times, serif;
	font-size: 14px;
	color: #FFF;
	font-weight:lighter;
}
.green16 {
	font-family:  Georgia, Times, serif;
	font-size: 16px;
	color: #DAE7A2;
	font-weight:lighter;
}
.grey18 {
	font-family:  Georgia, Times, serif;
	font-size: 18px;
	color: #333;
	font-weight:lighter;
}
.white24 {
	font-family:  Georgia, Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight:lighter;
}
/*end text, fonts and hyperlinks*/
/*layout*/
#topHead {
	background-color: #1F5E8A;
	height: 25px;
	width: 100%;
}
#headerOut {
	height: 109px;
	width: 100%;
	position:relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #123750;
	border-bottom-color: #123750;
	background-color: #C4D7ED;
	background-image: url(../images/header_repeat_BG.png);
	background-repeat: repeat-x;
}
#headerInner {
	height: 109px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	
}
#navigation {
	height: 32px;
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	text-align: left;
}
#navigation ul {
	margin-top: 0px;
	padding: 2px 2px;
	list-style-image: none;
	list-style-type: none;
}
#navigation li {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding:5px;
	list-style-type: none;
	list-style-image: none;
}
#navigation a {
	font-weight: bold;
	font-size: 17px;
	text-decoration:none;
	color: #FFF;
	font-family: century gothic, "Times New Roman", Times, serif;
}
#navigation li a:hover {
	color: #DAE7A2;
	text-decoration: underline;
}
#navigation #CAT a {
	background-color: #D86344;
	color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#contentHolder {
	height:auto;
	min-height:100%;
	padding: 30px;
	width: 920px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position:relative;
	z-index:1;
	background-color: #183152;
}
#logo {
	position:absolute;
	left:0px;
	top:11px;
	width:313px;
	height:80px;
	z-index:1;
}
#twitter {
	position:absolute;
	left:947px;
	top:0px;
	width:32px;
	height:32px;
	z-index:1;
}
#facebook {
	position:absolute;
	left:900px;
	top:0px;
	width:32px;
	height:32px;
	z-index:2;
}
#blog {
	position:absolute;
	left:850px;
	top:0px;
	width:32px;
	height:32px;
	z-index:3;
}
#contentHolder #contentHeader {
	height: 40px;
	width: 620px;
	padding-left: 10px;
}
#contentHolder #bodyContent {
	padding: 20px;
	width: 650px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color:#FFF;
	min-height:400px;
	position: relative;
}
#contentHolder #innerContent {
	position:relative;
	left:0px;
	top:0px;
	width:653px;
	z-index:1;
	padding:1px;
}
#bodyContent a {
	color:#007DC3;
	text-decoration:none;
}
#bodyContent a:hover {
	color:#000;
	text-decoration:underline;
}
#subNav {
	height: 150px;
	width: 100%;
	padding-top: 20px;
	margin-top: 70px;
	position:relative;
	background-color: #183152;
}
#subNavInner {
	height: 130px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.SubNavInd {
	height: 120px;
	width: 300px;
	margin-right: 25px;
	padding-right: 0px;
	float: left;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color:#C8DF8E;
}
#SubNavInd p {
}
#navBack {
	height: 35px;
	width: 725px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #183152;
}
#footer {
	height: 145px;
	width: 100%;
	position:relative;
	background-color: #E1E6F4;
}
#footerInner {
	height: 125px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position:relative;
	font-family:  Georgia, Times, serif;
	font-size: 11px;
	color: #333;
	font-weight:lighter;
}
#footerInner a {
	font-size: 11px;
	color: #333;
	font-weight:lighter;
	text-decoration:none;
}
#footerInner a:hover {
	font-size: 11px;
	color: #333;
	font-weight:lighter;
	text-decoration:underline;
}

#quote {
	position:absolute;
	left:802px;
	top:4px;
	width:179px;
	height:28px;
	z-index:1;
}
#phone {
	position:absolute;
	left:761px;
	top:26px;
	width:219px;
	height:50px;
	z-index:1;
}
#Xhtml {
	position:absolute;
	left:774px;
	top:15px;
	width:88px;
	height:31px;
	z-index:1;
}
#validCSS {
	position:absolute;
	left:882px;
	top:16px;
	width:88px;
	height:31px;
	z-index:2;
}
#clientLogin {
	position:absolute;
	left:885px;
	top:111px;
	width:81px;
	height:28px;
	z-index:1;
}
#rightSubNav {
	position:absolute;
	left:731px;
	top:60px;
	width:234px;
	height:auto;
	z-index:1;
	padding-top:25px;
}
#rightSubNav ul {
	list-style-image: none;
	list-style-type: none;
	margin:0px;
}
#rightSubNav li {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}
#rightSubNav a {
	font-weight: lighter;
	font-size: 12px;
	text-decoration:none;
	color: #FFF;
	font-family:"Trebuchet MS", Helvetica, Tahoma, sans-serif;
}
#rightSubNav li a:hover {
	color: #C8DF8E;
	text-decoration: underline;
}
#rightSubNav #PID a {
	background-color: #D86344;
	color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#Success Form {
	height: 20px;
	width: 600px;
}
#contactForm {
	height: auto;
	width: 600px;
	margin-top: 15px;
}

/*end layout*/
/*index page*/

#indexContainer {
	height: 350px;
	width: 980px;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
#indexContainerInner {
	height: 600px;
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 25px;
}
/*portfolio page*/

#bodyContent2 {
	padding: 20px;
	width: 880px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color:#FFF;
	min-height:400px;
	position:relative;
	height:1300px;
}
.portIND {
	padding: 5px;
	float: left;
	height: 150px;
	width: 250px;
	border: 1px solid #CCCCCC;
	position:relative;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
}
.testimonials {
	padding: 10px;
	height: auto;
	width: 600px;
	background-image: url(../images/quote.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
}
#BoyUp {
	height: 30px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	position:relative;
	margin-top: 20px;
	z-index:5;
}
#floatObject {
	position:absolute;
	left:673px;
	top:-53px;
	width:167px;
	height:173px;
	z-index:3;
}
#floatObject2 {
	position:absolute;
	left:363px;
	top:4px;
	width:167px;
	height:173px;
	z-index:3;
}
#topLinks {
	width:980px;
	height:17px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#topLinks ul {
	margin-top: 0px;
	padding: 2px 2px;
	list-style-image: none;
	list-style-type: none;
}
#topLinks li {
	float:right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}
#topLinks a {
	font-weight: lighter;
	font-size: 12px;
	text-decoration:none;
	color: #FFF;
	font-family:"Trebuchet MS", Helvetica, Tahoma, sans-serif;
}
#topLinks li a:hover {
	color: #DAE7A2;
	text-decoration: underline;
}
