body {
	margin: 0 auto;
	height:100%;
	background-color: #000791;
	/*text-align: center;*/
	background-image: url(../images/bg_repeater.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
}

bodysample {
	margin: 0 auto;
	height:100%;
	background-color: #000791;
	/*text-align: center;*/
	background-image: url(../images/bg_repeater.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
}

body a, a:visited {
	color:#0066FF;
}

body a:hover {
	color:#CC3300;
}

/*===================*/
/* RIGHT NAVIGATION  */
/*===================*/
.right_menu {
	background-color: #0336CD;
	width: 257px;
	float: right;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:auto;
}
.menu_itm1{
	background-color:#2039b7; 
	color:#FEE300; 
	font-size:16px; 
	font-weight:bold; 
	height:80px; 
}
.menu_itm2{height:80px}
.menu_itm3{height:80px}
.menu_itm4{height:80px}
.menu_itm5{height:80px}
.menu_itm6{height:80px}

.menu_item {
display:block;
width:257px;
height:65px;
}

.menu_item a {
display:block;
width:257px;
height:55px;
text-decoration:none;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:bold;
color:#ffeb00;
background-color:#2039b7;
margin-bottom:5px;
}

.current_menu_item a {
display:block;
width:257px;
height:55px;
text-decoration:none;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:bold;
color:#ffeb00;
background-color:#6374cc;
margin-bottom:5px;
}

.current_menu_item a:hover {
display:block;
width:257px;
height:55px;
text-decoration:none;
background-color:#6374cc;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:bold;
color:#ffeb00;
}

.menu_item a:hover {
display:block;
width:257px;
height:55px;
text-decoration:none;
background-color:#6374cc;
color:#ffeb00;
}

/*=====================*/
/* HOME PAGE SPECIFIC  */
/*=====================*/

.home_value {
display:block;
float:left;
width:257px;
height:65px;
text-decoration:none;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#ffeb00;
background-color:#2039b7;
margin-bottom:5px;
}

.home_value_num {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#ffffff;
margin-bottom:5px;
}

.home_title {
font-style:italic;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
color:#cc3300;
margin-bottom:5px;
}

/*===================*/
/*    TEXT STYLES    */
/*===================*/


br{
clear: left;
}

.links {
color:#000000;
}

li {
color:#000000;
margin-bottom:10px;
}

li span {
font-size:18px;
font-weight:bold;
color:#000000;
}

.page_title {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#cc3300;
}

.err_message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffeb00;
	font-style: italic;
	line-height: 30px;
	background-color: #660000;
	padding: 5px;
	width: 100%;
	border: 2px solid #FFFFFF;
}

.page_sub_title {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#cc3300;
line-height:24px;
}

.page_text {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}


/*===================*/
/*     GREY BOX      */
/*===================*/


.grey_box {
	width: 733px;
	margin: 0 auto;
}

.tl_grey_box {
	background-image: url(http://mysonarsearch.com/_shared/images/grey_box_01.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

.tm_grey_box {
	background-image: url(http://mysonarsearch.com/_shared/images/grey_box_02.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 693px;
}

.tr_grey_box {
	background-image: url(http://mysonarsearch.com/_shared/images/grey_box_03.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

.ml_grey_box {
	background-image: url(http://mysonarsearch.com/_shared/images/grey_box_04.gif);
	background-repeat: repeat-y;
	width: 20px;
	vertical-align:top;
}

.mm_grey_box {
	width: 693px;
	background-color: #ebebeb;
	clear:none
}

.mr_grey_box {
	background-image: url(http://mysonarsearch.com/_shared/images/grey_box_06.gif);
	background-repeat: repeat-y;
	width: 20px;
}

.bl_grey_box {
	background-image: url(http://mysonarsearch.com/_shared/images/grey_box_07.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.bm_grey_box {
	background-image: url(http://mysonarsearch.com/_shared/images/grey_box_08.gif);
	background-repeat: repeat-x;
	width: 693px;
	height: 20px;
}

.br_grey_box {
	background-image: url(http://mysonarsearch.com/_shared/images/grey_box_09.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

/*===================*/
/*   PAGE BUILD UP   */
/*===================*/

.page_center {
	width: 1000px;
}

.sample_center {
	width: 1500px;
}

.left_border {
	width: 4px;
	background-color: #ffcc00;
	float: left;
}

.banner_bg {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
	height: 282px;
	background-position: left top;
	float: left;
}

.tr_image {
	background-image: url(../images/image_04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 162px;
	width: 257px;
	float: left;
}

.main_content {
	background-color: #FFFFFF;
	width: 743px;
	float: left;
	/*text-align:center;*/
}

.bluesite_main_content {
width:703px;
padding:20px;
float:left;
}

.center {
	margin: 0 auto;
	width: 1000px;
}

.centersample {
	margin: 0 auto;
	width: 100%;
}


.banner_image_top {
	background-image: url(../images/sonar-followup-header.jpg);
	background-repeat: no-repeat;
	height: 164px;
	background-position: left top;
	width: 743px;
	float:left;
}

.indexbanner_image_top {
	background-image: url(../images/homepage-header-1.jpg);
	background-repeat: no-repeat;
	height: 164px;
	background-position: left top;
	width: 743px;
	float:left;
}

.right_border {
	background-color: #ffcc00;
	width: 4px;
	float: right;
}

.banner_image_bottom {
	background-image: url(../images/image_07.jpg);
	background-repeat: no-repeat;
	height: 120px;
	background-position: left top;
	width: 743px;
	float: left;
}

.page_end {
	width: 1000px;
	height: 20px;
	float: left;
}

/*===================*/
/*    ADMIN STYLES   */
/*===================*/

.mainpage_table{
padding-bottom:20px;
}

.form_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.form_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float:left;
    margin-bottom: 10px;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
}

.form_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 200px;
	text-align:right;
	margin-right:3px;
}

.search_tag_label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 150px;
	text-align:left;
}

.search_tag{
	width:20px;
	float:left;
}

.image_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float:left;
}

.thumbnail_holder{
float:left;
}

.full_size_holder{
float:left;
}

.text_field{
width: 200px;
margin-bottom: 5px;
float:left;
}

.description_text_field{
width: 480px;
margin-bottom: 5px;
float:left;
}

.propertylist_table {
width:700px;
max-width:700px;
}

.propertylist_table_titles{
font-size:12px;
font-weight:bold;
}

.propertylist_table_row{
font-size:10px;
}

textarea{
width: 480px;
height: 150px;
margin-bottom: 5px;
}

select{
width: 200px;
margin-bottom: 5px;
}

file{
width: 100px;
}

.boxes{
width: 1em;
}

/* New Colors Admin */

.widgetcolor {
	color:#00BD27;
}
.portalcolor {
	color:#FF0000;
}
.bothcolor {
	color:#EB8B1A;
}


