@charset "utf-8";
@import url("style_extra.css");

body {
	color:#006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #111226;
}

#container {
	background-color: #FFF;
	text-align: left;
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	overflow: hidden;
}

#header {
	background-image: url(images/header.jpg);
	width: 980px;
	text-align: left;	
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 75px;
	padding-left: 35px;
	background-repeat: no-repeat;
}

#menu {
	background-color: #0C0C0D;
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border: 1px solid #888888;
	font-weight: bold;
}
#menu h2 {
	color: #ffffff;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#menu img{
	border: none;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin: 0px;
	padding: 4px;
}
#menu ul li a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
}
#menu ul li a:hover {
	color: #FFF;
	background: #D86509 url(images/navon.gif) repeat-x;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
}

#sidebar {
	display: block;
	width: 250px;
	color:#FFF;
	background-color: #242346;
	background-image: url(images/side.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	font-size: 12px;
}
#sidebar p{
	margin: 0px;
	line-height: 18px;
	padding: 5px 0px 0px 0px;
	color:#999999;
}
#sidebar h2 {
	color: #FFFFFF;
	font-size: 15px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
#sidebar ul li a {
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#sidebar a {
	color: #FC0;
	text-decoration: underline;}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar caption {
	font-weight:bold;
	text-decoration: underline;	
}

#content {
	background-color: #ffffff;
	width: 560px;
	display: inline;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
}
#content h6 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#content a {
	color: #00F;
	text-decoration: underline;
}
#content a:hover {
	cursor: pointer;
}

#footer { 
	color: #ffffff;
	background:#000 url(images/footerbg.gif) repeat-x;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
	height: 20px;
	text-align: center;
	clear: both;
	border-top: 2px solid #cccccc;
}
#footer a {
	color: #FC0;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#contacts {
	color: #ffffff;
	padding: 5px;
	text-align: left;
	clear: both;
	background-image: url(images/paper_phone.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#contacts h2 {
	border-bottom: 0px;
}

blockquote p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
