@charset "UTF-8";
/* 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Title: SSC
Author: XHTMLiT - PSD to XHTML Conversion Service
Website: www.INTERDEVIL.com / XHTMLiT.com
Description: Main style sheet for all pages.
Created: February 5th, 2008
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
*/


body {
margin : 0;
padding : 0;
background : #c4c664;
}
img {
border : 0;
vertical-align : middle;
}
.clear {
clear : both;
}
#body-wrap {
width : 771px;
margin : 0 auto;
padding : 0;
}
div#header {
width : 100%;
height : 156px;
margin : 0;
padding : 0;
background : url(/images/header_bg.gif) no-repeat top;
}
#header #logo {
margin : 0;
padding : 43px 0 0 32px;
float : left;
}
/*#header h1 {
margin : 0;
padding : 75px 0 0 17px;
font-family : "Helvetica Neue";
font-size : 14px;
font-weight : bold;
color : #fafafa;
text-align : left;
float : left;
}
*/
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #2c2e1d;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;

}

div#navigation {
width : 700px;
height : 34px;
margin : 0 auto;
padding : 0;
display : block;
clear : both;
}
#navigation ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#navigation ul li {
width : 130px;
height : 24px;
margin : 0 1px 0 0;
padding : 6px 0 0 0;
background : url(/images/tab_bg.gif) no-repeat top left;
text-align : center;
float : left;
}
#navigation ul li a {
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : bold;
color : #2c2f1d;
text-decoration : none;
}
#navigation ul li a:hover {
color : #ea833d;
}
div#content {
width : 771px;
margin : 15px 0;
padding : 0;
background : #fff;
}
#content .top, #content .bottom {
margin : 0;
padding : 0;
}
#content .context {
width : 700px;
padding-left:20px;
margin-left: 5px;

}
#nav {
width : 740px;
margin-left: 5px;

}
#content2 {
width : 740px;
margin-left: 5px;

}


div#botcontent {
width : 771px;
margin : 15px 0;
padding : 0;
background : #fff;
}
#botcontent .top, #content .bottom {
margin : 0;
padding : 0;
}
#botcontent .context {
width : 100%;
height : 165px;
}
div#footer {
width : 771px;
height : 24px;
margin : 0;
padding : 12px 0 0 0;
background : /***url(/images/footer_bg.gif) no-repeat top**/;
text-align : center;
}
#footer p {
margin : 0;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
color : #e8e8e5;
font-weight : normal;
} 

#body-wrap #content .context .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-decoration: none;
}
#contentcolumn {
width : 500px;
padding: 5px;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

#navcontainer 
{
padding: 10px;
width : 150px;
height: 100%;
float: left;
}

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 150px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
font: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
}

#navlist li a { 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color : #2c2f1d;
text-decoration: none; 
}

#navlist li a:hover {
 font-family: Arial, Helvetica, sans-serif;
color: #FF6600;
text-decoration: none; 
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}


/***** additional code 01/15/09 ****/


.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
#content-register {
width : 771px;
}	

.reg_wrapper{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	}
.reg_wrapper ul{
	width:771px;
	margin-left:0px;
	}
.reg_wrapper li { 
	list-style-type:none;
	float:left;
	}
#reg_table{
	width:650px;
	}
#table-col{
	width:120px;
	}
#table-1col{
	width:120px;
	}
#table2-wrapper{
	padding-bottom:15px;
	}
.text-area-reg{
	width:250px;
	height:80px;
	}
.textfield-reg{
	width:200px;
	float:left;
	}
.reg-span{
	color:#FF0000;
	font-weight:bold;
	}