/*
Design by Mark Street and Metamorphosis Design
http://www.roboticistmark.com
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

a:visited {
	color: #000000;
}

body {
	background: #ffffff url("../images/back_all.gif") repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content {
	margin: 0 auto;
	background: #ffffff;
	width: 742px;
	text-align: left;
}

#back {
	background: #ffffff;
	width: 742px;
}

#header {
	width: 742px;
	text-align: left;		
}

#menu1 {
	width: 702px;
	height: 55px;
	padding-left: 110px;
	padding-top: 35px;
	background: url("../images/menu.gif") no-repeat;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline; 
}

#menu a {
	float: left;
	width: 84px;
	height: 32px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 84px;
    height: 32px;
	color: #ff0000;
	text-decoration: underline;
}


#logo {
	background: url("../images/header_std1.jpg") no-repeat;
	width: 722px;
	height: 234px;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}

#logo a {
	display:none;
	/*text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ffffff;*/
}

#logo h2 a {
	font-size: 14px;
}

blockquote {
	padding: 5px 15px;
	margin-bottom: 5px;
	border:1px dotted #ccc;
}

#left {
	width: 266px;
}

#left h3 {
	width: 241px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: url("../images/lightertitle.gif") repeat-x;
}

#left h4 {
	margin-left: 10px;
	padding-bottom: 2px;
}

#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url("../images/small.gif") no-repeat 0 50%;
}

#left a {
	color: #000000;
}

#left a:visited {
	color: #000000;
}

#left p {
	padding: 10px;
}

#left img {
	position:relative;
	top:10px;
}

#left a img {
	border: none;
	text-decoration: none;
	position:relative;
	top:4px;
}

#right {
	float: right;
	width: 450px;
	padding-right: 10px;
}

#right h4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}

#right a {
	color: #000000;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #000000;
}

#center {
	text-align: center;
	padding:0 65px;
}

#center div {
	text-align:left;
}

#center div.hideable {
	/*display: none;*/
}

#center p {
	margin: 0;
	padding-bottom: 10px;
}

#center h2 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
	font-size: 160%;
	font-weight: bold; 
}

#center h3 {
	float: left;
	width: 203px;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: url("../images/lightcroptitle.gif") repeat-x;
}

#center h3 a {
	color: #ffffff;	
	text-decoration: none;
}

#center h3 a:hover {
	text-decoration: underline;
	color: #ff0000;
}

#center h4 {
	margin:0.75em 0 0.75em;
	color:#999999;
	font:78%/1.4em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	padding-left: 15px;
	border-bottom:1px dotted #cccccc;
}

div.vcard {
	margin: 10px;
	padding: 10px 10px 10px 20px;
	border: double; 
}

.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
}

.date a {
	color: #d72020;
}

#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #f1f1f1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#footer {
	height: 59px;
	clear: both;
	padding-top: 30px;
	border-top: solid #0d6eb9 5px;
	background: url("../images/footer.gif") repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #ffffff;
}
