/***************************************************************
Reset styles
***************************************************************/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}





/***************************************************************
Layout styles
***************************************************************/
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(../../images/layout/bg.jpg);
	background-repeat: repeat-x;
}
#containerH {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-top:10px;
	margin-bottom:20px;
	background-color: transparent;
	background-image: url(../../images/layout/con_bg.jpg);
	background-position: 0px 40px;
	
} 
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-top:10px;
	margin-bottom:20px;
	background-image: url(../../images/layout/gen_bg.jpg);
	background-repeat: repeat-y;

} 


#header {
	width:900px;
	margin:0 auto;
	height:430px;
	background-image: url(../../images/layout/header.png);
	background-repeat: no-repeat;	
}
#headerGen {
	width:900px;
	margin:0 auto;
	height:70px;
	background-image: url(../../images/layout/header.png);
	background-repeat: no-repeat;	
}


#menuCon {
width:900px;
height:360px;
float:left;
display:block;
margin:70px 0 0 0;
}


#menuArea {
	width:250px;
	height:360px;
	float:left;
	background-image: url(../../images/layout/menu_bg.jpg);
	background-repeat: repeat-x;
}

#slideArea {
height:360px;
float:left;
width:650px;
}





#rightCol {
	float: right; 
	width: 250px; 
	min-height: 300px;
	height:auto;
}
#leftCol {
	float: left; 
	width: 250px; 
	min-height: 300px;
	height:auto;
}
	

#mainContent { 
	margin: 0 250px 0 0; 
	min-height: 300px;
	height:auto;
	background-image: url(../../images/layout/mid_bg.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
}

#mainContentnorm {
	margin: 0 0 0 250px;
	min-height: 300px;
	height:auto;
	background-image: url(../../images/layout/mid_bg.jpg);
	background-repeat: repeat-x;
	background-color: #111;
	background-position: 0px 280px;
}


#footer { 
	clear:both;
	background:#000; 
	height:30px;
	text-align:center;
} 

#gernalslide {
height:280px;
float:right;
width:650px;	
}



/***************************************************************
Custom Fonts styles
***************************************************************/
h1 {
	font-size:42px;
	color:#33FF00;
	line-height:52px;
	font-weight:noraml;
	padding-bottom:0px;
}

h2 {
	font-size:26px; color:#33FF00; font-weight:noraml;
}

h3 {
	font-size:18px; color:#33FF00; line-height:12px; font-weight:noraml; padding:0 5px;
}
h4 {
	font-size:14px; color:#FFF; line-height:14px; font-weight:noraml; padding:0 10px;
}
.links {
color:#F60;	
font-size: 12px;
text-decoration:none;
}
/***************************************************************
General Text Styles
***************************************************************/

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;	
}


a, a:active, a:visited {
font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color:#33FF00;
	text-decoration: none;	
}

a:hover {
font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color:#555;
	text-decoration: none;	
}


#content ul {

	list-style-type: none;
	list-style-image: url(../../images/layout/bullet.png);
	margin-left:15px;
}
#content li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}










/*//////////////////////////////////////////////////
Animated Menu
/////////////////////////////////////////////////*/
.arrowlistmenu{
width: 250px; /*width of accordion menu*/
margin:0;}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 11px Arial;
	color: white;
	height:12px;
margin:0;
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	background-color: #333333;
	border-bottom: 1px solid #555555;
width:240px;
}


.arrowlistmenu .menuheader a,.arrowlistmenu .menuheader a:visited, .arrowlistmenu .menuheader a:active{
text-decoration: none;
color: white;
display: block;
margin: -5px 0 -5px 0;
width:240px;

}

.arrowlistmenu .menuheader a:hover{
text-decoration: none;
color: #33FF00;
display: block;
margin: 0px;
margin: -5px 0 -5px 0;
width:240px;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #33FF00;
text-decoration: none;
color: white;
display: block;
margin-bottom: 0px;

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top:0px;
	}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
height:18px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
margin: 0px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
margin: 0px;
}

.arrowlistmenu ul li a, .arrowlistmenu ul li a:visited, .arrowlistmenu ul li a:active{
	color: #33FF00;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	font: bold 11px Arial;
	text-decoration: none;
	margin-bottom: 0px;
	
}



.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	font: bold 11px Arial;
	text-decoration: none;
	margin-bottom: 0px;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}



.arrowlistmenu a, .arrowlistmenu a:active, .arrowlistmenu a:visited {
text-decoration: none;
display: block;
color: white;
margin: 0px;
}




/************Content wide styles************************************/
#content {
	width:580px;
	padding:10px 20px;
	float:left;
}


/*******************News styles************************************/
#newsArea{
	width:230px;
	padding:10px 20px;
}

.homeHead h2 {
	background-image: url(../../images/layout/green_bar.jpg);
	background-repeat: no-repeat;	
	height:30px;
	width:240px;
	font-size:14px;
	color:#FFF;
	padding:5px 0 0 10px;
	margin:0;
}
.homesideCon {
width:230px;
padding:10px;
}

.linkthumb {
width:180px;
height:180px;
display:block;
float:left;
margin:0 5px 5px 0;
}

.fade a {
width:180px;
height:180px;
display:block;	
}
.fade a:hover {
	width:180px;
	height:180px;
	display:block;
	background-image: url(../../images/layout/link_over3.png);
	background-position: -180px top;
}
