
/*~~~~~~~~~~~~~~~~~~
BASE PAGE ELEMENTS
~~~~~~~~~~~~~~~~~~~*/

* { 
	padding: 0; 
   margin: 0;
}
body {
	margin: 0; 	
   padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
   font-size:95%;
	color: #333;
	text-align: left;
    background-color: #700  ;
}

a {
	color:#44A; 
	background-color: inherit;
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
	text-decoration: none;	
}


b {
	color:#444; 
   font-weight: bold;
    font-size:100%;
    font-family: inherit;
}

h1, h2, h3 {
	color:#801F19;
    font-family:  georgia, times, serif;
   font-size:110%;
   font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 15px 15px 15px;
	letter-spacing:-.5px;
}

h1 { 
font-size: 200%; 
} 
h2 { 
font-size: 140%; 
}
h3 { 
font-size: 110%; 
}

h4 { 
font-size: 110%; 
}

p, h1, h2, h3, h4 {
	margin: 10px 15px;
	padding: 0;
}

ul, ol {
	margin: 5px 10px;
	padding: 0 5px;	
}

li {
	padding-top: 10px;	
}
img {
	border: 0px solid #DADADA;
	padding: 5px;	
}
img.noborder {
	border: none;
}
img.floatright {
  margin: 5px 0px 5px 15px;  
}
img.floatleft {
  margin: 5px 15px 5px 0px;
}


blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 100%/100% 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   border: 1px solid #EFEFEF;
	color: #6C6E3A;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 90% Verdana, Tahoma, sans-serif;	
	color: #666666;
}

input.button { 
	margin: 0; 
	font: bold 90% Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 3px; 	
	background: #F1F0E4;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
   padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}





/*~~~~~~~~~~~~~~~~~~
DIV SECTIONS
~~~~~~~~~~~~~~~~~~~*/
#wrap {
	
	width: 990px;	
	margin: 0 auto; 
	background: #fff url(tpl_img/navbg.jpg)  repeat-y;
}
#header, #headernav,#footercontent, #content {
	width: 990px;	

}

/* header */
#header {
	text-align: left;	
}
#header {
	position: relative;
	margin: 0 auto; 
   padding: 0;
	background: #FFF url(tpl_img/hdrbg.jpg) no-repeat ;
	height: 160px;
}
#header #logo  {
	position: absolute;	
	margin: 0; 
    padding: 0;
	font-family:  Arial, sans-serif;
   font-size:120%;
   font-weight: bold;
	letter-spacing: 1px; 
text-decoration:none;
	top: 7px; 
   left: 20px;
}
#header #logo  a {
	
	color: #000;	
text-decoration:none;
}
#header #logo  a:hover {
	
	color: #FFF;	
}



#header #leadlinks {
	position: absolute;
	top: 7px; 
    right: 17px;	
	color: #A4A4A4;
	font-size: 90%;
}
#header #leadlinks a {	
	color: #A4A4A4;
	text-decoration: none;
}
#header #leadlinks a:hover {
	color: #FFF;
}


#contenthdr{
	clear: both;
	background: #FFF url(tpl_img/contenthdrbg.jpg) no-repeat ;
	height: 67px;
}
#contentftr{
	clear: both;
	background: #FFF url(tpl_img/contentftrbg.jpg) no-repeat ;
	height: 67px;
}

/* content */
#contentwrap {
	clear: both;
	float: left;
	width: 100%;	
	background:  url(tpl_img/contentbg.jpg) repeat-y center top;
    padding-bottom:20px;
}

#content {
}

/* main */
#main {
	text-align: left;	
	padding: 0; 
    margin: -10px auto;	
	margin: 0 0; 
	padding: 0;		
	width: 850px;
	float: left;	
	padding-left: 60px; 
}
#main h1 { 
	background:url(tpl_img/bk_dotted.gif) bottom left repeat-x;
}
#main p, #main h1, #main h2, #main h3, #main blockquote, #main form {
	margin-left: 0;
}

#main p {
	line-height:130%;
}


/* sidebar */
#sidebar {
	float: left;
	margin: 0 ;
	margin-top: 0px;
	padding: 0;		
    
    
}

#sidebar h1 {
	font: normal 90% Georgia, Times, serif;
    
    text-align:center;
	color: #500102;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}
#sidebar h2 {
    text-align:center;
	color:#500102;
    font-family:  georgia, times, serif;
   font-size:90%;
   font-weight: bold;
	padding: 0 0 5px 0;
	margin: 15px 0 0px 5px;	
	letter-spacing:-.5px;
}

#sidebar p {
	color:#644;
   font-size:92%;
	padding: 0 ;
	margin: 0 ;	
	letter-spacing:-.5px;
	font-family: Verdana, Tahoma, sans-serif;
}

/* footer */

#footer {	
	clear: both;
	margin: 0; 
    padding: 0;
	font: normal .95em 'Trebuchet MS', Tahoma, sans-serif;
	margin: -10px auto;		
	width: 990px;	
	background:  url(tpl_img/footerbg.jpg) repeat-y center top;
    text-align:left;
    padding-top:20px;
    padding-bottom:20px;
}


#footer h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer p {
	margin-left: 50px;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }



.debugtextarea {
	width: 480px;
	height:120px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 90% Verdana, Tahoma, sans-serif;
	display:block;		
}



/* < < < < < < < < < < < < < < < < < < < < <
   NAVIGATION MENUS
> > > > > > > > > > > > > > > > > > > > > > */

#headernav{
	margin:0px ;
	padding:0;
	position:relative;
	background: #900 url(tpl_img/navbg.jpg)  repeat-y;
	text-align: center;


}

