@charset "utf-8";
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #c6dcf3;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2,#profiles p {
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #023D60;
	font-size: 20px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	margin: 8px;
	padding: 0px;
	text-align: justify;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.AddDiv{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #F4FFB7;
	margin: 8px;
	padding: 14px;
	border: 2px solid #FFFF8A;
	font-size: 16px;
}

#home .container {
	background-image: none;
}
#home .header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.container {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center -74px;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	height: 74px;
}
#logo {
	margin-top: 20px;
	float: left;
}
.content {
	padding: 10px;
	border: 3px solid #778BA3;
	background-color: #FFF;
}
#menu {
	float: right;
	margin-top: 15px;
}
#menu a{
	font-weight: bold;
	color: #FFF;
	
}
#footer {
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E8FDFF;
	border-right-color: #E8FDFF;
	border-bottom-color: #E8FDFF;
	border-left-color: #E8FDFF;
	font-size: 11px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}


.profilebody .content {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
}
#home .content {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../images/card.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
.content .leftcol {
	float: left;
	width: 450px;
	margin-right: 10px;
	padding-right: 10px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
}
#home .content .leftcol {
	padding-top: 220px;
}
.profilebody .content .leftcol {
		width: 390px;
}
.content .rightcol {
	float: right;
	width: 290px;
}
.profilebody .content .rightcol {
	width: 180px;
}
.profilebody h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #480000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	cursor: default;	
}
#home label {
	width: 112px;
	display: block;
	float: left;
	font-size: 14px;
}
.button {
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 88px;
	display: block;
	float: left;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
}
.bluebutton {
	background-position: left top;
}
.bluebutton:hover {
	background-position: left -31px;
	text-decoration: none;
}
.redbutton {
	background-position: left -62px;
}
.redbutton:hover {
	background-position: left -93px;
	text-decoration: none;
}
.errorBlock{
	scolor: #900;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #900;
}
.ReOrder {
	width: 390px;
	height: 28px;
	border: 2px dotted #999;
}

.dragpanel {
	background-image: url(../images/dragbg.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 340px;
	overflow: hidden;
	padding-left: 50px;
	cursor: move;
	margin-top: 6px;
	margin-bottom: 6px;
}
.dragpanel:hover {
	background-position: left -28px;
	
}
.siteicon{
	float: left;
	margin-right: 8px;
	margin-top: 6px;
}
.dragpanel .dragItem {
	float: left;
	width: 285px;
	margin-top: 3px;
}

.dragpanel .dragDelete {
	float: right;
	width: 30px;
	margin-top: 3px;
	background-repeat: no-repeat;
	background-image: url(../images/deleteicon.gif);
	cursor: auto;
}
.dragpanel .dragDelete:hover {
	background-position: left -22px;
}
.dragpanel .dragDelete a{
	text-decoration: none;
}
li {
	list-style-type: none;
}
.smallgraytext {
	font-size: 12px;
	color: #999;
}
.dimtext {
	color: #CCC;
}
.profileImg{
	margin: 6px;
	border: 3px solid #999;	
}
.photo{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
	float: right;
	border: 3px solid #999;	
}
address{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	font-style: normal;
	font-weight: normal;
}
#profiles{
	background-color: #ECF7FF;
	padding: 10px;
	border: 1px solid #D9F7FF;
	clear: both;
}
#profiles h2{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #333;
}
.profilebody p , .profilebody b{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#profiles ul{
	margin: 0px;
	padding: 0px;

}
#profiles li{
	margin: 3px;
	float: left;
	width: 281px;
}
#profiles li img{

}
#profiles li .pico{
	float: left;
	margin-right: 4px;
	margin-top: 2px;
	cursor: default;
}
a {
	color: #1E6AA4;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
.map_canvas{
	height: 100px;
	width: 100%;
	float: right;
	overflow: hidden;
}
.map_canvas_hover{
	height: 200px;
	width: 600px;
	overflow: hidden;
	position: absolute;
	display: block;
	clip: rect(0px,0px,0px,0px);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	float: right;
}
#map_edit_canvas{
	height: 400px;
	width: 100%;
	font-size: 12px;
}#searchBar {
	background-image: url(../images/barbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	margin-top: 20px;
	padding-left: 10px;
}
#searchBar #searchBarLeft {
	background-image: url(../images/barbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 51px;
	padding-right: 10px;
}
#searchBar #searchBarLeft #searchContent {
	background-image: url(../images/barbg.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 51px;
}
#searchBar #searchBarLeft #searchContent p{
	text-align: center;
	padding: 15px;
}
.squrebutton{
	background-color: #FFF5D2;
	border: 1px solid #FADA7A;
	margin-right: 5px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
	color: #900;
}

.squrebutton:hover{
	background-color: #FFD2E0;
	border: 1px solid #FE76BD;
}
#hdes {
	margin-top: 15px;
}
#hdes p {
	text-align: justify;
	font-size: 14px;
}

#hdes #hleft {
	float: left;
	width: 400px;
	margin-right: 20px;
	padding-right: 20px;
}
.ntb {
	background-image: url(../images/textbox_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 142px;
	height: 15px;
	padding: 4px;
}
.ntb:active,.ntb:hover {
	background-position: left center;
}
#slist{
	margin: 0px;
	padding: 0px;	
}
#slist li{
		margin: 3px;
		height: 32px;
	width: 32px;
	padding: 0px;
	float: left;	
}

#slist li img{
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 32px;	
}
.stbuttontext
{
	font-size: 12px;
}
#sthis{

}
#sthis img{
	float: left;
	margin-right: 5px;
}
.pviews{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-top: 5px;
}
