html, body { height: 100%;}

body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

/* Wrapper with pos relative in case a few abs pos eleemnts need to be added */

#wrapper {
  min-height: 100%;
	height:100%;
  height: auto !important;
	margin: 0 auto -4em;
	width: 960px;
	padding: 0;
	position:relative;

}


a img {border:none;}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}


a {
	text-decoration: none;
	color: #4486C7;
}


/* Basic rollover effect for general links */
a {color:#32639A;}

a:hover {color:#c97739;}





/* Header */





#header {
	width: 940px;
	height: 148px;
	margin: 0 auto;
}

img#demlogo {
	padding: 7px 0 0 156px;}
	
img#forlogo {
	position:relative; right:2px;}
	
img#eastlogo {
	position:relative; right:4px;}
	
img#tnlogo {
	position:relative; right:6px;}





/* Menu */

#menu {
	width: 940px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


#menu li {
	float: left;
	border-left: 1px solid #4E9CE9;
}


#menu li.noblue {
	float: left;
	border-left: none;
	
}


p#block {
	display: block;
	width: 155px;
	height: 33px;
	padding-top: 16px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a {
	display: block;
	width: 155px;
	height: 33px;
	padding-top: 16px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #4E9CE9;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #4E9CE9;
	padding-left: 0;
}




/* Content */





.post {
	margin-bottom: 15px;
}



.post .title {
	height: 38px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #32639A;
	border: none;
}


.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
	font-size: 1.2em;
}


img#blu {
  border-style:solid;
	border-color:#587EEA;
	margin:5px;
}


img#bluc {
  border-style:solid;
	border-color:#587EEA;
}


.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}




/* Footer */

.push {
  height: 4em;}



#footer {
  height: 4em;
	width: 100%;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}


/* Style for php handler */
div#shout{position:absolute; top:200px; left:50%;  margin-left: -450px;  width:900px;  text-align:justify; font-size: 18px;     }



/* style for comment from our members */
span.bigquotes {font-size:xx-large; color:#32639a}



/* style for divs with images that you want centered */

div.centerimg {display:block; width:500px; margin-right: auto; margin-left:auto;}


