@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #ebe5ce;
	color: #FFF;
	font-family: Verdana, Arial, Sans-serif;
	}

#logosd {
	position: absolute;
	top: -45px;
	right: 5px;
	width: 125px;
}

#wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

#wrapper p {
	color: #333;
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration: none;
	color: #03F;
}

#wrapper a:hover {
	text-decoration: none;
	color: #396;
}

#footer {
	color: #999;
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
/*	color: #6CF; */
	color: #CCF;
}

#footer a:hover {
	text-decoration: none;
	color: #396;
}

/* Headings */
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 2.3em;
	margin-top: 10px;
}

h2 {
	font-size: 1.05em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 0.85em;
	margin-bottom: 0.5em;
}

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 0px;
	padding-bottom: 2px;
	color: #5b4138;
/*	background-image: url(../assets/images/background.jpg); */
}

#innermessage {
	height: 630px;
}

#message p {
	font-size: 0.9em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 22px;
}

#col1 {
	padding-top: 145px;
	position: absolute;
	width: 300px;
	left: 0px;
}

#col2 {
	padding-top: 160px;
	margin-left: 300px;
	margin-right: 330px;
	position: relative;
}

#col3 {
	padding-top: 145px;
	position: absolute;
	width: 300px;
	right: 10px;
	top: 0px;
}

#programs {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 996px;
}

#programs img {
	margin-right: 15px;
}


#message a:link, #message a:visited {
	color: #0000FF;
}

#message a:hover {
	color: #0D631B;
}

#message ul {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#message li {
	text-align:left;
	margin-bottom: 0px;
	margin-left: 13px;
}

.messimage {
	border: none;
	float: left;
	padding-right: 15px;
}

#messbird {
	position: absolute;
	z-index: 100;
	top: 220px;
	left: 80px;
}

#messlogo {
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 80px;
}

#messDWRlogo {
	position: absolute;
	z-index: 100;
	top: 200px;
	left: 140px;
	width: 175px;
}


#newmesslogo {
	position: absolute;
	z-index: 100;
	top: 140px;
	left: 50px;
}

#newmessDWRlogo {
	position: absolute;
	z-index: 100;
	top: 290px;
	left: 0px;
	width: 225px;
}

#newmessDWRlogo img {
	margin-left: 75px;
}

img {
	border: none;
}

hr {
	color: #000;
	background-color: #000;
	margin-bottom: 5px;
}

#followus {
	position: absolute;
	top: 337px;
	width: 240px;
	padding: 8px;
/*	background-color: #FFF;
	border-radius: 5px; */
}


/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
}
