@charset "utf-8";

/*   THE BASICS */
body  {
	background: #242360;
	margin: 0;
	padding: 0;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	text-align: center;
	color: #666666;
	word-spacing: 1pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
}
a:link {
	color: #242360;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #242360;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

h1 {
	color: #242360;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	color: #242360;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	float: left;
	width:100%;
}

h3 {
	color: #245983;
	font-size: 14px;
	font-weight: bold;
}

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

h5 {
	color: #245983;
	font-size: 10px;
	font-weight: bold;
}

h6 {
	color: #245983;
	font-size: 9px;
	font-weight: bold;
}

/*   PAGE LAYOUT */
	
	
#banner {
		width:90%;
		max-width:1024px;
		height:144px;
		background-color:#FFFFFF;
		background-image:url(/images/newbanner.jpg);
		background-repeat:no-repeat;
		margin: 0 auto; 
		
}
#container {
		width:90%; 
		max-width:1024px;
		background-color:#FFFFFF;
		background-image:url(/images/nav/11main.gif);
		background-repeat:repeat-y;
		border-right:#242360 solid 1px;
		border-left: #242360 solid 1px;
		text-align: left;
		margin: 0 auto; 
		
}

#leftcontent {
		width:160px;
		float:left;
		padding-top:20px;
		
}
#contentarea{
		margin-left:165px;
		margin-right:20px;
	
}
#content{
	background-color:transparent;
	padding:10px;
	
}
#footer { 
	background:#FFFFFF;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#11102f solid 2px;
	border-top:#11102f solid 2px;
} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*   Images */

.logo {
		float:left;
		margin-left:10px;
		margin-top:10px;
		
}
.phone {
		float:right;
		margin-right:0px;
		vertical-align:middle;
		
}
.clearfloat { 
		clear:both;
   	 	height:0px;
    	font-size: 1px;
    	line-height: 0px;
		
}
.floatright {
		float:right;
		margin-left:10px;
		
}
.photoright {
		float:right;
		margin-left:10px;
		border:#242360 solid 1px;
		
}
.photoleft {
		float:left;
		margin-right:10px;
		border:#242360 solid 1px;
		
}
.photoborder {
		border:#242360 solid 1px;
		
}
.floatleft {
		float:left;
		margin-right:10px;
		
}
.textmedium {
		font-size: 10px;
		line-height: 16px;
		
}
.sidepad {
		padding-top:5px;
		padding-bottom:5px;
			
}
.bluetext_14pt {
	color: #245983;
	font-size: 16px;
	line-height: 22px;
}
.bluetext_12pt {
	color: #245983;
	font-size: 12px;
	line-height: 16px;
}
.style1 {color: #FFFFFF}
.style2 {color: #990000}
.profile {
	background-image:url(/images/profile.jpg);
	background-repeat:no-repeat;
	border:#242360 solid 1px;
	height:154px;
	width:98%;
}
.quality {
	background-image:url(/images/quality.jpg);
	background-repeat:no-repeat;
	border:#242360 solid 1px;
	height:154px;
	width:98%;
}
.contact {
	background-image:url(/images/contact.jpg);
	background-repeat:no-repeat;
	border:#242360 solid 1px;
	height:154px;
	width:98%;
}