/*
	dark blue    = #0585BF;
	light green1 = #00A99D;
	light green2 = #29BBA6;
	text grey    = #606060;
	bg grey      = #C2C2C2;
*/
body {
	background-color: #C2C2C2;
	color: #606060;
	font-size: 10px; /* Sets the base value for em */
	font-family: Arial, sans-serif;
}

/** Begin Basic Element Definitions **/
a { color: #29BBA6; }
a:hover { color: #0686BF; }
a:visited { color: #107E59; }

b { color: #00A99D; } /* Company name. */

blockquote { margin: 1em 4em; }

h1 {
	margin: 0 1.5em !important;
	color: #0585BF;
	font-size: 2em;
}

h2 {
	margin: 0 2.35em !important;
	color: #00A99D;
	font-size: 1.3em;
}

input, textarea {
	border: 1px solid #22947C;
}
/**   **/

/** Begin Structure Definitions **/
#container {
	width: 924px;
	height: auto;
	margin: 0 auto;
	padding-left: 24px;
	background: url('../images/shaded_border.png') repeat-y top;
}

#header {
	width: 900px;
	height: 186px;
	position: relative;
	z-index: 1;
}

#header span#bgi {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/banner.png') no-repeat;
}

/* Begin definitions for the menu div. */
#menu {
	width: 172px;
	height: 404px;
	float: left;
	margin: 0;
	background: url('../images/menu.png') no-repeat;
}

#menu ol {
	margin: 0.5em 1em;
	color: #0585BF;
	font-size: 2em;
	line-height: 1.5em;
}

#menu ol a {
	color: #0585BF;
	text-decoration: none;
}

#menu ol a:hover { color: #29BBA6; }

/* Begin definitions for the content div. */
#content {
	/*width: 65.8em; */
	position: relative;
	float: right;
	width: 47em;
	height: auto;
	z-index: 0;
	top: -6em;
	right: 1.78em;
	background-color: white;
	padding-top: 4em;
	padding-bottom: 4em;
	border-left: 2px solid #AFFBFF;
	border-bottom: 2px solid #AFFBFF;
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: justify;
}

#content p, #content h1, #content h2, #content fieldset {
	margin: 1em 3em;
	line-height: 2.5em;
}

#content #p1, #content #p2, #content #p3 {
	margin-top: 2em;
	margin-bottom: 5em;
/*	background: url('../images/divider_bg.png') no-repeat bottom center; */
}

#content #p3 {
	width: 658px;
	margin: 1em 0 0;
	text-align: center;
}

/* Begin definitions for the footer div. */
#footer {
	position: relative;
	width: 924px;
	height: 180px;
	overflow: visible;
	clear: both;
	z-index: 0;
	margin: 0;
	left: -12px;
	bottom: -30px;
	background: url('../images/footer.png') no-repeat bottom center;
}

#footer p {
	padding-top: 11em;
	color: black;
	text-align: center;
}

#content div.structure {margin: 0 !important;}
/** End Structure Definitions **/
