/*******************************************/
/************  Default Tags
/*******************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #d1cec7;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #5d6872;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #1a76ab;
	text-decoration: none;
}

a:hover {
	color: #7498bf;
	text-decoration: underline;
}

a:focus:hover {
	color: #7498bf;
	text-decoration: underline;
}

a:visited:hover {
	color: #7498bf;
	text-decoration: underline;
}

a:active {
	color: #7498bf;
	text-decoration: underline;
}

a:visited {
	color: #7498bf;
	text-decoration: none;
}

li a:link {
	color: #1a76ab;
	text-decoration: underline;
}

li a:hover {
	color: #7498bf;
	text-decoration: underline;
}

li a:active {
	color: #7498bf;
	text-decoration: underline;
}

li a:visited {
	color: #7498bf;
	text-decoration: underline;
}

ul a:link {
	color: #1a76ab;
	text-decoration: underline;
}

ul a:hover {
	color: #7498bf;
	text-decoration: underline;
}

ul a:active {
	color: #7498bf;
	text-decoration: underline;
}

ul a:visited {
	color: #7498bf;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #5d6872;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #5d6872;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #905a33;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #bb8900;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h5 {

}

h6 {

}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #5d6872;
	margin: 0px;
	padding: 0px;
}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #5d6872;
	margin: 0px;
	padding: 0px;
}

/*******************************************/
/************  Main Body
/*******************************************/

.main_table {
	background-image: url(../images/border_main.gif);
	background-repeat: repeat-y;
	text-align: center;
}


.main_body {
	width: 730px;
	height: 100%;
	clear: both;
	text-align: left;
}

/*
.header {
	width: 730px;
	height: 79px;
	background-image: url(../images/header_bg2.gif);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}
*/

.header {
	width: 730px;
	height: 109px;
	float: left;
	clear: both;
}

.logo {
	width: 261px;
	margin-top: 18px;
	float: left;
	clear: both;
}

.minimenu_container {
	width: 210px;
	height: 79px;
	float: right;
}

.minimenu {
	width: 200px;
	height: 22px;
	float: right;
	margin-top: 30px;
	text-align: right;
	padding-right: 10px;
}

.minimenu2 {
	width: 200px;
	height: 22px;
	float: right;
	padding-top: 5px;
	text-align: right;
	padding-right: 5px;
}

.header_bar {
	width: 730px;
	height: 23px;
	background-image: url(../images/header_bar_bg.gif);
	background-repeat: repeat-x;
	float: left;
	clear: both;
}

.menu {
	width: 213px;
	height: 814px;
	background-image: url(../images/menu_bg_3.gif);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

.menu_catbox {
	width: 200px;
	padding: 10px 0px 10px 0px;
	background-image: url(../images/menu_div.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.main_content {
	width: 517px;
	height: 100%;
	float: right;
	margin-bottom: 20px;
}
.surv_main_content {
	display:table;
	overflow:hidden;
	width: 517px;
	height:auto;
	float: left;
	margin-bottom: 20px;
}

.catbar {
	width: 517px;
	height: 32px;
	text-align: left;
	background-color: #c4ddff;
	background-image: url(../images/headertitle_BG.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.mainbanner {
	width: 517px;
	height: 208px;
	background-color: #FAFAFA;	
}

.mainbanner_sm {
	width: 517px;
	height: 100px;
	background-color: #FAFAFA;	
}

.mainbanner_sm2 {
	width: 517px;
	height: 150px;
	background-color: #FAFAFA;	
}

.buttonbar {
	width: 517px;
	height: 62px;
	text-align: right;
	background-image: url(../images/main_buttonbar.gif);
	background-repeat: no-repeat;
}

.buttonbar2 {
	width: 517px;
	height: 8px;
	text-align: right;
	background-image: url(../images/main_buttonbar2.gif);
	background-repeat: no-repeat;
}

.content_holder {
	width: 517px;
	margin-top: 13px;
	background-image: url(../images/content_right_dotlineborder.gif);
	background-position: right;
	background-repeat: repeat-y;
	clear: both;
	float: left;
}

.content_holder2 {
	width: 517px;
	margin-top: 13px;
	clear: both;
	float: left;
}

.content_left {
	width: 323px;
	float: left;
	clear: both;
}

.content_left2 {
	width: 515px;
	float: left;
	clear: both;
}
.surv_content_left2 {
	width: 470px;
	float: left;
	clear: both;
}

.content_left_content {
	width: 293px;
	margin: 0px 15px 0px 15px;
}

.content_left_content2 {
	width: 485px;
	margin: 0px 15px 0px 15px;
}
.surv_content_left_content2 {
	width: 440px;
	margin: 0px 15px 0px 15px;
}

.content_right {
	width: 194px;
	float: right;
}

.content_right2 {
	width: 194px;
	float: right;
	margin: 15px 10px 15px 15px;
}

.content_right_content {
	width: 177px;
	margin: 0px 8px 0px 9px;
}

.box_right {
	width: 175px;
	background-color: #f4f4f4;
	border: 1px solid #d1cec7;
	padding: 5px 0px 5px 0px;
	margin-top: 5px;
}

.box_right2 {
	width: 175px;
	background-color: #f4f4f4;
	border: 1px solid #d1cec7;
	padding: 5px 0px 5px 0px;
	margin-left: 15px;
	float: right;
}

.footer_line {
	background-image: url(../images/footer_line.gif);
	background-repeat: no-repeat;
}

.footer {
	padding: 5px 10px 15px 10px;
}

#divpad1 {
	padding: 0px 0px 0px 25px;
}

#divpad2 {
	padding: 0px 0px 20px 25px;
}
.survey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #5d6872;
	margin: 0px;
	padding: 0px;
}
/*******************************************/
/************  Text Misc.
/*******************************************/

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #5d6872;
	margin: 0px;
	padding: 0px;
}

#minitext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #505050;
}

