/* CSS Document 

=================================================================== */

@charset "utf-8";





/* BODY & SITE WIDE CSS 

=================================================================== */

body {

	margin: 0px;

	background-color: #FEB935;

	background-image: url(/images/general/bg_content.gif);

	background-repeat: repeat-x;

	background-position: center top;

}





/* FORMS 

=================================================================== */

form {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}

.FORM-buttons {

	font-family: Verdana;

	font-size: 11px;

	color: #333333;

	background-color: #FFCC33;

	border: 1px solid #333333;

	height: 20px;

}

.FORM-textfield {

	font-family: Verdana;

	font-size: 11px;

	padding: 2px;

	height: 18px;

	border: 1px solid #F7B12C;

}

.FORM-dropdown {

	font-family: Verdana;

	font-size: 11px;

	height: 18px;

	border: 1px solid #F7B12C;

}

.FORM-textarea {

	font-family: Verdana;

	font-size: 11px;

	padding: 4px;

	border: 1px solid #F7B12C;

}

.FORM-errmsg {

	font-family: Arial;

	font-size: 11px;

	color: #CC0000;

}





/* HEADER */

#myheader { /* Header box and background 

=================================================================== */

	top: 1px;

	background-image: url(/images/general/bg_header.jpg);

	background-repeat: no-repeat;

	width: 774px;

	height: 83px;

	position: relative;

	margin: 0px auto 0px;

	border-right-width: 2px;

	border-left-width: 2px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #FFFFFF;

	border-left-color: #FFFFFF;

}





/* MENUS - SECONDARY 

=================================================================== */

#menu02 {

	position: relative;

	top: 18px;

	left: 444px;

	margin: 0px;

	width: 330px;

	font-family: Arial;

	font-size: 11px;

	font-weight: bold;

	color: #666666;

	text-align: right;

}

#menu02 a:link { /* Secondary menu Active Links */

	text-decoration: none;

	color: #666666;

}

#menu02 a:hover { /* Secondary menu Hover Links */

	text-decoration: underline;

	color: #0000CC;

}





/* MENUS - PRIMARY 

=================================================================== */

#menu01 { /* Box around the menu */

	position: absolute;

	z-index: 100;

	top: 44px;

	left: 110px;

}



#submenu01 { /* Menu Container */

	margin: 0px;

	padding: 0;

	float: left;

	width: 680px;

	z-index: 105;

}



#submenu01 ul { /* 1st <ul> tag */

	padding: 0px;

	margin: 0px;

	list-style: none;

}



#submenu01 li { /* 1st <li> tag */

	float: left;

	position: relative;

	list-style: none;

	font-family: Arial Narrow;

	font-size: 14px;

	font-weight: bold;

	text-align: center;

	display: inline;
	
	width:auto;
	
	padding:10px 6px 10px 6px;

}

#submenu01 li a {

	float: left;

	text-decoration: none;

}

#submenu01 li a:link, #submenu01 li a:visited, #submenu01 li a:active {

	color: #ffffff;

	text-decoration: none;

}

#submenu01 li a:hover {

	color: #FEBA35;

	text-decoration: none;

}



#submenu01 li ul { /* 2nd <ul> tags */

	display: none;

	position: absolute;

	top: 35px;

	left: 3px;

	width: 150px;

	color: #000000;

	z-index: 100;

}

#submenu01 li:hover ul, #submenu01 li.over ul { /* lists nested under hovered list items */

	display: block;

}



#submenu01 li ul li {

	text-align: left;

	font-family: Arial;

	font-size: 12px;

	font-weight: normal;

	color: #000000;
	
	padding:0;

}

#submenu01 li ul li a {

	width: 180px;

	text-align: left;

	color: #000000;

	display: block;

	padding: 4px 12px 4px 18px;

	background-color: #CCCCCC;

	padding: 5px 0px 5px 10px;

}

#submenu01 li ul li a:link, #submenu01 li ul li a:active, #submenu01 li ul li a:visited {

	color: #333333;

}

#submenu01 li ul li a:hover {

	background-color: #FEB935;

	color: #000000;

}



/* CONTENT AREAS

=================================================================== */
ul.none{
	list-style:none;
	margin:0;
	padding:0;
}

.yellow td{
	border:1px solid #FEB935;
	padding:5px;
}

.yellow td.title{
	background:#FEB935;
}

#content-image { /* Flash box */

	position: relative;

	top: 69px;

	left: -2px;

	width: 779px;

	height: 114px;

	margin: 0px auto 0px;

}



#content-title { /* Banner under the flash */

	position: relative;

	top: 71px;

	left: -2px;

	width: 776px;

	height: 41px;

	margin: 0px auto 0px;

	background-image: url(/images/general/bg_titlebar.jpg);

	border-right-width: 2px;

	border-left-width: 2px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #FFFFFF;

	border-left-color: #FFFFFF;

}



#contentarea { /* Box around the content area */

	position: relative;

	top: 73px;

	left: -2px;

	width: 750px;

	background-color: #ffffff;

	padding: 15px;

	font-family: Arial;

	font-size: 12px;

	line-height: 17px;

	color: #333333;

}

#contentarea a{

	color: #FEB935;

	text-decoration: none;
	
	font-weight:bold;

}

#contentarea a:hover {

	color: #CC0000;

	text-decoration: none;
	
	font-weight:bold;

}


#contentarea ul.sitemap {

}

#contentarea ul.sitemap li {
	list-style-type: none;
		
}

#contentarea .img-right{
	float:right;
	padding:3px;
	border:1px solid #990000;
	margin:3px 0 10px 10px;
}

#contentarea .img-left{
	float:left;
	padding:3px;
	border:1px solid #990000;
	margin:3px 10px 10px 0;
}

#contentarea ul.sitemap li a {
	padding: 0 0 0 15px;
	background: url(/images/general/sitemap_bullet.gif) no-repeat left top !important;
}

#contentarea ul.sitemap li a:hover {
	color: #cc0000;
	text-decoration: none;
}

#contentarea ul.yellow {
	list-style-type: none;
	list-style-image:url(../images/general/sitemap_bullet.gif);
	
}

#contentarea ul.yellow li {
	padding: 0 0 0 10px;
/*	background: url(/images/general/sitemap_bullet.gif) no-repeat left top;*/
}




#footer { /* Box around the footer */

	position: relative;

	top: 65px;

	left: -2px;

	width: 780px;

	font-family: Arial;

	font-size: 11px;

	color: #ffffff;

}

#footer a:link {

	color: #ffffff;

	text-decoration: none;

}

#footer a:visited {

	color: #666666;

	text-decoration: none;

}

#footer a:hover {

	color: #000000;

	text-decoration: none;

}


#facebook {

     border:none;
	 
}

#facebook a:link {
  
     border:none;
	 
}

#facebook a:hover {
  
     border:none;
	 
}
#facebook a:visited {
  
     border:none;
	 
}

/* TEXT STYLES

=================================================================== */

h1 {

	font-family: Arial;

	font-size: 16px;

	line-height: normal;

	margin-bottom: 10px;

	color: #990000;

	font-weight: bold;



}

h2 {

	font-family: Arial;

	font-size: 14px;

	font-weight: bold;

	color: #990000;

}

#contentarea h2.lrg-title {
	font-size: 25px;
}