/* CSS Document */
/* Start Globals */

html,center {
margin: 0px;
  padding: 0px;
  border: 0px;
  width:99%;
}



body {
	background-color:#95954A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding :0px;
	margin: 0px;
	 border: 0px;
}

img {
	border:0px;
	display:block;
}

p {
	padding:10px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:22px;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:20px;
	color:#000000;
}

h2 {
	font-size:18px;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:20px;
	color:#000000;
}




/* Start General Layers */


#header_container {
	position:relative;
	width:983px;
	height:auto !important;
	min-height:127px;
	height:127px;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

#content_container {
	position:relative;
	width:983px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	background-position: left center;
}

#footer_container {
	position:relative;
	width:983px;
	height:auto !important;
	min-height:48px;
	height:48px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

#header {
	position:absolute;
	top:10px;
	left:24px;
	height:auto !important;
	min-height:40px;
	height:40px;
	width:983px;
}

#address {
	position:absolute;
	top:2px;
	right:54px;
	height:auto !important;
	min-height:40px;
	height:40px;
	text-align:right;
}

#main_nav {
	position:absolute;
	top:96px;
	left:7px;
	height:auto !important;
	min-height:28px;
	height:28px;
	width:960px;
	text-align:right;
	background-color:#AB3203;
	border:1px solid #CCCCCC;
}



#content_copy {
	float:left;
	display:inline;
	width:622px;
	height:auto !important;
	min-height:450px;
	height:450px;
	margin-top:10px;
	margin-left:7px;
	padding-bottom:20px;
	border:1px solid #CCCCCC;
	text-align:left;
}

#img_ls_half {
	float:left;
	display:inline;
	width:322px;
	margin-top:10px;
	border:1px solid #CCCCCC;
	padding:0px;
}

#content_sub {
	float:left;
	display:inline;
	width:322px;
	margin-top:10px;
	border:1px solid #CCCCCC;
	text-align:left;
}

#footer_copywrite {
	margin-top:10px;
	margin-left:22px;
	font-size:10px;
	text-align:left;
	color:#000000;
}

#footer_links {
	margin-top:10px;
	margin-right:22px;
	font-size:10px;
	text-align:right;
	color:#666666;
}


#credits {
	width:880px;
	line-height:16px;
}

/* Layer Specific Globals */ 

#main_nav ul {
	margin-left:20px;
	list-style-type: none;
	margin-top:5px;	
}

#main_nav li {
	color:#CCCCCC;
	display:inline;
	padding-right:10px;	
}

#main_nav li a:link, #main_nav li a:visited {
	color:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#footer_links a:link, #footer_links a:visited {
	color:#000000;
	text-decoration:none;
}	

#footer_links a:hover {
	text-decoration:underline;
}

#main_nav li a:hover {
	text-decoration:underline;
}

#address blockquote {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin:0px;
}

#address blockquote span{
	font-size:18px;
}

#content_copy ul {
	margin-left:20px;
	list-style-image: url(../images/scg_bullet.gif);
}

#content_copy li {
	margin-left:10px;
}

#content_copy a:link, #content_copy a:visited {
	color:#000000;
	text-decoration:none;
}

#content_copy a:hover {
	text-decoration:underline;
}

#content_sub ul {
	list-style-type:none;
	margin-bottom:10px;
}

#content_sub li {
	font-size:16px;
	margin-left:10px;
	margin-top:10px;
}

#content_sub a:link, #content_sub a:visited {
	color:#000000;
	text-decoration:none;
}

#content_sub a:hover {
	text-decoration:underline;
}

/* General Classes */

.clear_right {
	clear:right;
	line-height:0px;
}	

.clear_left {
	clear:left;
	line-height:0px;
}

.clear_both {
	clear: both;
	line-height:0px;
}

.content_left_col {
	float:left;
	display:inline;
	width:643px;
	margin-left:0px;
}

.content_right_col {
	float:right;
	display:inline;
	width:339px;
	margin-right:0px;
}

.img_rt {
	float:right;
	margin-left:20px;
}

.help {
	font-size:10px;
	text-align:left;
	margin-left:2px;
	margin-top:4px;
}

.contact {
	margin-left:20px;
}

/* Tag Specific Classes */

a.contact_us:link, a.contact_us:visited {
	color:#000000;
	font-size:12px;
	font-weight:400;
	text-decoration:none;
}

a.contact_us:hover {
	text-decoration:underline;
}

a.email:link, a.email:visited {
	color:#CCCCCC;
	font-size:12px;
	font-weight:400;
	text-decoration:none;
}

a.email:hover {
	text-decoration:underline;
}



