* {
margin:0px;
padding:0px;
font-family: arial;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
	background: #335CAD url("../images/background_1.jpg") repeat-y;
}

#inner_wrap {
width: 914px;
background: transparent;
border: 0px dotted green;
}

#header {
	height: 68px;
	background: #ffffff;
	width: 100%;
}

#inner_header {
	width: 914px;
	height: 68px;
	position: relative;
	background: transparent;
}

#side-a {
	float: left;
	width: 185px;
}
#left_nav {

	background: #7CBEDF;
	padding: 31px 10px;
}

#left_down {
	padding: 10px 10px;
	background: #EDF6F9;
}

#left_links {
	padding: 10px 10px;
	background: transparent;
}

#side-b {
	float: left;
	width: 233px;
	display: block;
}

#content { 
	float: left;
	width: 496px;
	border: 0px dotted ff00ff;
}

#inner_content {
	margin: 16px 15px;
	border: 0px dotted green;
}

#footer {
	clear: both;
	background: #ffffff;
	padding: 10px 15px;
	border: 0px dotted green;
	width:100%;
}

p.footer_p {
	color: #3D3D3C;
	border: 0px dotted red;
	width: 914px;
	font-size: .65em;
	margin-top: 0px;
}



h1{
	display: block;
	line-height: 1.2em;
	font-size: 1.3em;
	color: #335CAD;
	font-family: arial;
	margin-bottom: 15px;
	border-bottom: 1px dotted #7CBEDF;
	font-weight: normal;
	padding-bottom: 6px;
}


h2 {
	display: block;
	background: #7CBEDF;
	line-height: 1.5em;
	font-size: .65em;
	color: #ffffff;
	padding-left: 5px;
	font-family: arial;
	margin-bottom: 15px;
}

h3 {
	display: block;
	background: #7CBEDF;
	line-height: 1.5em;
	font-size: .65em;
	color: #ffffff;
	padding-left: 5px;
	font-family: arial;
	margin-bottom: 15px;
}

.left_link {
width: 100%;
border-bottom: 1px dotted #EDF6F9;
display: block;
font-size: .7em;
line-height: 1.5em;
}

a.left_link{
text-decoration: none;
}

a.left_link:link {
	color: #FFFFFF;
}
a.left_link:visited {
	color: #FFFFFF;
}
a.left_link:hover {
	color: #335CAD;

}

a.left_link:active { 	
	color: #335CAD;
}

a.left_useful_down{
	text-decoration: none;
	background: url("../images/bullet_3.jpg") 0% 50% no-repeat;
	font-size: .7em;
	padding-left: 11px;
	display: block;
	width: 100%;
	line-height: 1.8em;
}

a.left_useful_down:link {
	color: #335CAD;

}

a.left_useful_down:visited{
	color: #335CAD;

}

a.left_useful_down:hover {
	color: #C0E2ED;
	background: url("../images/bullet_2.jpg") 0% 50% no-repeat;
}

a.left_useful_down:active { 	
	color: #231F20;
	background: url("../images/bullet_2.jpg") 0% 50% no-repeat;
}

.lul_con {
	background: url("../images/bullet_1.jpg") 0% 50% no-repeat;
}


.left_useful_links a {
	text-decoration: none;
	font-size: .7em;
	padding-left: 11px;
	display: block;
	width: 100%;
	line-height: 1.8em;
}

.left_useful_links a:link {
	color: #335CAD;

}

.left_useful_links a:visited {
	color: #335CAD;
}

.left_useful_links a:hover {
	color: #EDF6F9;
	background: url("../images/bullet_3.jpg") 0% 50% no-repeat;
}

.left_useful_links a:active { 	
	color: #231F20;
	background: url("../images/bullet_3.jpg") 0% 50% no-repeat;
}

#logo {
position: absolute;
left: 0px;
border: 0px dotted green;
}

#search_form {
position: absolute;
left: 680px;
bottom: 10px;
border: 0px dotted #990000;
}

input.go{
   color:#ffffff;
   font-family: arial;
   font-size:12px;
   font-weight:bold;
   background: #335CAD;
   border-top:1px solid #335CAD;
   border-right:1px solid #335CAD;
   border-bottom:1px solid #335CAD;
   border-left:1px solid #335CAD;
   height: 1.6em;
	width: 31px;
	float: left;
	padding-bottom: .3em;
}

input.search {
   border-top:1px solid #335CAD;
   border-right:1px solid #335CAD;
   border-bottom:1px solid #335CAD;
   border-left:1px solid #335CAD;
	float: left;
	height: 1.6em;
   font-family: arial;
   font-size:12px;
	width: 180px;
   color: #606060;
}



#display_opt {
	position: absolute;
	width: 399px;
	margin-left: 271px;
	bottom: 7px;
	height: 30px;
	border: 0px dotted #990000;
}

#display_opt_inner {
	position: relative;
	width: 100%;
	height: 100%;
	border: 0px dotted red;
	padding: 0px 0px;
}

