body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
		
	background-attachment: fixed;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;	
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#F0F0F0;
/*	scrollbar-base-color:#6699CC;*/

}

/* PNG FIX */
img, div { behavior: url(iepngfix.htc) }

a:link {
	text-decoration: none;
	color:#FEFEFE;
}
a:visited {
	text-decoration: none;
	color:#FEFEFE;
}
a:hover {
	text-decoration: underline;
	color:#CC9966;
}
a:active {
	text-decoration: none;
	color:#CC9966;
}

.main_location {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.main_location a:link {
	color:#003366;
	font-weight: bold;
	}
.main_location a:visited {
	color:#003366;
	font-weight: bold;
	}
.main_location a:hover {
	text-decoration: underline;
	color:#003366;
	font-weight: bold;
	}
.main_location a:active {
	color:#003366;
	font-weight: bold;
	}



.section_title {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#3D3D3D;
	font-size:18px;
}

.white_text {
 color:#FFFFFF;
}

.red_text {
 color:#FF0000;
}


.normal_10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.normal_11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bold_11px {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
}
.italic_11px {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: italic; 
}
.bold_ital_11px {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}
.normal_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.bold_12px {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.italic_12px {
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.bold_ital_12px {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.normal_14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.italic_13px {
	font-size: 13px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.bold_13px {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.bold_ital_13px {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.normal_14px {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.bold_14px {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bold_16px {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.bold_24px {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.italic_14px {
	font-size: 14px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.bold_ital_14px {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menubar_class {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.menubar_class a:link {
	color: #3F060D;
	font-weight: bold;
	}
.menubar_class a:visited {
	color: #3F060D;
	font-weight: bold;
	}
.menubar_class a:hover {
	text-decoration: underline;
	color:#CC0000;
	font-weight: bold;
	}
.menubar_class a:active {
	color: #3F060D;
	font-weight: bold;
	}
	
	
.footertext_class {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}
.footertext_class a:link {
    color:#006699;
	font-weight: bold;
	}
.footertext_class a:visited {
    color:#006699;
	font-weight: bold;
	}
.footertext_class a:hover {
	text-decoration: underline;
	color:#0066CC;
	font-weight: bold;
	}
.footertext_class a:active {
    color:#006699;
	font-weight: bold;
	}



.form_fields {
background-color:#5B5B5B;
color:#EFEFEF;
border:1px solid #5F5F5F;

}


.bold_11px_brown {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color:#746659;
	
}

.mytablerow:hover{
  background-color:#FFFFFF;
  color: #000000;
}
/**************** menu coding *****************/
#menu {
width: 100%;
height: 100%;
background:#000000;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 9em;*/
width: auto;
float: left;
}

*html #menu ul {width:110px}

#menu a,#menu h2 {
/*font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;*/
font: bold 14px Arial, Helvetica, sans-serif;
display: block;
border-width: 0px;
border-bottom-style:solid;
border-color: #000000 #000000 #000000 #000000;
/*border-style:solid;
border-color: #fff #fff #fff #fff;*/
margin: 0;
padding: 3px 5px 1px 5px;
}

#menu h2 {
color:#000000;
/*background: #0E0E0E;*/
/*text-transform: uppercase;*/
text-align:center;
}

#menu h2:hover {
color:#FFFFFF;
background:#000000;
/*text-transform: uppercase;*/
}



#menu a {
color:#CFCFCF;
/*background: #efefef;*/
background:#000000;
text-decoration: none;
}

#menu a:hover {
color:#FFFFFF;
background:#CC0000;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
width:130%;	
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/*************** CSS Tab Area ***************/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color:#000000;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
text-decoration: none;
color:#000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 360px;
height:370px;
overflow:auto;
margin-bottom: 1em;
padding: 10px;
background-color:#FFFFFF;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}



/********** LAYOUTS / DIVS **********/

#outer{
     width:950px;
     margin:auto;/* center the page*/
     text-align:left;/* reset text back to left due to ie5.x fix */
}

#holder {
 width:950px;
}

#header{
      width:auto;
	  height:150px;
}

#header_bg{
 background:url(../images/header.png);
 background-attachment:scroll;
 background-repeat:no-repeat;
/* background-color:#FFFFFF;*/
 position:relative;
 width:950px; 
/* height:120px;*/
}

/*
#services_bg{
 background:url(../images/services_header.jpg);
 background-attachment:scroll;
 background-repeat:no-repeat;
 position:relative;
 width:934px; 
 height:350px;
}

*/


#content {
      width:950px;
	  color:#333333;
/*	  background:url(../images/black_gray_bg.gif); */
/*	  background-color:#F5F5DB;*/
	  background-color:#FFFFFF;
	  background-attachment:scroll;
	  background-repeat:repeat-y;
	  min-height:375px; 
}
*html #content {height:375px}


#content a:link {
     color:#000000;
	 font-weight:bold;
}

#content a:visited {
     color:#000000;
	 font-weight:bold;
}

#content a:active{
     color:#000000;
	 font-weight:bold;
}

#content a:hover{
     color:#000000;
	 font-weight:bold;
	 text-decoration:underline;
}

