body {
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	text-align:center;
}

#main_container {\
	width:950px;
	text-align: left;
	margin-left:160px;
}

#banner {
	height:200px;
}

/*/////Navigation/////*/

.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clear { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */


/* image replacement general properties */
ul.IR li {
	position: relative;
	/* The original method recommends setting this so that the text doesn't peak out if you resize the text.
	   But overflow also includes our dropdown list, so we need the overflow to be visible. */
	/*overflow: hidden; */
	font-size: 0.9em;
}
		
.IR em {
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
}

/* For IE5.x mac only */
* html>body	.IR { 
	position: static;
	overflow: visible;
	font-size: 10px;
}
* html>body .IR em  { 
	position: static;
}

/* image replacement specific properties */
.nav { 
	list-style: none;
}

.nav li { 
	float: left; 
	padding-bottom: 10px; 
} /* add a little bottom padding to make sure the 
																		  sub menus don't disappear before selecting them */
.nav li, .nav li em {
	height: 35px;
}

* html>body ul.nav li em { 
	margin-bottom: -24px; 
} /* for ie5.x/mac only */

.link1 em, .link2 em, .link3 em, .link4 em { 
	background: url(../img/icons/home_button.jpg) no-repeat; 
	cursor: pointer;
	/* IE5 requires cursor: hand; however this is not valid CSS2 */
}

.link1 { 
	left: -40px; 
	width:109px; 
}
.link1 em { 
	background-position: 0 0;
	width:109px; 
}
.link1:hover em { 
	background-position: 0 -35px; 
}
.link2 { 
	left:-40px; 
	width:159px; 
}
.link2 em { 
	background-position: -110px 0;
	width:159px;
}
.link2:hover em { 
	background-position: -110px -35px; 
}
.link3 { 
	left: -40px;
	width:155px; 
}
.link3 em { 
	background-position: -269px 0;
	width:155px; 
}
.link3:hover em { 
	background-position: -269px -35px; 
}
.link4 { 
	left: -40px; 
	width:125px;
}

.link4 em { 
	background-position: -424px 0;
	width:125px;
}
.link4:hover em { 
	background-position: -424px -35px;
}

/* suckerfish styles */
.nav a { 
	display: block; 
	font-weight: normal; 
}

* html .nav a { 
	height: 1%; 
}

.nav li ul {
	position: absolute;
	z-index: 10; /* show the dropdowns above the images */
	top: 36px; /* position the dropdowns a set distance from the top of the image */
	left: -999em;
	list-style: none;
	background: #ff7a00;
	width:120px;
}

.nav li:hover ul { left: auto;}

.nav li li {
	height: auto; /* reset the height and padding set on the IR list items */
	padding-bottom: 0;
	font-size: 110%;
	width:120px;
	left:-40px;
}

.nav li ul a {
	width:155px;
	padding:2px 0px 0px 5px;
	color: #000000;
	background: #ff7a00;
	text-decoration:none;
}
.nav li ul a:hover {
	width:155px;
	color: #000000;
	background: #ff9500;
}
/*]]>*/

/*/////End Navigation/////*/
#content_container {
	width:950px;
	margin:-25px 0px 0px 0px;
	padding:0px;
}

#column_1 {
	float:left;
	width:710px;
}

#column_1_top {
	padding:0px;
	margin:0px;
}

#column_1_bottom {
	padding:0px;
	margin:0px;
}

#column_1_content {
	width:668px;
	padding:20px;
	float:left;
	height:repeat-y;
	background-image: url(../img/icons/content.jpg);
}

#column_2 {
	float:left;
	width:240px;
}

#column_2_top {
	padding:0px;
	margin:0px;
}

#column_2_bottom {
	padding:0px;
	margin:0px;
}

#column_2_content {
	width:200px;
	padding:20px;
	height: repeat-y;
	background-image:url(../img/icons/side_nav.jpg);
}

#side_menu {
	height:100%;
	padding:10px;
}

#side_menu ul {
	padding:0px;
	margin:0px 5px 0px 5px;
	list-style:none;
}

#side_menu li {
	padding:0px;
	margin:0px 0px 15px 0px;
	list-style:none;
}
	
#footer {
	margin-top:20px;
	width:950px;
}

#footer_top {
	padding:0px;

}

#footer_bottom {
	padding:0px;

}

#footer_content {
	padding:10px;
	text-align:center;
	width:928px;
	height:repeat-y;
	background-image:url(../img/icons/footer_bg.jpg);
}

p {
	padding:5px 0px 5px 10px;
}

a {
	color: #ff9500;
}

/*/////Header Tags/////*/

h1, .Heading1 .Page_Title {color: #FA6218; font:22px Arial, Helvetica, sans-serif; margin:0px;padding:0px 30px 0px 0px; font-weight:bold;}

h2, .Heading2 .Sub_Title {color: #FA6218; font:14px Arial, Helvetica, sans-serif; margin:0px 5px 0px 5px;padding:0px;}

h3, .Heading3 .Sub_Sub_Title {color:#660000; font:16px Arial, Helvetica, sans-serif; margin:5px 0px 5px 0px;padding:0px;}

h4, .Heading4 .Warning {color:#FF0000; font:22px "Times New Roman", Times, serif; margin:0px;padding:0px;}

h5, .Heading5 .Caution {color:#FFCC00; font:14px Arial, Helvetica, sans-serif; margin:0px;padding:0px;}

h6, .Heading6 .Important {color:#33CC00; font:13px Arial, Helvetica, sans-serif; margin:0px;padding:0px;}