/******************************************************************************
 **********                    Lexian.com Colors  				     **********
brick red		#81272a
yellow post-it	#ffee74
body bg			#faf6e7
tagline blue	#00203b
blue stroke		#005470
******************************************************************************/

/******************************************************************************
 **********                    Body			              			 **********
******************************************************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#faf6e7;
}

div#container	{
	width: 800px;
	border: 0px;
	margin: 0px auto;
	background-color:#FFFFFF;
}

.navigation	{
	background-image:url(/images/nav-gradiant.jpg);
	background-repeat:repeat-y;
	border:1px solid #005470;
	line-height:2.4;
	padding-bottom:30px;
}

.navigation 	a:link			{color:#00203b; text-decoration:none; border-bottom:none;}
.navigation		a:visited		{color:#00203b; text-decoration:none; border-bottom:none;}
.navigation		a:hover			{color:#338bff; text-decoration:none; border-bottom:none;}
.navigation		a:active		{color:#00203b; text-decoration:none;}

.navigation ul li 	{
	margin-left:-10px;
}	

.navLabel	{
	list-style-image:url(/images/square-bullet.jpg);
	color:#00203b;
	border-bottom:1px solid #005470;
}

.subNavBox	{
	margin-top:-5px;
	padding-top:0px;
}

.subNavBox ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	border-bottom:1px solid #005470;
	font-size:10px;
	white-space:nowrap;
}

.noBullet	{
	list-style:none;
	list-style-type:none;
}

.subNav	{
	list-style:none;
	line-height:1.4;
	padding:10px 2px 0px 0px;
	
}

.container	{
	background-color:#faf6e7;
	border-top:1px solid #005470;
	border-right:1px solid #005470;
	border-bottom:1px solid #005470;
	padding:20px 20px 0px 20px;
}

.siteNav	{
	color:#000000;
	font-size:12px;
}

.siteNav 		a:link			{color:#00203b; text-decoration:none; border-bottom:none;}
.siteNav		a:visited		{color:#00203b; text-decoration:none; border-bottom:none;}
.siteNav		a:hover			{color:#338bff; border-bottom:1px solid #338bff;}
.siteNav		a:active		{color:#00203b; text-decoration:none;}

h1, h2, h3	{
	color:#00203b;
	margin:0px;

}

h1	{
	font-size:20px;
	margin-top:10px;
}

h3	{
	margin-bottom:-10px;
}

p	{
	line-height:1.4;
}

.imageBox	{
	border:1px solid #ced6d6;
	padding:5px;
	float:right;
	background-color:#ffffff;
	margin:0px 10px 20px 10px;
}

.contactBox	{
	border: 1px solid #ced6d6;
	margin:0px -35px 10px 20px;
	float:right;
	clear:both;
	padding:10px;
	background-color:#ffffff;
	height:164px;
	width: 212px;
	position:relative;
}

.contact	{
	background-image:url(/images/post-it-note.jpg);
	background-repeat:no-repeat;
	float:right;
	width: 212px;
	height: 164px;
}

.contactText	{
	font-size:12px;
	color:#00203b;
	padding: 60px 0px 0px 10px;
}

.tagline	{
	margin-right:10px;
}

.date	{
	float:right;
	margin-top:-20px;
	font-size:12px;
	color:#00203b;
	padding-top:10px;
}

.iconText	{
	font-size:10px;
	color:#333333;
	padding-right:10px;
	padding-left:15px;
}

.serviceList	{
	line-height:1.5;
}

.serviceList 	a:link			{color:#00203b; text-decoration:underline;}
.serviceList	a:visited		{color:#00203b; text-decoration:underline; }
.serviceList	a:hover			{color:#338bff; text-decoration:underline; }
.serviceList	a:active		{color:#00203b; text-decoration:underline; }

.padImage	{
	padding:10px;
}
/******************************************************************************
 **********                   Footer				       			 **********
******************************************************************************/
.footer	{
	text-align:right;
	padding-top:5px;
	font-size:12px;
	padding:10px;
}

.footer 	a:link			{color:#00203b; text-decoration:none; border-bottom:none;}
.footer		a:visited		{color:#00203b; text-decoration:none; border-bottom:none;}
.footer		a:hover			{color:#338bff; border-bottom:1px solid #338bff;}
.footer		a:active		{color:#00203b; text-decoration:none;}

.divideFooter	{
	color:#81272a;
	padding:0px 5px 0px 5px;
}

.address	{
	font-size:10px;
}

.credit	{
	font-size:10px;
	color:#00203b;
}