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

body {
	font-family: Verdana, Geneva, sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin:0 0 0 0;
	outline:none;
	color:#434343;
	background-image:url(../assets/bg_body.gif);
	background-position:center;
	background-repeat:repeat-y;
	height:auto;
}
#wrapper {
	width:900px;
	margin:0 auto;
	font-size:0.7em;
	line-height:1.75;
	margin-top:20px;
	text-align:right;
	clear:both;
}
.logo {
	float:left;
}

h1 {background:url(../assets/header_bg.gif) no-repeat; height:60px; padding: 40px 10px 0px 0px; color:#ffffff; margin: 0; line-height: normal; font-size:18px; letter-spacing:1px; text-align:right;}
h2 {background:url(../assets/header-main-bg.gif) no-repeat; height:49px; padding: 30px 0 0 10px; margin: none; line-height: normal;}

.searchbg {background:url(../assets/search-text.jpg) no-repeat left bottom;}

#header1 {
	width:900px;
	margin:0 auto;
	height:186px;
	clear:both;
	font-size:12px;
	font-weight:bold;
	border-top: #6c3f5c 5px solid;
	color:#000;
	letter-spacing:1px;
	text-align:center;
	background:url(../assets/header-1.jpg) no-repeat 0px 1px;
}

#header2 {
	width:900px;
	margin:0 auto;
	height:186px;
	clear:both;
	font-size:12px;
	font-weight:bold;
	border-top: #6c3f5c 5px solid;
	color:#000;
	letter-spacing:1px;
	text-align:center;
	background:url(../assets/header-2.jpg) no-repeat 0px 1px;
}

#header3 {
	width:900px;
	margin:0 auto;
	height:186px;
	clear:both;
	font-size:12px;
	font-weight:bold;
	border-top: #6c3f5c 5px solid;
	color:#000;
	letter-spacing:1px;
	text-align:center;
	background:url(../assets/header-3.jpg) no-repeat 0px 1px;
}

#header4 {
	width:900px;
	margin:0 auto;
	height:186px;
	clear:both;
	font-size:12px;
	font-weight:bold;
	border-top: #6c3f5c 5px solid;
	color:#000;
	letter-spacing:1px;
	text-align:center;
	background:url(../assets/header-4.jpg) no-repeat 0px 1px;
}

#header5 {
	width:900px;
	margin:0 auto;
	height:186px;
	clear:both;
	font-size:12px;
	font-weight:bold;
	border-top: #6c3f5c 5px solid;
	color:#000;
	letter-spacing:1px;
	text-align:center;
	background:url(../assets/header-5.jpg) no-repeat 0px 1px;
}

#sidebar {
	width:180px;
	padding:10px;
	float:left;
	text-align:left;
}
#main {
	width:660px;
	padding:0px;
	float:right;
	text-align:left;
}
#footer {
	width:800px;
	margin: 0 auto;
	padding:10px;
	clear:both;
	font-size: 12px;
	text-align:center;
}
a:link, a:visited {
	color:#6c3f5c;
	text-decoration: none;
}
a:hover {
	color:#6c3f5c;
	text-decoration:underline;
}
img {
	border: none;
}
#tabs {
	float:right;
	width:100%;
	font-size:11px;
	padding-right:20px;
	margin-right:0px;
	line-height:normal;
	overflow:hidden;
}
#tabs ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:right;
	background:url("../assets/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	margin-left:4px;
	text-decoration:none;
}
#tabs a span {
	float:right;
	display:block;
	background:url("../assets/right.png") no-repeat right top;
	padding:6px 15px 2px 6px;
	margin-left:4px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
/* End IE5-Mac hack */
#tabs a:hover span {
}
#tabs a:hover {
	background-position:0% -44px;
}
#tabs a:hover span {
	background-position:100% -44px;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

