/*Main CSS Stylesheet*/

body {
	background:#121212;
	margin:0;
	border:0;
	font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	color:#999;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	text-align:center;
	min-width: 800px;
}

.right {float:right;}
.left {float:left;}
.clear {clear:both;}

div.wrapper {
	margin:0 auto;
	width:802px;
}

div.thin-wrapper {
	margin:0 auto;
	width: 755px;
}

a img { border:0; }

table.ssp_nav {
	width:100%;
}

table.ssp_nav a img, .header img, .contact-us img, .about img {
	vertical-align:bottom;
}

table.ssp_nav td.alignleft {text-align:left; padding-left:8px;}
table.ssp_nav td.aligncenter {text-align:center;}
table.ssp_nav td.alignright {text-align:right; padding-right:8px;}

:link, :visited { text-decoration:none; color:#FFFFFF; }
:link:hover, :visited:hover { color:#999; }

div#header-links {
	background: #222;
	border-bottom: 1px solid #333;
	font-size: 9px;
	padding: 2px 0;
	text-align: right;
}

div#header-links .wrap {
	margin-right:25px;
}

.contact-us {
	background: #252525;
}

.contact-us-form {
	background: url('/images/contact_us_form_bg.jpg') top no-repeat;
	padding: 60px 45px 20px 45px;
	text-align:left;
}

.login_div{
	margin-top:100px;
	margin-bottom:100px;
	border-top: 3px #4D4D4D solid;
	border-bottom: 3px #4D4D4D solid;
	width:100%;
	background:#222222;
	padding:10px;
	text-align:left;
}

.login_table{
	width : 200px;
	margin: auto;
	font-size:10pt;
}

div.splash {
	font-size: 12px;
	font-variant: small-caps;
	margin-top:30px;
	text-align:center;
}

div.header{
	background: url('/images/top_header_bg.jpg') top repeat-x;
}

.header img {
	margin-left: 20px;
	margin-right: 20px;
}

div.content {
	padding-top:10px;
}

div.bottom-border {
	background: url('/images/bottom_border_bg.jpg') top repeat-x;
	padding: 20px;
}

div.section-footer {
	margin-bottom: 20px;
}

/* Form Notices */

div.form-notice {
	color: green;
	text-align:center;
}

.form-errors {
	color: red;
}

/* Form Styling */

.inputs {
	text-align:left;
}

.textarea-label{
	text-align:left;
}

.submit-button {
	float:right;
	width: 120px;
}

.contact-us-form input {
	border: 2px solid grey;
	background: #fff;
	width: 250px;
	margin-bottom: 5px;
	display:block;
}

.login_div input {
	border: 2px solid grey;
	background: #fff;
	width: 250px;
	margin-bottom: 5px;
	display:block;
}

.login_div input:focus {
	border: 2px solid #e1c93c;
}

.contact-us-form textarea {
	border: 2px solid grey;
	padding: 5px;
	width: 350px;
	height: 232px;
}

.contact-us-form input:focus, .contact-us-form textarea:focus {
	border: 2px solid #e1c93c;
}

.login_div input.send-message {
	border: 0;
	width:97px;
	height:22px;
}

.login_div div.submit-button {
	float:right;
	width: 97px;
}

.contact-us-form input.send-message {
	border: 0;
	width:120px;
	height:25px;
}

/* About page */

.about{
	text-align:left;
	font-family: Georgia,'Lucida Grande','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	font-size:14px;
	line-height:25px;
}

.about img.title {
	display:block;
}

.about div.leftside{
	float:left;
	width: 400px;
}

.about div.rightside{
	float:right;
}

.about-body {
	background:#252525;
	padding: 0 0 0 20px;
}

div.about-footer {
	background:#2a2a2a;
	padding: 15px 15px 0 20px;
}

div#about-col-left {
	width:220px;
	float:left;
	padding-right:25px;
}
div#about-col-center {
	width:220px;
	float:left;
	padding-right:25px;
}
div#about-col-right {
	width:220px;
	float:left;
}

div.about-section-footer {
	background:#2a2a2a;
	margin-bottom:20px;
}

