
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {  
	margin:0; 
	padding:0; 
  	height: 101%; /* Required */

}

body,div,pre,form,fieldset,input,h1,h2,h3,h4,h5,h6,p,textarea,ul,ol,li,dl,dt,dd,blockquote,th,td {  
	margin:0; 
	padding:0; 
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size: 13px;
	line-height: 1.5;
	margin: 0px 0px 15px 0px;
	text-align:left;
}

p.center {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size: 13px;
	line-height: 1.5;
	margin: 8px 0px 10px 0px;
	text-align:center;
}

blockquote,ul,ol,dl { 
/*giving blockquotes and lists room to breath*/ 
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size: 13px;
	line-height: 1.5;
	margin:1em; 
} 
ol,ul,dl { 
/*bringing lists on to the page with breathing room */ 
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size: 13px;
	line-height: 1.5;
	margin-left:2em; 
} 
ol li { 
/*giving OL's LIs generated numbers*/ 
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size: 13px;
	line-height: 1.5;
	list-style: decimal outside;     
} 

ul li { 
/*giving UL's LIs generated disc markers*/ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size: 13px;
	line-height: 1.5;
	list-style: disc outside; 
} 


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
 	font-size: 16px;
	color: #ff0000;
	line-height: 18px;
 	font-weight: bold;
 	margin: 0px 0px 3px 0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
 	font-size: 13px;
	color: #FF9900;
	line-height: 15px;
 	font-weight: bold;
 	margin: 8px 0px 2px 0px;
}


h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
 	font-size: 12px;
	color: #000000;
	line-height: 15px;
 	font-weight: bold;
 	margin: 8px 0px 0px 0px;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	border-bottom: 2px #ff0000 solid;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	border-bottom: 2px #ff0000 solid;
}
a:hover {
	text-decoration: none;
	color:#333333;
	border-bottom: 2px #ff0000 solid;
}
a:active {
	text-decoration: none;
	color: #FFOOOO;
	border-bottom: 2px #ff0000 solid;
}


blockquote {
	margin: 10px 20px 10px 25px;
	text-align:left;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size: 10px;
	text-align:left;
}




/***********************************************/
/* Menu 1                                */
/***********************************************/	
	
a.menu1 {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	padding:0px 0px 0px 12px;
	display:block;
	line-height: 17px;
	}

a.menu1:link {	
    text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	}

a.menu1:hover {	
	text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	padding:0px 0px 0px 12px;
	background-color:#e5e7ed;
	}

a.menu1:visited {	
	text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	}

a.menu1:active {	
	text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	}
	
/***********************************************/
/* Menu 1a                               */
/***********************************************/	
	
p.menu1a {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	padding:0px 0px 6px 0px;
	display:block;
	line-height: 17px;
	}
	
h1.menu1a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
 	font-size: 14px;
	color: #666699;
	line-height: 16px;
 	font-weight: bold;
	padding: 6px 0px 0px 0px;
}

a.menu1a {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	padding:0px 0px 0px 12px;
	display:block;
	line-height: 17px;
	}

a.menu1a:link {	
    text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	}

a.menu1a:hover {	
	text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	padding:0px 0px 0px 12px;
	background-color:#e5e7ed;
	}

a.menu1a:visited {	
	text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	}

a.menu1a:active {	
	text-decoration: none;
	border-bottom: 0px;
	color:#666699;
	}		


/***********************************************/
/* Menu 2                                */
/***********************************************/	
	
a.menu2 {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
    text-decoration: none;
	border-bottom: 0px;
	color:#0066CC;
	padding:0px 0px 0px 12px;
	display:block;
	line-height: 17px;
	}

a.menu2:link {	
    text-decoration: none;
	border-bottom: 0px;
	color:#0066CC;
	}

a.menu2:hover {	
	text-decoration: none;
	border-bottom: 0px;
	color:#0066CC;
	padding:0px 0px 0px 12px;
	background-color:#d9f7ff;
	}

