﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	background:#b2b877 url('../images/bg_top.jpg') no-repeat center top;
	height:345px;
	width:980px;
	margin:0 auto 0 auto;
}

#video {
	width:356px;
	height:195px;
	float:right;
	margin-right:118px;
	*margin-right:118px;
	margin-top:115px;
}

#nav {
	height: 30px;
	width: 90%;
	margin-left:3.8em;
	background:#fff url('../images/li.gif') repeat-x 50% bottom;
	border-right:0.1em solid #EAEAEA;
}

#container {
	min-width: 600px;
	width:786px;
	background-image:url('../images/content_bg.jpg');
	background-position:center top;
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
	margin-top:-10px;
}

#right_col {
	width: 200px;
	float: right;
	padding:1em;
	margin:0px 20px 11px 10px;
	border:0.1em solid #EAEAEA;	
	background:url(../images/subMain.gif) bottom repeat-x;

}

#page_content {
	margin-left:25px;
	margin-right:25px;
	
}

#footer {
	text-align:center;
	background:#b2b877 url('../images/footer_bg.jpg') no-repeat; 
	background-position:center top;
	clear:both;
	height:100px;
	width:980px;
	margin:0 auto 0 auto;


}

#nav ul {
	margin:0px 0px 0px -50px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
	text-align:center;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #666;
}
#nav lia:link {
	color: #666;
}
#nav li a:hover {
	color: black;

}

#page_content ul {
	margin-bottom:1em;	
}

#page_content li {
	list-style-type:none;
	margin:0.5em 2em;
	padding:0;
}

#page_content li p {
	margin:0;
	padding:0;
	color:#666;
}

body {
	font: 62.5% georgia, times, serif;
	color: #666;
	background-color: #B2B878;
}


p {
	margin-bottom:1em;
}

h2 {
	margin:.5em 0 0.25em;	
}

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

#right_col h2 {
	margin-top:0;
}

#search {
	text-align:center;
}

td {
	font-size:small;
	text-align:left;
}

a {
	text-decoration:underline;
	color:#666;
	
}

a:hover {
	color:#333;
}

p, h2 {
	font-size:1.3em;
	line-height:1.5em;	
}

h1 {
	font-size: 2em;
	color: #7D8151;
}

blockquote {
	margin-left:1.5em;
	padding-left:2em;
	border-left: 0.3em #EC6816 solid;
	font-size: 0.9em;
	font-weight: bold;
	color: #EC6816;
}

#page_content li {	
	color:#97bf8a;
}

#right_col p{
	text-align:center;
}

#footer p {
	margin-top:0px;	
	color:#7D8151;font-size:x-small;
}


#footer a {
	font-variant: small-caps;
	color: #7D8151;
}

#footer a:hover{
	color:#333;
}
#calendar{
	text-align:center;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 37px;
	background: #B2B877;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{
	background: #7D8151
}
	

