body, html{
	padding: 0;
	margin: 40px 0px 0px 0px;
	background: #cccccc;
	font-family: Garamond, Times New Roman;
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4f;
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
}
.left {
	float:left;	
}
.right {
	float:right;	
}
.container{
	margin: 0 auto 0 auto;
	width: 850px;
	padding: 0 50px 0 50px;
	min-height: 100%;
	background: url(../images/content_bg.jpg) top center repeat-y #ffffff;
}

.header{
	height: 150px;
	width: 850px;
	margin:0;
	border-bottom: 1px solid #4d4d4f;
}
.header_background {
	height: 17px;
	margin: 0 auto 0 auto;
	width: 930px;
	background: url(../images/header.jpg) top center no-repeat;
}
.header img{
	border: none;
}
.header .logo{
	float: left;
	width: 280px;
	height: 150px;
	height: 66px;
	padding: 55px 0 0 0;
}
.header .theme{
	float: left;
	height: 150px;
	width: 570px;
}
.middle{
	width: 850px;
}
.content{
	width: 550px;
	margin:0;
	padding: 35px 25px 0 25px;
	float: left;
}

h1,h2,h3,h4{
	color: #0099cc;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
h1{
	font-size: 15px;
	margin: 0 0 15px 0px;
}
h2{
 	font-size: 14px;
}
p{
	margin: 0 0 15px 0px;
}
a, a:visited{
	color: #0099CC;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.menu{
	float: left;
	min-height: 250px; 
	padding: 30px 0 0 0;
	width: 250px;
}
.menu ul{
	padding: 0;
	margin: 0;
	border-top: 1px solid #4d4d4f;
}
.menu li{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #4d4d4f;
}
.menu li.mo{
	background: #e4f4f7;
}
.menu a{
	display: block;
	width: 230px;
	border: none;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 5px 5px 15px;
	color: #4d4d4f;
	text-decoration: none;
}
.menu a#top{
	border-top: 1px solid #4d4d4f;
}
.menu .mo a{
	color: #0099cc;
	font-weight: bold;
	font-size: 13px;
}
.submenu{
	padding: 0;
	background: inherit;
}
.submenu .notselected a{
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #4d4d4f;
	text-decoration: none;
	background-color:#FFFFFF;
}
.submenu ul{
	border-top: 1px solid #4d4d4f;
}
.submenu li{
	border: none;
	list-style: none;
	margin:0;
}
.footer{
	margin: 0 auto 0px auto;
	width: 900px;
	padding: 15px 25px 0 25px;
	background: url(../images/content_bg.jpg) top center repeat-y #ffffff;
}
.footer_content {
	color: #ffffff;
	background: #0099cc;	
}
.footer_text{
	padding: 15px 25px 1px 25px;
}
.footer a{
	color: #ffffff;
}
.footer_background {
	height: 25px;
	margin: 0 auto 15px auto;
	width: 930px;
	background: url(../images/footer.jpg) top center no-repeat;
}
.overlay {
	position: absolute; 
	top:0;
	margin:175px 0 0 -190px;
	width: 671px;
	height: 481px;
	text-align:center; 
	z-index: 1000;
	background: url(../images/overlaybg.png) top center repeat;
}

.overlay p {
	padding:6px 5px;
	margin:0px;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
}

.overlay p a {
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
}

.content_overlay {
	padding:10px 0 0 0;
}

input, textarea{
	font-family: Garamond, Times New Roman;
	font-size: 14px;
	width: 418px;
	border: 1px solid #4d4d4f;
}
.formfield td{
	padding: 0 0 10px 0;
	vertical-align: top;
}
.formfield td.button{
	text-align:right;
}
.button input{
	padding: 5px;
	width: 125px;
	background: #e4f4f7;
	border: none;
	color: #0099cc;
	line-height: 30px;
	cursor: pointer;
}
.home_image{
	position: absolute;
	top: 100px;
	z-index: 1;
}
.next{
	width: 570px;
	position: absolute;
	text-align:right;
	z-index: 2;
}
.next img{
	border: none;
}

#home .header{
	border: none;
}
#home .menu{
	padding: 31px 0 0 0;
}
.red{
	color: red;
}

/* editbutton CMS */
.editbutton {
	position:absolute;
	width:550px;
	text-align:right;
}
.social_buttons {
	float:right;
}
.tweet {
	padding-top:15px;
	width:280px;
	min-height:100px;
	margin-bottom:20px;
	font-size:15px;
	font-weight:bold;
	border-radius:5px;
}
.tweet a {
	color:#9BE7FF;	
}
.time {
	color:#9BE7FF;
	font-size:12px;
	text-align:right;
}
