@charset "utf-8";

/* CSS Document */

 

/* CSS Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, dfn, em, font, img, ins, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	/*font-size: 100%;*/

	font-family: inherit;

	

}

:focus {

	outline: 0;

}

table {

	border-collapse: separate;

	border-spacing: 0;

	

}

/************** end reset **************/





/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */

html{

  /*font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;*/

}

body  {
	font-size:11px;
	font-family: Verdana, Geneva, Helvetica, sans-serif;

	background: #f5eec1;

	color: #000000;

	text-align: center; /* this centers the container in IE 5* browsers.  */

 

}



 

.twoCol #container {

	width: 960px;

	

	background-color:#fff;

	margin: 0 auto;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 





.twoCol #header{

	width:640px;

	height:57px;

	margin-left:320px;

	background: #0084a9;

	padding:0;

	}

/*sidebar*/



.twoCol #sidebar1 {

	float: left; 

	width: 320px;

	 

}

.twoCol #sidebar1 #placeholder{

 

 	color:#d45947;

	font-size:8px;

	font-weight:bold;

	line-height:18px;

	width: 225px;

margin-top:250px; margin-left:45px;

	}
	
.twoCol #sidebar1 .normalFont{
	font-weight:normal;
}

 /*main content area*/

.twoCol #mainContent {

 	margin-left: 362px;

	margin-right: 70px;

	 color:#60604b;

	/* word-spacing:0.75px;

    letter-spacing: 0.65px;*/	  

} 

.twoCol #mainContent p{
	margin:9px 0 0 0;
	padding:0;
	line-height: 1.45em;

}


.twoCol #mainContent a{

	color:#60604b;

}

.twoCol #mainContent a:hover{

 color:#000;

}

.twoCol #mainContent ul li{

	padding-top:3px;

}

.twoCol #footer {

height:260px;

 background: #FFFFFF url(../images/leaves_home.jpg) no-repeat left bottom;

padding-left:10px;

padding-right:10px;

font-size:10px;

line-height:12px;

color:#5f6048;

}

.twoCol #footerSub {

height:200px;

 background: #FFFFFF url(../images/bkgrnd2.jpg) no-repeat left bottom;

padding-left:10px;

padding-right:10px;

font-size:10px;

line-height:12px;

color:#5f6048;

}

 .twoCol #footerSub a{

 color:#5f6048;

 text-decoration:none;

 }
  

 .twoCol #footer a{

 color:#5f6048;

 text-decoration:none;

 }

 

/*----- END STRUCTURE --------------*/

/*-------NAVIGATION -------------------*/

/*--------------Vertical Navigation ----------------*/

 #subnav{

	width: 130px;

	display:block;

	font-size:8px;
	/*font-weight:bold;*/

	line-height:1.4em;

	float:right;

	padding-left:13px;

	color:#0083a9;

 

 }



 #subnav a{

 	

	color:#000;

	text-decoration:none;

	 

 }

 #subnav a:hover{

 color:#0083a9;

 }

#navigation{

	width: 175px;

	display:block;
	
	font-size:8px;

	/*font-weight: bold;*/

	line-height:12px;

	float:left;

	list-style-image: none;	 

			

}



#navigation ul {

	margin: 0px 1px 0px 0px;

	padding:0;

	list-style-type: none;

	 list-style-image: none;	

}

#navigation ul li{

	display: block;

	height:18px;

	text-align: right;

	margin: 0;

	padding-right:20px;

	padding-top:5px;

	border-right-width: 11px;

	border-right-style: solid;

	border-right-color: #ead766;

	list-style-image: none;	 

}


#navigation ul li#active {

border-color:#0083a9;

list-style-image: none;	

}

#navigation ul li a{

	text-decoration:none;

	height:18px;

	color:#000;

	display:block;

	margin:0;

	padding:0;

	list-style-image: none;	
	

}


#navigation li#active a {

	color:#0083a9;

	display:block;

	list-style-image: none;	

}

 

 

#navigation a:hover {

	color:#0083a9; 	
}


/* --------------------------- Main Menu         ------------------------------------ */
#navigation2{

	width: 175px;

	display:block;
	
	font-size:8px;

	line-height:12px;

	float:left;

	list-style-image: none;	 

}



#navigation2 ul {

	margin: 0px 1px 0px 0px;

	padding:0;

	list-style-type: none;

	 list-style-image: none;	

}

#navigation2 ul li{
	display: block;
	width: 175px;
	
	background-image:url(../bg1.gif);
	background-position: right;
	background-repeat:repeat-y;

	text-align: right;

	margin: 0;

	list-style-image: none;	 

}


#navigation2 ul li a{
	text-decoration:none;
	background-image:url(../bg1.gif);
	background-position: top right;
	background-repeat: no-repeat;

	width: 175px;

	height:18px;

	color:#000;

	display:block;

	list-style-image: none;	
}

#navigation2 ul li a:hover{
	
	text-decoration:none;
	background-image:url(../bg3.gif);
	background-position: right;

}



#navigation2 a:hover {

	color:#0083a9; 	
}


/*-------End Navigation----------*/

/*Typography and Misc*/

h1{

	 

	font-size: 21px;

	line-height:28px;

	font-weight: bold;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #D45947;

	margin-top:30px;

	margin-bottom:12px;

    

}

h4{

	padding-top:5px;

	padding-bottom:5px;

	font-weight: bold;

	color:#0084a9;

}

h5{

padding-top:5px;

	padding-bottom:5px;

	font-weight: bold;

	color:#5f604b;

}

ul{

	padding:0;
	margin: 7px 0 0 15px;

}


.singleSpace li{
	padding:0;
	margin: 6px 0 0 0px;
}

.highlight{

 font-weight:bold;





}

.clearfloat { 

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.classlink {

 text-decoration:none;
}

.bluehighlight{
	color:#0084a9;
	font-weight:bold;
}

.bulletItem{
	color: #0084a9;
	font-size: 11px;
}

.twoCol #mainContent p.singleSpacecontent{
	margin:7px 0 0 0;
	padding:0;
	/*line-height: 1.45em;*/

}