ul#headernavmenu{
	margin:0 auto;
	padding:0 0 0 40px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	text-align: center;
    padding-top:5px;

}
ul#headernavmenu li{
	display:block;
	float:left;
	margin:0px;
    width:150px;	    
	}
ul#headernavmenu li a{
	color:#ffffff;
	font-size:150%;
	font-family:Arial,Verdana,sans-serif;
    font-weight:bold;
	text-decoration:none;
	}
ul#headernavmenu li a:hover{
	 color: #DCC;
	}

                    
.navbg01 {
	display: block;
	width: 135px;
	background:  url(tpl_img/navbg01a.jpg) no-repeat top;	    
	height: 50px;
    line-height: 50px;
}
a.navbg01:hover {
	background-position: 0 -50px ;
	}
.navbg02 {
	display: block;
	width: 135px;
	background:  url(tpl_img/navbg02a.jpg) no-repeat ;
	height: 50px;
    line-height: 50px;

}
a.navbg02:hover {
	background-position: 0 -50px ;
	}
.navbg03 {
	display: block;
	width: 135px;
	background:  url(tpl_img/navbg03a.jpg) no-repeat ;
	height: 50px;
    line-height: 50px;
}
a.navbg03:hover {
	background-position: 0 -50px ;
}
.navbg04{
	display: block;
	width: 135px;
	background:  url(tpl_img/navbg04a.jpg) no-repeat;
	height: 50px;
    line-height: 50px;
}
a.navbg04:hover {
	background-position: 0 -50px ;
}

.navbg05 {
	display: block;
	width: 135px;
	background:  url(tpl_img/navbg05a.jpg) no-repeat;
	height: 50px;
    line-height: 50px;
}
a.navbg05:hover {
	background-position: 0 -50px ;
}

.navbg06{
	display: block;
	width: 135px;
	background:  url(tpl_img/navbg06a.jpg) no-repeat;
	height: 50px;
    line-height: 50px;

}
a.navbg06:hover {
	background-position: 0 -50px ;
}




.activex  {
	background:  url(tpl_img/navactive.jpg) no-repeat  center;
}


#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	background:url(tpl_img/bk_dotted.gif) bottom left repeat-x;

}
#sidebar ul.sidemenu a {
	font-weight:bold;
	color: #069; 
	text-decoration: none;
	padding:0px;		
}
#sidebar ul.sidemenu a:hover {
	padding: 0px;
	color: #900;
	background: #FFF;	
}
#sidebar ul.sidemenu a:visited {
	padding: 0px;
	color: #6CF;
}

 #sidebar .sidemenuhdr  {
	background:url(tpl_img/bk_dotted.gif) bottom left repeat-x;
    margin-top: 0px;
    text-decoration:none;
}
 #sidebar .sidemenuhdr  a{
color:#007;
    font-size:160%;
    font-weight:bold;
    text-decoration:none;
}

#sidebar ul.crumb li {
	list-style: none;
	background:url(tpl_img/bk_dotted.gif) bottom left repeat-x;

    font-size:60%;
    font-weight:bold;
}
#sidebar ul.crumb a {
	
    font-size:60%;

    font-weight:bold;
}
#sidebar ul.crumb a:hover {
    font-size:60%;

    font-weight:bold;
}



.ftmenu{
float: left;
width:140px;
}

.ftspace {
float: left;
width:35px;
}
.ftmenu h3 a{
	font-size:80%;
    color:#900;
}
.ftmenu h3 a:visited{
	font-size:80%;
    color:#400;
}
#footer ul.footermenu {
	margin:0;
	padding: 0;
    padding-left:15px;
    margin-top:-15px;
    }
#footer ul.footermenu li {
	list-style: none;
    text-align:left;
    line-height: 70%;
}
#footer ul.footermenu a {
	    font-size:80%;
	color: #000; 
	text-decoration: none;
}
#footer ul.footermenu a:hover {
	color: #900;
	background: #FFF;	
}
#footer ul.footermenu a:visited {
	color: #444;
}


.sidebarh3  {
text-align:center;
font-weight:bold; 
font-size:95%; 
font-family:verdana, sans-serif;
width:310px; 
margin-top:0px;
line-height:.9em;
}

.sidebarright {
margin:0;
padding:0;
list-style-type:none; 
width:310px; 
font-weight:bold; 
font-size:85%; 
line-height:.9em;
font-family:arial;

}



.sidebarleft{
font-size:85%; 
line-height:.9em;
width:270px;
text-align:left;
list-style-type:none; 
}


.sidebarsrv{
font-size:85%; 
line-height:.9em;
width:270px;
text-align:left;
list-style-type:none; 
	background: #EEEBE2 url(tpl_img/services-bg.jpg) no-repeat ;
}


.news  {
font-weight:bold; 
font-size:145%; 
font-family:verdana, sans-serif;

line-height:1.2em;
background-color: #6699BB;
color:white;
padding:6px;
}

#news  h2{
font-weight:bold; 
font-size:145%; 
font-family:verdana, sans-serif;
background-color: #6699BB;
color:white;
padding:6px;
}

#news  h3 {
font-weight:bold; 
font-size:115%; 
font-family:verdana, sans-serif;

color:#6699BB;
padding:5px;
padding-top:5px;
padding-bottom:0px;
padding-left:20px;
}


#news  p { 
font-size:85%; 
line-height:1.2em;
padding:1px;
padding-top:1px;
}

#news  li { 
font-size:85%; 
line-height:1.2em;
margin-left:25px;
padding-left:5px;
padding-top:0px;
}

p  { 
font-size:85%; 
line-height:1.2em;
padding:5px;
padding-top:0px;
}

emp {
font-style:italic;
}

.rssicon  {
float:right; 
display:inline; 
margin-right:11px;
}
