/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 10pt/16pt arial; 
	font-weight: bold;
	color: #3F4A4D; 
	background: url(images/gradient.jpg); repeat-x;
	margin: 0px; 
	}
p { 
	font:8pt arial; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #3F4A4D;
	}
a:link { 
	font: 8pt arial; 
	font-weight: bold; 
	letter-spacing: 0em;
	text-decoration: underline; 
	color: #fff;
	}
a:visited { 
	font: 8pt arial;  
	font-weight: bold; 
	letter-spacing: 0em;
	text-decoration: underline; 
	color: #fff;
	}
a:hover	{ 
	font: 8pt arial;  
	font-weight: bold; 
	letter-spacing: 0em;
	text-decoration: none; 
	color: #fff;
	}
a:active { 
	font: 8pt arial;  
	font-weight: bold; 
	letter-spacing: 0em;
	text-decoration: underline; 
	color: #fff;
	}


/* placement */

#container {
	width: 800px;
	height: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 0px solid #fff;
	background-image: none;
}
#background1 {
	position: absolute;
	width: 800px;
	height: 117px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#background2 {
	position: absolute;
	width: 800px;
	height: 118px;
	margin-top: 117px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#background3 {
	position: absolute;
	width: 800px;
	height: 113px;
	margin-top: 235px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;

}
#background4 {
	position: absolute;
	width: 800px;
	height: 127px;
	margin-top: 348px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#background5 {
	position: absolute;
	width: 800px;
	height: 121px;
	margin-top: 475px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#background6 {
	position: absolute;
	width: 800px;
	height: 124px;
	margin-top: 596px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#navigation {
	position: absolute;
	width: 500px;
	height: 100px;
	margin-top: 198px;
	margin-left: 343px;
	text-align: left;
	z-index: 1;
	border: 0px solid #20496C;
	background-image: none;
	color: #C83D1A;
}
#box1 {
	position: absolute;
	font: 8pt arial;
	line-height: 10.5pt;
	color: #842D0C;
	width: 650px;
	height: 145px;
	margin-top: 300px;
	margin-right: auto;
	margin-left: 70px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#box2 {
	position: absolute;
	font: 8pt arial;
	line-height: 10.5pt;
	color: #842D0C;
	width: 300px;
	height: 145px;
	margin-top: 300px;
	margin-right: auto;
	margin-left: 425px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#quote1 {
	position: absolute;
	font: 10pt arial;
	line-height: 11pt;
	color: #fff;
	width: 210px;
	height: 145px;
	margin-top: 312px;
	margin-right: auto;
	margin-left: 500px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#quote2 {
	position: absolute;
	font: 10pt arial;
	line-height: 11pt;
	color: #fff;
	width: 210px;
	height: 145px;
	margin-top: 470px;
	margin-right: auto;
	margin-left: 500px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#form {
	position: absolute;
	font: 11pt arial;
	line-height: 10pt;
	color: #842D0C;
	width: 600px;
	height: 295px;
	margin-top: 385px;
	margin-right: auto;
	margin-left: 62px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
.titles1 { 
	font: 8pt arial;  
	font-weight: bold; 
	letter-spacing: 0em;
	text-decoration: none; 
	color: #103551;
}
.titles2 { 
	font: 9pt arial;  
	font-weight: bold; 
	letter-spacing: 0em;
	text-decoration: none; 
	color: #000;
}
img.floatLeft { 
    float: left; 
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
}
img.floatRight { 
    float: right; 
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 7px;
}
