/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	/*background-image:url(images/body.jpg);*/
	color: #444;
	font: normal 1.2em Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 0px; /* force scrollbars */
	padding-top: 0px;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


h1, h2, h3 {
	
}

h1 {

    color: #993333;
	font-size: 1.5em;
	padding-left:15px;
}

h2 {
	
	padding-left:25px;
	padding-top:20px;
	font-size: 1.5em;
	color: #993333;
}


h3{
	text-transform:none;
	padding-left:60px;
	padding-top:20px;
	font-size: 1.3em;
	font-weight:200;
	color: #D4A928;
}

h4{
	text-transform:uppercase;
	padding-left:60px;
	padding-bottom:10px;
	padding-top:0px;
	font-size: 1em;
	font-weight:200;
	color: #D4A928;
}
p, ul, ol {
	margin-top: .2em;
	line-height: 1.8em;
	font-size: 1.2em;
	padding: 0 20px 10px 60px;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #993333;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #993333;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #CD9F46;
}

hr {
	display: none;
}

#main
{
width: 1020px;
margin: 0 auto;
border-left: 0px solid #000000;
border-right: 0px solid #000000;
}


/* Header */

#header 

{

	height: 302px;
	margin: 10px 0px 0px 40px;
	text-align: right;
	padding-bottom: 0px;
	background: url(images/header_6.gif) no-repeat left top;

}

#header2 

{

	height: 132px;
	margin: 10px 0px 0px 40px;
	text-align: right;
	padding-bottom: 0px;
	background: url(images/header_6_w_out_image.gif) no-repeat left top;

}
#address{

position:relative;
left: 500; top:5px;
margin-left:150px;
vertical-align:middle;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
font-size:18px;
color:#000000;
}

#menu
{
	position: absolute; 
	left: 260px; top: 65px;
	vertical-align:middle;


	/*background: url(images/menu5.gif) no-repeat;*/
}

#menu ul {
	margin: 0;
	padding:15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	vertical-align:middle;
}

#menu a {
	display: block;
	float: center;
	height: 34px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
    text-align:center;
	vertical-align:bottom;
	background: url(images/button.jpg) no-repeat
}

#menu a:hover {
	color: #ffffff;
	margin-top:0px;
	text-decoration:underline;
	/*background: url(images/hovermenu6.gif) repeat-x;*/
	
}





/* Page */

#page {
	width: 1020px;
	margin: 0px 0px 0px 0px;
	/*background: #ffffff url(images/pageback.jpg) repeat-y left;*/
	border-top: none;
	padding-top: 0px;
}

/* Content */

#content {
	float: left;
	clear:both;
	width: 700px;
	padding-left: 55px;	
	padding-right: 0px;
	margin-left: 10px;
}



/* Sidebars */

.sidebar {
	float: right;
	padding-right:20px;
	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 1.1em;
	font-size:9px;
	
}


.sidebar li li {
	margin: 0;
}


#sidebar1 {
	width: 200px;
}

#sidebar2 {
	width: 200px;
}

#sidebar2 li h2 {
	background: url(images/titl.gif) no-repeat left top;
	height: 55px;
	color: #333333;
	padding-left: 10px;
	padding-top: 0px;
}

#sidebar2 li ul {
	line-height:normal;
}

#sidebar2 li li {
	padding: 0px;
	font-size: 1.2em;
	padding-bottom:5px;
}

#sidebar2 li a {
	border: none;
	padding-left: 20px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 20px;
}

.back_title
{
/*background: url(images/title_back.gif) no-repeat;*/
}

#sidebar2 .top {
 padding-top: 0px;
 }
 


/* Footer */
#footer
{
padding: 0px 0px 35px 0px;
width:900px;
margin-left:80px;
background: url(images/footer2.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 15px;
}
#footer a
{
color: #FFFFFF
}