body {
	padding: 0px;
	margin: 0px;
	font-family: "Consolas", "Candara", "News Gothic", "Courier New", "Verdana", sans-serif;
}

h1 {
	font-size: 5%;
	display: inline;
	position: fixed;
	top: 0px;
	text-decoration: none;
	font-weight: normal;
	font-family: "Copperplate Gothic Bold", "Courier New", "Hanzel Extended", sans-serif;
	z-index: -99;
}

h2 {
	text-decoration: none;
	font-size: 185%;
	font-weight: normal;
	letter-spacing: 10px;
	font-family: "Copperplate Gothic Bold", "Hanzel Extended", "Goudy Stout", "Courier New", sans-serif;
}

a {
	text-decoration: none;
	color: #ff3636;
}

#topmenu {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 41px;
	width: 100%;
	background-color: #dadada;
	z-index: 98;
	border-style: solid none;
	border-width: 1px;
	border-color: #000;
	background-image: url('../img/head-bg.png');
	background-repeat: repeat;

}

div.heading {
	background-image: url('../img/ddotmcg-final-lg-logo-rnd-crnr.png');
	width: 430px;
	height: 132px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 41px;
	background-repeat: no-repeat;
}

#bottommenu {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #dadada;
	height: 51px;
	z-index: 98;
	border-style: solid none;
	border-width: 1px;
	border-color: #000;
	/*overflow: hidden;*/
	background-image: url('../img/head-bg.png');
	background-repeat: repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

#bottom_items {
	font-size: 108%;
	position: relative;
	bottom: -2px;
	z-index: 99;
}

#menu_nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 118%;
	top: 7px;
}

#menu_nav ul li{
	display: inline;
	padding: 15px;
}

#mainContainer {
	width: 100%;
	min-width: 850px;
	position: relative;
	top: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 40px 0px 110px;
}

#section1 {
	background-color: #ff6;
	position: relative;
	left: 0px;
	width: 100%;
	z-index: 50;
	padding: 1% 0px 3% 0px;
	min-height: 510px;
	background-image: url('../img/head-bg.png');
	background-repeat: repeat;
	border-style: solid none;
	border-width: 1px;
	border-color: #000;
	display: block;
}

#section2 {
	background-color: #f79999;
	position: relative;
	left: 0px;
	width: 100%;
	z-index: 50;
	min-height: 490px;
	padding: 1% 0px 3% 0px;
	background-image: url('../img/head-bg.png');
	background-repeat: repeat;
}

#section3 {
	background-color: #dcb0ef;
	position: relative;
	left: 0px;
	width: 100%;
	z-index: 50;
	padding: 1% 0px 3% 0px;
	min-height: 490px;
	background-image: url('../img/head-bg.png');
	background-repeat: repeat;
	border-style: solid none;
	border-width: 1px;
	border-color: #000;
}

#section4 {
	background-color: #a8ef68;
	position: relative;
	left: 0px;
	width: 100%;
	z-index: 50;
	padding: 1% 0px 9% 0px;
	min-height: 620px;
	background-image: url('../img/head-bg.png');
	background-repeat: repeat;
}

#content {
	width: 65%;
	min-width: 800px;
	height: auto;
	top: 3%;
	z-index: 4;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/head-bg.png');
	background-repeat: repeat;
	background-color: inherit;
}

div#social_menu {
	display: block;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 48px;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
}

span.social_menu_inner {
	width: 160px;
	height: 35px;
	letter-spacing: 5px; 
	background-image: url('../img/head-bg.png');
	background-repeat: repeat;
	background-color: #dadada;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #000;
	border-radius: 5px 5px 0px 0px;
	bottom: 3px;
	display: block;
	z-index: 101;
	position: relative;
	margin: 0 auto;
}

span.social_inner_inner {
	bottom: -7px;
	position: relative;
}

img.social_icons {
	border-style: none;
}

span.mirror {
	-moz-transform: scale(-1,1);    /* Gecko */
	-o-transform: scale(-1,1);      /* Operah */
	-webkit-transform: scale(-1,1); /* webkit */
	transform: scale(-1,1);         /* standard */
	filter: FlipH;
}

span.menu_nav_li {
	position: relative;
	bottom: 0px;
	font-weight: bold;
	font-size: 120%;
}

.twitter-timeline {
	position: relative;
	float: right;
	max-width: 360px;
	min-height: 250px;
	display: block;
	margin: 7px;
	
}

address {
	font-style: normal;
}

#contact:hover {
	color: #00f;
}

span #contact:hover {
	color: #00f;
}