@charset "utf-8";

html {
	background: #fff;
}

body {
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	font-size: 13px;
	color: #000;
	padding: 10px;
}

p {
	text-align:justify;
	line-height:20px;
	margin:0px 0px 22px 0px;
}

p.lead{
	font-size:18px;
	line-height:30px;
}

h1 {
	font-size:18px;
	line-height:30px;
	margin:0px 0px 6px 0px;
}

h1.lead{
	font-size:36px;
	line-height:40px;
}

h2 {
	font-size:14px;
	line-height:16px;
	margin:0px 0px 6px 0px;
}

img {
	z-index:-1;
}

a {
	color: #a91515;
	text-decoration: none;
}

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

form{
	margin: 0px;
	outline: 0;
}
	form fieldset{
		border: 0;
	}
		form legend{
			display:none;
		}
		form label{
			display:block;
			float:left;
			width:200px;
			padding:4px;
			margin:2px 0px 0px 0px;
		}
		form input {
			border:1px solid #000;
			padding:7px 4px 1px 4px;
			margin:2px 0px 0px 0px;
			font-family: "lucida console", "courier new", sans-serif;
			font-size:13px;
			color: #000;
		}
		
		form input[disabled] {
			user-input: disabled;
			border: 1px solid #eee !important;
			color: #777 !important;
		}

		form select {
			width: 500px;
			height:28px;
			border:1px solid #000;
			padding:30px 4px 1px 4px;
			margin:2px 0px 0px 0px;
			font-family:"lucida sans unicode", "lucida grande", sans-serif;
			font-size:13px;
			color: #000;
		}

		form textarea{
			width:392px;
			height:120px;
			background:url('../img/textarea.png');
			border:0;
			margin:0;
			padding:4px;
			overflow:auto;
			font-family:"lucida sans unicode", "lucida grande", sans-serif;
			font-size:13px;
			margin:2px 0px 0px 0px;
		}
			form textarea:focus{
				background:url('../img/textareaFocus.png');
			}
		form button{
			margin: 2px -2px 0px 0px;
			background: #000000;
			color: #ffffff;
			padding: 5px 20px 5px 20px;
			border: 0;
			text-align: center;
			font-family: "lucida sans unicode", "lucida grande", sans-serif;
			font-size: 13px;
			width: 150px;
		}
			form button:hover{
				text-decoration:underline;
			}
div.gradient{
	background:url('../img/gradient.png') repeat-x;
	width:100%;
	z-index:-1;
	position:absolute;
	top:0;
	height:367px;
}

#container{
	width:1024px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	border: 2px solid #000;
	background: #fff url('../img/sidebar_bg.png') repeat-y;
}

#menu a {
	text-transform: uppercase;
	position: relative;
	top: 3px;
}

/* header */
#header {
	width: 1024px;
	height: 154px;
	margin: auto;
	overflow: hidden;
	background: url('../img/header_bg.png') no-repeat;
	padding-left: 30px;
	color: #fff;
}

#header a {
	display: block;
	width: 344px;
	height: 48px;
	margin: 32px 5px 5px 0px;
	text-indent: -9999px;
	overflow: hidden;
}

#memberid {
	display: block;
	width: 404px;
	height: 120px;
	float: right;
	position: relative;
	top: -98px;
	margin: 0px 0px 0px 0px;
	overflow: hidden; 
	text-align: right;
}

#memberid #memberinfo {
	width: 224px;
	float: left;
	padding: 5px;
}

#memberid #memberphoto {
	display: inline-block;
	width: 120px;
	height: 120px;
	float: right;
	overflow: hidden;
	margin: 0px 47px 0px 0px;
	background: url('../img/form_field_dark_bg.png');
}


#memberid  img.photo {
	padding: 10px;
}

