body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #FFF;
	background-image: url(images/bg.gif);
	color: #01344F;
	text-align: center;
}

img { border: 0px; }

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h1 { font-size: 18px; color: #01344F; }
h2 { font-size: 16px; color: #01344F; }
h3 { font-size: 14px; color: #01344F; }

p { line-height: 20px; }
p.side { line-height: 20px; margin-bottom: 0px; padding-left: 10px; }
.small { font-size: 11px; }

a{ color: #3AB2B3; text-decoration: underline; }
a:link{ color: #3AB2B3; text-decoration: underline; }
a:visited{ color: #3AB2B3; text-decoration: underline; }
a:hover{ color: #3AB2B3; text-decoration: none; }

.ul { line-height: 20px; }
.listy { line-height: 22px; }

hr { height:1px; color: #CDCDCD; background: #CDCDCD; border: none;}

#head h1{ margin:0; float:left; }
#head h1.logo a{
	display:block;
	width:280px;
	height:80px;
	margin-top: 30px;
	margin-left: 25px;
	text-decoration:none;
	text-indent:-9999px;
	background: url(images/logo2.gif); background-repeat:no-repeat;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap { 
width: 990px;
margin: 0 auto;
text-align:left;
position: relative;
background-color: #FFF; 
}

#inner_wrap {
	position: absolute;
	background-color: white;
}
 
#head {
width:990px;
height:120px;
background-image: url(images/head_back2.gif);
margin: 0px;
padding: 0px;
 }
 
#menu {
width:940px;
height:30px;
margin: 0px 0px 0px 25px;
background-image: url(images/menu_back.gif);
padding: 0px;
 }
 
#homecontain {
width:990px;
background-image: url(images/full_back.gif); background-repeat: no-repeat; background-position: top;
min-height: 100px;
}
 
#lefthome {
float: left;
clear: none;
width: 480px;
margin-left: 25px;
_margin: 0; /* show to IE 6 */
_padding-left: 25px; /* show to IE 6 */
text-align: left;
 }
 
#righthome {
float: right;
clear: right;
width: 445px;
background-image: url(images/home_righthead.gif); background-repeat: no-repeat;
padding-top: 100px;
margin-right: 25px;
_margin: 0; /* show to IE 6 */
_padding-right: 25px; /* show to IE 6 */
text-align: left;
}

#homelower{
width: 990px;
height: auto;
}

#lefthomelower {
float: left;
clear: none;
width: 480px;
text-align: left;
margin-left: 25px;
_margin: 0; /* show to IE 6 */
_padding-left: 25px; /* show to IE 6 */
background-color: #FFF;
 }
 
#righthomelower {
float: right;
clear: right;
width: 445px;
margin-right: 25px;
_margin: 0; /* show to IE 6 */
_padding-right: 0px; /* show to IE 6 */
text-align: left;
background-color: #FFF;
}

#contain_wrap {
position: absolute;
height: auto;
}

#contain {
width:990px;
min-height: 300px;
background-color:#FFFFFF;
/* background-image: url(images/full_back.gif); background-repeat: no-repeat; background-position: top; */
}

#leftmain {
float: left;
clear: none;
width: 290px;
margin-left: 25px;
_margin: 0; /* show to IE 6 */
_padding-left: 25px; /* show to IE 6 */
margin-top: 55px;
text-align: left;
 }
 
#rightmain {
float: right;
clear: right;
width: 610px;
margin-right: 25px;
_margin: 0; /* show to IE 6 */
_padding-left: 25px; /* show to IE 6 */
padding-top: 40px;
text-align: left;
}

#full {
float: left;
clear: both;
width: 940px;
margin-left: 25px;
margin-top: 40px;
text-align: left;
 }

#footer {
width: 940px;
clear: both;
float:left;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 25px;
text-align: right;
border-top: 1px solid #CDCDCD;
}

/***********************************************/
/* Container Divs                              */
/***********************************************/

#frustrated {
width: 445px;
height: 191px;
padding-left: 35px;
margin-bottom: 20px;
background-image: url(images/frustrated_home.jpg); background-repeat: no-repeat;
text-align: left;
}

#frustratedtwo {
width: 290px;
height: 240px;
padding-left: 35px;
margin-bottom: 20px;
background-image: url(images/frustrated_side.jpg); background-repeat: no-repeat;
text-align: left;
}

.truebreak { height: 0px; clear: both; }

#print_div {
	display: none;
}

/*********************************************
*  Form Elements 
*********************************************/

input.fancy_text {
	width: 225px;
	height: 30px;
	padding-left: 13px;
    margin: 0px;
	background-color: transparent;
	padding-right: 10px;
	padding-top: 11px;
	font-size: 14px;
	border: none;
	background-image:url(images/input_box.png);
	background-repeat:no-repeat;
}	

input.fancy_text_stumpy {
	width: 115px;
	height: 30px;
	padding-left: 13px;
    margin: 0px;
	background-color: transparent;
	padding-right: 10px;
	padding-top: 11px;
	font-size: 14px;
	border: none;
	background-image:url(images/input_bg_stumpy.png);
	background-repeat:no-repeat;
}

div.rounded_corners {
	width: 200px;
	padding: 5px;
	float: right;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-left: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #b7e1e7;
}	

