/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #d25700;}
a:visited {color: #d25700;}
a:hover {color: #000000;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 11px arial, verdana, sans-serif;
	color: #3a3a3a;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d25700;
	font-weight:normal;
	}

h2 {
	font-weight:normal;
	color:#3a3a3a;
	}
	
h2 a {
	font-weight:normal;
	color:#3a3a3a;
	}
	
h2 a:hover {
	font-weight:normal;
	color:#3a3a3a;
	}

h3 {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		list-style:url(images/bullet.gif);
		padding: 4px 0px 0px 0px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.AlertError {
    display: block;
    color: red;
	border: 3px double red;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

.AlertSuccess {
    display: block;
    color: green;
	border: 3px double green;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}
	
.blockText {
	border-top:4px solid #e38128;
	background-color:#e0d0c1;
	padding:10px;
	width:260px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.colorText {
	color: red;
	}
	
.h1Grey {
	color:#3a3a3a;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {padding: 5px; text-align: left;}
	
	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #FAF6F8;
		}
		
.logos {
	margin-left:10px;
	margin-top:5px;
}

.breakRule {
	background-image:url("images/breakrule.jpg");
	width:667px;
	height:26px;
	margin-top:20px;
	}
	
.smallBreakRule {
	background-image:url("images/twocolbreakrule.jpg");
	width:380px;
	height:15px;
	margin-top:20px;
	}
	
.news {
	background-color:#e0d0c1;
	padding:10px;
	width:365px;
}

.orangeText {
	color:#d25700;
	font-weight:bold;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	margin:0px auto;
	width:960px;
	background-color:#e0e0e0;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	width:960px;
	height:150px;
	background-image:url("images/header.jpg");
	background-repeat:none;
	border-bottom:solid 10px #d25700;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	width:230px;
	height:inherit;
	float:left;
	background-color:#adadad;
	font-size:11px;
	}
	
#menuArea a {
	width:204px;
	display:block;
	background-image:url("images/nav_off.jpg");
	padding:5px 12px 5px 12px;
	color:#FFFFFF;
	text-decoration:none;
	margin:1px 0px 0px 1px;
	}
	
#menuArea a:hover {
	background-image:url("images/nav_on.jpg");
	}
	
#menuArea .subNav {
	padding:5px 6px 5px 18px;
	background-image:url("images/nav_on.jpg");
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#contentArea {
	float:left;
	width:690px;
	padding:20px;
	}
	
#twoCol {
	width:380px;
	float:left;
	}
	
#oneCol {
	width:210px;
	float:left;
	margin-left:15px;
	padding:5px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	width:960px;
	border-top:10px solid #3a3a3a;
	text-align:right;
	font-size:11px;
	margin:0px auto;
	}
	
#footerArea a {
	color:#e38631;
	}