@import url(reset.css);

body
{
	background-image:url('../images/contentBackground.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #144662;
	font-family: Arial;
	font-weight: normal;
	height: 100%;

}

#header
{
	background-image:url('../images/headertexture.jpg');
	background-repeat: repeat-x;
}

#header #headerContainer
{
	background-image:url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 180px;
	margin: 0px auto;
	width: 820px;
	text-align: right;
}
/*************************************************************/
/**********************  Custom ***********************/
/*************************************************************/
#header a
{
	color: white;
	text-decoration:underline;
}
#nav
{
	text-align: right;
}

#nav ul
{
	background-image:url('../images/navItemBackground.jpg');
	background-repeat: repeat-x;
	float: right;
	margin: 0px 2px 0px 0px;
}

#nav ul li
{


	float:left;
	font-size: 14px;
	padding: 10px 0px 30px 0px;
	text-align: center;

}

#nav ul li:hover
{
	background-image:url('../images/navItemHoverBackground.jpg');
	background-repeat: repeat-x;
}

#nav ul li.navLeftCap
{
	background-image:url('../images/navLeftCap.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 40px 0px;
	text-align: right;
	width: 50px;
}
#nav ul li.navLeftCap span
{
	border-right: solid 1px #144662;
	padding: 0px 0px 18px 0px;
}

#nav ul li.navRightCap
{
	padding: 0px 0px 40px 0px;
	margin: 0px;
	background-image:url('../images/navRightCap.jpg');
	background-repeat: no-repeat;
	width: 50px;
}

#nav ul li a
{

	border-right: solid 1px #144662;
	color: white;
	padding: 10px 10px 9px 10px;
	text-decoration: none;
}

#nav ul li.selectedNavItem
{
	background-image:url('../images/navSelectedItemBackground.jpg');
	margin: 0px 0px 0px -1px;
}

#nav ul li.selectedNavItem a
{
	border-left: solid 1px #66ffff;
	border-right: solid 1px #66ffff;
	color: black;
	font-weight: bold;
	padding: 10px 10px 9px 10px;

}
#nav ul li.navItemBorder
{
	padding: 0px 0px 40px 0px;
	background-image:url('../images/navItemBorder.jpg');
	background-repeat: no-repeat;
	width: 1px;
}

#nav ul li.selectedNavItemBorder
{
	padding: 0px 0px 40px 0px;
	background-image:url('../images/navSelectedItemBorder.jpg');
	width: 1px;
}


#contactUs
{
	clear: right;
	color: #cccccc;
	float: right;
	padding: 0px 20px 0px 0px;
}

#contactUs p
{ 
	font-size: 14px;
	padding: 3px 0px 3px 0px;
}

#contentarea
{
	background-image:url('../images/watermark.gif');
	background-position: 70% 100%;
	background-repeat: no-repeat;
	clear: both;
	color: white;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 820px;
}


#contents
{
	float: left;
	font-size: 14px;
	line-height: 120%;
	margin: 0px;
	padding: 5px 5px 10px 10px;
	text-align: left;
	width: 520px;
}

#contents .contentBox
{
	background-image:url('../images/contentBoxBackground.png');
	background-repeat: repeat;
	padding: 10px;
}

#contents #mainContent
{
	
}

#contents a
{
	color: white;
	text-decoration:underline;
}

#contents h2
{
	font-size: 20px;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
}

#contents p img
{
	margin: 10px;
}

#contents p.citation
{
	padding: 5px 0px 10px 335px;
}

#featuredServiceLeft,
#featuredServiceRight
{
	margin: 10px 0px 0px 0px;
	width: 235px;
}

#featuredServiceLeft
{
	float: left;
}

#featuredServiceRight
{
	float: right;
}

#featuredServiceLeft img,
#featuredServiceRight img
{
	float: left;
	margin: 0px 5px 0px 0px;
	
}

#sidebar
{

	float: right;
	margin: 0px 70px 0px 0px;
	padding: 5px 10px 10px 5px;
	width: 200px;
}

#sidebar .sidebarlist 
{
	background-image:url('../images/contentBoxBackground.png');
	background-repeat: repeat;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

#sidebar .sidebarlist h4
{
	font-size: 18px;
}

#sidebar .sidebarlist .seperator
{
	margin: 5px 0px 0px 0px;
}

#sidebar .sidebarlist .listTitle
{
	margin: 15px 0px 0px 0px;
}

#sidebar .sidebarlist .listDate
{
	color: #cccccc;
	font-size: 10px;
	margin: 3px 0px 0px 0px;
}
/*************************************************************/
/**********************  Custom ***********************/
/*************************************************************/
#sidebar a
{
	color: white;
	text-decoration:underline;
}
#footer
{
	background-image:url('../images/contentBoxBackground.png');
	background-repeat: repeat;
	clear: both;
	color: #cccccc;
	font-size: 12px;
	font-style: italic;
	padding: 10px;
	margin: 10px 80px 10px 10px;
	text-align: center;
}
#footer a
{
	color: white;
	text-decoration:underline;
}

.clearboth
{
	clear: both;
}

.floatright
{
	float: right;
}

/*************************************************************/
/**********************  Page Specific ***********************/
/*************************************************************/

#aboutpage #contents
{
	margin: 0px 60px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 730px;
}

#aboutpage #contents p
{
	margin: 0px 0px 10px 0px;
}

#servicespage #contents
{
	margin: 0px 60px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 730px;
}

#servicespage #contents .service
{
	clear: both;
	padding: 10px;
}

#servicespage #contents .service img
{
	float: left;
}

#servicespage #contents .service h3
{
	font-weight: bold;
	margin-left: 105px;
}

#servicespage #contents .service p
{
	margin-left: 105px;
}


#casestudiespage #contents
{
	float: right;
	margin: 0px 70px 0px 0px;
	padding: 5px 10px 10px 5px;
}

#casestudiespage #sidebar
{
	float: left;
	float: left;
	margin: 0px;
	padding: 5px 5px 10px 10px;
}

#casestudiespage .caseStudy
{
	background-image:url('../images/contentBoxBackground.png');
	background-repeat: repeat;
	padding: 10px;
	margin: 0px 0px 00px 0px;
}

#casestudiespage .caseStudy p
{
	margin: 0px 0px 10px 0px;
}


#blogpage #contents
{
	float: right;
	margin: 0px 70px 0px 0px;
	padding: 5px 10px 0px 5px;
}

#blogpage #sidebar
{
	float: left;
	float: left;
	margin: 0px;
	padding: 5px 5px 10px 10px;
}

#blogpage .blogPost
{
	background-image:url('../images/contentBoxBackground.png');
	background-repeat: repeat;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

#blogpage .blogPost img.serviceicon
{
	float: left;
	margin: 0px 0px 5px 0px;
}

#blogpage .blogPost img.seperator
{
	clear: left;
	float: left;
	margin: 0px 0px 10px 0px;
}

#blogpage .blogPost span.blogheader
{
	font-size: 18px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

#blogpage .blogPost span.blogdate
{

	line-height: 26px;
}

#blogpage .blogPost p
{
	clear: both;
	margin: 0px 0px 0px 0px;
}

#blogpage #footer
{
	margin: 0px 80px 10px 10px;
}
/*************************************************************/
/**********************  Recaptcha Specific ***********************/
/*************************************************************/
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#1C628A !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #1C628A !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #1C628A !important; //Text input field border color
   background-color:#1C628A !important; //Text input field background color
 }
