@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0;}

body {
	background-color: #262626;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align:center;

}

img { border:none;}


a {
	color:#ff5600;
	text-decoration: none;
}
a:hover {
	color:#ff5600;
	text-decoration: underline;
}

h2 {
	color:#ff5600;
	font-size: 19px;
	margin-bottom:10px;
}
h3 {font-size: 15px;
	margin-bottom:10px;}

#wrapper {
width:916px;
margin:0 auto;
text-align:left;
margin-top:30px;
position:relative;}

/* --------------------------------------------------------------------------------------------navs */

#left {
width:269px;
float:left;
}

#left ul { width:228px; margin-top:20px;}

#left li {
	background-color: #333333;
	width:210px;
	height:27px;
	margin-bottom:15px;
	margin-left:15px;
	list-style-type: none;
	line-height:27px;
	padding-left:17px;
	font-size: 13px;
}

#left li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width:210px;
	height:27px;
	display:block;
}

#left li a:hover {
	color: #ff5600;
}




/* --------------------------------------------------------------------------------------------Content */


#right {
	margin-top:40px;
	width:610px;
	float:right;
	border: 1px solid #d75412;
	padding:15px;

}

#right p {
line-height:25px;
margin-bottom:15px;
text-align:justify;

}

#right strong {
	font-weight: normal;
	color: #ff5600;
}

#right blockquote {
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #ff5600;
	padding-left:35px;
	padding-top:10px;
	line-height:25px;
	font-weight: bold;
	margin-bottom:15px;
}

.topimage { padding-left:16px; width:590px; margin-bottom:15px;}
.topimage img { padding:2px; margin-right:15px; border: 1px solid #d75412;}

#search_index {
	float:right;
	text-align:left;
	width:185px;
	height:26px;
	background-image: url(../images/search_arrow.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height:24px;
}

.lists { margin-left:30px;}

.lists li {
	margin-bottom:15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left:15px;
	background-position: 0px 5px;
}

.contact td {
padding-bottom:13px;
padding-right:5px;
vertical-align:top;
}

.contact_form {
	background-color: #262626;
	border: 1px solid #7a3917;
	color: #ff5600;
	padding:3px;
	width:200px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
}
.logins {
margin-bottom:10px;
background-color: #262626;
	border: 1px solid #7a3917;
	color: #ff5600;
	padding:3px;
	width:150px;
}

.login_button {
	background-color: #262626;
	border: 1px solid #7a3917;
	color: #ff5600;
	width:80px;
	padding:3px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
}

.login {
width:153px;
margin-left:80px;
text-align:right;
}

.contact_form_button {
	width:100px;
	background-color: #262626;
	border: 1px solid #7a3917;
	color: #ff5600;}

.formy {
	background-color: #262626;
	border: 1px solid #7a3917;
	color: #ffffff;
	padding:3px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
}

.bottom_border{
	border-bottom: 1px solid #7a3917;
}


