@charset "utf-8";

/* general styles */
body	{
	margin: 0;
	padding: 0;
	font-family:  arial, sans-serif;
	color: #;
	font-size: 12px;
	line-height: 21px;
	color: #000;
}

#clear{
	clear:both;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #000066;

}

#wrap_content {
	 margin: 0 0 0 2px;
	
}

#wrap_head {
	height: 110px;
	width: 700px;
	background-color: #000066;
	padding: 30px 50px 0 50px;
	font-family: arial, sans-serif;	
}

#header{
	float: left;
	width: 340px;

}

#24hour {
	float: right;
}

#homeWrapper {
	float: left;
	width:800px;
	background-image: url;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFCC66;
	padding: 0 0 25px 0;
}

#internalWrapper {
	width:800px;
	background-color: #000033;
	padding: 0 0 25px 0;
}
#content {
	width:742px;
	background-color: #FFF;
	padding:4px;
	margin: 0 25px 0 25px;
	font-family: arial, sans-serif;
}


#content1 {
	float: left;
	width:320px;
	margin: 20px 0 0 25px;
}	

#content2 {
	float: right;
	width:350px;
	margin: 20px 25px 0 0px;
}	
	
#footer{
	clear:both;
	font-size: 10px;
	color:#FFF;
	width: 760px;
	height:25px;
	background-color: #000066;
	padding: 0 20px 0 20px;
	border-top: 3px solid #FFF;

}

	
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #423C6E;
	margin:10px;
	text-transform:capitalize;
}


h2 {
	font-size: 10px;
	font-weight: bold;
	color: #8CC63F;
	margin:10px;
	text-transform:capitalize;
}

p{
	
  padding: 0px 10px 0px 10px;
}


.white {
	color: #FFFFFF;
}

.white_bold {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 14px;
	padding:20px;
}



.italic {
	font-style: italic;
}

.centered{
	text-align:center;
	margin: 0 auto;
}

/* master link colors */
a:link,a:visited {
	color: #F7BC00; 
	text-decoration: none; 
	font-size: 12px;
	font-weight:normal;}

a:hover{
	color: #CCC; 
	text-decoration: none; 
	font-size: 12px;
	font-weight:normal;
}
	
a:active {
	color: #666; 
	text-decoration: none; 
	font-size: 12px;
}
	
a.nav:link,a.nav:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
	line-height: 25pt;	
}

a.nav:hover{
	color: #FFF; 
	text-decoration: underline; 
	font-size: 11px;
	font-weight:normal;
	line-height: 25pt;

}
a.footer:link,a.white:visited {
	color: #FFF; 
	text-decoration: none; 
	font-size: 10px;
	font-weight:normal;
}

a.footer:hover{
	color: #FFF; 
	text-decoration: underline; 
	font-size: 10px;
	font-weight:normal;
}

