/* General */
* {
	padding: 0;
	margin: 0;
}


#skipNav {/* skip-navigation container - hidden except for non-full html browsers */
	position: 	absolute;
	top: 		0.2em;
	right: 		-50em;
	width: 		6em;
	text-align: left;
}	

body {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			62.5%;
	background-repeat: 	repeat;
	background-image: 	url(../assets/Images/background.jpg);
}


	#wrapper {
		/*Wrapper is 755 wide including shadow.
		|									grey space	-...-						  		¦|¦¦
		outer bar 5px						738px  					inner bar 1px.outer bar 5px.shadow 6px*/
		width: 				755px;
		margin: 			0 auto;
		margin-top:			50px;
		color: 				#808080;
		background-image: 	url(../assets/Images/shadowMiddle.png);
		background-repeat:	repeat-y;
	}	
	
	#wrapperShadowTop {
		width:				755px;
		height:				28px;
		background-image:	url(../assets/Images/shadowTop.png);
	}
	
	#wrapperShadowBottom {
		width:							755px;
		height:							 28px;
		background-image:		url(../assets/Images/shadowBottom.png);
	}
	
		#mastHead {
			width: 								719px;
			padding-bottom: 				5px;
			margin-left: 					 15px;
			margin-right: 				 0px;
			border-bottom-width: 	thin;
			border-bottom-style: 	solid;
			border-bottom-color: 	#666;
		}
		
			#mastHeadL {
				width:				222px;
				float:				left;
				padding-left: 11px;
			}
			
				#mastHeadLT {
					height:			138px;
					border-right-width: thin;
					border-right-style: solid;
					border-right-color: #666;
					padding-left: 1px;
					padding-top:0px;
				}
				
				#mastHeadLB {
					height:			 37px;
					border-right-width: thin;
					border-right-style: solid;
					border-right-color: #666;
					padding-top: 8px;
					margin-bottom: 5px;
					padding-left: 8px;
				}
				
			#mastHeadR {
				width:				460px;
				margin-left: 10px;
				float:				left;
			}
			
				#mastHeadRT {
					height:			138px;
				}
				
				#mastHeadRB {
					padding-left: 5px;
				}
				
		#mainSection {
			width: 755px;
			clear: both;
		}
			
			#mainMenu {
				width: 213px;
				margin-top: 15px;
				margin-left: 15px;
				padding-left: 18px;
				float: left;
			}
			
			#content {
				width: 450px;
				float: left;
				margin-top: 10px;
				padding-bottom: 5px;
				margin-bottom: 5px;
				padding-left: 17px;
				padding-right: 17px;
				border-left-width: thin;
				border-left-style: solid;
				border-left-color: #666;
			}
			
			#footer {
				clear: both;
				width: 700px;
				height:  35px;
				margin-top: 10px;
				margin-left: 15px;
				padding-left: 19px;
				margin-right: 0px;
				border-top-width: thin;
				border-top-style: solid;
				border-top-color: #666;
			}


/* Images */
/* ---------------------------------------------------------------------------- */
#mastHead img {
	border-top-style: none;
	border-bottom-style: none;
}



/* Fonts */
/* ---------------------------------------------------------------------------- */
h1 {
	color:	#666666;
	margin-bottom: 0.75em;
	font-family: Arial, sans-serif;
	font-size: 2.2em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	font-variant: normal;
}

h2 {
	margin-top: 1.3em;
	margin-bottom: 0.2em;
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666666;
	line-height: 1.5em;
	padding-bottom: 0.8em;
}

li {
	list-style-type: none;
	margin-left: 30px;
	text-indent: -13px;
	font-size: 1.3em;
	color: #FF3300;
}

.tableStyle1 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #333333;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666666;
}

.style2 {
	color: #009f94;
	font-size: 22px;
	font-weight: normal;
}

.style3 {
	color: #009f94;
	font-size: 10px;
}

.mainMenuStyle {
	color: #FF3300;
}



/* Images */
/* ---------------------------------------------------------------------------- */

#content img {
	float: right;
	margin: 5px;
	border: solid 8px #eee;
}

/* Links */
/* ---------------------------------------------------------------------------- */
a:link {
	color: #009f94;
	text-decoration: none;}
a:visited {
	color: #009f94;
	text-decoration: none;}
a:hover {
	color: #FF6633;
	text-decoration: underline;}
a:active {
	color: #FF6633;
	text-decoration: none;}
	
.mainMenuStyle a:link {
	color: #FF3300;
	text-decoration: none;
}

.mainMenuStyle a:visited {
	color: #FF3300;
	text-decoration: none;
}

.mainMenuStyle a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.mainMenuStyle a:active {
	color: #FF3300;
	text-decoration: none;
}

.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666666;
	line-height: 1.5em;
	padding-bottom: 0.8em;
	padding-left: 40px;
	padding-top: 10px;
	font-style: italic;
}
