/*Resets. resets default styles to allow for maximum customisation*/
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/*Positioning and Structure. Widths, heights, position

marginsetting will set the design to be centered, this setting works with the absolute positioning of the container to allow a design from top to bottom of the window */
body { 
	background: url('../graphics/container.png') #ececec repeat-y center;
}

#marginsetting{
	width: 800px;
	margin: auto;
	}


a {
	text-decoration:none 
}


#container{
	width: 800px;
	height: 100%;
	position: absolute;
	background: url('../graphics/container.png') #f8f8f8 repeat-y;
	
}
	
#header{
	font-family: verdana, arial, helvetica, sans-serif;
	height: 60px;
	width: 800px;
}
	
h1{
	font-size: 2.2em;
	padding-top: 5px;
	padding-left: 30px;
	float: left;
}

h2{
	/*color: #730220;*/
	color:#000099;
	padding-top: 5px;
	font-size: 1.5em;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}

h5{
	font-size: 0.6em;
	font-weight: bold;
	color: #c7c7c7;
	padding-top: 5px;
	padding-left: 215px;
	float: left;
}


p{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #68676f;
	padding: 5px;
}	

.title1{
color:#000099;
}

.title2{
color:#87878c;
}

.addrHead{
/*color:#666666;*/
color:#000099
}

.addrContent{
/*color:#730220*/
color:#6CA3CE
}

.bannerEmail{
	color:#000099;
}

.contentEmail{
	color:#68676F;
}

#tabs{
	text-align: center;
	font-size: 1.1em;
	border-bottom: 1px solid #d3d3d3;
	background-color: #f8f8f8;
	/*color: #98989b;	*/
	color:#339900;
	width: 780px;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
		
.tab{
	border-right: 1px solid #d3d3d3;
	background: url('../graphics/tabbg.gif') bottom repeat-x;
	width: 150px;
	height: 20px;
	float: left;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	}
	
#tabactive{
	width: 200px;
	height: 20px;
	float: left;
	padding-bottom: 1px;
	border-bottom: none;
	background: #f8f8f8;
	color: #000000;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
}
	
#indexcontent{
	width: 710px;
	margin-left: 35px;
	margin-top: 30px;
	height: auto;
	float: left;
	padding-left: 20px;
	display: inline;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	color: #68676f;
}

	
#included{
	
	width: 710px;
	margin-left: 35px;
	margin-top: 30px;
	min-height: 300px;
	height: auto;
	float: left;
	padding-left: 20px;
	display: inline;
	padding-bottom: 20px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	color: #68676f;
	text-align: right;
	
}
	
#included ul{
	width: 200px;
	padding-left: 470px;
	float: left;
	margin-top: 20px;
	list-style: none;
}

#included li{
	margin-top: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
	
#tabbedbox{
	
	width: 710px;
	margin-left: 35px;
	margin-top: 30px;
	margin-bottom: 35px;
	padding-left: 20px;
	width: 450px;
	min-height: 120px;
	margin-top: 20px;
	margin-left: 35px;
	float: left;
	padding-bottom:10px;
	display: inline;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	position: relative;
	
	
}

	


#infobox{
	width: 260px;
	min-height: 450px;
	float: right;
	margin-right: 32px;
	margin-top: 20px;
	display: inline;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	color: #68676f;
}
	
#gallery{
	position:absolute;
	height:266px;
	z-index:99;
	width: 450px;
	height: 266;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
	z-index: 99;
	left: 34px;
	top: 111px;
	background-color: white;	
	
}

#indexcontent li{
	display: inline;
	margin-right: 20px;
	}
	
.infoList{
	margin: 0;
	margin-left: 20px;
	color: #68676f;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
}


#indexmaincontent{
	float: right;
	width: 185px;
	padding-right: 5px;
	}
	
#maincontactcontent{
	float: right;
	width: 360px;
	margin-right: 20px;
	}
	

.tab a{
	color: #6CA3CE;
	}
	
	
#tabactive a{
	color: #000099;
}
	

	
#tabs a{
	text-decoration: none;
	}

	
/*Special Feature: All styles concerning JS tabs on info page*/


.tabs2{
	width: 445px;
	height: 20px;
	margin-left: 11px;
	margin-right: 2px;
	margin-top: 10px;
	list-style-type: none;
	text-align: center;
	font-size: 1em;
	font-family: serif;
	}
	
.tabs2 li{
	display: inline;
	margin: 0;
	list-style-type: none;
}

.tabs2 li a{
	width: 105px;
	height: 20px;
	float: left;
	border-left: none;
	border-right: 1px solid #d3d3d3;
	background: url('../graphics/tabbg.gif') bottom repeat-x;
	color: #98989b;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	border-top: 1px solid #d3d3d3;
}

.tabs2 li a.selected{
	border-bottom: none;
	background: #ffffff;
	color: #000000;
}



.tabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/*Forms*/
.contactFormLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
