/*----------------Home Page/Universal Styles --------------*/

body {
	background: #006a93;
}
h1 {
	text-indent: -9999px;
}
h2 {
	font: bold 24px Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h3 {
	font: 18px Verdana, Geneva, sans-serif;
	color: #FFF;
}
h4 {
	font: bold 18px "Times New Roman", Times, serif;
	color: #0086b1;
	margin-bottom: 8px;
	margin-top: 20px;
}
h5 {
	font: 18px Verdana, Geneva, sans-serif;
	color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
}
h5 a {
	font: 18px Verdana, Geneva, sans-serif;
	color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
}
hr {
	color: #2daed7;
	margin: 40px 0px 0px;
}
#containerHome {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #FFF url(../_images/home_bkg.gif) repeat-y left top;
}
#header {
	background: #FFF url(../_images/head_shadow.png) no-repeat center bottom;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#logo {
	width: 380px;
	padding-right: 80px;
	display: inline;
}
#nav {
	width: 450px;
	padding-right: 10px;
	float: right;
	margin-top: 50px;
	display: inline;
}
#nav ul  {
	font: bold 18px "Times New Roman", Times, serif;
	color: #000;
}
#nav ul li {
	display: block;
	float: left;
	padding: 5px 12px;
}
#nav ul li a{
	font: bold 18px "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus{
	font: bold 18px "Times New Roman", Times, serif;
	color: #2daed7;
	text-decoration: none;
}
#nav ul li a.current {
	font: bold 18px "Times New Roman", Times, serif;
	color: #2daed7;
	text-decoration: none;
}
#fadeshow1 {
	height: 500px;
	width: 300px;
	margin-left: 10px;
	
}
#mainContent {
	width: 630px;
	padding: 10px;
	float: right;
	margin: 0px;
	background: url(../_images/home_mainContent_bkg.gif) no-repeat left 50px;
	height: 500px;
}
#introText {
	background: #fff;
	width: 590px;
	margin-top: 65px;
	padding: 20px;
	font: 14px "Times New Roman", Times, serif;
	color: #000;
}
#introText ul {
	list-style: disc;
	padding-left: 35px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#introText ul li {
	padding-top: 15px;
}
.link a{
	color: #2daed7;
	font: 11px Verdana, Geneva, sans-serif;
	float: right;
}
#footer {
	background: #fff url(../_images/head_shadow.png) no-repeat left bottom;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 25px;
	clear: both;
}
#footer p {
	font: 11px "Times New Roman", Times, serif;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
.fltrt{
	float:right;
}


/*----------------Secondary Page Styles --------------*/



#containerServices {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #FFF url(../_images/services_bkg.gif) repeat-y left top;
}
p.introduction:first-letter {
	font-size : 450%;
	float : left;
	color : #000;
	line-height: 0.9em; 
	margin-right: 0.05em; 
	padding-top: 0; 
	padding-bottom: 0.02em; 

 }
#sidebar {
	width: 220px;
	margin-left: 10px;
	_display: inline;
}
#sidebar ul {
	font: bold 18px "Times New Roman", Times, serif;
	color: #FFF;
	text-align: right;
	display: block;
	padding-right: 30px;
	margin-top: 50px;
}
#sidebar ul li {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
#sidebar ul li a {
	color: #FFF;
	text-decoration: none;
}
#sidebar ul li a:hover, #sidebar ul li a:active, #sidebar ul li a:focus {
	color: #000;
	text-decoration: none;
}
#sidebar ul li a.current {
	color: #000;
	text-decoration: none;
}
#servicesContent {
	width: 710px;
	padding: 10px;
	float: right;
	margin: 0px 0px 20px;
	background: url(../_images/servicesContent_bkg.gif) no-repeat left 10px;
}
#servicesIntro {
	width: 620px;
	margin-top: 20px;
	padding: 0px;
	font: 16px "Times New Roman", Times, serif;
	color: #000;
	float: right;
	margin-right: 10px;
}
#servicesText {
	margin-top: 20px;
	background: #FFF;
	padding: 20px;
}
#servicesText p a {
	color: #000;
	text-decoration: underline;
}
#servicesText img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#servicesText ul li {
	margin-left: 40px;
	list-style: disc outside;
}
#thumbs {
	width: 600px;
	padding-bottom: 20px;
}
#thumbs img {
	padding: 0px;
	cursor: pointer;
	margin: 4px;
}
#featureLogo {
	width: 250px;
	height:auto;
	margin-top: 40px;
}
#captions {
	width: 300px;
	overflow: hidden;
	margin-top: 40px;
	float: right;
	clear: both;
}
.projectBlue {
	font: bold 14px "Times New Roman", Times, serif;
	color: #0086b1;
}
.logoName {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #000;
}
.visibilityNone {
	visibility: hidden;
}
.displayNone {
	display: none;
}
.clearFloat {
	clear: both;
}