#content p {
 line-height:160%;
 padding:0 0 0 10px;
}
* html #content p { line-height: 190% }

#white_link a:link {
     color:#EFEFEF;
	 font-weight:bold;	 

}

#white_link a:visited {
     color:#EFEFEF;
	 font-weight:bold;

}

#white_link a:active{
     color:#EFEFEF;
	 font-weight:bold;
}

#white_link a:hover{
     color:#FFFFFF;
	 font-weight:bold;
	 text-decoration:underline;
}





#app_content_inner {
      width:900px;
	  min-height:450px;	  
	  color:#F0F0F0;
/*	  background:url(../images/content_bg.png);
	  background-color:#CCCCCC;
	  background-attachment:scroll;
	  background-repeat:no-repeat;*/	  	  
}
* html #app_content_inner { height:450px }




#content_extra {
      width:940px;
	  min-height:30px;	  
/*	  background:url(../images/content_extra_bg.png);
	  background-attachment:scroll;
	  background-repeat:no-repeat;	  	  */
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#EFEFEF;
	  font-size:11px;
	  line-height:170%;
}

#content_extra a:link {
 color:#EFEFEF;
}

#content_extra a:visited {
 color:#EFEFEF;
} 

#content_extra a:hover{
  text-decoration:none;
 color:#CC0000;
} 



#black_inner {
      width:395px;
	  min-height:150px;	  
	  color:#F0F0F0;
/*	  background:url(../images/content_bg.png);
	  background-attachment:scroll;
	  background-repeat:no-repeat;*/	  	  
  	  background-color:#000000;
	  padding: 0px 5px 0px 5px;
}
* html #black_inner { height:150px }


#black_inner p {
   line-height:170%;
   padding: 0 10px 0 10px;

}


#footer {
      width:950px;
	  min-height:30px;	  
/*	  background:url(../images/footer_bg.gif);*/
	  background-attachment:scroll;
	  background-repeat:no-repeat;	  	  */
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#EFEFEF;
	  background-color:#000000;
	  font-size:11px;
}

#footer a:link {
 color:#EFEFEF;
}

#footer a:visited {
 color:#EFEFEF;
} 

#footer a:hover{
  text-decoration:underline;
 color:#EA263E;
} 

* html #footer { height:30px; padding-left:0px; }

#break_more {padding-bottom:5px}

/*
#top_button a {
	display:block;
	width:130px;
	height:38px;
	margin: 0px 0px 0px 0px;
	padding: 10px 1px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-indent:0.1cm;
	text-align:center;
	color:#666666;
	background: url("../images/button_strip.png") 0 0 no-repeat;
	text-decoration: none;
}

#top_button a:link {
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0 0;
	color:#666666;
}

#top_button a:visited {
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0 0;
	color:#666666;
}
#top_button a:hover {	
   	font-family: Arial, Helvetica, sans-serif;
	background-position: -131px 0;
	color:#FFFFFF;
}
#top_button a:active {
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0 0;
	color:#666666;
}

#top_button_selected a {
	display:block;
	width:130px;
	height:38px;
	margin: 0px 0px 0px 0px;
	padding: 10px 1px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-indent:0.1cm;
	text-align:center;
	color:#FFFFFF;
	background: url("../images/button_strip_selected.png") -131px 0 no-repeat;
	text-decoration: none;
}

*/


