/* CSS Document */

/* CSS Document */


/*------------------------GENERAL STYLE--------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	font-size:100.01%;
}

body {
	line-height: 1em;
	font-size: 1em;	
	color:#112626;
	font-family:"Times New Roman", Georgia, Times, serif;
	background-color:#112626;
	background-image:url(/images/mainBackground.gif);
	background-repeat:repeat-x;
	background-position:top;

}

img {
	display:block;
}

table, tr, td {
	padding:0;
	/*border-collapse: collapse;*/
}

.clearDiv {
	clear:both;
}

h1 {
	color:#b5c0c0;
	text-align:right;
	padding:100px 10px 20px 0px;
}

h2 {
padding:0px 0px 10px 0px;
}

h3 {
	font-size:1.0em;
	padding-bottom:10px;
	padding-top:10px;
}

h4 {
	font-size:0.8em;
	padding-top:10px;
}

a, a:visited {
	color:#797a12;
}

a:hover {
	text-decoration:none;
} 

p {
	font-size:0.8em;
	padding:5px 0px 5px 0px;

}
.extrali {
	list-style-type:disc;
	margin-left:20px;
	}
.extrali li {
	font-size:1em;
}

/*------------------------------------MAIN STYLES----------------------------------------------------*/

.topColor {
	height:10px;
	background-color:#3f5454;
	font-size:0;
}


.headerMainDiv {
	padding-bottom:10px;
	margin-bottom:10px;
	background-color:#4f6868;
	background-image:url(/images/headerMainBack.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:100px;
	vertical-align:bottom;

}
.fbicon {
	position:relative;
	top:55px;
	float:right;
	margin-right:10px;
	}


.siteContainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.leftSideMain {
	float:left;
	width:210px;

}

.rightSideMain {
	float:right;
	width:680px;
}

.logoDiv {
	float:right;
	padding-right:5px;

}


/*-------------------------------------------------MENU STYLE--------------------------------------------------------*/


.menuDiv {
	float:right;
	padding:10px 0px 50px 0px;
	background-image:url(images/menuNormal.gif);
	background-repeat:repeat-y;
	background-position:right;

}

.menuDiv ul {
	list-style:none;
	text-align:right;
}

.menuSelect {
	background-image:url(images/menuHoverRepeat.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-bottom:solid #3f5454 1px;
	border-top:solid #3f5454 1px;
	float:right;
	width:208px;
	text-align:right;
	padding:5px 0px 5px 0px;
}

.menuSelect a, .menuSelect a:visited {
	float:right;
	display:block;
	width:96px;
	padding:0px 16px 0px 0px;
	background-image:url(/images/menuHoverRepeat.gif);
	background-repeat:repeat-y;
	background-position:right;
	color:#FFFFFF;
	margin:2px 0px 2px 0px;
}


.menuUnselect {
	float:right;
}

.menuUnselect:hover {

}

.menuUnselect a, .menuUnselect a:visited {
	/*float:right;*/
	display:block;
	width:100px;
	color:#FFFFFF;
	background-image:url(images/menuNormal.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding:5px 16px 5px 0px;
	margin:2px 0px 2px 0px;
	text-decoration:none;
}

.menuUnselect a:hover {
	background-image:url(/images/menuHoverRepeat.gif);
	background-repeat:repeat-y;
	background-position:right;
	/*padding-top:4px;
	padding-bottom:4px;*/

}


/*---------------------------------------------FRONT IMAGE STYLES---------------------------------------*/

.frontImages {
	float:left;
	color:#112626;
	padding:5px 5px 0px 0px;
	margin:0px 5px 0px 0px;
	background-image:url(/images/imageAccent.gif);
	background-position:right top;
	background-repeat:no-repeat;
	position:relative;
	/*width:216px;*/
}

/*.frontImage img {
	position:absolute;
	top:0;
	left:0;
}*/

.frontImages a, .frontImages a:visited {
	display:block;
	color:#112626;
	font-weight:bolder;
	font-size:24px;
}

.frontImages a:hover {
	text-decoration:none;
}

.topAccent {
	background-color:#112626;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
	height:10px;
	width:216px;
	position:absolute;
	top:5px;
	font-size:0;
}

.whiteAccent {
	background-color:#ffffff;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	height:70px;
	width:216px;
	position:absolute;
	top:206px;

}

.frontText {
	position:absolute;
	top:206px;
	padding:10px 0px 0px 15px;
}

.frontSubText {
	color:#898a2e;
	font-weight:bolder;
	font-size:14px;
	padding-top:0px;
	padding-bottom:8px;
	display:block;
}


/*--------------------------------------FRONT BITS STYLE------------------------------------------------*/

.frontBits {
	margin:10px 0px 0px 0px;
	background-image:url(/images/frontBitsBack.gif);
	background-repeat:repeat-y;
}


.frontBitsLeft {
	padding:15px 15px 15px 15px;
	width:186px;
	float:left;
	/*background-color:#FFFFFF;*/
}

.frontBitsMiddle {
	padding:15px 15px 15px 15px;
	width:186px;
	margin:0px 10px 0px 10px;
	float:left;
	/*background-color:#FFFFFF;*/
}

.frontBitsRight {
	padding:15px 15px 15px 15px;
	width:186px;
	/*background-color:#FFFFFF;*/
	float:left;
}


/*-------------------------------------FOOTER STYLE--------------------------------------------------------*/

.footerContainer {
	background-color:#556f6f;
	padding:10px 0px 10px 0px;
	margin-bottom:20px;
	margin-top:20px;
}

.footerDiv {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	color:#FFFFFF;
	font-size:0.8em;	


}

.copyright {
	float:left;
	padding-left:100px;
}

.bottomMenu {
	float:right;
	text-align:right;
}

.bottomMenu a, .bottomMenu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.bottomMenu a:hover {
	text-decoration:underline;
}

/*-------------------------------------SECONDARY PAGE STYLE---------------------------------------------*/

.secondaryImage {
	color:#112626;
	padding:5px 5px 0px 0px;
	margin:0px 5px 0px 0px;
	background-image:url(/images/secondImageAccent.gif);
	background-position:right top;
	background-repeat:no-repeat;
	position:relative;

}

.secondTopAccent {
	background-color:#112626;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
	height:10px;
	width:668px;
	position:absolute;
	top:5px;
	font-size:0;
}

.secondWhiteAccent {
	background-color:#ffffff;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
	height:50px;
	width:668px;
	position:absolute;
	top:140px;

}

.secondText {
	position:absolute;
	top:140px;
	width:653px;
	padding:15px 0px 0px 15px;
}

.secondBits {
	margin:10px 12px 0px 0px;
	background-color:#FFFFFF;
	padding:15px 15px 30px 35px;
}

.secondBits h3 {
	margin-left:-10px;
}

.secondBits ul {
	padding-left:25px;
	font-size:0.8em;
	list-style:disc;

}

.secondBits ul ul {
	padding-left:25px;
	font-size:1.0em;
	list-style:disc;

}


/*------------------------------------CONTACT FORM STYLE-------------------------------*/


.formContainer {
	padding:0px 0px 0px 0px;
	font-size:0.8em;
}

.requiredLabel {
	 /*font-size:0.8em;*/
}

.requireNote {
	color:#990000;
}

.formField {

}

.formLabel {

}

.errorField {
	background-color:#CCCCCC;

}

.gallery_img {
	margin: 3px;
	float: left;
	width: 150px;
}
