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

/* CSS RESET - Do not edit these styles, define and edit styles as needed below this block */
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: 18px;
	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:570px;
	padding: 10px 30px 50px 50px;

	}	
	
#RightSidebar
	{
	width:210px;
	padding:10px 30px 10px 30px;
	float:right;
	border-left:thin solid;
	border-left-color:#000000;
	}		
		
		
#RightSideCallout
	{
	width:210px;
	margin:5px -10px 5px -15px;
	padding: 15px 5px 15px 15px;
	background-color:#404040;
	font-size:11px;
	font-weight:bold;
	line-height: 16px;
	}		
		

	
#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:680px;
	height:150px;
	font-size:14px;
	margin: 0px 30px 0px 0px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	}
	
#nav ul {
	margin-top:65px;
   }
   
   	
#nav li {
	display:inline;
	padding:12px;
	margin:15px 0px 0px 17px;
   }

#nav a:link,
#nav a:visited
	{
	background-image:url(../images/nav_indicator.gif);
	background-repeat:no-repeat;
	background-position:0px 100px;
	color:#999;
	padding: 35px 20px 35px 20px;
	text-decoration:none;
	}


.navActive
	{
	background-image:url(../images/nav_indicator_bot.gif);
	background-repeat:no-repeat;
	background-position: center 3px;
	color:#999;
	padding: 35px 20px 35px 20px;
	text-decoration:none;
	}



#footer a:link,
#footer a:visited 
	{
	color:#999;
	text-decoration:none;
	}
	


#nav  a:hover {
	color:#cccccc;
	background-position: center 3px;
	}


#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 70px;
	}	
	
.floatLeft
	{
	float: left;
	padding-right: 15px;
	}
	
.floatRightFooter
	{
	width:210px;
	padding:40px 30px 10px 30px;
	float:right;
	font-size:14px;
	font-weight:bold;
	}

