﻿@charset "utf-8";
body  {
	font: 100% "Segoe UI", corbel, Arial, Helvetica, sans-serif;
	background: #02314F url(../img/bkg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper { 
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 14px;
} 
#in-wrapper { 
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
}
#header {
	/* background: #DDDDDD; */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	font-size: 0.8em;
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 20px 0px;
}
#sidebar1 h2 {
	background-color: #036;
	color: #FFF;
		background-image: url(../img/head-bkg.jpg);
	width: 164px;
	font-size: 1.4em;
	margin: 15px 0 0;
	padding: 4px 0 5px 36px;
}

#mainContent {
	background-color: #fff;
	font-size: 0.8em;
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0 36px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 450px;
} 
#mainContent h1 {
	background-color: #036;
	color: #FFF;
	background-image: url(../img/head-bkg.jpg);
	width: 102px;
	font-size: 1.4em;
	margin: 0;
	padding: 4px 0 5px 36px;
}
#mainContent h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 2px 0 4px 0;
	color: #AE0006;
}
#mainContent h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0px 0 4px 0;
}
#mainContent p {
	margin: 14px 0 0;
	font-size: 1.1em;
	padding: 0 36px 16px 0;
}
#mainContent table {
	margin-left: 30px;
}
#mainContent table caption {
	color: #AE0006;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: none;
	position: relative;
	padding: 40px 0 0;
}
fieldset legend span {
	border-bottom: 1px solid #3F1A83;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1;
	margin: 14px 0 20px;
	padding-bottom: 8px;
	position: absolute;
	width: 550px;
}
fieldset div {
	margin: 0 0 10px 200px;;
}
fieldset div label {
	line-height: 1.1;
	margin: 7px 0 0 -180px;
	width: 160px;
	float: left;
	display: block;
}
fieldset div input, fieldset div textarea, fieldset div select {
	border-width: 1px;
	border-style: solid;
	border-color: #636d77 #a3b4c4 #c7d2de;
	color: #333;
	background: url(../img/form-grad.png) repeat-x 0 0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1;
	margin: 0;
}

fieldset div input:focus, fieldset div textarea:focus, fieldset div select:focus {
	border-color: #636d77;
}
fieldset div input {
	padding: 6px 5px;
	width: 288px;
}
fieldset div select {
	/* padding: 0 0 0 3px; */ 
	padding: 6px 5px;
	width: 300px;
}
fieldset div textarea {
	height: 100px;
	padding: 6px 5px;
	width: 288px;
}
fieldset div input[type=file] {
	background: none;
	/* border: inherit; */
	padding: 0;
}

fieldset abbr {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 0 1px;
	vertical-align: middle;
}
fieldset label abbr {
/*	display: block;
	font-size: 23px;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 60px;
	width: 16px;
*/
}
fieldset div ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
fieldset div ul li {
	margin: 0 0 5px;
	padding: 0;
}
fieldset div ul li label {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}
fieldset div ul li input {
	background: none;
	border: 0;
	display: inline;
	width: auto;
	padding: 0;
	margin: 0 5px 0 0;
}
.introduction {
	margin-left: 20px;
	line-height: 4.6em;
}
.note {
	font-size: 0.9em;
	color: #c00;
	width: 400px;
	margin-left: 200px;
}
fieldset div.controls {
	margin: 25px 0 0;
	padding: 0;
}
input#submit {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	border: none;
	cursor: pointer;
	width: 150px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	background: url(../img/button.jpg) no-repeat 0 0;
	margin: -10px 0 0 200px;
	overflow: hidden;
	padding: 0;
}

ol {
	margin: 0px 40px 20px;
	padding: 0px;
}
#address {
	margin: 0;
	padding: 0 0 14px;
}
#addLeft {
	float: left;
	text-align: left;
	width: 400px;
}
#addRight {
	float: right;
	width: 250px;
}
#footer {
	width: 940px;
	color: #FFFFCC;
	font-size: 0.75em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul { 
	list-style: none;
} 
#footer li { 
	float: left;
} 
#footLeft {
	float: left;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 10px;
	width: 730px;
}
#footRight {
	float: right;
	text-align: right;
	margin-top: 4px;
}
#footer a { 
	text-decoration: none;
	/* padding-right: 4px;
	padding-left: 4px; */
	padding: 0 0.2em;
	color: #FFFFE1;
}
#footer a:hover { 
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
