:link,:visited {text-decoration:none}

ul,ol {list-style:none}

h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input

{ margin:0; padding:0 }

a img,:link img,:visited img {border:none}



body {
	background-color:#F3F3F3;
	}
	
	
	.linecard {
	color:white;
}

	/* - Main Css Layout For Divs - Start - */

#pageMain {
	background:#143060 url(site-bg.png) repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:white;
	width:100%; 
 	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
}

#headerMain {
	position:relative;
	height: 48px;
	width: 100%;
	top: 0;
}

#headerLogo {
	position:absolute;
	height: 48px;
	width: 80%;
	margin-left: 25px;
	top: 0;
	float: left;
}

#HeaderNavMain {
	position:absolute;
	padding-top:96px;
	width: 60%;
	margin-bottom: 25px;
	top: 0;
	margin-left: 300px;	
}

#bodyMain {
	overflow:hidden;
	width: 60%;
	min-height: 300px;
	padding: 25 25 25 25;
	margin-top: 136px;
	margin-left: 15%;
}

#footerMain {
	height: 80px;
	width: 100%;
	background-color:#F3F3F3;
	margin: 0px;
	overflow: hidden;
	visibility: inherit;
	margin-top: 25px;

}

#copyright {
	width: 80%;
	margin: 20px auto;
	padding: 0 10px;
	font-size: 11px;
	text-align:center;
	color: #000000;
}


/* - Main Css Layout For Divs - End - */

/* - HeaderNav Menu - START - */

#header-nav-ul li {

	display:inline;

	font-family: Helvetica, Arial, Verdana, san-serif;

	font-size: 12px;

	}



#header-nav-ul li a {

	color:#464A52;

	font-weight:normal; 

	text-transform: uppercase;

	margin-right:17px;

	padding-bottom:24px;

	display: inline-block;

	background:url(header-li-hover-bg.gif ) -2000px 100% no-repeat;

	}





#header-nav-ul li a.selected {

	background-position:50% 28px;

	color:#003F8E;

	}

	

#header-nav-ul li a:hover {

	background-position:50% 28px;

	color:#AB0101;

	}

	/* - HeaderNav Menu - END - */
			
/* - Content Styles - */


	a,
	a:link,
	a:visited {
  	outline: none;
	color:white;
	}

a:hover {
	}

h1,h2,h3,h4,h5,h6 {margin-bottom:10px;}

h1 {margin-bottom:15px;}



p {
	color: #FFF;
	margin-bottom:10px;
	line-height:1.8;
	}



ol {
	list-style: decimal;
	margin: 10px 30px;
}



ol li {
	margin: 10px;
	line-height: 1.6em;
}


/* - Clearfix Styles -*/


.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* - Clearfix Styles END -*/ 
	fieldset { border:0;margin:0;padding:0; }
   #contactFormArea {
   float: left;
	width: 350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	label { display:block; }
	input.text,textarea { width:325px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
	#contactinfo {
	float: right;
	width: 250px;
	color: #FFFFFF;
}
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }
	