#minitext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #505050;
	margin-left: 10px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	color: #ffffff;
}

#menu a:link {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu a:focus:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu a:visited:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu a:active {
	color: #ffe595;
	text-decoration: none;
}

#menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	color: #ffe595;
}

#menu1 a:link {
	color: #ffe595;
	text-decoration: none;
}

#menu1 a:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu1 a:focus:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu1 a:visited:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu1 a:active:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu1 a:active {
	color: #ffe595;
	text-decoration: none;
}

#menu1 a:visited {
	color: #ffe595;
	text-decoration: none;
}

#menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: 30px;
	color: #ffffff;
}

#menu2 a:link {
	color: #ffffff;
	text-decoration: none;
}

#menu2 a:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu2 a:focus:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu2 a:visited:hover {
	color: #ffe595;
	text-decoration: none;
}


#menu2 a:active {
	color: #ffe595;
	text-decoration: none;
}

#menu2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: 30px;
	color: #ffe595;
}

#menu3 a:link {
	color: #ffe595;
	text-decoration: none;
}

#menu3 a:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu3 a:focus:hover {
	color: #ffe595;
	text-decoration: none;
}

#menu3 a:visited:hover {
	color: #ffe595;
	text-decoration: none;
}


#menu3 a:active {
	color: #ffe595;
	text-decoration: none;
}

#menu3 a:visited {
	color: #ffe595;
	text-decoration: none;
}

#box_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 7px 0px 7px;
	color: #858585;
}

/*******************************************/
/************  Other Menu.
/*******************************************

#leftnav {
	width:216px;
	height:711px;
	background:transparent url(/Images/nav_bkgd.jpg) 0 0 no-repeat;
	padding-top:10px;
	float:left;
	clear:left;
}

#leftnav ul {
	font-size:1.1em;
	font-weight:bold;
	list-style-type:none;
	padding-left:0;
}

#leftnav li {
	background:url(/Images/arrow_right.gif) 18px 9px no-repeat;
	border-bottom:1px dotted #fff;
	padding:6px 62px 7px 31px; 
	text-indent:-10px;
}

#leftnav li.selected {
	background:url(/Images/arrow_down.gif) 18px 9px no-repeat;
	color:#ffe595;
}

#leftnav a {
	color:#fff; margin-left:10px;
}

#leftnav li a.selected {
	color:#ffe595;
}

#leftnav a:hover {
	text-decoration:none;
	color:#ffe595;
}

#leftnav ul ul li {
	background:none;
	text-indent:0;
	margin-left:13px;
}

#leftnav ul ul ul li {
	margin-left:14px;
}

#leftnav li ul {
	padding-top:4px;
}

#leftnav ul ul {
	list-style-type:disc;
	font-size:.9em;
	color:#fc3;
}

#leftnav ul ul li {
	border-bottom:none;
	padding:0;
	padding-top:4px;
}

#leftnav li.first {
	padding-top:0;
}

#leftnav ul ul a {
	background:none;
	padding:0;
	margin:0;
}

#leftnav ul ul ul {
	font-size:1em;
}

/*******************************************/
/************  Contractable Menu properties
/*******************************************/

#sc1 {
	width: 200px;
	padding: 5px 0px 0px 0px;
}

#sc2 {
	width: 200px;
	padding: 5px 0px 0px 0px;
}

#sc3 {
	width: 200px;
	padding: 5px 0px 0px 0px;
}

#sc4 {
	width: 200px;
	padding: 5px 0px 0px 0px;
}

#submenu {
	width: 200px;
	padding: 5px 0px 5px 0px;
}
/*******************************************/
/************  adjustment styles
/*******************************************/

#hed_phone_img{
 margin-top:-1px;
}

* html body #hed_phone_img{

}