/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height: 100%;
	overflow:scroll;
}

body{
	background-color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;       
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	font-size: 80%;
	text-align: center;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #990000; 
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 110%;
	color: #000000; 
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}

/*************************************************/
/** Layout Divs **********************************/
/*************************************************/

#wrapper{
	padding: 10px 0px 0px 0px;
	width: 800px;
}

#header{
	height: 185px;
	width: 800px;
	background-image: url(../images/backgroundHeader.png);
	background-position: center;
	background-repeat: no-repeat;
}

	#headerLogo{
		text-align: left;
		padding: 20px 0px 0px 45px;
	}

#middle{
	min-height: 150px; 
	width: 800px;
	background-image: url(../images/backgroundContent.png);
	background-position: center;
	background-repeat: repeat-y;
	text-align: left;
}

#contentLeftColumn{
	float: left;
	width: 160px;
	text-align: left;
	padding: 0px 0px 0px 15px;
}
	
#contentRightColumn{
	float: left;
	width: 590px;
	text-align: left;
	padding: 0px 30px 0px 0px;
}
	
	#contentNavigation{
		text-align: left;
		padding: 0px 0px 0px 0px;
	}

		.contentNavigationTable{
			text-align: left;
		}

		.navigationCell{
			padding: 0px 0px 0px 0px;
			height: 50px;
			width: 140px;
		}	
		
	#contentBreadCrumb{
		border-bottom: 2px solid #F9A645;
		padding: 2px 0px 10px 10px;
		text-align: left;
	}
	
	#contentBody{
		padding: 10px 0px 0px 10px;
		text-align: left;
	}

#footer{
	height: 30px;
	width: 800px;
	background-image: url(../images/backgroundFooter.png);  
	background-position: bottom;
	background-repeat: no-repeat;
}

#siteInfo{
	clear: both; 
	color: #333333;
	text-align: center;
	padding: 3px 3px 3px 3px; 
	font-size: 80%;
	width: 800px;
}

#siteInfo a{
	color: #FFFFFF;
}

/*************************************************/
/** body tables **********************************/
/*************************************************/

.bodyTable{
	text-align: left;
	width: 100%;
}

.bodyCell{
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: top;
}

.bodyHR{
	color: #0066FF;
}

/*************************************************/
/** form tables **********************************/
/*************************************************/

.formTable{
	border: 1px solid #336699;
	text-align: left;
	min-width: 50%;
}

.formLabel{
	padding: 3px 3px 3px 3px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #333399;
}

.formCell{
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: top;
}

.formNote{
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: top;
	color: #990000;
}

/*************************************************/
/** navigation  **********************************/
/*************************************************/

/* home */

#navigationUL_Home{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Home li a{
	display: block;
	width: 140px;
	height: 50px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonHome.png); 
}

#navigationUL_Home li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonHomeHover.png); 
}

/* about */

#navigationUL_About{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_About li a{
	display: block;
	width: 140px;
	height: 50px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonAbout.png); 
}

#navigationUL_About li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonAboutHover.png); 
}

/* quote */

#navigationUL_Quote{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Quote li a{
	display: block;
	width: 140px;
	height: 50px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonQuote.png); 
}

#navigationUL_Quote li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonQuoteHover.png); 
}

/* services */

#navigationUL_Services{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Services li a{
	display: block;
	width: 140px;
	height: 50px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonServices.png); 
}

#navigationUL_Services li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonServicesHover.png); 
}

/* contact */

#navigationUL_Contact{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Contact li a{
	display: block;
	width: 140px;
	height: 50px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonContact.png); 
}

#navigationUL_Contact li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonContactHover.png); 
}

/* links */

#navigationUL_Links{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Links li a{
	display: block;
	width: 140px;
	height: 50px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonLinks.png); 
}

#navigationUL_Links li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(../images/buttonLinksHover.png); 
}

.hiddenPic{
	display: none;
}
