﻿@charset "utf-8";
/* CSS Document */

/* Clear CSS Properties */

html, body{
	/* color */ background: url(images/background_repeat1.jpg); border: 0px; color: #000000;
	/* layout */ margin: 0px; padding: 0px; background-repeat:repeat-x }

html, body, p, th, td, ul, li, dd, dt, a{
	/* type */ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;	}
	
h1, h2, h3, h4, h5, h6 {
	/* layout */ margin:0px; padding:0px;
	/* type */ font-family: Verdana, Arial, Helvetica, sans-serif; }

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1em; }
h5 { font-size: 0.9em; }
h6 { font-size: 12px; }
a:link { color:#1a2c55; font-size:inherit; text-decoration:underline; }
a:visited { color:#5f3d7b; font-size:inherit; text-decoration:underline; }
a:hover { color:#3d507b; font-size:inherit; text-decoration:none; }
a:active { color:#1a2c55; font-size:inherit; text-decoration:none; }

hr { height: 1px; margin:0px 10px; padding:0px; position: relative; }

p, img {  line-height:1.5em; margin:0px; padding:0px; }
	
ul, li { margin:0px; padding:0px;	}

/* End Clear CSS Properties */

#mastercontainer {
	/* layout */ margin:0 auto; padding:0 10px; width:1014px;	}

#header {
	/* color */ background:#ffffff;
	/* layout */ height: 55px; margin:0; padding:0; position:relative;	}
	
	#logo {
		/* layout */ margin:0; padding:0; position:absolute; left:0px; top:5px; }
	
	#clientnav {
		/* color */
		/* layout */ display:block; margin:0; padding:0; position:absolute; right:0; top:5px; }
	
		#clientnav li {
			/* color */ color:#00275d;
			/* layout */ float:left; margin:0 0 0 5px; position:relative;
			/* type */ font-size:10px; list-style:none; }
			
			#clientnav li a:link {
				/* color */ color:#00275d;
				/* type */ text-decoration:none; }
			#clientnav li a:visited {
				/* color */ color:#00275d;
				/* type */ text-decoration:none; }
			#clientnav li a:hover {
				/* color */ color:#839ab7;
				/* type */ text-decoration:none; }
			#clientnav li a:active {
				/* color */ color:#00275d;
				/* type */ text-decoration:none; }
	
	#phonenumber {
		/* color */ color:#839ab7;
		/* layout */ float:left; padding:0 214px 0 60px; width:200px; 
		/* type */ font-size:14px; }
			
	#mainnav {
		/* color */ background: url(Images/mainnav.jpg);
		/* layout */ float:left; margin:0; padding:0; position:relative; top:-353px; width: 1014px;
		/* type */ line-height:26px;}
	
			#mainnav ul {
				/* color */ 
				/* layout */ float:left; margin:0; padding:0; width:135px;
				/* type */ list-style:none; }
				
			#mainnav a, #mainnav h2 {
				/* type */ font:13px/16px Verdana, Arial, Helvetica, sans-serif ; line-height:26px; 
				/* layout */ display:block; height:26px; margin: 0; padding: 0px 5px;
				/*color */  }
			
			#mainnav h2 a, #mainnav h2 a:hover {
				/* color */ background:none; padding:0; }
				
			#mainnav h2 a:hover {
				/* color */ color:#A7BEDF; }
			
			#mainnav h2 {
				/* color */ color:#fff;
				/* type */  }
			
			#mainnav a {
				/* color */ background:#000000; color:#ffffff;
				/* layout */ height:26px;
				/* type */ text-decoration:none; line-height:26px;}
			
			#mainnav a:hover {
				/* color */ background:#000000; color:#A7BEDF; }
				
			#mainnav li {
				/* layout */ position: relative; }
				
			#mainnav ul ul {
				/* layout */ position: absolute; z-index: 500; }
				
			#mainnav ul ul ul {
				/* layout */ position: absolute; top: 0; left: 100%; }
				
			div#mainnav ul ul {
				/* layout */ display:none; }
			
			div#mainnav ul li:hover ul {
				/* layout */ display:block; }
				
			div#mainnav ul ul,
			div#mainnav ul li:hover ul ul,
			div#mainnav ul ul li:hover ul ul {
				/* layout */ display:none; margin:0; padding:0; }
			
			div#mainnav ul li:hover ul,
			div#mainnav ul ul li:hover ul,
			div#mainnav ul ul ul li:hover ul {
				/* layout */ display:block; margin:0; padding:0; }
				
	#banner {
		/* layout */ clear:both; height:353px; position:relative; top:26px;  }
		
	#meat {
		/* layout */ margin:0; padding:5px 0 0 0; }
		
		#meat h3 {
			/* color */ color:#730909;
			/* layout */ margin: 10px 0 0 0;
			/* type */ }
			
			#meat h3 a:link {
				/* color */ color:#730909;
				/* type */ text-decoration:none;}
			#meat h3 a:visited {
				/* color */ color:#730909;
				/* type */ text-decoration:none;}
			#meat h3 a:hover {
				/* color */ color:#903737;
				/* type */ text-decoration:none;}
			#meat h3 a:active {
				/* color */ color:#730909;
				/* type */ text-decoration:none;}
			
		#meat h4 {
			/* color */ color:#3d507b;
			/* layout */ margin: 0px 0 0 0;
			/* type */  }
			
		#meat p {
			/* color */ color:#3d507b;
			/* type */  }
			
#footer {
	/* color */ color:#839ab7;
	/* layout */ clear:both; margin:0; padding:15px 0 0 0;
	/* type */  }
	
	#footer p{
		/* type */ font-size:10px; text-align:right; }

/* TYPE CLASSES */

.bold {	font-weight:bold; }
.italic { font-style:italic; }
.textcenter { text-align:center; }
.lineheightadj { line-height:25px; }

/* LAYOUT CLASSES */

.floatleft { float:left; }
.margin10_0 { margin:10px 0; }
.thirdcontent { margin:0; padding:0 10px; width:318px; }

		