#display_opt_block {
	position: absolute;
	bottom: 0px;
	right: 20px;
	border: 0px solid green;
	display: block;
}

#display_links {
	float: right;
	padding-right: 20px;
	border: 0px solid #000000;
}

.display_options{
	color: #000000;
	font-size: .7em;
	display: inline;
	border: 0px solid red;
}

.display_options a{
	text-decoration: none;
}

.display_options a:link{
	text-decoration: none;
	color: #000000;
}

.display_options a:visited{
	color: #000000;
}

.display_options a:hover{
	color: #000000;
	text-decoration: underline;
}

.display_options a:active{
	color: #000000;
	text-decoration: underline;
}

p {
	font-size: .7em;
	color: #414243;
	line-height: 1.3em;
	margin:.7em 0;
	padding: 0;
}

.brown {
color : #AFA78B;
font-weight: bold;
}

#minus_text {
	font-size: 1.1em;
}

#reset_text {
	font-size: 1.6em;
}

#enlarge_text {
	font-size: 2.1em;
}

#iii {
	display: block;
	border: 0px dotted green;
}
#iii img {
border: 0px;
}

#quote {
	margin: 30px 0px;
	display: block;
	padding: 0px 15px;
	border: 0px dotted red;
}

.big_quote {
	font-size: 150px;
	color: #EDF6F9;
	line-height: .8em;
	border: 0px dotted #ffffff;
	margin-top: 0px;
	padding-top: 0px;
	border: 0px dotted #ffffff;
	margin-bottom: -80px;
	padding-bottom: 0px;
}

p.small_quote {
	color: #EDF6F9;
	margin-top: 0px;
	margin-left: 6px;
	padding-top: 0px;
	border: 0px dotted #ffffff;
	width: 180px;
	font-size: .8em;
}

ul {
	list-style: none;
	vertical-align: center;
	font-family: arial;
	font-size: .7em;
	color: #414243;
	line-height: 1.3em;
	margin-left: 0em
	padding-left: 0em;
}

li {
background-image:url(../images/bullet_4.jpg);
background-repeat:no-repeat;
background-position:0 5px;
padding-left: 10px;
}

b {
color : #ffffff;
font-weight: bold;
}

.a_label {
	font-family: arial;
	font-weight: bold;
	color: #414243;
	font-size: .7em;
}

input.application {
   border-top:1px solid #E1E1E1;
   border-right:1px solid #E1E1E1;
   border-bottom:1px solid #E1E1E1;
   border-left:1px solid #E1E1E1;
	float: left;
   font-family: arial;
   line-height: 1.5em;
   color: #606060;

}


textarea.application {
   border-top:1px solid #E1E1E1;
   border-right:1px solid #E1E1E1;
   border-bottom:1px solid #E1E1E1;
   border-left:1px solid #E1E1E1;
	float: left;
   font-family: arial;
   font-size:12px;
   color: #606060;

}

fieldset {
	background: #C0E2ED;
	border: 1px solid #ffffff;
	margin-bottom: 20px;
}

.checkbox{
   border-top:1px solid #E1E1E1;
   border-right:1px solid #E1E1E1;
   border-bottom:1px solid #E1E1E1;
   border-left:1px solid #E1E1E1;
}

.note {
	font-family: arial;
	font-size: .6em;
}

a{
text-decoration: none;
}

a:link{
text-decoration: none;
color: #335CAD;
}

a:visited {
color: #335CAD;
}

a:hover {
color: #414243;
}

a:active {
color: #5C5C59;
}

input.application_sub{
   color:#ffffff;
   font-family: arial;
   font-size: 12px;
   font-weight:bold;
   background: #335CAD;
   border-top:1px solid #E1E1E1;
   border-right:1px solid #E1E1E1;
   border-bottom:1px solid #E1E1E1;
   border-left:1px solid #E1E1E1;

	width: 5em;

}

.faqs {
	font-size: .7em;
	font-weight: bold;
	display: block;
	margin-top: .3em;
}

.flow_container {
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.flow_box {
	background: #7CBEDF;
	border: 1px solid #7CBEDF;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	display: block;
	font-size: .8em;
	color: #ffffff;
	padding: 5px 5px;
	width: 180px;
}

.flow_box_l {
	background: #C0E2ED;
	border: 1px solid #ffffff;
	text-align: left;
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	font-size: .8em;
	color: #000000;
	padding: 5px 5px;
	width: 180px;

	float: left;
}

.flow_box_r {
	background: #335CAD;
	border: 1px solid #ffffff;
	text-align: left;
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	font-size: .8em;
	color: #ffffff;
	padding: 5px 5px;
	width: 180px;
	float: right;
}

.clear_both {
	clear: both;
	margin-bottom: 20px;
}

.alert {
    color: #cc0000;
}

.bold_blue {
	font-weight:bold;
	color: #335CAD;
}

hr {
	height:0px;
	border:0;
	border-bottom: 1px dotted #7CBEDF;
	}

.border_bottom {
border-bottom: 1px dotted #7CBEDF;
margin-bottom:0;
padding-bottom:.7em;
}
