/*

homepage custom styles
Overwrite global styles in style.css

*/

#header{
	margin:auto;
	width:762px;
	height:394px;
	background:url(../images/header_home.jpg) bottom no-repeat;
	overflow:hidden;
}
#columns{
	background:url(../images/icon_bg_home.gif) 0 230px no-repeat;
}
#sidenav{
	background:#00A0C6 url(../images/sidenav_bottom_home.gif) bottom no-repeat;
}
#sidenav h3{
	background:#00A0C6 url(../images/sidenav_top_home.gif) top no-repeat;
}
#content{
	width:362px;
	height:340px;
	background:#333E51 url(../images/content_bottom_home.gif) bottom no-repeat;
	float:left;
}
#news{
	width:185px;
	background:#991A36 url(../images/news_bottom.gif) bottom no-repeat;
	float:right;
}
#news h3{
	margin:0 0 10px 0;
	padding:15px 0 0 20px;
	background:#991A36 url(../images/news_top.gif) top no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	color:#fff;
}
#news p{
	margin:0 20px 10px 20px;
}
#content_cap{
	background:url(../images/content_top_home.gif) top no-repeat;
}
#tabs{
	margin:0;
}
#tabs ul{
	padding:0;
}