body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#surround{
	width: 972px;
	margin: auto;
	background: url(../images/menu-bgnd.gif) repeat-y left;
}
#logo_header {
	height: 104px;
	background: url(../images/header-bgnd.jpg) repeat-x top;
	padding: 0;
	margin: 0;
}
#header {
	height: 202px;/*300*/
	background: url(../images/header_bgnd.jpg) no-repeat top;
	padding: 0;
	margin: 0;
}
.header_image{
	margin: 0;
	padding: 0;
	border: 0;
}
#footer {
	 background-color: #999;
	 height: 23px;
}
#left_column {
	width: 170px;
	float: left;
	background-color:#2D447A;

}
#content{
	width: 802px;
	float: right;
}
#content_header {
	border-bottom: #2D447A 4px solid;
	background: url(../images/quote-top.jpg) repeat-x top;
}
#content_header_image {
	float: right;
	padding-left: 10px;
}
#Top_Quote {
	/*padding: 52px 10px 0 10px;*/
	color: #fff;/*#9B0101;*/
	font-style: italic;
	font-size: 30px;
	padding: 0 20px;
	 padding-top: 75px;/*192px;*/
	padding-left:250px;
	
}
#Top_Quote span {
	color: #000;
	font-style: normal;
	font-size: 18px;
}
#main_content{
padding: 5px 15px;	
}
#main_content a{
	color: #9B0101;
	text-decoration: none;
}
#main_content a:hover{
	 text-decoration: underline;
}

h1 {
	color: #9B0101;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	margin: 4px 0;
}
#menu {
	padding-top: 30px;
}
#menu ul, #menu li{	padding: 0;margin: 0;}
#menu li {
 	list-style: none;
 }
#menu a {
  	 color: #fff; 
	 font-style: italic;
	 font-size: 14px;
	 display: block;
	 width: 162px;
	 text-decoration: none;
	 padding: 6px 4px;
  }
#menu a:hover {
	 text-decoration: underline;
}
#copyright{ font-style: italic; }

#CR_right{float:right; white-space: nowrap;}
#CR_left{float:left;
white-space: nowrap;
padding-left: 185px;}


div.errors{ color:#F00; }
#EmailForm .invalidValue{ background: #FFDFDF; border:1px solid #F00; }
#EmailForm .requiredValue{ background: #FFFFDF; border:1px solid #F00; }





/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}
