/* 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-y: scroll;
}



body 
	{
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
/*	background-image:url(../images/mdg_bg3.gif); */
	}


h1
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ee3224;	
	padding: 61px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom:solid;
	border-bottom-color:#CCC;
	border-bottom-width:1px;
	width:700px;
	}
	
	
h1 .gray {
	color: #666;
	}

h2
	{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ee3224;	
	padding-top: 12px;
	padding-bottom: 12px;
	}

h3
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom:3px;
	color:#ee3224;
	line-height:14px;
	}


h4
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom:6px;
	color:#ee3224;
	line-height:15px;
	}

h3 a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	}


h3 a:hover 
	{
	color: #ee3224;
	border-bottom-color: #ee3224;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
a 
	{
	text-decoration: none;
	color: #333;
	}


a:hover 
	{
	color: #ee3224;
	border-bottom-color: #ee3224;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}	
	
	
	

#contentContainer a {
	text-decoration: none;
	color: #666;

}


#contentContainer a:hover 
	{
	color: #ee3224;
	border-bottom-color: #ee3224;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
	
p	
	{
	padding-bottom: 12px;
	line-height: 16px;
	}
	
ul {
	padding-left: 15px;
	padding-bottom:0px;
	}
	
li {
	line-height:14px;
	list-style:square;
	padding-bottom:4px;
	}	

	

/* ////// */


/*#main
	{
	width: 100%;
	height: 100%;
	margin-bottom: 18px;
	background-image: url(../images/bg_shadow.png);
	background-position: center top;
	background-repeat:no-repeat
	
	}*/
	
#mainContainer
	{
	width:940px;
	margin-left: 0px;
  	margin-right: auto ;
/*  	margin-top: 18px;  */
	margin-top:0px;
	height:auto;
	min-height: 400px;
	background-color:#FFF;
/*	border-color: #ee3224;
	border-style: solid;
	border-width: 1px; */
	}
	
.font13
	{
	font-size:12px;
	line-height:17px;
	}
	
#homepageFlash
	{
	margin-top:30px;
	padding: 0px;
	}

	
#CenterContainer
	{
	width:450px;
	padding-right:15px;
	}	
	
#RightSidebar
	{
	width:200px;
	padding:20px 10px 10px 10px;
	float:right;
	}		
	
#leftSidebar
	{
	width: 125px;
	float:left;
	min-height: 500px;
	height:90%;
	margin-top: 30px;
	text-align: right;
	}
	
#logoContainer 
	{ 
	padding: 0px 5px 0px 0px;
	border:none;
	}

#logoContainer a,
#logoContainer a:hover
	{
	border:none;
	}
	
#contentContainer
	{
	/* padding-left:37px; */
	padding:0px 55px 0px 15px;
	width: 700px;
	float:right;
	text-align: left;
	}
	
#contentContainer h1
	{
	padding-top:25px;
	}	
	
#contentContainer_in
	{
	/* margin-left:37px; */
	padding-right:55px; 
	padding-top: 40px;
	width: 700px;
	float:right;
	text-align: left;
	
	}

#contentContainer_in_blog
	{
	/* margin-left:37px; */
	padding-right:55px; 
	padding-top: 40px;
	width: 700px;
	float:right;
	border:1px solid #000000;
	}

	
#contentContainer_addy
	{
	/* margin-left:37px; */
	padding-right:55px; 
 	padding-top: 20px; 
 	padding-bottom: 30px;
	width: 700px;
	float:right;
	text-align: left;
	vertical-align: top;
	
	}
	
	
.top_border {
	color: #999;
	border-top-color: #999;
	border-top-style: dashed;
	border-top-width: 1px;
	margin-top:20px;
	}
	
	
.red_highlight {
	color: #ee3224;
	}
	
.gray_highlight {
	color: #333333;
	}
	
.indent_20px{
	margin-left:20px;
	}	


#navContainer
	{
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 5px;
	}

#subNav_ul 
	{
	padding-bottom: 12px;
	list-style:none;
	}

.nav
	{
	padding-top:4px;
	
	}

.subNav
	{
	font-size: 14px;
	margin-top: 0px;
	}
	
.subNav a:link,
.subNav a:visited 
	{
	color:#999;
	text-decoration:none;
	}

.subNav a:hover 
	{
	color:#666;
	}

.subNavActive
	{
	font-size: 14px;
	margin-top: 0px;
	color:#ee3224;
	}

.nav a:link,
.nav a:visited 
	{
	color:#666;
	text-decoration:none;
	border: none;
	}

.navActive
	{
	padding-top:4px;
	color:#ee3224;
	}
	
.navActive a:link, .navActive a:visited, .navActive a:hover
	{
	padding-top:4px;
	color:#ee3224;
	text-decoration:none;
	border: none;
	}

.nav a:hover 
	{
	color:#ee3224;
	border: none;
	}
	
.nav ul, .nav li {
	list-style:none;
	line-height: 18px;
	}	


.newsItem
	{
	margin-bottom: 25px;
	min-height: 85px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	
	}

.newsItem p
	{
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 2px;
	}

.newsItem_pic
{
	padding-right: 12px;
	float: left;
}

.newsItem_content{
	margin:0px;
	margin-left:98px;
}

.newsItem_thumb{
	margin:0px;
	display:block;
	float:left;
}

.pic_fLeft
	{
	padding: 0px 12px 0px 0px;
	float: left;
	}
	

.clearBoth 
	{
	clear: both;
	}

.bioItem
	{
	padding: 0px 0px 5px 0px;
	margin:10px 0px 0px 0px;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#CCC;
	}


.bioTitle
	{
	font-size: 12px;
	color: #666;
	padding: 12px 0px 12px 0px;
	}
	
.bioItem h2
	{
	font-size: 12px;
	font-weight: normal;
	color: #ee3224;	
	padding: 10px 0px 4px 0px;
	}
	
#footer
	{
	font-size: 10px;
	text-align: center;
	width: 880px;
	margin-left: 40px ;
  	margin-right: auto ;
	padding-top: 3px;
	margin-bottom:20px;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#CCC;
	}
	
	
.newsItem_button
	{
	font-size: 11px;
	float:right;
	}	
	
.newsItem_button a:link,
.newsItem_button a:visited
	{
	color:#ee3224;
	text-decoration:none;
	}

.newsItem_button a:hover
	{
	color:#666;
	text-decoration:none;
	}	


.contactLeftCol
	{
	float: left;
	width:310px;
	
	}

.contactRightCol
	{
	margin-right: 50px;
	margin-left: 80px;
	padding-left:25px;
	float:right;
	border-left:solid;
	border-width:1px;
	border-color:#CCC;
	}


.grayCity
	{
	color:#888888;
	font-size: 13px;
	}


.infoIcon
	{
	margin: 3px 4px 0px 0px;
	float: left;
	}
	
.bold
	{
	color: #666666;
	/* font-weight: bold; */
	
	}


#tabsContainer
{
	background: #ffffff;
	background-image: url(../images/ui-tabs-background.jpg);
	padding: 6px;
	background-repeat: no-repeat;
	margin-left: -6px;

}


#followMDG
{

}

#followTwitter
{

}
	
.leftColumn_2col
	{
	float: left;
	width: 320px;
	display:inline;
	padding-left:0px;
/* 	margin: 10px 0px 20px 0px; */
	padding-right:10px;
	line-height:18px;
	}
	
#leftColumn
	{
	float: left;
	width: 180px;
	padding-left:0px;
	margin: 10px 0px 20px 0px;
	padding-right:10px;
	line-height:18px;
	}

.rightColumn_2col
	{
	float: right;
	width: 320px;
	display:inline;
	padding-left:25px;
	padding-right:0px;
/* 	margin: 10px 0px 20px 0px; */
	border-left:solid 1px #CCC;
	line-height:18px;
	}
	
	
#rightColumn
	{
	float: left;
	width: 180px;
	padding-left:25px;
	padding-right:0px;
	margin: 10px 0px 20px 40px;
	border-left:solid;
	border-width:1px;
	border-color:#CCC;
	line-height:18px;
	}
	
/* Form Stuff */

#form_registration {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica;
	color:#EF2D23;
}


#form_registration h2 {
	color:#EF2D23;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica;
}

