@charset "utf-8";
/*---------------------------Layout---------------------------*/
body {
	background-image: url(../images/layout/brow_bg.jpg);
	background-position: left top;
	background-color: #B6B6B6;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #4d4b42;
}
#container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/layout/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	background-image: url(../images/layout/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrap {
	background-color:#FFFFFF;
	background-color: #FFFFFF;
	padding:10px;
	border: 1px solid #c3c3b3;
}
#nav {
	width:100%;
	background-image:url(../images/layout/nav_bg.jpg);
	height:40px;
	margin-bottom:10px;
	overflow:hidden;
}
	#nav ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	#nav ul li{
			display:inline;
	}
	#nav ul li a{
	color:#ffffff;
	text-decoration:none;
	font-size: 18px;
	font-weight: bold;
	float:left;
	padding:9px 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
		}
	#nav ul li a:hover{
	background-color:#878787;
	}
#rightcol {
	float: left;
	width:240px;
	float: left;
}
#content {
	float:left;
	width: 750px;
	line-height: 20px;
	margin-right:10px;
}
#footer {
	clear:both;
}
	#footer .add{
	width: 230px;
	}
	#footer hr{
	color:#C3C3B3;
	clear:both;
	}
/*---------------------------Layout---------------------------*/
/*---------------------------Styles---------------------------*/
img {
	border:none;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;

}
h1 {
	color: #2c4158;
	font-size:18px;
	background-image: url(../images/layout/pg_head_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C3B3;
	padding:20px 10px;
}
h2	{
	padding: 3px;
	color: #962b24;
	font-size:16px;
}
h3	{
	padding: 5px;
	color: #962b24;
	font-size:14px;
	background-image: url(../images/layout/col_head_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A8B95;
}
p {
	padding: 0 5px;
}
a:link {
	color: #2c4158;
}
a:visited {
	color: #2c4158;
}
a:hover {
	color: #962b24;
}
a:active {
	color: #962b24;
}
#rightcol strong {
	color: #2c4158;
}
/*---------------------------Styles---------------------------*/
/*---------------------------Classes---------------------------*/
.box {
	width: 100%;
	border: 1px solid #c3c3b3;
	background-color: #edefe1;
	margin-bottom: 10px;
}
.brd {
	border: 3px solid #2c4158;
}
.odd {
	background:#EDEFE1;
}
/*---------------------------Classes---------------------------*/
