@charset "UTF-8";
/* CSS Document */

/* html tags */

body {
	font: 11px Verdana, sans-serif;
	background: #787878 url(../images/bkg-1.png) top left repeat-x;/* #787878 */
	margin: 0; /*  */
	padding: 0;
	text-align: left; /*  */
	color: #636363;

}

h1, h2, h3, h4, h5, h6 {
	font-family:  Verdana, sans-serif;
	margin: 0; /*  */
	padding: 0;
	font-weight: normal;
	line-height: 110%;
	text-align: left;
}

h1 {
	font-size: 20px;
	margin-bottom: 25px;
	color: #666666;
}

h2 {
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: -5px;
	color: #FF9900;
}

h3 {
	font-size: 14px;
	margin: 20px 0 -5px 0;
	color: #FF9900;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	margin: 20px 0 -5px 0;
	color: #666666;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	margin-bottom: 15px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

p, ul, ol {
	line-height: 160%;
}

ul {
	list-style-type: square;
}

img {
	border: none;
}


/* main containers */

#top_container {
	background: none; /* #787878  */
	border-bottom: #FF9900 2px solid;
	height: 70px;
}

#banner_container {
	background: black; /* #787878  */
	height: 26px;
}

#banner_container2 {
	background: black; /* #787878  */
	height: 140px;
	text-align: center;
}

#main_container {
	background: #ffffff;
}

#bottom_container {
	background: none;
	border-top: #000000 1px solid; 
}

/*  top navigation */

#nav_container {
	width: 990px;
	margin: 0 auto; /*  */
	text-align: left; /*  */
}

#banner {
	width: 990px;
	margin: 0 auto; /*  */
	text-align: left; /*  */
	height: 140px;
}


/* side navigation */

.sidenav {
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0;
}

.sidenav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.sidenav a {
	display: block;
	padding: 6px 3px 6px 3px;
	width: 160px;
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode",  Arial, Verdana, sans-serif;
}

.sidenav a:link, .navlist a:visited {
	color: #999999;
	text-decoration: none;
}

.sidenav a:hover {
	color: #666666;
}

.sidenav ul li a.current {
	color: #000000;
}

/* content */

#content_container {
	background: #ffffff;
	width: 990px;
	margin: 0 auto; /*  */
	padding: 20px 0;
	text-align: left; /*  */
	min-height: 400px;
}

/* left column */

#leftcol, #rightcol {
	padding: 20px 0;
}

#leftcol {
	float: left;
	width: 220px;
}

/* right column */

#rightcol {
	float: right;
	width: 750px;
}

#rightcol p {
	padding-right: 100px;
}

#rightcol a {
	color: #848484;
	text-decoration: none;
	border-bottom: 1px #848484 dotted; 
}

#rightcol a:hover {
	color: #666666;
	border-bottom: 1px #666666 dotted; 
}
	
	
/* content columns 1 */

.left_content {
	float: left;
	width: 400px;
}

.right_content {
	float: right;
	width: 300px;
}

/*  content columns 2 */

.left_content2, .right_content2 {
	width: 350px;
	margin-top: 20px;
}

.left_content2 {
	float: left;
}

.right_content2 {
	float: right;
}

#rightcol .left_content2 p, #rightcol .right_content2 p {
	padding-right: 0px;
}


/* footer */

#footer_container {
	width: 990px;
	margin: 10px auto; /*  */
	text-align: left; /*  */
	height: 40px;
}

#footer_container p {
	color: #FFFFFF;
	font-size: 11px;
	padding : 0;
}

#footer_container a {
	color: #ffffff;
}

#footer_container a:hover {
	text-decoration: none;
}

/* utilities */

.hidden {
	visibility: hidden;
}

.clear {
	clear: both;
}

.box {
	background: #f9f8f2 url(/images/box-middle.jpg) repeat-y left top;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

.box h6 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: url(/images/box-top.jpg) no-repeat left top;
	padding: 10px 0 7px 10px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #999999;
}

.box p {
	line-height: 140%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
}

.box a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px #333333 dotted; 
}

.box a:hover {
	color: #666666;
	border-bottom: 1px #666666 dotted; 
}
.box .bottom {
	background: url(/images/box-bottom.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.box-divider {
	line-height: 14px;
	margin: 0;
	padding: 0;
}

.box ul {
	list-style:none;
	margin: 0px 8px;
	padding: 0;
}

.box li {
	margin: 10px 0;
	padding: 0;
}



.message-box {
	background-color: #f9f8f2;
	width: 150px;
	border: 1px #d7d1bb solid;
	padding: 8px;
	margin: 50px 0 0 0;
	line-height: 150%;
}

.message-box a {
	color: #000000;
}

.message-box a:hover {
	color: #999999;
	text-decoration: none;
}

.nobottommargin {
	margin-bottom: 0;
}

.notopmargin {
	margin-top: 0;
}
/* override colors */

.slategrey  { color : #787878 !important; border-color : #787878 !important; background-color: #787878 !important; }
.orange { color : #ff850d !important; border-color : #ff850d !important; }
.black { color : #000000 !important; border-color : #000000 !important; }
.white { color : #ffffff !important; border-color : #ffffff !important; }
.gray { color : #666666 !important; border-color : #666666 !important; }
.blue { color : #067ab4 !important; border-color : #067ab4 !important; }


.body_gray {
	color: #787878;
}

