@charset "utf-8";
body {
	background-color: #152345;
	background-image: url(images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A6A6A;
}
a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #1E4099;
}
			
a:hover {
	text-decoration: underline;}
/*
** HTML elements
*/
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
h1 {
	letter-spacing: -1px;
	margin-top: 4px;
	margin-right: 0px;
	font-size:22px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: #0A234E;
}
h2 {
	letter-spacing: 1px;
	font-size:15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #20429C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAEEFB;
}
h3 {
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size:13px;
	margin-bottom: 3px;
	color:#1A347E;
	margin-left: 0px;
	font-weight: bold;
}
abbr {
	font-size:9px;
	color:#A4A4A4;
}
p {
	margin-top: 0px;
	margin-bottom: 14px;
}

table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
			
.clear-block {
margin: 0px;
padding: 0px;
clear: both; 
}
#header {
	height: 85px;
	background-color: #FFFFFF;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
}			
#masterflash {
	height: 265px;
	width: 962px;
	margin-bottom: 10px;
}
.masterbox {
	float: left;
	width: 315px;
	margin-right: 9px;
	background-image: url(images/master-box-bg.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;

}
.masterbox h1 a {
	color: #FFFFFF;

}
.masterbox p {
	margin: 0px;
}
.masterbox .masterboxbot {
	background-image: url(images/master-box-base.gif);
	background-repeat: no-repeat;
	height: 25px;
	text-align: right;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 16px;


}
.masterboxbot a {
	color: #FFFFFF;
	text-decoration: underline;
}
.masterbox .masterboxtop {
	background-image: url(images/master-box-top.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height:136px;
	overflow:hidden;
	height:expression(
    this.scrollHeight < 136? "136px" : "auto" );
}
.masterbox h1 {
	font-size: 18px;
	color: #FFFFFF;
}
.masterbox h2 {
	font-size: 12px;
	color: #FFDB10;
	border-bottom-style: none;
	margin-bottom: 3px;
}

#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
}

#header #nav {
	float: right;
	height: 29px;
	margin-top: 9px;
	margin-right: 7px;
}
#header #logo {
	float: left;
	height: 58px;
	width: 233px;
	margin-top: 27px;
	padding-left: 22px;
}
#header #righthead {
	float: right;
	width: 720px;
	height: 84px;
}

#header #search {
	background-image: url(images/search-bg.gif);
	float: right;
	height: 24px;
	width: 291px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
}
#search a {
	color: #FFFFFF;
	text-decoration: underline;
}
#search label {
	float: left;
	width: 125px;
	padding-top: 5px;
}
#search .field {
	border: 1px solid #1D3C8E;
	width: 125px;
	font-size: 10px;
	color: #20429C;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
#search .button {
	color: #FFFFFF;
	background-color: #20429C;
	border: 1px solid #FFFFFF;
	width: 27px;
	font-size: 10px;
	padding: 1px;
}



#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: block;
	float: left;
}
#nav li a {
	font-size: 12px;
	text-transform:lowercase;
	color: #030303;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#nav a:hover {
	background-color: #FFDE00;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	background-image: url(images/site-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#content #submenu {
	background-image: url(images/subnav-bg.jpg);
	background-repeat: repeat-y;
	height: 176px;
	width: 230px;
	overflow: hidden;
	float: left;
	padding: 5px;
}
#submenu #intro{
color:#FFFFFF;
font-size:12px;
font-weight:bold;
height:39px;
padding:5px;
}
#content #flash {
	height: 186px;
	width: 723px;
	float: left;
	background-color: #ffdb10;
}
#start-content #lhs-column {
	float: left;
	width: 240px;
}
#lhs-column #details {
	padding: 15px;
}

#start-content #middle-column {
	float: left;
	width: 465px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #C8D5F2;
	border-left-color: #C8D5F2;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 10px;
}

#start-content #rhs-column {
	float: left;
	width: 197px;
	padding-left: 17px;
	margin-top: 10px;
}


#lhs-column #sites ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#lhs-column #sites {
	background-color: #0a234e;
}

#lhs-column #sites li {
	list-style-type: none;
	display: block;
}
#lhs-column #sites li a {
	color: #ffffff;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6589DC;
	height: 28px;
	padding-top: 10px;
	font-size: 15px;
}
#lhs-column #sites li a:hover {
	color: #F4D218;
}

#footer {
	background-image: url(images/footer.gif);
	background-position: center top;
	background-color: #152345;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 10px;
	background-repeat: no-repeat;
	color: #A6A6A6;
}
#news h2 {
	margin-top: 5px;
	border-bottom-style: none;
	letter-spacing: 0px;
	margin-bottom: 4px;
}
#news {
	margin-top: 5px;
	padding-top: 5px;
	margin-right: 5px;
}
#news p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	padding-bottom: 6px;
	padding-top: 4px;
	margin: 0px;
}

#footer .tag {
	padding-right: 240px;
}
#footer p {
	display: block;
}
#footer .im {
	float: right;
	color: #9BB3C6;
	margin-top: 8px;
	margin-bottom: 3px;
}

#footer a {
	color: #A4A4A4;
}
#footer .im a {
	color: #9BB3C6;
}
#rhs-column h3 {
	letter-spacing: 1px;
	font-size:16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
	color: #20429C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAEEFB;
}
#rhs-column li, #sya_container li{
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#wp-calendar {
	width: 100%;
}
#middle-column .postmetadata {
	background-color: #F9F9F9;
	padding: 4px;
	margin-top: 10px;
}

#rhs-column ul, #sya_container ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
