/* CSS Document */

body  {
	background: #cecece url(/images/topbg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
}

#container {
	width: 1064px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #a3a3a3;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 55px;
	background: #8a8a8a;
}

#header {
	height: 210px;
	background: #8a8a8a;
}

#logo {
	position: absolute;
	margin-top: 30px;
	margin-left: 30px;
	width: 282px;
}

#topmenu {
    position:absolute;
    z-index:99;
    width: 335px;
    height: 14px;
    margin: -51px 0px 0px 0px;
    padding-left: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

#topmenu ul{
    list-style-type: none;
}

#topmenu li{
    list-style-type: none;
    display: inline;
    padding-right: 15px;
    margin: 0;
}

#topmenu a {
	color: #fff;
    font-size: 14px;
	text-decoration: none;
}

#topmenu a:hover {
	color: #ffd75f;
}

#menu {
	height: 79px;
	background: url(/images/menubg.jpg) no-repeat;
    overflow: hidden;
}

.mainmenu {
    padding: 0 20px;
}

.mainmenu a {
	color: #002f58;
	text-decoration: none;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.mainmenu a:hover {
	color: #0e5ea3;
}

#container1 {
	background: #8a8a8a;
   /* border: 1px solid black;*/
}

#bg1 {
    background: url(/images/centerbg_top.jpg) top no-repeat;
}

#bg2 {
    background: url(/images/centerbg.jpg) top no-repeat;
}

#bg3 {
    background: url(/images/bottombg.png) bottom right no-repeat;
}

#mainContent {
	margin: 0 0 0 371px;
	padding: 15px 10px 20px 30px;
	background: url(/images/witebgline.png) repeat-y;
	min-height: 291px;
    * height: 291px;
}

#sidebar {
	width: 363px;
	height: 269px;
	background: url(/images/witebgside.png) repeat-y;
}

#search {
	width: 363px;
	height: 54px;
	margin-top: 3px;
	background: url(/images/searchbg.png) repeat;
}

.search {
    color: #003766;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#footer {
	height: 28px;
	width: 1064px;
	background: #e3b625;
	margin: 0;
	padding: 0
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding-top: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	overflow:hidden;
}

#breadcrumb {
    height: 14px;
    padding: 12px 10px 0 0;
    color: #ffffff;
    text-align: right;
}

#breadcrumb a {
    font-size: 12px;
	color: #ffffff;
    text-decoration: underline;
}

#breadcrumb a:hover {
    text-decoration: none;
}

img {
    border: 0;
    margin: 0;
}

#calendar_center_block{
    width: 100%;
	min-height: 291px;
    /*
    * height: 291px;
    */
}

#calendar_content{
    padding: 15px 25px 20px 30px;
}

#bg4{
    background: url(/images/witebgline2.png) repeat-y;
    min-height: 291px;
/*
    * height: 291px;
    */
}


