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

body {
	background-image: url(../images/body-bg.jpg);
	font-family:Calibri, Arial, Helvetica, sans-serif
}

ul {
	list-style:none;
	margin:0;
	padding: 0 0 10px 10px;

}

p {
	margin:0;
	padding: 10px 0 20px 0;
}

#content_title {
	font-size:24px;
	margin-left:-20px;
	color:#e1470f;
	position:absolute;
	margin-left:-1px;
	margin-top:-1px;
}

#content_title_shadow {
	font-size:24px;
	margin-left:-20px;
	color:#333;
}

li#menu_item {
	background-image:url(../images/menu_item_bg.png);
	background-repeat:no-repeat;
	font-size:18px;
	height:20px;
	line-height:20px;
	background-position: 0 19px;
	padding-left:10px;
	color:#FFFFFF;
	margin-bottom:5px;
}

li#menu_item_selected {
	background-image:url(../images/menu_item_bg.png);
	background-repeat:no-repeat;
	font-size:18px;
	height:20px;
	line-height:20px;
	background-position: 0 19px;
	padding-left:10px;
	color:#e1470f;
	margin-bottom:5px;
}

#menu_item_shadow {
	font-size:18px;
	color:#333;
}

#menu_item_overlay {
	font-size:18px;
	margin-left:-1px;
	margin-top:-1px;
	color:#e1470f;
	position:absolute;
}

a#menu_link {
	color:#FFFFFF;
	text-decoration:none;
	margin-left:-1px;
	margin-top:-1px;
	position:absolute;
}

a#menu_link:hover {
	color:#e1470f;
	text-decoration:none;
	margin-left:-1px;
	margin-top:-1px;
	position:absolute;
}

#head_container {
	width: 910px;
}

#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:910px;
	height:133px;
}

#container {
	width: 910px;
	text-align:left;
}

#menu_container {
	width:166px;
	float:left;
	position:absolute;
	margin-top:50px;
	z-index:1;
}

#menu_top {
	background-image:url(../images/menu-bg-top.png);
	width:166px;
	height:34px;
}

#menu {
	background-image:url(../images/menu-bg-middle.png);
	width:166px;
	min-height:34px;
	text-align:left;
}

#menu_bottom {
	background-image:url(../images/menu-bg-bottom.png);
	width:166px;
	height:35px;
}

#adds_top {
	background-image:url(../images/adds_top.png);
	width:166px;
	height:34px;
	margin-top:20px;
}

#adds {
	background-image:url(../images/adds_middle.png);
	width:166px;
	min-height:34px;
	text-align:center;
}

#adds_bottom {
	background-image:url(../images/adds_bottom.png);
	width:166px;
	height:35px;
}

#content_container {
	width:816px;
	margin-left:75px;
	position:absolute;
}

#content_top {
	background-image:url(../images/content-top.png);
	height:44px;
	width:816px;
	z-index:0;
}

#content_middle {
	background-image:url(../images/content-bg.png);
	min-height:500px;
	width:816px;
	z-index:0;
}

#content {
	background-image:url(../images/content-bg-logo.png);
	background-repeat:no-repeat;
	background-position: 134px 100px;
	min-height:500px;
	width:660px;
	margin-right:35px;
	margin-left:121px;
	text-align:left;
}

#content_bottom {
	background-image:url(../images/content-bottom.png);
	width:816px;
	height:15px;
}

#footer {
	font-size:12px;
	color:#888888;
	padding-top:5px;
	border-top:1px #999999 solid;
	width:700px;
	text-align:center;
	margin-left:63px;
}

a#footer_link {
	color:#888888;
	text-decoration:none;
}

a#footer_link:hover {
	text-decoration:underline;
}

