@import "clickmenu.css";

body {
	background-color:#AAAAAA;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(set1/sid-lr_header.png);
	width:900px;
	height:225px;
	position:relative;
	background-position: top;
	background-repeat: no-repeat;
	
	z-index: 98;
}
#header ul {
	background-color:#1A275E !important;
	width:894px;
	border: 3px solid #FFFFFF;
	display:block;
	top:192px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:27px;
	padding:0px;
	text-align:center;
	
	z-index: 99;
}
#header li {
	display:block;	
	height: 27px;
	width: auto;
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	padding: 0px 15px;
	display:block;
	line-height: 21px;
	height: 27px;
}
#header ul li:hover {
	background-color:#1778AB;
	color:#FFFFFF;
}
#header ul ul {
	border-top: 0px none;
	top: 27px;
	left: -3px;
	display: none;
	height: auto;
	text-align: left;
}
#header ul ul ul {
	border-left: 0px none;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1 {
	top:15px;
	left:70px;
}
#logo_w2 {
	top:44px;
	left:94px;
	font-size: 18px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}

#header #changeTpl {
	position: absolute;
	bottom: 35px;
	right: 5px;
}

/********************** Content ***************************/
#content {
	background-image:url(set1/content_bg.gif);
	width:900px;
}
img{
	border-width:0px;
}
h1{
	color:#1A275E;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#1A275E;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:540px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a, a{color:#28556B;}
#left a:hover, a:hover{color:#C77E0C;text-decoration: underline;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:250px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
#right .tagcloud {
	font-size: 97%;
}
#right .calendar_info {
	width: 17em;
	font-size: 97%;
}
#right .ui-datepicker td span, #right .ui-datepicker td a {
	text-decoration: none;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(set1/footer_bg.gif);
font-size:1px;
height:10px;
position:relative;
bottom: -8px;
}
#footer {
	width:900px;
	text-align:center;
	padding: 20px 0px;
}
/********************** News Feed ***************************/
#right .rss_feed {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#right .news_section {
	border-bottom: 0px none;
	padding: 8px 0 4px;
	margin-bottom: 5px;
}
#right .news_section p {
	white-space: normal;
}
#right .news_section p:first-child {
	display: block;
	margin: 0px;
}
#right .news_section a {
	text-decoration: underline;
	font-size: .9em;
	color: #28556B;
}
#right .news_section a:hover {
	text-decoration: underline;
	color: #C77E0C;
}
