/* CSS Document */

body {
	margin: 0px;
	background: url(/assets/images/bg.jpg) repeat-x #226666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
img {
	border: 0px;
	}
#cl {
	clear: both;
	}
h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #004365;
	}
h2 {
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 2px 0px;
	color: #3b7777;
	border-bottom: 1px solid black;
	}
#wrapper {	
	width: 991px;
	margin: 0 auto;
	background: url(/assets/images/framebg_main.png);
	}
#top_img {
	width: 991px;
	margin: 0 auto;
	}
#content_top {
	background: url(/assets/images/head_2_main.jpg);
	width: 991px;
	height: 68px;
	}

#left_side {
	float: left;
	width: 216px;
	}
#menu {
	background: url(/assets/images/menubg.jpg);
	width: 216px;
	}
#menu_item {
	background: url(/assets/images/menu_item.jpg);
	width: 162px;
	margin-left: 12px;
	padding: 1px 0px 7px 27px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	}
#menu_item:hover {
	background: url(/assets/images/menu_item_on.jpg);
	}
#menu_item2 {
	background: url(/assets/images/menu_item_on.jpg);
	width: 162px;
	margin-left: 12px;
	padding: 1px 0px 7px 27px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	}
#menu_foot {
	background: url(/assets/images/menufoot.jpg);
	width: 216px;
	height: 13px;
	}
#featured {
	width: 225px;
	margin-left: 5px;
	min-height: 130px;
	padding: 50px 0px 0px 0px;
	background: url(/assets/images/featured_plan.jpg) no-repeat;
	text-align: center;
	}
#dream {
	width: 212px;
	height: 315px;
	background: url(/assets/images/sideimg.png) no-repeat;
	}	
#content_main {
	float: left;
	width: 500px;
	padding: 0px 5px 2px 12px;
	text-align: justify;
	}
#right_main {
	background: url(../images/right_btm.jpg) bottom right no-repeat;
	float: right;
	width: 220px;
	margin-right: 13px;
	min-height: 420px;
	}
#footer {
	background: url(/assets/images/footer.jpg) no-repeat;
	height: 23px;
	padding: 46px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	}
#footer2 {
	margin: 0 auto;
	width: 991px;
	text-align: center;
	color: white;
	font-size: 9px;
	}
#search {
	width: 520px;
	margin-top: 3px;
	}
#search_fields {
	width: 270px;
	float: left;
	margin-top: 10px;
	}
#field {
	padding: 4px 0px 1px 0px;
	width: 90px;
	float: left;
	text-align: right;
	font-weight: bold;
	color: #226666;
	}
#box {
	width: 160px;
	float: right;
	text-align: left;
	padding: 0px 0px 2px 0px;

	}
#box select {
	font-size: 11px;
	}
#search_plans {	
	background: url(/assets/images/searchplans.jpg) no-repeat;
	width: 112px;
	height: 15px;
	border: 0px;
	}
#plan_button {
	width: 240px;
	float: right;
	}
#submit {
	margin-top: 2px;
	border: 1px solid #0f3f3f;
	color: white;
	background: #3b7777;
	font-size: 10px;
	}
/* a links */
#menu a:link, #menu a:visited, #menu a:active{
	color: black;
	text-decoration: none;
	}
#menu a:hover, #menu_item2 a:link, #menu_item2 a:visited, #menu_item2 {
	text-decoration: underline overline;
	color: #004365;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #4f8199;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline overline;
	}
#footer2 a:link, #footer2 a:visited, #footer2 a:active {
	color: #dcdcdc;
	text-decoration: none;
	}
#footer2 a:hover {
	color: white;
	text-decoration: underline;
	}
a:link, a:visited, a:active {
	color: #3b7777;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #004466;
	text-decoration: underline overline;
	}