/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(http://www.gahighwaysafety.org/2008cps/images/bg.jpg) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #161616;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #072544;
	padding-top: 12px;
	padding-bottom: 16px;
	font-weight: normal;
}

h1
{
	padding-top: 10px;
	font-size: 24px;	
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 800px;
	margin: 0 auto;
	background: url(http://www.gahighwaysafety.org/2008cps/images/latest-news-bg.gif) right repeat-y;
}

#header-logo
{
	width: 269px;
	height: 89px;
	float: left;
	font-size:26px;

	color:#fff;
}

#header-logo a {
text-decoration:none;
color:#fff;
}
#navigation
{
	width: 500px;
	height: 24px;
	padding: 0 0 0 10px;
	float: left;
	margin-top: 1px;
}

#content-area
{
	width: 476px;
	float: left;
	background-color: #dfe9f4;
	margin-top: 65px;
	padding: 15px 22px;
	min-height: 420px;
  	height: auto !important;
  	height: 420px;
}

#latest-news
{
	width: 240px;
	float: right;
	color: #fff;
	padding: 220px 20px 20px 20px;
	background: #4c4c4c url(http://www.gahighwaysafety.org/2008cps/images/latest-news.jpg) top no-repeat;
	min-height: 389px;
  	height: auto !important;
  	height: 389px;
}

#footer
{	
	width: 800px;
	margin: 0 auto;
	padding:5px;
	text-align:right;

}
/*************************************************** Latest News Styles ***************************************************/

#latest-news p
{
	color: #fff;
}

#latest-news a
{
	color: #a6d0fb;
}

#latest-news img
{
	padding-bottom: 14px;
}


/*************************************************** Main Content Styles ***************************************************/

#content-area ul
{
	padding: 5px 30px 20px 30px;
}

#content-area ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 34px;
	background: url(http://www.gahighwaysafety.org/2008cps/images/list-arrow.gif) left no-repeat;
	list-style: none;
}

#content-area img.float-left
{
	float: left;
	padding: 8px 15px 15px 0;
}

#content-area span.tab-books img
{
	padding: 5px 20px 10px 0;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	height: 24px;
	line-height: 24px;
	margin: 0;
	display: inline;
	float: left;
	width: 500px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 14px 0 10px;
	background: url(http://www.gahighwaysafety.org/2008cps/images/nav-divide.gif) right 11px no-repeat;
}

#navigation ul li a.last:link
{
	background: none;
}

#navigation ul li a:hover
{
	color: #98bfe7;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #98bfe7;
}