/* Sterling Collision Center CSS stylesheet copyright 2005. |
 |                                                          |
 | Developed by:                                            |
 | NewEra Software                                          |
 | http://www.newerainc.com                                 |
 | imageplus@newerainc.com                                  |
 | 801-447-4707                                             |  */

/* -------------------------------------------------
Global styles
---------------------------------------------------- */
body {
	font: 1em/120% Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
	background: #005884 url(assets/site-bg.gif) repeat-y center;
}

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------
Global Typography
---------------------------------------------------- */
h1, h2 {
	text-align: left;
	line-height: 120%;
}

h1 {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: -.05em;
	margin-top: 10px;
	color: #333;
	text-align: justify;
}

h2 { 
	font-size: 125%;
	color: #ee0000;
	}

p, label {
	text-align: justify;
	font-size: small;
}

/* -------------------------------------------------
Custom typography
---------------------------------------------------- */
#footer p {
	font-size: small;
	color: #000;
	text-align: center;
}

#contentbox p {
	margin-right: 15px;
}

#contentbox ul { list-style-type: none; }

#contentbox ul li {
	text-align: left;
	font-size: small;
	padding-left: 15px;
	background-image: url(assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#contentbox ol li {
	font-size: small;
	text-align: left;
	margin: 0 0 8px 25px;
}

/* -------------------------------------------------
Classes and form elements
---------------------------------------------------- */
.next-p { margin-top: 12px; }
.hide {	display: none; }
.clear { clear: both; }

fieldset { border: 0; }
textarea, select, input { margin: 0 0 5px; }

.inlineimageleft, .inlineimageright {
	padding: 5px;
	border: 1px solid #000;
}

.inlineimageleft {
	float: left;
	margin: 5px 12px 12px 0;
}

.inlineimageright {
	float: right;
	margin: 5px 0 12px 12px;
}

form {
	text-align: left;
	margin: 8px 0 0;
	padding: 0;
}

/* -------------------------------------------------
links
---------------------------------------------------- */
a:link {
	color: #ee0000;
	text-decoration: underline;
}

a:visited {
/*	color: #ccc;  */
	color: #ee0000;
	text-decoration: none;
}

a:hover {
	color: #005884;
	text-decoration: none;
}

a:active {
	color: #ee0000;
	text-decoration: underline;
}

#sidebar img { border: none; }

#footer a {
	color: #ee0000;
	text-decoration: underline;
}

#footer a:visited {
/*	color: #ccc; */
	color: #ee0000;
	text-decoration: none;
}

#footer a:hover {
	color: #005884;
	text-decoration: underline;
}

#footer a:active {
	color: #ee0000;
	text-decoration: none;
}

/* -------------------------------------------------
Layout
---------------------------------------------------- */
#wrapper {
	width: 920px;
	margin: 0 auto;
}

#header-logo {
	width: 920px;
	float: left;
}

#nav-column {
	float: left;
	width: 210px;
	text-align: left;
}

#content-column {
	float: left;
	width: 710px;
}

#banner {
	width: 710px;
}

#content-wrap {
	float: left;
	width: 710px;
	margin-bottom: 25px;
	}

#contentbox {
	float: left;
	width: 525px;
	padding-top: 15px;
	background: transparent url(assets/contentwatermark.gif) no-repeat;
}

#sidebar {
	float: left;
	width: 140px;
	margin-left: 30px;
	padding-top: 20px;
	}

#footer {
	clear: both;
	width: 920px;
	border-top: 1px solid #005884;
	padding: 20px 0;
}

/* -------------------------------------------------
Main Navigation
---------------------------------------------------- */
#navcontainer {
	width: 190px;
}

#navcontainer ul {
	list-style: none;
	text-align: left;
}

#navcontainer li {
	border-bottom: 1px solid #005884;
	font-size: small;
	font-weight: bold;
}

#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 15px;
	color: #000;
	text-decoration: none;
}

#navcontainer li a#active {
	display: block;
	background: #005884 url(assets/navactive-bg.gif) repeat-x bottom;
	color: #fff;
}


#navcontainer li a:hover {
	display: block;
	background: #ee0000 url(assets/navroll-bg.gif) repeat-x bottom;
	color: #fff;
}

#navcontainer ul ul {
	list-style: none;
	text-align: left;
	font-size: small;
}

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 25px;
	color: #000;
	text-decoration: none;
}

#navcontainer ul ul a:link, #navcontainer ul ul a:visited {
	color: #666;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	display: block;
	background-color: #ee0000;
	color: #fff;
}

#navcontainer a#subactive {
	background: #888 url(assets/navsubactive-bg.gif) repeat-x bottom;
	color: #fff;
}

/* -------------------------------------------------
Unused
---------------------------------------------------- */
.next-plarge { margin-top: 25px; }
.subhead { font-weight: bold; }
.no-border { border: 0; }

#staff-thumb {
	float: left;
	width: 200px;
	margin-right: 15px;
}
