@charset "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	background-color:#ffffff;

}

body, body div, body p, body th, 
body td, body li, body dd, body a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
}
a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

/* ---- TEXT STYLES ----------------------------------------------- TEXT STYLES */

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom:5px;
	
}

h3{

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	color:#fe7b00;
	margin-bottom:15px;
}

h4{

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#fe7b00;
	margin-bottom:12px;
}



p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #000000;
	margin:0 0 0 5px;
	padding:0;

}



/* ---- HEADER STYLES ----------------------------------------------- HEADER STYLES */

#header{
	text-align:center;
}

#flashHeader{
	background-color:#000000;
	text-align:center;
}

#line{background-color:#FFFFFF; width:100%; height:1px;}


/* ---- NAV STYLES ----------------------------------------------- NAV STYLES */

#navHolder{
	background-color:#000000;
	width:100%;
	text-align:center;
	padding:15px 0 15px 0;
}

#navagation{
	width:970px;
	margin: 0 auto;
}

.navText{
	color:#fe7b00;
}

.navText a:link {
	color:#fe7b00;
	text-decoration:none;
}
.navText a:visited {
	text-decoration:none;
	color: #fe7b00;
}
.navText a:hover {
	text-decoration: underline;
	color: #fe7b00;
}
.navText a:active {
	text-decoration: none;
	color: #fe7b00;
}

/* ---- MAIN CONTENT STYLES ----------------------------------------------- MAIN CONTENT STYLES */


#mainWrapper{
	width:100%;
	text-align:center;
}

#mainContent{
	padding:0;
	width:974px;
	margin: 0 auto;
	text-align:left;
}

#smallColumn{
	margin: 0px;
	padding-right: 10px;
	float:left;
	width:295px;
	
}

#mainColumn{
	margin: 30px 0 0 0;
	padding:0px;
	float:left;
	width:974px;
}



/* ---- PANEL STYLES ----------------------------------------------- PANEL STYLES */
#leftColumn{
	width:313px;
	float:left;
}

.smallPanel{
	float:left;
	margin-bottom:10px;
	clear:both;
}

.smallPanelSpacer{
	height:20px;
	width:300px;
	clear:both;
}

#centerColumn{
	width:620px;
	float:left;
	margin-left:35px;
}



#orangeLine{
	 background-color:#fe7b00;
	 width:100%; 
	 height:1px; 
	 margin-bottom:25px; 
	 margin-top:15px;
	 clear:both;
 }



.panel{
	margin-top:15px; 
	width:313px;
	float:left;
}

#panelHeader{
	background-image:url(../img/panelTop.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	padding: 5px 10px 8px 15px;
}


#panelImage{


}

#panelSpacer{
	float:left;
	height:100px;
	width:15px;
}


#panelText{
	background-image:url(../img/panelBottom.jpg);
	background-position:center;
	background-position:bottom;
	background-repeat:no-repeat;
	height:45px;
	color:#000000;
	padding: 10px 10px 5px 15px;

}

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


/* ---- FOOTER STYLES ----------------------------------------------- FOOTER STYLES */

#footerBottom{
	width:974px;
	text-align:center;
	background-color:#000000;
	margin: 0 auto;
	padding-top:35px;
}


#footerSpacer{
	width:100%;
	clear:both;
	height:50px;

}

/* ---- */


#footerPanelLeft{
	padding-left:20px;
	float:left;
	width:450px;
}
#footerPanelLeft img{
	float:left;
	margin-right:10px;
}


/* ---- */

#footerPanelRight{
	float:right;
	width:450px;
}
#footerPanelRight img{
	float:left;
	margin-right:10px;
}


/* ---- */


#footer{
	padding-top:25px;
    clear:both;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	height:200px;
}


#footer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #ffffff;
	margin:0;
	padding:0;
}


#footerInfo{
	margin: 0 auto;
	vertical-align:middle;
	color:#aca392;
	font-size:14px;
	width:800px;
	text-align:center;
}
