/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* WDM Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #d07f7f;}
a:visited {color: #d07f7f;}
a:hover {color: white;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.3em arial, verdana, sans-serif;
	color: white;
	background-color: #282828;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	}

h2 {
	background-color: black;
	font-size: 1em;
	
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 5px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	list-style-type: none;
	}
	
	ul li {
		padding: 5px 0px 0px 15px;
		background: transparent url(images/bullet.gif) no-repeat left 8px;		
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* WDM Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.block {
	display: block
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	height: 5px;
	background: transparent url(images/breakrule.gif) no-repeat left top;
	margin: 25px 0px 25px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.quickFormFieldTitle {
	font-size: 0.8em;
	color: #ffb9b9;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.featuredQuote {
	font-size: 2em;
	line-height: 1.1em;
	color: #be4d4d;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.featuredContent {
	border: 1px dashed black;
	padding: 10px;
	margin: 15px 0px 15px 0px;
	background-color: #7b0000;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: 10pt/14pt arial, verdana, sans-serif;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.redText {
	color: #d07f7f;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.homeFeatures {
	width: 615px;
	position: relative;
	left: -210px;
	margin: 0px -210px -12px 0px;
	padding: 12px 0px 12px 0px;
	background-color: #a20000;
	}
	
	.homeFeatures h2 {background-color: black; padding: 3px 0px 2px 0px; font-size: 1em; text-align: center;}
	.homeFeatures img {display: block; width: 185px; height: 78px; margin: 5px 0px 5px 0px;}
	
	.homeFeatures a {float: left; width: 185px; padding: 5px; font-size: 0.9em; color: white; background-color: #8f0000; text-decoration: none;}
	.homeFeatures a:visited {color: white;}
	.homeFeatures a:hover {color: white; background-color: #7b0000;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {padding: 5px;}
	
	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #7b0000;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* WDM Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 642px;
	margin: 0px auto 0px auto;
	border-right: 5px solid black;
	border-bottom: 5px solid black;
	border-left: 5px solid black;
	background: #a20000 url(images/background_mainholder.gif) no-repeat left 57px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#newsletterArea {
	background-color: black;
	color: #b2b2b2;
	text-align: right;
	padding: 25px 0px 12px 0px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	background: white url(images/background_toparea.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topMenuArea {
	height: 70px;
	}
	
	#topMenuArea a {float: left; font-size: 0.9em; font-weight: bold; width: 107px; background-color: black; background-repeat: no-repeat; text-align: center; text-decoration: none; color: white; padding: 53px 0px 2px 0px;}
	#topMenuArea a:hover {background-color: transparent;}
		
	#topMenuArea #menuHome {background-image: url(images/background_menuitem_home.jpg);}
	#topMenuArea #menuServices {background-image: url(images/background_menuitem_services.jpg);}
	#topMenuArea #menuNews {background-image: url(images/background_menuitem_news.jpg);}
	#topMenuArea #menuAbout {background-image: url(images/background_menuitem_about.jpg);}
	#topMenuArea #menuLinks {background-image: url(images/background_menuitem_links.jpg);}
	#topMenuArea #menuContact {background-image: url(images/background_menuitem_contact.jpg);}	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#leftContentArea {
	float: left;
	display: inline;
	width: 188px;
	margin: 0px 10px 100px 10px;
	}
	
	#leftContentArea a.subNavigation {color: white; display: block; text-decoration: none; text-align: center; border-bottom: 1px solid #d07f7f; padding: 5px 0px 5px 0px;}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 399px;
	padding: 12px;
	margin: 14px 0px 14px 0px;
	border-left: 1px solid #d07f7f;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contactDetails{
	clear: both;
	font-size: 0.75em;
	margin: 0px 10px 3px 10px;
	padding: 2px 0px 0px 0px;
	border-top: 1px solid #d07f7f;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	line-height: 20px;
	margin: 0px 10px -20px 10px;
	position: relative;
	top: 5px;
	font-size: 0.75em;
	color: #b2b2b2;
	}
	
	#footerArea a {color: #b2b2b2; text-decoration: none;}
	#footerArea a:visited {color: #b2b2b2;}
	#footerArea a:hover {color: white; text-decoration: underline;}
