body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #FBB829 url(../images/bg.gif) repeat-x 0 0;
	font: normal 76%/1em Verdana, Helvetica, Arial, Sans-serif;
}

.center-site 
{
    background: transparent url(../images/body-middle2.gif) repeat-y 0 0;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 902px;
	font-size: .9em;
	line-height: 1.5em;
}

/*------------All Text Formatting Tags------------*/

p {
	margin: 0 0 15px 0;
	padding: 0;
}

a {
	color: #800000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img { border: none; }

h1 {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	color: #800000;
}

h2 {
	margin: 0;
	padding: 1.5em 0 0.5em 0;
	font-size: 1.35em;
	line-height: 1em;
	font-weight: bold;
	color: #000;
}

h3 {
	margin: 1em 0 0.5em 0;
	padding: 0;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1em;
	color: #000;
}

h4 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 0;
	line-height: 1em;
}

ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-position: inside;
}

/*------------End Of Text Formatting Tags------------*/

.site-container {
	margin: 0;
	padding: 0 0 0 15px;
	background: transparent url(../images/bg.gif) repeat-x 0 -10px;
	width: 902px;
}

* html .site-container {
	width: 887px;
	
}

.header {
	margin: 0;
	padding: 0;
}

.header-bg {
	position: relative;
	
}

/*------------Search Box And Button Styles------------*/

.searchbox {
	position: absolute;
	top: 108px;
	left: 571px;
	width: 290px;
	height: 30px;
	overflow: hidden;
}

.searchbox #q {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 176px;
	height: 15px;
	border: 0 !important;	
}

* html .searchbox #q {
	/*top: -47px;
	left: 6px;
	width: 98%;
	height: 15px;
	border: 0 !important;*/
}

#searchbutton {
	position: absolute;
	top: 0px;
	left: 195px;
}

* html #searchbutton {
	/*top: -75px;
	left: 195px;*/
}

* html .body {
	padding: 0;
	margin: -3px 0 0 0;
}

/*------------Sidebar Styles------------*/

.sidebar {
	width: 190px;
	float: left;
	padding: 0;
	margin: 0px 0 0 0;
}

.sidebar-nav ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style-type: none;
	background: #560000 url(../images/sidebar-nav-bg.jpg) top left no-repeat;
}

.sidebar-nav ul li {
	padding: 0;
	margin: 0;
}

.sidebar-nav ul a {
	color: #fff;
	font-family: Arial, Helvetica, Sans-serifs;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 10px;
	margin: 0;
}

.sidebar-nav ul a:hover {
	background: transparent url(../images/nav-highlight.png) top left no-repeat;
	color: #e4cd0e;
}

* html .sidebar-nav ul a:hover {
	background: #000;
	color: #e4cd0e;
}

.quick-links {
	margin: 0 5px 0 5px;
	padding: 0 0 0 5px;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
}

.quick-links li {
	padding: 10px 0 0 0;
}

.quick-links h2 {
	margin: 0;
	padding: 0;
}

.quick-links a {
	text-decoration: none;
	color: #fff;
}

.quick-links a:hover {
	color: #e4cd0e;
}

.logo img {
	border: 0;
	padding: 30px 0 10px 10px;
}

/*------------Site Content Styles Here------------*/

.main-content {
	padding: 30px 0 20px 35px;
	float: left;
	width: 590px;
}

.main-content a { font-weight: bold; }

.line {
	width: 650px;
	border-bottom: 1px #eccfcf solid;
	margin: 30px 0 30px -15px;
}

.clear {
	clear: both;
	height: 1px;
}

.answer { margin-left: 2em; }

.news li { padding-bottom: 1em; }

/*------------Footer Starts Here------------*/

.footer-text {
	color: #fff;
	position: absolute;
	font-size: 10px;
	text-transform: uppercase;
	left: 215px;
	top: 4px;
	margin: 0 25px 0 0;
	letter-spacing: 0;
}

.footer-text a {
	text-decoration: none;
	color: #e4cd0e;
}

.footer-text a:hover {
	text-decoration: underline;
}

.footer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 902px;
	background-color: #FBB829;
}

.photo-right 
{
    float:right;
    margin: 10px;
    padding: 5px;
    border: 1px solid #ECECEC;
}

.photo-left 
{
    float: left;
    margin: 10px;
    padding: 5px;
    border: 1px solid #ECECEC;
}

.white {
	color: #FFF;
}