@charset "UTF-8";
html,body {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/topbg.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #e4f6ff;
	
}
h1 {
	padding-left: 20px;
	padding-top: 35px;
	height: 65px;
	text-transform:capitalize;
	font-weight: bold;
	font-family: bud, Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	background: url(images/h1bg.png) no-repeat ;
	width: 100%;
	background-position: 0px -10px;
}
h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	font-family: puritan, Georgia, "Times New Roman", Times, serif;
}
#container {
	position: relative;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#header {
	background: url(images/banner.png) no-repeat;
	height: 149px;
	padding: 0px; 
	margin: 0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnav {
	padding: 0px;
	width: 800px;
	height: 45px;
	background: url(images/toptab.png) no-repeat;

}
#topnav ul{
	margin-bottom: 16px;
	list-style-type: none;
}
#topnav li{
	background: url(images/tabnor_02.png) repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	float: left;	

}
#topnav li:hover{
background: url(images/tabhov_02.png) repeat-x;
}
#topnav a{
	
	font-weight: bold;
	height: 30px;
	color: #FFFFFF;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 15px;
	font-size: 10px;
	display: block;
	text-decoration: none;
	text-shadow: #333 1px 1px 1px;
}
#topnav a:hover{
	

}

#topnav #currentpage li {
	background: url(images/tabact_02.png) repeat-x;
}
#topnav #currentpage a {
	text-shadow: none;
	color: #333;
}
#submenu {
	margin-left: 10px;
	height: 40px;
	width: 450px;
	background: url(images/submenubg.png) no-repeat;
}
#submenu ul{
	list-style-type:none;
}
#submenu li{
	height: 0px;
	margin-top: 2px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 23px;
	float: left;
}
#submenu li:hover{
	background-color: #91bfd9;
}
#submenu a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
}
#mainContent {
	min-height: 350px;
	height: 100%;
}
#mainleft{
	float: left;
	width: 550px;
}
#sidebar{
margin-top: 20px;
padding-left: 15px;
border-left: 1px dotted #999999;
width: 225px;
float: right;
}
#sidebar h3 {
border-bottom: 1px #999999 solid;
}
#recent{
	clear: both;
}
#recent ul{
	list-style-type:none;
	padding-left: 0;
}
#recent div{
	font-size: 9px;
	font-style:italic;
	padding-bottom: 10px;

}
#recent .headline a{
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	color: #333333;
	text-decoration:none;
	padding-bottom: 2px;

}
#recent .headline a:hover{
	color: #FF3300;
}
#recent #creditfooter img {
	display: none;
}
#recent .date{
	margin-top: 0px;
	padding-top: 0px;
	color:#999999;
	font-style:normal;
}
#mainContent {
	clear: both;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {

	height: 90px;
	clear: both;
	background: url(images/footerbg.png) top right no-repeat;
}
#footer ul{
	list-style-type:none;
}
#footer li {
	float: right;
	padding: 10px;
}
#footer p {
	clear: both;
	text-align: right;
	font-size: 9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#footer a {
	color: #333333;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover {
	border-bottom: 1px solid #FF6600;
}

#bottom {

	position: relative;
	height: 100px;
	bottom: 0;
	width: 100%;
	background: url(images/bottom.png) repeat-x;
}
#SignUp {
	padding-top: 10px;
	padding-bottom: 20px;	
	background: url(images/formbg.png) repeat-x;
}
#SignUp input{
	width: auto;
	border: 1px solid #CCCCCC;
}
#SignUp input.button{
	width: 50px;
	border: 1px solid #CCCCCC;
}
