/* for styles that don't agree with home and secondary pages*/

body{ 
	padding:0; 
	margin:0;
	background:url(../images/bg.gif) repeat-y #FFFFFF;
	/*background:url(../images/bottom_black.gif) center repeat-y #C0C0C0;*/
} 
#clearheader{height:116px;width:748px;}/*needed to make room for header*/ /*height set in code behind*/

#outer{ 
	height:100%; 
	min-height:100%; 
	/*margin-right:5px;*/
	/*margin-left:-130px;border-left:1px solid #000;
	border-right:1px solid #000; */
	
	margin-bottom:-158px; /*footer to bottom*/
	background:url(../images/bg_content.gif) repeat-y;
	/*background:url(../images/secondary_bg.gif) center repeat-y;*/
}

/*don't put comments in the style below (breaks mac ie) - fixes PC IE colums from wrapping*/
/* \*/
* html body #outer {
	height:auto;float:left;margin:0px;padding:0px;border:0px;
}
/* */

#content{ /*prevents column wrapping*/
	display:block;
	width:748px;
	/*margin-right:-15px;*/
	margin:0px;
	padding:0px;
	border:0px;
	position:relative;
	
	/*margin: 0 auto;
	left:2px;*/
	/*z-index:10;*/
	}
	
/*#content{
	display:block;
	width:755px;
	margin-right: -15px;
	margin:0px;
	padding:0px;
	border:0px;
	}*/
	
#col_left{
	float:left;
	width:199px;
	margin-right:1px;/**/
	display:none;
	/*background-color:#FFF8D9;*/
	
	}

/* \*/
#col_left{display:block;
    
    }
/* */
#col_middle{
	float:left;
	width:548px;
	
	/*padding-top:42px;
	padding-right:62px;*/
}
#col_middle_content
{
	display:block;
	width:520px;
	padding-top:15px;
	padding-left:15px;
	
}
#col_right{
	/*postion:absolute;
	top:75px;
	left:480px;
	width:153px;*/
	float:left;
	width:153px;
	margin-left:1px;
	/*background-color:#E2E2E2;border-left: 1px solid #B31B34;*/
}
#col_right_content{
	padding:4px;
	
}


/*////////////////////////////////////////////////////////////////////
////// SIDE NAV_____________________________________________SIDE NAV//
////////////////////////////////////////////////////////////////////*/
#button{
	display:block;
	width:199px;
	background-color:#E8FCD5;
	padding-top:12px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:2px solid #006CB7;
}
#button{
	\width: 189px;
	w\idth: 189px;
}

ul#nav{
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	text-align:left;
}
ul#nav li ul{
	margin:0;
	padding:0;
	border:0;
}
ul#nav li{
	position:relative;
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	width:180px;
	border:0;
}
ul#nav a{/*first level links*/
	font-family:Arial,Tahoma,Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:#006CB7;
	text-decoration:none;
	line-height:15px;
	display:block;
	padding-left:34px;
	padding-top:5px;
	padding-bottom:5px;
	letter-spacing:1px;
	height:auto;
	margin:0px;
	border-top:1px solid #BBBDC0;
	background:url(../images/left_nav_arrow.gif) no-repeat;
	background-position:0px 7px;
}
ul#nav a { width: 141px; }
ul#nav a{
	\width: 141px;
	w\idth: 136px;
}
html>body ul#nav a { /*keeps width from blowing out in mozilla*/
	width: auto;
}

ul#nav li li a{ /*secondary links*/
	font-family:Arial,Tahoma,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	display:block;
	padding-left:48px;
	padding-top:1px;
	padding-bottom:3px;
	border:0px;
	letter-spacing:0;
	color:#006CB7;
	background:url(../images/sm_blue_square.gif) no-repeat;
	background-position:31px 3px;
}
ul#nav li li a:hover{ /*secondary links*/
	font-family:Arial,Tahoma,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-decoration:underline;
	display:block;
	padding-left:48px;
	letter-spacing:0;
	border:0px;
}
ul#nav li li a { width: 137px; }
ul#nav li li a
	{
	\width: 137px;
	w\idth: 132px;
	}
	
