/* Main Menu */
/* ------------------------------------------------- */
		
ul#menu {
	border-left:1px solid #838383;
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:13px;
	font-family: Trebuchet MS, sans-serif;
	font-weight:bold;
	overflow:hidden;
}

ul#menu li {
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #838383;
}

ul#menu li a {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:5px 15px 0 15px;
	height:30px;
}

ul#menu li a:hover {
	background: url(../images/bg_menu.gif) #2a363d repeat-x;
}

ul#menu li a.highlight {
	background: url(../images/bg_menu_highlight.png) #a49e7b repeat-x;
}

/* Ads */
/* ------------------------------------------------- */
#sidebar2 ul {
	width:360px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	overflow:hidden;
	margin:50px 0 0 0;
	pading:50px 0 0 0;
}

#sidebar2 ul li {
	display:block;
	float:left;
	overflow:hidden;
	width:175px;
	height:120px;
}

#sidebar2 ul li a {
	color:#fff;
	font-size:13px;
	font-family:Trebuchet MS, sans-serif;
	line-height:100%;
	font-weight:bold;
	display:block;
	width:175px;
	height:120px;
	padding: 65px 27px 0 17px;
	text-decoration:none
}

#sidebar2 ul li a:hover {
	color: #FFFF33;
}

#sidebar2 ul li a i {
	font-size:12px;
	font-weight: normal;
	text-decoration:underline;
	font-style:normal;
}

#sidebar2 ul li a.topleft {
	background: url(../images/ad_tl.gif) no-repeat;
}

#sidebar2 ul li a.topright {
	background: url(../images/ad_tr.png) no-repeat;
}

#sidebar2 ul li a.botleft {
	background: url(../images/ad_bl.png) no-repeat;
}

#sidebar2 ul li a.botright {
	background: url(../images/ad_br.png) no-repeat;
}

/* SUBNAV */
/* - - - - - - - - - - - - - - - - - - - - - */
#subnav {
	width: 185px;
	padding: 0px;
	background:url(../images/sidenav_bg.png) #ffdead repeat-x;
	color: #FFF1B0;
	margin-bottom: 20px;
	margin-top: 15px;
}

#subnav h2 {
	background: url(../images/sidenav_top.png) #ff9c07 no-repeat;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DDF1FD;
	margin: 0;
	padding: 5px 10px 0 10px;
	font-weight: bold;
	line-height: 80%;
}

#subnav ul {
	margin: 10px 0 90px 0;
	padding: 0;
	list-style-type: none;
	overflow:hidden;
}

#subnav li {
	background:#ff8c00;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#subnav li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/arrow_sidenav.png);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	width: 165px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#subnav a:hover {
	color: Yellow;
	text-decoration: underline;
	background-color: #1A6EB7;
}

div.subnavBody {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 10px;
}
input {
	border: 1px solid #A2ABB3;
}
textarea {
	border: 1px solid #A2ABB3;
}



div.subnavBody p {
	margin: 0;
}

div.subnavFooter {
	background: url(../images/sidenav_bottom.png) no-repeat bottom left;
	margin: 0;
}

div.subnavFooter p {
	margin: 0;
	padding: 10px;
	font-size:10px;
	color:#670d05;
}

div.subnavFooter p a{
	color:#670d05;
}

div.subnavFooter p a:hover{
	text-decoration:none;
}
