html, body {height:100%; margin:0px;}

body, td {color:#000000; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
       p {margin:0px 0px 10px 0px;}
  ul, ol {margin-top:0px; margin-bottom:10px;}
    form {margin:0px; padding:0px;}
       a {color:#0000ff;}
 a:hover {color:#ff0000;}
 
body {
	background:url('../images/bg_main.jpg') repeat-y top #e3e3e3;
}


#siteWrapper {
	width: 100%;
	height: auto;
	min-height: 100%;
	background:url('../images/bg_topLine.png') repeat-x top;
	}
	
#siteContainer {
	width: 938px;
	margin: 0 auto;
	}
	
#topLine {
	height: 18px;
	text-align: right;
	color:#ffffff;
	line-height: 18px;
	font-size: 14px;
	padding: 0px 40px 0px 0px;
	}
	
#phoneEmail {
	height: 18px;
	text-align: right;
	color:#4a7eb6;
	font-weight:bold;
	line-height: 18px;
	font-size: 14px;
	padding: 10px 40px 0px 0px;
	}
	
#phoneEmail .blk {
	color:#000000;
	}
	
#phoneEmail a {
	color:#323d8f;
	text-decoration:none;
}

#phoneEmail a:hover {
	color:#4a7eb6;
	text-decoration:none;
}

#logo_container {
	position:absolute;
	}
	
#logo_container img {
	position:absolute;
	top: -13px;
	left: -38px;
	}
	
#navWrapper {
	width: 938px;
	height: 58px;
	display:block;
	margin-top: 20px;
	background:url('../images/menuBar.png') no-repeat;
	}
	
#navContainer {
	padding: 12px 0px 0px 220px;
	}
	
#mainContentWrapper {
	width: 938px;
	display:block;
	padding: 35px 0px 24px 44px;
	background:url('../images/bg_page.png') repeat-y;
	}
	
#mainContentWrapperHome {
	width: 938px;
	display:block;
	padding: 35px 0px 24px 24px;
	background:url('../images/bg_page_home.png') repeat-y;
	}
	
#mainContentContainer {
	width:867px;
	}
	
#footerWrapper {
	width: 938px;
	height: 58px;
	display:block;
	background:url('../images/menuBar.png') no-repeat;
	}
	
#footerContainer {
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	line-height: 58px;
	}