/* CSS Document */
body,td,th {
	font-family: Lucida, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	color: #FFFFFF ;
	background-color: #333333;
	background-image: url(/images/bg-rptr.png);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#outerShell{
	margin:0px auto;
	width:998px;
	border:1px #464444 solid;
	background-color:#000000;
	background-image:url(/images/right.png);
	background-repeat:repeat-y;
	background-position:right;
}

#main{
	min-height:600px;
	color:#FFFFFF;
	line-height:16px;
	background-image:url(/images/bg.jpg);
	background-repeat:no-repeat;
}

#left-col{
	min-height:452px;
	display:inline;
	padding:118px 30px 30px 50px;
	width:310px;
	float:left;
}
#right-col{
	display:inline;
	padding:118px 0px 0px 0px;
	width:526px;
	float:left;
}

.home-col{
	width:225px;
	padding:30px 40px 30px 56px;
	float:left;
	display:inline;
}

.home-col strong{
	font-size:14px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#FB9D00;
	padding:0px;
	margin:0px 0px 30px 0px;
	font-weight:100;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FB9D00;
	margin:0px 0px 30px 0px;
	font-weight:100;
}


#nav {
	width:988px;
	height:117px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color:#FF9900;
}

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

a.image:link, a.image:visited, a.image:active, a.image:hover {
	border: 0px;
}

#footerDiv {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	padding-top:16px;
	font-size:11px;
	color:#707E89;
}

#footerDiv a:link, #footerDiv a:visited, #footerDiv a:active {
	color:#707E89;
	text-decoration:underline;
}

#footerDiv a:hover {
	color:#FF9900;
	text-decoration:none;
}

.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	line-height:1px;
	border: 0px;
	margin:0; padding:0;
	background:transparent;
}

#twoColLftLft {
	width:320px;
	float:left;
}

#twoColLftRt {
	width:664px;
	float:right;
}

#twoCol1 {
	width:585px;
	float:left;
}

#twoCol2 {
	width:325px;
	float:right;
}

#threeCol1 {
	width:330px;
	float:left;
}

#threeCol2 {
	width:330px;
	float:right;
}

#threeColMid {
	width:330px;
}

.formfield_block {
	/*padding: 12px 0px 12px 0px;*/
	width: 290px;
}

.formfield_col_left {
	width: 130px; 
	float: left;
}

.formfield_col_right {
	width: 130px; 
	float: right; 
}

.formfield_col_both {
	width: 290px;
}

.formfield_name {
	padding: 4px 0px 0px 0px ;
	font-weight: bold;
}

.form_error {
	font-size: 10px;
	color: #cc0000 ;
}

.form_instructions {
	font-size: 10px ;
	font-style: italic ;
}

.contactInputSm {
	width: 54px;
	height:20px;
	margin-bottom: 5px;
}

.contactInputMed {
	width: 130px;
	height:20px;
	margin-bottom: 5px;
}

.contactInputLg {
	width: 290px;
	height:20px;
	margin-bottom: 5px;
}

SELECT.contactInput {
	width: 130px;
	margin-bottom: 5px;
}

input {
	width:100%;
	margin:0px;
	padding:0px;
	height:16px;
	border:2px solid #CCCCCC;
	background-color:#CCCCCC;
}

input.checkbox {
	width: auto ;
}

