@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2c2b27;
	background: #857e7a;
}
#wrapper { 
	width: 100%;
	background: #a4a09d url(images/bg_main.gif) repeat-x;
}
#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a4a09d url(images/bg_main.gif) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 10px;
} 
#header { 
	background: #040ba1; 
	padding: 0 10px 0 20px;  /* 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. */
} 
#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 */
}
#navigation {
	float: left;
	margin: 0;
	width: 190px;
}
#navigationTemplate {
	float:left;
	margin:0;
	width:150px;
}
#contact {
	float: right;
	margin: 28px 0 20px 0;
	width: 190px;
	background: #83807e;
}

#contact h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 5px 0;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0 0 5px 10px;
}
#mainContent { 
	float: left;
	margin: 40px 20px 0 0;
	padding: 0 0 25px 0;
	width: 560px;
}
#mainContentTemplate { 
	float:left;
	margin:40px 20px 0 0;
	padding:0 0 25px 0;
	width:600px;
}
#info {
	text-align: center;
	width: 100%;
	font-size:14px;
}
#legal {
	width: 100%;
	color:#000;
	font-family:"Times New Roman";
	font-size:11px;
}
#content_index{
	margin: 0 10px 0 10px;
	padding: 5px;
	color:#06F;
	font-family:"Copperplate Gothic Light";
}
#content{
	margin: 0 5px 0 5px;
	padding: 5px;
	color:#000;
	font-family: "Verdana";
}
#left2{
	float:left;
	width: 47%;
	padding: 5px;
}
#right2{
	float:right;
	width: 47%;
	padding: 5px;
}
#content_top_left{
	border: #CCC 1px solid;
	float:left;
	width: 60%;
	height: 200px;
	margin: 0 5px 5px 0;
	padding: 5px 0 0 5px;
}
#content_top_right{
	border: #CCC 1px solid;
	width: 30%;
	margin: 0 0 5px 5px;
	padding: 10px 10px 10px 10px;
}
#left3{
	width:30%;
	padding: 5px 0 5px 10px;
	float: left;
	font-size: 11px;
}

#center3{
	width:30%;
	padding: 5px 0 5px 10px;
	float: left;
	font-size: 11px;
}
#right3{
	width:30%;
	padding: 5px 0 5px 10px;
	float: left;
	font-size: 10px;
}
#box_red{
	background-image:url(images/contact_bkg.gif);
	background-repeat: no-repeat;
	background-position:top;
	font-size: 10px;
}
#footer{ 
	margin: 0 auto;
	padding: 5px 0 0 150px;
	color:#999;
	font-size:10px;
}
#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:5px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer_links{
	color:#999;
	font-size:10px;
	width: 75%;
	float: left;
}
#footer_legal{
	color:#999;
	font-size:10px;
	float: right;
	width: 15%;
	text-align: right;
	padding-right: 5px;
}
.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;
	width:100%;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width:100%;
}
.clearfloat { /* 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;
}
.fineprint{
	font-size:10px;
}
/* ----- breadcrumb ----- 

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb li {
	float: left;
	margin: 0;
	padding: 0 13px 0 0;
	list-style: none;
	color: #666;
	line-height: 25px;
}

#breadcrumb li.current {
	color: #db4105;
}

#breadcrumb li a {
	margin: 0;
	padding: 0 13px 0 0;
	list-style: none;
	color: #ccc;
}

#breadcrumb li a:hover {
	color: #fff;
}
*/

/* Navigation */

ul.nav {
	margin: 0 0 27px 0;
	padding: 0;
	list-style: none;
}

ul.nav a, ul.nav a.deselected {
	display: block;
	width: 185px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 1px 5px;
	color: #fff;
	background: #888581;
	border-bottom: 1px solid #a4a09d;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
}

ul.nav a:hover {
	color: #fff;
	background: #33332d;
}

ul.nav a.selected {
	background: #33332d;
	font-weight: bold;
}

ul.nav li.alt a, ul.nav li.alt a.deselected {
	background: #888581;
	/*url(images/arrow_side.gif) 176px 10px no-repeat;*/
}

ul.nav li.alt a:hover {
	background: #33332d;
	/*url(images/arrow_side.gif) 176px 10px no-repeat;*/
}

ul.nav li.alt a.selected {
	background: #33332d;
	/*url(images/arrow_down.gif) 175px 12px no-repeat;*/
}

ul.nav ul.sub {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.nav ul.sub a {
	background: #c8c3b9;
	border-bottom: 1px solid #a4a09d;
	color: #33332d;
}

ul.nav ul.sub a:hover, ul.nav ul.sub a:active, ul.nav ul.sub a.selected {
	color: #33332d;
	background: #f6efdc;
}

/*Images && Forms*/

#formtable {
	padding-left: 10px;
	font-size:10px;
}

#familytable td {
	font-size:10px;
}

img {
	margin: 0;
	padding:0 5px 0 0;
	border: 0;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}

img.spaceright {
	margin-right: 5px;
}

li {
	font-size: 14px;
	}

p, h1, h2, h3, h4, h5, h6, select, label, blockquote, blockquote p.quotee {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 17px 0;
	/*padding: 0 20px 0 0;*/
}

.topmarg {
	padding: 24px 0 0 0;
	margin: 0 0 17px 0;
}

p.line {
	border-top: 1px dashed #7a7470;
	margin: 20px 0 20px 0;
	padding: 0;
	line-height: 1px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #900;
}

h1, h2, h3 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #fff;
}

ul {
	margin-bottom: 20px;
}

blockquote {
	margin: 0;
	padding: 20px 35px 0 25px;
	background: url(images/i_lquote.gif) 0 20px no-repeat;
	border-top: 1px dashed #7a7470;
}

blockquote p {
	margin: 0 0 17px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}

blockquote p.quotee {
	margin: 0 0 18px 0;
	font-style: normal;
	color: #e4e3e2;
}

.nomarg {
	margin: 0;
}

.negmarg {
	margin: -15px 0 18px 0;
}
.questionaire_link a:link{font-weight:bold; text-decoration:underline;}
.questionaire_link a:visited{font-weight:bold; text-decoration:underline;}
.questionaire_link a:hover{font-weight:bold; text-decoration:underline; color:#666;}
.questionaire_link a:active{font-weight:bold; text-decoration:underline;}
.currentpage {
	font-weight: bold;
	/*background: #c8c3b9;
	padding: 2px 5px 3px 5px;*/
}

/* ----- right column ----- */

#contactdetails { 
	width: 174px;
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	border-top: 1px solid #333;
	
}

/* ----- footer ----- */

#fwrapper {
	clear: both;
	width: 100%;
	height: 53px;
	background: #7a7470;
}

#footer {
	width: 989px;
	margin: 0 auto;
	padding: 12px 0 0 210px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 779px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	color: #2c2b27;
	line-height: 27px;
}

#footer li a {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	color: #cfcbcd;
}
.clear {
	clear: both;
}