.form_required {
	padding-left:215px;
	font-size:9px;
	color:#EF2D23;
}

#form_registration span {
	color:#666666;
}

#form_registration .textinput {
	border:1px dotted #999;
	padding:2px;
	width:275px;	
	margin-bottom:10px;
	margin-top:3px;	
	background:#ffffff;
}

#form_registration .textinputSmall {
	border:1px dotted #999;
	padding:2px;
	width:110px;	
	margin-bottom:10px;
	margin-top:3px;	
	background:#ffffff;
}


#form_registration .textinput_error {
	border:1px dotted #EF2D23;
	padding:2px;
	width:174px;	
	margin-bottom:10px;
	margin-top:3px;	
	background:#F9E9EF;
}

#form_registration .submitbutton {
	background:#EF2D23;
	color:#ffffff;
	padding:3px;
	font-weight:bold;
	border:0px;
	cursor:pointer;
}

.registerMark
{
	font-size: 10px;
	vertical-align: super;

}	
	
	
/* copied, this is just as note for when i do the active section stuff


#home #nav-home a,
#features #nav-features a,
#plans #nav-plans a,
#location #nav-location a,
#about #nav-about a,
#contact #nav-contact a {
	color:#fff;
	background-position:0px -212px;
	}

#home #nav-home a:hover,
#features #nav-features a:hover,
#plans #nav-plans a:hover,
#location #nav-location a:hover,
#about #nav-about a:hover,
#contact #nav-contact a:hover {
	color:#fff;
	background-position:0px -212px;
	}
	
*/


	