/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #33538a;}
a:visited {color: #33538a;}
a:hover {color: #8a3333;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	background: transparent url(images/background_body.gif) no-repeat center top;
	font: 0.75em/1.6em arial, verdana, sans-serif;
	color: #323334;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	color: #587bb3;
	margin: 0px 0px 10px 0px;
	}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	color: #587bb3;
	margin: 0px 0px 7px 0px;
	}

h3 {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	list-style-type: none;
	}
	
	ul li {
		background: transparent url(images/bullet.gif) no-repeat left 7px;	
		padding: 0px 0px 0px 23px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.AlertError {
    display: block;
    color: red;
	border: 3px double red;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

.AlertOK {
    display: block;
    color: green;
	border: 3px double green;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.colorText {
	color: red;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.contentHolder {
	padding: 20px;
	background-color: #e2e5ee;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.featuredContent {
	background-color: #d6def1;
	padding: 5px 10px 8px 10px;
	border: 1px dashed #33538a;
	color: #587bb3;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.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: #e2e5ee;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 736px;
	margin: 0px auto 0px auto;
	padding: 6px 12px 0px 12px;
	background: transparent url(images/background_mainholder.gif) repeat-y 143px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	padding: 8px 0px 6px 0px;
	background: white url(images/background_toparea.gif) no-repeat right 16px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 119px;
	margin: 15px 0px 0px 0px;
	}
	
	#menuArea a.topNav {color: #33538a; display: block; line-height: 23px; text-decoration: none; background: transparent url(images/background_menuarea_link.gif) repeat-x left 9px; border-bottom: 1px solid #33538a; padding: 0px 0px 0px 10px;}
	#menuArea a.topNav:visited {color: #33538a;}
	#menuArea a.topNav:hover {color: #8a3333;}
	
	#menuArea a.subNav {color: white; display: block; background-color: #33538a; line-height: 1.2em; text-decoration: none; padding: 4px 10px 3px 10px; border-bottom: 1px solid white;}
	#menuArea a.subNav:visited {color: white;}
	#menuArea a.subNav:hover {color: #d6def1;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#photoArea {
	float: left;
	width: 188px;
	margin: 0px 0px 50px 12px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 385px;
	margin: 0px 0px 0px 12px;
	padding: 10px 10px 10px 10px;
	background: white url(images/background_contentarea.gif) repeat-x left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	background: white url(images/background_footerarea.gif) repeat-x left 11px;
	padding: 16px 0px 0px 0px;
	color: #33538a;
	font-size: 0.9em;
	}
	
	#toltechLink {
		float: right;
		}
	
	#footerArea a {color: #33538a; text-decoration: none;}
	#footerArea a:visited {color: #33538a;}
	#footerArea a:hover {color: #8a3333; text-decoration: underline;}