/* ---------------------------------------------------------------------------

	BroadBased Communications, Inc. Screen Styles
	http://bbased.com

--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------

	Reset

--------------------------------------------------------------------------- */

html { overflow: -moz-scrollbars-vertical !important; }

/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background-image: transparent;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------------------------------------------------------------------

	Layout

--------------------------------------------------------------------------- */

html {
	background-color:#57574c;
}

body {
	background-color:#f5f3f3;
	font: small/1.5em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color:#666;
	line-height:150%;
}

#wrap {
	background-color:#f5f3f3;
	width:100%;
}

/*------------------------------------------------------------------------------

HEADER

------------------------------------------------------------------------------*/

#header-wrap {
	background-color:#fff;
	width:100%;
}

#header {
	width:960px;
	margin:0 auto;
	height:122px;
}

#header h1 a {
	width:218px;
	height:92px;
	display:block;
	float:left;
	position:relative;
	top:15px;
}

#nav-container {
	float:right;
}

#nav-container h2 {
	height:40px;
	padding-right:45px;
	color:#27569e;
	text-align:right;
	margin:25px 0 15px 0;
}

#header-image {
	width:100%;
	text-indent:-9999px;
}

#header-image {
}

/* NAVIGATION */

ul#navigation li {
	float:left;
	margin-left:5px;
}

ul#navigation li a {
	display:block;
	color:#2e2f1f;
	padding:5px 15px;
	text-decoration:none;
}

ul#navigation li a:hover {
	background-color: #27569e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #427569e;
	color:#b5b3b3;
}

body.home ul#navigation li#home a,
body.about ul#navigation li#about a,
body.travel-info ul#navigation li#travel-info a,
body.resources ul#navigation li#resources a,
body.contact ul#navigation li#contact a {
	background-color: #27569e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #427569e;
	color:#b5b3b3;
}

/*------------------------------------------------------------------------------

MAIN CONTENT

------------------------------------------------------------------------------*/

body.partners ul#secondary-content-columns li {
	width:460px;
	text-align:center;
}

body.partners ul#secondary-content-columns li p {
	text-align:left;
}

ul#secondary-content-columns li {
	width:300px;
	float:left;
	display:block;
	margin-right:30px;
}

ul#secondary-content-columns li:last-child {
	margin-right:0;
}

ul#secondary-content-columns li img {
	margin-bottom:15px;
}

ul#secondary-content-columns li h2 {
	color:#319631;
	font-weight:bold;
	font-size:23px;
}

ul#secondary-content-columns li ul li {
	float:none !important;
	list-style:disc;
	margin-bottom:15px;
	margin-right:0 !important;
	padding-left:15px;
}

body.travel-links ul#secondary-content-columns li ul li, body.government-links ul#secondary-content-columns li ul li {
	background:none;
	padding-left:0 !important;
	margin-bottom:0 !important;
}

#content-wrap {
	padding-top:30px;
}

#content {
	width:960px;
	margin:0 auto;
}

#main-content {
	width:610px;
	float:left;
}

#main-content h2 {
	color:#319631;
	font-size:19px;
	font-weight:bold;
	margin-bottom:20px;
}

img.inline {
	display:inline;
}

img.right {
	float:right;
	margin:0 0 10px 10px;
}

img.left {
	float:left;
	margin:0 10px 10px 0;
}

/*------------------------------------------------------------------------------

SIDEBAR

------------------------------------------------------------------------------*/

#sidebar {
	float:right;
	width:310px;
}

li#five11 {
	/*background:url(/assets/images/511-logo.gif) no-repeat left top;*/
	height:99px;
	/*padding:10px 0 0 140px;*/
}

li#five11 img {
	float:left;
}

li#five11 p {
	float:right;
	width:165px;
	margin-top:15px;
}

li#weekly-roadwatch-report {
	/*background:url(/assets/images/roadwatch.gif) no-repeat left top;*/
	height:58px;
	/*padding:20px 0 15px 140px;*/
}

li#weekly-roadwatch-report img {
	float:left;
	margin-left:22px;
}

li#weekly-roadwatch-report p {
	float:right;
	width:165px;
	margin-top:25px;
}

li#amber-silver-alerts {
	/*background:url(/assets/images/alerts-logos.gif) no-repeat left top;*/
	height:150px;
	/*padding:40px 0 0 140px;*/
	clear:both;
}

li#amber-silver-alerts div.alerts-logos {
	float:left;
	width:121px;
	margin-left:15px;
}

li#amber-silver-alerts div.alerts-logos a:hover {
	border-bottom:none !important;
}

li#amber-silver-alerts div.alerts-logos img {
	margin-top:15px;
}

li#amber-silver-alerts p {
	float:right;
	width:165px;
	margin-top:60px;
}

/*------------------------------------------------------------------------------

FOOTER

------------------------------------------------------------------------------*/

#footer-wrap {
	margin-top:50px;
	padding-top:25px;
}

#footer {
	width:960px;
	margin:0 auto;
	color:#fff;
	margin-bottom:25px;
}

#footer ul li {
	float:left;
	margin-right:25px;
}

#footer ul li a {
	color:#fff;
	font-size:17px;
	font-weight:bold;
	font-family:"Georgia", Times New Roman, Times, serif;
	text-decoration:none;
}

#footer ul li a:hover {
	border-bottom:1px solid #fff;
}

#footer ul li ul li {
	float:none !important;
	margin-right:0 !important;
}

#footer ul li ul li a {
	color:#4693bf;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#footer ul li ul li a:hover {
	border-bottom:1px solid #4693bf;
}

.contact-info {
	float:right;
	width:310px;
}

.copyright {
	width:100%;
	height:45px;
	background-color:#57574c;
}

.copyright p {
	width:960px;
	margin:0 auto;
	color:#fefefe;
	font-size:9px;
	line-height:45px;
}

/*------------------------------------------------------------------------------

TYPOGRAPHY

------------------------------------------------------------------------------*/

p {
	margin-bottom:20px;
}

h3 {
	font-weight:bold;
	color:#333;
	font-size:14px;
}

body.faq h3 {
	color:#235ba6 !important;
	margin-bottom:10px;
}

strong {
	font-weight:bold;
	color:#333;
}

em {
	font-style:italic;
}

span.blue {
	color:#2389c7;
}

/*------------------------------------------------------------------------------

Links

------------------------------------------------------------------------------*/

#content a, .contact-info a {
	color:#2389c7;
	text-decoration:none;
}

#content a:hover, .contact-info a:hover {
	border-bottom:1px solid #2389c7;
}

/*------------------------------------------------------------------------------

MISCELANEOUS

------------------------------------------------------------------------------*/

.clear {
	clear:both;
}
