@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
#header {
	background-image: url(../images/top_bg_1px.jpg);
	background-repeat: repeat-x;
	height: 352px;
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	margin: 10px 13px 0px 13px;
}
#header_tag {
	position: absolute;
	top: 315px;
	left: 0px;
	height: 37px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#TopMenu {
	position: absolute;
	top: 10px;
	right: 7px;
}
#TopMenu a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 8px 0px 7px 20px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#header_logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 288px;
	top: 0px;
	left: 10px;
	position: absolute;
}
#header_img {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	top: 40px;
	width: 525px;
	height: 274px;
	position: absolute;
}
#MainMenu {
	top: 52px;
	right: 0px;
	position: absolute;
	background-image: url(../images/menu_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 290px;
	width: 232px;
}
#MainMenu ul {
	text-align: left;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	margin: 0px;
}
#MainMenu li {
	list-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	padding-top: 6px;
	height: 28px;
	border-bottom: solid 1px #CCCCCC;
}
#MainMenu li.tworow {
	padding-top: 0px;
	height: 34px;
}
#MainMenu a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#MainMenu a:hover, #TopMenu a:hover {
	text-decoration: none;
	color: #a20031;
}
#mainContent {
	padding: 1px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #efefef;
	margin: 20px 13px 20px 13px;
	font-size: 12px;
	line-height: 1.2;
}
#mainContent h1, #mainContent h2, #mainContent h3{
	font-size: 18px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/h1_bg.png);
	background-repeat: repeat-y;
	padding: 5px 15px;
}
#mainContent p {
	padding-left: 20px;
}
#footer {
	text-align: center;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#AveegoNotice {
	font-size: 1px;
	visibility: hidden;
	display: none;
	height: 0px;
	width: 0px;
}

.borderimg {
	margin: 8px 8px 8px 8px;
	border: 3px solid #FFFFFF;
}

.noborderimg {
	border: 8px 8px 8px 8px;
	border: 0px;
}

.colorborderimg {
	margin: 8px 8px 8px 8px;
	border: 3px solid #385d87;
}

.manimg {
	margin: 0px 12px 8px 0px;
	border: 3px solid #FFFFFF;
}
#MainMenu li.highmenu {
	height: 50px;
	padding-top: 10px;
	background-position: left 16px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
