/*////////////// GENERAL ////////////*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	
}

body.mceContentBody { 

background-color: #FFFFFF; 

}

#container {
	margin: auto;
	width: 1000px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: #000000;
}
#container2_top {
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	height: 25px;
	background-image: url(../images/container2_top.jpg);
	background-repeat: no-repeat;
}
#container2_bot {
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	height: 25px;
	background-image: url(../images/container2_bot.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#container2 {
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/container2_body.jpg);
	background-repeat: repeat;
	overflow: hidden;
}

#container3 {
	border: 1px solid #0000ff;
	width: 980px;
}
#container4 {
	float: right;
	width: 750px;
	border: 1px solid #ff0000;
}

#footer_top {
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	height: 25px;
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
}
#footer_bot {
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	height: 25px;
	background-image: url(../images/footer_bot.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}



#leftmenu_top {
	width: 240px;
	height: 20px;
	margin-right: 20px;
	margin-left: 20px;
	background: url(../images/left_menu_top.jpg);
	background-repeat: no-repeat;
}

#leftmenu_bot {
	width: 240px;
	height: 25px;
	margin-right: 20px;
	margin-left: 20px;
	background: url(../images/left_menu_bot.jpg);
	background-repeat: no-repeat;
	float: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}


/*////////////// TYPEOGRAPHY ////////////*/

div.componentheading {
  padding-left: 0px;
}

h1 {
	font-size: 32px;
}
h2 {
	font-size: 22px;
	color: #FFFFFF;
}

h3, .componentheading {
color:#FFFF00;
font-family:Helvetica,Arial,sans-serif;
font-size:16px;
font-weight:bold;
margin:0 0 10px;
padding-left:0;
text-align:left;
}


h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

p {
	margin-bottom: 18px;
}
blockquote {
	font-size: 18px;
	margin-bottom: 24px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8BAD02;
}

/*////////////// HEADERS ////////////*/
#header {
	height: 208px;
	width: 980px;
	background: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 10px;
}


#header2 {
	height: 190px;
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;

}

/*////////////// SUNDRY ////////////*/

.leftWidth{/*class allows for quickly ensuring anything on the left side can be set*/
 width: 520px;
}

.quickMargin{/*adds 10px of margin to anything*/
 margin: 10px;
}


img {
     border:0 none;
}

/*////////////// User Areas ////////////*/
#user1 {
	float: right;
	width: 220px;
	clear: both;
	height: 40px;
	margin-top: 70px;
}


#user2 {
	/* border: 1px solid #ff6600; */
	width: 160px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	clear:both;
}


/* #user3 {
	/* border: 1px solid #ff6600; 
	width: 160px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
} */

#user4 {
	/* border: 1px solid #ff6600; */
	width: 980px;
	height:190px;
	margin-top: 20px;
	
}
/*////////////// CONTENT ////////////*/
#content {
	float: right;
	margin-right: 20px;
	width: 680px;
}

.module{
	padding: 20px;
}

#pushbottom{
	clear:both;
}

#sidebarLT {
	width: 280px;
	float: left;
}

/*////////////// NAV ////////////*/

#left_navlist {
	/* border: 1px solid #ff6600; */
	/** text-align: left; **/
	/*height: 200px;*/
	width: 240px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../images/left_menu_mid.jpg);
	background-repeat: repeat-y;
	float: left;
}

.menu_sf { 
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 240px;
}
	
.menu_sf ul { 
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 240px;
	}
	
	.menu_sf li { 
	position : relative;
	float : left;
	line-height : 30px;
	margin-bottom : -1px;
	width: 180px;
	}
	
	.menu_sf li a {
	line-height : 30px;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 16px;
	text-decoration : none;
	padding : 0em 1.2em;
	}


/* suckerfish dropdowns */

.menu_sf li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-left : 12em;
margin-top : -4em;
 
}
	
.menu_sf li ul ul { /* third-and-above-level lists */
left: -999em;
}
	
.menu_sf li ul{
	/* background-repeat: no-repeat; */
 width: 200px;
	padding: 0px 0px 0px 15px;
	
}

.menu_sf li ul li a{
 width: 200px;
 /* padding : 0 70px; */
 background-image: url(../images/left_sub_menu.jpg);
	background-repeat: no-repeat;
}	
	
.menu_sf li a:hover {
	color : #000000;
}
	
.menu_sf #current a{
	color: #FFFF00;
}

.menu_sf #current ul li a{
	text-decoration:none;
	color:#000000;
}

.menu_sf #current ul li a:hover{
  color : #999999;
}
	
	
	.menu_sf li:hover ul ul, 
	.menu_sf li:hover ul ul ul, 
	.menu_sf li.sfhover ul ul, 
	.menu_sf li.sfhover ul ul ul {
		left: -999em;
	}
	
	.menu_sf li:hover ul, 
	.menu_sf li li:hover ul, 
	.menu_sf li li li:hover ul, 
	.menu_sf li.sfhover ul, 
	.menu_sf li li.sfhover ul, 
	.menu_sf li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}




/*////////////// FORMS ////////////*/

form {
	font-size: 12px;
	color: #8BAD02;
}

input {
background-color: #FFFFFF;
color: #000000;
border: 1px solid #999999;
margin-bottom:10px;
font-size: 11px;
padding: 3px;
}

textarea{
background-color: #FFFFFF;
color: #000000;
border: 1px solid #999999;
font-size: 11px;
padding: 3px;
width: 300px;
height: 150px;
}

.button{/*this class allows me to treat an input element like a
button*/
border: 1px solid #FFFF00;
background-color: #8BAD02;
color: #FFFF00;
font-size: 12px;
padding: 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
width: 150px;
height: 22px;
cursor: pointer;
}

label{
	width: 16em;
	float: left;
	text-align: left;
	margin-right: 2.5em;
	display: block;
	font-weight: bold;
}

/*////////////// Contact Page Static detail up top ////////////*/
 

div.contact_address span,
div.contact_email email {
   display: block;
   margin-bottom: 10px;
}


div.contact_address address {
	display: block;
	margin-bottom: 20px;
	margin-top: 30px;
}

div.contact_phone phone {
   display: block;
   margin-bottom: 40px;
}

div.contact_fax fax {
   display: block;
   margin-bottom: 40px;
}

div.contact_email span.marker {
	font-size: 14px;
	font-weight: bold;
	color: #761214;
}


div.contact_phone span.marker {
	font-size: 14px;
	font-weight: bold;
	color: #761214;
}

div.contact_fax span.marker {
	font-size: 14px;
	font-weight: bold;
	color: #761214;
}
div.contact_address span {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #761214;
}

/*////////////// FOOTER ////////////*/
#footer {
	clear: both;
	height: 90px;
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/footer_body.jpg);
	background-repeat: repeat;
	/* overflow: hidden; */
}
.footerContent {
	font-size: 1em;
	height: 20px;
	padding-top: 30px;
	text-align: center;
	color: #FFFFFF;
  }