/* main menu */
ul.menu{
	width: 1024px;
	height: 27px;
	overflow: hidden;
	text-align: center;
	background: url('../img/mainmenu_bg.png') center bottom no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.menu li{
	display:inline;
	margin:0px 12px 0px 12px;
	font-size:14px;
	height: 27px;
	vertical-align: middle;
}

ul.menu li a{
	display:inline;
	color:#ccc;
}

ul.menu li a:hover{
	color:#fff;
	text-decoration:none;
}

ul.menu li a.selected{
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

ul.menu li a.selected:hover{
	color:#fff;
	text-decoration: underline;
}

/* CONTENT (SMALL) */
#content {
	float: left;
	width: 728px;
	padding: 0px 0px 5px 5px;
}
	/* IMG LARGE */
#content a.thumb {
	display:block;
	color:#ffffff;
	margin:0px 0px 18px 0px;
	width:400px;
	height:206px;
	cursor:pointer;
}

#content a.thumb span.thumb{
	width:410px;
	height:61px;
	position:absolute;
	left:-10px;
	padding:145px 0px 0px 0px;
	display:block;
	background:url('../img/thumbnailShow.png') no-repeat;
}

#content a.thumb span.thumb span{
	background:#000000;
	padding:5px 10px 0px 10px;
	color:#ffffff;
	overflow:hidden;
	height:24px;
	display:inline-block;
}

#content p.contact{
	float: left;
	width: 210px;
	height: 100px;
}

#content h1 {
	font-weight: bold;
}

#content h2 {
	font-weight: bold;
}

#content a {
	color: #a91515;
}

#content input[type=text], #content input[type=password] {
	width: 505px;
	height:20px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
}

#content input[type=text]:hover,  #content input[type=password]:hover {
	background-color: #ddd;
	border: 1px solid #999;
}

#content input[type=text]:focus,  #content input[type=password]:focus {	
	background-color: #bbb;
	border: 1px solid #777;
}

#content input[type=text].error, #content input[type=password].error {
	background-color: #f2cccc;
	border: 1px solid #daa;
}

#content input[type=text].error:hover, #content input[type=password].error :hover {
	background-color: #dbb;
	border: 1px solid #b99;
}

#content input[type=text].error:focus, #content input[type=password].error :focus {
	background-color: #caa;
	border: 1px solid #a88;
}

#content input[type=radio] {
	margin: 5px 5px 5px 5px;
	height: 20px;
	border: 0;
}

#content label.error {
	color: #c22;
}

#content label.required {
	font-weight: bold;
}

#content label.radio {
	font-family: "lucida console", "courier new", sans-serif;
	float: none;
	display: inline-block;
	width: auto;
	padding: 4px;
	margin: 2px 12px 0px -5px;
	vertical-align: top;
	line-height: 20px;
}

#content select {
	width: 268px;
	background: url('../img/form_field_red_light_bg.png');
}

#content select option {
	width: 268px;
	background: url('../img/form_field_red_light_bg.png');
}

#content select:focus {
	background: url('../img/form_field_red_dark_bg.png');
}

#content span.labelSpan {
	display: inline-block;
	width: 200px;
	padding:4px;
	margin:2px 0px 0px 0px;
}

#content form span.error {
	color: #c22;
	display: block;
	font-size: 10px;
	margin: 10px 0px -2px 208px;
}

#topbanner {
	margin: 5px 0px 5px 0px;
}

#sidebar {
	float: right;
	width: 275px;
	color: #222;
	clear: right;
	padding: 0px;
}

#sidebar h1 {
	font-weight: bold;
}

#sidebar a {
	color: #222;
}

#sidebar p {
}

#sidebar li {
	background: url("../img/arrow_right.png") no-repeat 1%;
	padding-left: 10px;
	margin-bottom: 5px;
}

#sidebar input {
	width: 268px;
	background: url('../img/form_field_light_bg.png');
}

#sidebar input:focus {
	background: url('../img/form_field_dark_bg.png');
	color: #eee;
}

/* FOOTER */
#footer{
	font-size:11px;
	color:#73848b;
	margin: 0 auto;
	padding: 10px;
	width: 1024px;
	text-align: center;
	clear: both;
}

#footer a{
	color:#a91515;
}

#footer a:hover{
	color:#660000;
	text-decoration:none;
}

* html #footer {
	height:1px;
}