.spawnCloak{
	display:none;
}
.spawnReveal{
	display:block;
}
ul#nav.jsAttach{
	/*position:absolute;
	top:1em;
	left:1em;*/
}

ul#nav.jsAttach{
	margin:0;
	padding:0;
	list-style-type:none;
	width:140px;
}
ul#nav.jsAttach li{
	position:relative;
}
ul#nav.jsAttach ul{
	border-top:none;
	margin-bottom:2px; /*padding below sub nav*/
}
ul#nav.jsAttach ul li{
	width:140px;
}

ul#nav.jsAttach li.alert{

}

ul#nav.jsAttach li.alert ul a{
	border:none;
	text-decoration:underline;
	color:#006CB7;
	/*background-color:#FFF;*/
}
ul#nav.jsAttach li.alert ul a:hover,ul#nav.jsAttach li.alert ul li.live a{ /*tiriary highlight - sub heighlight*/ 
	border:none;
	color:#000;
	text-decoration:underline;
	background:url(../images/sm_blue_square.gif) no-repeat;
	background-position:31px 3px;
}

ul#nav.jsAttach li ul li ul li a{
	padding-left:64px;
}
ul#nav li li li a { width: 85px; }
ul#nav li li li a
	{
	\width: 85px;
	w\idth: 80px;
	}

ul#nav a:hover{/*first level links*/
	font-family:Arial,Tahoma,Sans-Serif;
	font-size:12px;
	font-weight:bold;
	padding-left:34px;
	letter-spacing:1px;
	text-decoration:none;
}
ul#nav.jsAttach li.hasSpawned
{
	/*background-color:#ooo;*/
	
}
ul#nav.jsAttach li.alert a{/*effects whole section | secondary highlight*/
	border-top:none;
	text-decoration:none;
	color:#669966;
	border-top:1px solid #BBBDC0;
}


ul#nav.jsAttach li ul li.alert a{/*effects whole section | tirtiary level highlight*/
	color:#669966;
}
ul#nav.jsAttach li.alert ul li ul li a{ /*fourth level*/
	padding-left:57px;
	color:#000;
}
ul#nav.jsAttach ul ul li.live a{ /*fourth level*/
	color:#AC703D;
}
ul#nav.jsAttach li.alert ul li.live a{ /*fourth level*/
	color:#000;
}
ul#nav.jsAttach li.alert ul li.live ul li a{ /*fourth level*/
	color:#000;
	background:none;
}
ul#nav.jsAttach li.alert ul li.live ul li a:hover{ /*fourth level*/
	color:#000;
	background:url(../images/nav_bar.gif) no-repeat;
	background-position:0px 8px;
}

ul#nav.jsAttach li a:hover,ul#nav.jsAttach li.live a{ /*no children - main nav*/
	text-decoration:none;
	color:#669966;
	border-top:1px solid #BBBDC0;
}
ul#nav.jsAttach li.hasSpawned a:hover{
	text-decoration:none;
	color:#669966;
}
ul#nav.jsAttach li li.live a{ /*highlight secondary when it hasn't got children | For Mozilla and IE*/
	text-decoration:none;
	color:#000;
	background:url(../images/nav_bar.gif) no-repeat;
	background-position:0px 8px;
}


/*###################################
Forms
####################################*/
#the_form { WIDTH: 585px;margin-left:0px;padding-top:15px; }
div.row { CLEAR: both; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 2px; HEIGHT: 40px }
div.row span.label { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 11px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 95px; COLOR: #000; PADDING-TOP: 0px; FONT-FAMILY: Verdana,Sans-Serif; TEXT-ALIGN: left; TEXT-DECORATION: none }
div.row span.labe2 { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 11px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 495px; COLOR: #000; PADDING-TOP: 20px; FONT-FAMILY: Verdana,Sans-Serif; TEXT-ALIGN: left; TEXT-DECORATION: none }
div.row span.formw { PADDING-RIGHT: 5px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 11px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 445px; COLOR: #000; PADDING-TOP: 0px; FONT-FAMILY: Verdana,Sans-Serif; TEXT-ALIGN: left; TEXT-DECORATION: none }
