/* GLOBAL SITE FORMATTING
------------------------------------------------------- */
html{
	min-width: 980px;
}

body{
	text-align: center;
	background: url(../images/bkg_road_blue.jpg) top left;
	background-color: #000;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 0 auto;
}
a {color: #d1dcee; font-weight: bold;}
a:hover {color: #a9acb1;}
img {
	border: 0;
	vertical-align: middle;
}
h1 {color: #fff; 
	font-weight: bold;
	font-size: 170%;
	padding-top: 10px;
}
	
	
#shell {
	text-align: left;
	margin: 0 auto;
	
	border: 2px #333 solid;
	width: 980px;
	background: url(../images/bkg_shell.gif) repeat-y;

}
#shellBody {
	width: 980px;
	margin-top: 0px;
	margin-right: -5px;
	margin-left: 0px;

}
.leftCol {
	float: left;
	width: 650px;
	background: #000;
	margin-left: 20px;

}
.rightCol {
	float: right;
	width: 300px;
	background: #000;

}
/* MASTHEAD
------------------------------------------------------- */
#masthead{
	position: relative;
	height: 125px;
	width: 980px;
	margin-right: 0px;
	margin: 0 auto;
	margin-bottom: 10px;
	
}

/* HEADER TITLE AND LOGO
------------------------------------------------------- */

.headerTitle {
	float: left;
	margin: 15px 0px 0px 10px;v
	position: relative;
}
.headerTitle h1{
	float: left;
	padding: 0px;
}
/* GLOBAL MENU
------------------------------------------------------- */
.menu {
	position: relative;
	margin-left: 0px;
	margin-top: -1px;
	margin-right: 0px;
	background: url(../images/bkg_menu.gif) repeat-x top left;
	height: 34px;
	margin-bottom: 0px;
	width: 980px;
}
ul.menuItems {
	padding-top: 7px;
	margin-top: 0px;
	list-style: none;
}
ul.menuItems li{
	display: inline;
	margin: 0px 25px 0px -33px;
	color: #fff;
}
ul.menuItems li a{
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 8px 10px;
}
ul.menuItems li a:hover{
	
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	border-bottom: 3px solid #d1dcee;
	color: #d1dcee;
}

/* FOOTER
------------------------------------------------ */
#footer {
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
		
}
#footer span{
	padding-top: 3px;
	padding-left: 10px;
	float: left;
	color: #999999;
	font-size: 90%;
}

/* CLEARING
------------------------------------------------ */
.clearthis:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearthis {display:inline-block;}
/* Hide from IE Mac \*/
.clearthis {display:block;}
/* End hide from IE Mac */



/* RIGHT COLUMN BOX
------------------------------------------------------- */
.rightColBox {
	padding-bottom: 20px;
	color: #fff;
	float: right;
	background:url(../images/rightColBottom.gif) no-repeat bottom left;
	margin-bottom: 5px;
	width: 300px;
}
.rightColBox h3 {
	font-family: tahoma;
	font-size: 120%;
	color: #d1dcee;
	padding: 15px 8px 13px 20px;
	margin: 0px;
	
	background:url(../images/rightColTop.gif) no-repeat top left;
}
.rightColBox h3 span{
	float: right;
	margin-top: -13px;
}
.rightColBox p{
	padding: 3px 20px 5px 20px;
	margin: 0px;
	color: #fff;
}


/* RIGHT COLUMN LIST
------------------------------------------------------- */
ol.moduleList {
	display: block;
	margin-top: -5px;
	margin-left: 45px;
	padding: 1px;
}
ol.moduleList li{
	background: url(../images/icon_bullet.gif) no-repeat left top;
	padding-left: 2px;
	margin-left: 1px;
	font-weight: bold;
	padding-bottom: 2px;
}
ol.moduleList li a{
	font-weight: normal;
}

