/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Toltech Internet Solutions Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #386C9D;}
a:visited {color: #7398BA;}
a:hover {color: #62963C;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; 
	font: 9pt/15pt arial, verdana, sans-serif;
	color: #414141;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	
	font-family: Arial;
	font-size: 22px;
	color: #0073AB;
	font-weight: normal;
	}

h2 {
	font-size: 12pt;
	font-weight: normal;
	margin: 10px 0px 1px 0px;
	}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

blockquote {
	margin: 0px;
	padding: 10px 20px 10px 20px;
	font-size: 12pt;
	background-color: #FBFBFB;
	border: 1px dotted #EEEEEE;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Toltech Internet Solutions Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font: 10pt/14pt arial, verdana, sans-serif;
	}


.pictureFrame {
	padding: 2px;
	border: 1px solid black;
	}
	
.featuredHolder {
	background-color: #d1fbc0;
	border: 2px solid #52b22c;
	margin: 5px auto;
	width: 95%;
	padding: 10px;
	}
	
	.featuredHolder h2 {
		font-size: 16px;
		font-weight: bold;
		margin-top: 0px;
		color: black;
		}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.greenText {color: #62963C;}
.blueText {color: #386C9D;}
.yellowText {color: #AFA500;}
.redText {color: #A1453E;}
.purpleText {color: #7A3598;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	border-top: 5px solid #6666CC;
	}

	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colourRow {
		background-color: #FAF6F8;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.grayBox {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px dashed #B4B4B4;
	margin: 15px 0px 15px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Toltech Internet Solutions Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 960px;
	margin: 0px auto 0px auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	border-top: 8px solid #228662;
	border-bottom: 1px solid #0874BB;
	margin: 0px 0px 2px 0px;
	padding: 9px 0px 14px 17px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 220px;
	margin: 0px 1px 0px 0px;
	border-top: 6px solid #228662;
	}
	
	#menuArea a {color: #0874BB; background-color: #EFEFEF; text-decoration: none; padding: 4px 0px 3px 10px; border-bottom: 1px solid white; display: block;}
	#menuArea a:visited {color: #0874BB;}
	#menuArea a:hover {color: #228662; background-color: #F5F5F5;}
	
	#menuArea a.subMenu {color: #3990C9; background-color: #F7F7F7; padding-left: 17px;}
	#menuArea a.subMenu:hover {color: #4E9E81; background-color: #FCFCFC;}	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 737px;
	padding: 144px 0px 0px 0px;
	background: transparent url(images/background_contentArea.jpg) no-repeat left top;
	}
	
	#contentArea #topBorder {
		width: 737px;
		height: 6px;
		}
	
	#contentArea .contentHolder {
		padding: 0px 40px 60px 143px;
		}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	font-size: 8pt;
	border-top: 8px solid #0874BB;
	color: #697176;
	}
	
	#footerArea a {color: #697176; text-decoration: none;}
	#footerArea a:visited {color: #697176;}
	#footerArea a:hover {color: #0874BB; text-decoration: underline;}
