/* MDG Advertising - 2009-10 site version CSS */

/* CSS RESET - Do not edit these styles, define and edit styles as needed below this block */
html {
	overflow-y: scroll;
} 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
/*
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
*/
/* ol,ul {list-style:none; } */
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* CSS RESET BLOCK END */

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #5c564e;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #aaaaaa;
	background-image: url(../images/bg_texture.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment:scroll;
}
h1 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #8bb5d8;
	padding-bottom: 10px;
}
h2 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d0d1d2;
	padding-top:12px;
	padding-bottom: 12px;
}
h3 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:10px;
}
h3 a {
	text-decoration: none;
	color: #666;
	border-bottom-color: #666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
h3 a:hover {
	color: #ee3224;
	border-bottom-color: #ee3224;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h4 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/*
#contentContainer a {
	text-decoration: none;
	color: #666;
	border-bottom-color: #666;
	border-bottom-style: none;
	border-bottom-width: 1px;
}


#contentContainer a:hover 
	{
	color: #ee3224;
	border-bottom-color: #ee3224;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
*/
	
p {
	padding-bottom: 12px;
	line-height: 18px;
}
ul {
	padding-left: 20px;
	padding-bottom:20px;
}
li {
	line-height:18px;
	list-style:square;
}
a:link, a:visited {
	color: #f89c2a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ////// */




	
#mainContainer {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #231f20;
}
#header {
	width: 960px;
	height: 176px;
	background-color: #231f20;
}
.logo_spacing {
	margin: 10px 0px 0px 70px;
}
#contentContainer {
	width: 960px;
	text-align: left;
}
#leftContainer {
	width:590px;
	padding: 10px 10px 50px 40px;
	float:left;
}
.homepage #leftContainer{
	width:610px;
}
#RightSidebar {
	width:210px;
	padding:10px 30px 10px 30px;
	float:right;
	border-left:1px solid #000000;
}
#RightSideCallout {
	width:210px;
	margin:5px -10px 5px -15px;
	padding: 15px 5px 15px 15px;
	background-color:#404040;
	font-size:11px;
	font-weight:normal;
	line-height: 16px;
}
#RightSideCallout h4 {
	padding:0;
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:11px;
	color:#ccc;
	text-transform:uppercase;
}
#RightSideCallout h5 {
	font-weight:bold;
	color:#aaa;
	margin-top:5px;
}
#contentContainer_in {
	/* margin-left:37px; */
	padding-right:37px;
	padding-top: 67px;
	width: 700px;
	float:right;
	text-align: left;
}
#homepageFlash {
	padding-bottom: 40px;
	height: 344px;
	width: 960px;
}
/* Navigation  */


#nav {
	width:700px;
	height:150px;
	font-size:14px;
	margin: 0px 30px 0px 0px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position:25px 2px;
	float:right;
	text-align:right;
}
#nav ul {
	margin:65px 0 0 30px;
	padding:0;
}
#nav li {
	display:inline;
	padding:12px;
	margin:15px 0 0;
}
#nav li.separator{
	margin:0 0px 10px;
	padding:0;
	vertical-align:middle;
}
#nav li.separator img{
	margin-bottom:2px;
}
#nav a {
	background-image:url(../images/nav_indicator.gif);
	background-repeat:no-repeat;
	background-position:0px 100px;
	color:#999;
	padding: 35px 8px;
	text-decoration:none;
}
#nav a:hover {
	color:#cccccc;
	background-position: center 3px;
}
#nav .navActive a {
	background-image:url(../images/nav_indicator_bot.gif);
	background-repeat:no-repeat;
	background-position: center 3px;
	text-decoration:none;
}
#nav .navActive a:hover {
	color:#cccccc;
	background-image:url(../images/nav_indicator.gif);
}
#footer a:link, #footer a:visited {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#cccccc;
}
#nav ul, .nav li {
	list-style:none;
}
.clearBoth {
	clear: both;
}
#footer {
	text-align: left;
	width: 960px;
	height: 100px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	font-size: 11px;
	padding: 32px 0px 20px 40px;
}
.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}
.floatRightFooter {
	width:210px;
	padding:40px 30px 10px 30px;
	float:right;
	font-size:14px;
	font-weight:bold;
}
#homepage_callout{
	text-align:center;
	float:right;
	margin:5px 0 0 20px;
}

.menu_callout_module{
	background-image:url(../images/icon_menu.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:20px 0 0;
	padding:8px 0 0 75px;
	min-height:66px;
}