a.menu2:visited {	
	text-decoration: none;
	border-bottom: 0px;
	color:#0066CC;
	}

a.menu2:active {	
	text-decoration: none;
	border-bottom: 0px;
	color:#0066CC;
	}

	
	
	

p.tiny {
	color:#999999;
	font-size: 10px;
}

a.tiny:link {
	color:#999999;
	font-size: 10px;
	border-bottom: 1px #999999 solid;
}

a.tiny:hover {
	color:#000000;
	border-bottom: 1px #999999 solid;
	font-size: 10px;
}

a.tiny:visited {
	color:#999999;
	border-bottom: 1px #999999 solid;
	font-size: 10px;
}

a.tiny:active {
	color:#999999;
	border-bottom: 1px #999999 solid;
	font-size: 10px;
}


p.strong {
	font-weight:bold
		}

.black {
	color: #000;
	}
	
.white {
	color: #FFF;
	}
	
.inline {
	display:inline-block;
	}
	
a.nodec {
	border-bottom:0px;
	text-decoration:none;
	}
	
	
a#active

  {
	background-color:#c9cdd8;
	}
	


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper { 
	margin: 0 auto; 
	width: 960px;
	height: 101%;
	background-image:url(images/Header-Graphic.gif);
	background-repeat:no-repeat;
}

#inner { 
	float: left; 
	width: 960px;
	background-image:url(images/Header-Graphic.gif);
	background-repeat:no-repeat;
}

#logo { 
	height: 172px;
	width: 576px;
	background-image:url(images/logo-header.png);
	background-repeat:no-repeat;
}


/***********************************************/
/* Column 1 Divs                                 */
/***********************************************/

#column1 {
	float: left;
	width: 566px;
	padding:0px 0px 24px 0px;
	border-bottom: 2px #ff0000 solid;
	margin-right: 10px;
}

#focusbox {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 566px;
}	

#column1content {
	margin: 0px;
	width: 566px;
	padding: 0px;
}	


#focusphoto {
	height: 251px;
	width: 384px;
	float:left;
}	

#focustext {
	width: 142px;
	height: 251px;
	background-image:url(images/orange_box.jpg);
	background-repeat:no-repeat;
	background-color: #ff9900;
	padding: 20px;
	float:left;
}	


/***********************************************/
/* Column 2 Divs                                 */
/***********************************************/

#column2 {
	float: left;
	width: 182px;
	padding-right:10px;
}

#column2menu {
	float: left;
	width: 182px;
	height: 142px;
	padding: 30px 10px 0px 0px;
}

#column2links {
	float: left;
	width: 182px;
	padding: 0px 10px 0px 0px;
}

/***********************************************/
/* Column 3 Divs                                 */
/***********************************************/

#column3 {
	float: left;
	width: 182px;
	padding-right:10px;
}

#column3menu {
	float: left;
	width: 182px;
	height: 142px;
	padding: 30px 10px 0px 0px;
}
	
#column3dkbluebox {
	float: left;
	width: 162px;
	padding: 10px;
	background-color:#66ccff;
	background-image:url(images/blue_box.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

#column3ltbluebox {
	float: left;
	width: 162px;
	padding: 10px;
	background-color:#b2e5ff;
	background-image:url(images/blue_box_light.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

#column3ltbluebox a {
	border-bottom:0;
}

#column3 form {
	padding-top:10px;
}	
	
/***********************************************/
/* Imageslider stuff                                 */
/***********************************************/
	
	img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */			

/* Easy Slider */

/* Easy Slider 1 */

	#slider1 ul, #slider1 li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider1, #slider1 li { 
		width:566px;
		height:251px;
		overflow:hidden; 
	}

/* Easy Slider 2 */

	#slider2 ul, #slider2 li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider2, #slider2 li { 
		width:566px;
		height:251px;
		overflow:hidden; 
	}

	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */

/* Easy Slider 3 */

	#slider3 ul, #slider3 li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider3, #slider3 li { 
		width:566px;
		height:409px;
		overflow:hidden; 
	}

	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */

