@charset "UTF-8";
#page {
	background-color: #FFFFFF;
	background-image: url(../images/page_background.gif);
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	min-height: 600px;
}
body {
	background-color: #D1DADA;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#logo-box {
	width: 800px;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 4px;
}

#menu {
	width: 160px;
	float: left;
}

/*

*/

#nav {
width: 159px;
}

#nav ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#nav li {
	/*background:url(http://intereactive.net/themes/site_themes/v2/img/menu_border.gif) repeat-x top;*/
	padding-top:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

nav li#first {
}


#nav li a {
	display:block;
	text-decoration:none;
	color:#ECECEC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#nav li a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav_button_selection.gif);
	background-repeat: no-repeat;
	}
	

/*
*/


#content {
	width: 800px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 160px;
	padding-bottom: 100px;
}
.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;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	}
#index-headline {
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #E33839;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #0C67AF;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}

.key-points ul, .key-points-expanded ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet-arrow.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 24px;
	padding-left: 50px;
	padding-right: 25px;
}

.key-points li, .key-points-expanded li {
	padding-top: 1px;
	padding-bottom: 10px;
}
.key-points-expanded li:first-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0C67AF;
}
a:link {
	color: #0C67AF;
}
a:visited {
	color: #074577;
}
a:hover {
	color: #0F95FF;
}
a:active {
	color: #E33839;
}

#alert {
	background-color: fff9b0;
	background-image: url(../images/background_alert.jpg);
	background-repeat: no-repeat;
	width: 300px;
	margin-top: 16px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 4px;
	border: 6px solid #fef9ce;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}


#alert p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	}
	
	
/* Form Styles */
	div.row {
	clear:both;
  padding-top: 10px;
  }

div.row label {
  float: left;
  width: 182px;
  text-align: right;
  }
		
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
  }
		
input.txt-normal {
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 23px;
	background-image: url(../images/field_background_blue-gray.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
    }		
	
	textarea.txtarea-normal {
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(../images/field_background_blue-gray.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	}

div.row span.formw {
  float: right;
  width: 300px;
  text-align: left;
  }
		
span.formw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

span.form-line-txt {
	color: #000000;
	vertical-align: 25%;
}

span.form-rquired {
	color: #999999;
	vertical-align: -12%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 14px;
	font-weight: normal;
}

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.spacer {
  clear: both;
  }
		
div.form-box {
	width: 500px;
	padding: 15px;
	background-color: #FFFFFF;
	margin-left: 4px;
	background-image: url(../images/panel_gradient_gray.jpg);
	background-repeat: repeat-x;
	border: 4px solid #F3F3F3;
	margin-bottom: 10px;
		}
		
.form-txt-field { 
 font-size: 10px; 
 background-color: #CCCCCC; 
 border: 1px solid #666666; 
}
.form-addresstable {
	margin-left: 8px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: -5px;
}
#notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 13px;
	color: #666666;
	margin-top: 10px;
}
