/****************************************
	SITEDYNAMIC V1.1
	BLUETECH SKIN STYLESHHEET
*****************************************
	This cascading style sheet (CSS2) 
	is W3C valid: http://www.w3.org/
*****************************************/

/****************************************
	SKIN STYLE ELEMENTS
	Used by "BlueTech" Skin
*****************************************/
body {
	background: #97ccfe url('/images/sunbkgdblue.gif') top left repeat;
	color: #000;
	font: 10pt "Georgia", "Times New Roman", "Times", serif;
	margin: 0px;
	padding: 0px; }

td {
	}
	
	

/* Imported from existing site ----------- */

v\:* {behavior:url(#default#VML);}
body  {
	font-weight : normal;
	font-style : normal;
	line-height : 140%;
	text-decoration : none;
	text-align : left;
}

table  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	line-height : 140%;
	text-decoration : none;
	text-align : left;
}
.entering  {
	font-size : 9pt;
	font-weight : normal;
	font-style : italic;
	color : #ff0000;
	line-height : 140%;
	text-decoration : none;
	text-align : left;
}

.title  {
	font-size : 11pt;
	font-weight : bold;
	font-style : none;
	color : black;
	line-height : 140%;
	text-decoration : none;
	text-align : center;
}

.copyright  {
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	line-height : 120%;
	text-decoration : none;
	text-align : left;
}



/* Elements ------------------------------ */

#banner {
	background: url('/images/sunshine_realty_banner.gif') top left no-repeat;
	height: 96px;
	text-align: left;
	width: 1003px; }
			
#btmnav {
	margin: 4px 0px; }
		
#contact {
	background: url('/images/sunshine_realty_contact.gif') top left no-repeat;
	color: #030;
	font-size: 11px;
	height: 16px;
	margin: 0px;
	padding: 3px;
	white-space: nowrap;
	width: 997px; }
	
#footer {	/*
	border: 1px dashed orange;	*/
	text-align: left;
	width: 997px; }
	
#footphone {
	clear: right;
	float: right;
	font-size: 24px; }
		
#layout {
	background-color: white;
	border-color: #000;
	border-style: solid;
	border-width: 0px 3px 3px; }
	
#leftnav img, #rightnav img {
	margin: 9px 0px; }
	
#logo_sunshine_realty {
	margin: 15px 0px 0px 54px; }
	
#topnav {
	background-color: #039;
	border-color: #000;
	border-style: solid;
	border-width: 0px 3px;
	width: 997px; }

		

/* Headlines ------------------------------ */

h1 {	color: #039;
		font-size: 21px;
		margin-top: 0px; }

h2 {	margin-top: 0px;
		font-size: 18px; }

h3 {	margin-top: 0px;
		font-size: 16px; }

h4 {	font-size: 14px; }

h5 {	font-size: 12px; }

h6 {	font-size: 11px; }



/* Body Text ------------------------------ */

a:link {
		color: #0000FF; }

a:active {
		color: #CCCCFF; }

a:hover {
		color: #6666FF; }

a:visited {
		color: #000099; }

.ctc {	margin: 0px;
		font-size: 10px;
		color: #333333; }

.fineprint {
		font-size: 9px; }

input {	margin: 0px; }

.small {
		font-size: 11px; }

.formtable {
	BORDER-BOTTOM: #636 1px solid; BORDER-LEFT: #636 1px solid; PADDING-BOTTOM: 9px; BACKGROUND-COLOR: #fdf; PADDING-LEFT: 9px; WIDTH: 432px; PADDING-RIGHT: 9px; BORDER-TOP: #636 1px solid; BORDER-RIGHT: #636 1px solid; PADDING-TOP: 9px
}
.formtable TD {
	COLOR: #636
}
.forminput {
	TEXT-ALIGN: left
}
.formlabel2 {
	TEXT-ALIGN: left
}
.formlabel {
	TEXT-ALIGN: right
}
INPUT {
	
}
TEXTAREA {
	
}
.redstar {
	COLOR: red
}

/****************************************
	NAVIGATION MENU STYLE ELEMENTS
	Used by "includes/navigation.asp"
*****************************************/
/*#navigation {
	width: 190px;	
	letter-spacing: 1px;
	line-height: 25px;
}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size:10px; 
	}
		#navigation li a#normal, #navigation li a#normal:link, #navigation li a#normal:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: bold; 
			color: #F0F8FF; 
			text-decoration: none; 
			
		}
			#navigation li a#normal:hover {
				color: #FF9900; 
				text-decoration: none; 
			}
		
		#navigation li a#normalsub, #navigation li a#normalsub:link, #navigation li a#normalsub:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			font-weight: normal; 
			color: #8496AD; 
			text-decoration: none; 
		}
			#navigation li a#normalsub:hover {
				color: #FF9900; 
				text-decoration: none; 
			}
		#navigation li a#hidden, #navigation li a#hidden:link, #navigation li a#hidden:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			font-weight: bold; 
			color: #8496AD; 
			text-decoration: none; 
		}
			#navigation li a#hidden:hover {
				color: #B0C4DE; 
				text-decoration: none; 
			}
		#navigation li a#hiddensub, #navigation li a#hiddensub:link, #navigation li a#hiddensub:visited {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			font-weight: normal; 
			color: #8496AD; 
			letter-spacing: 1px; 
			text-decoration: none; 
		}
			#navigation li a#hiddensub:hover {
				color: #B0C4DE; 
				text-decoration: none; 
			}*/

/****************************************
	COMMON MENU STYLE ELEMENTS
	Used by all your SiteDynamic website
*****************************************/
/*.ContentTable {
	padding-left : 10px; 
	padding-right : 10px; 
} 
.msg {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #009900; 
	font-weight : bold; 
	text-transform : uppercase; 
	text-decoration : none; 
	vertical-align : bottom; 
} 
.error {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #AF5403; 
	font-weight : bold; 
	text-transform : uppercase; 
	text-decoration : none; 
	vertical-align : bottom; 
} 
.Content {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	color : #333333; 
	text-decoration : none; 
} 
	.Content a:link , .Content a:visited {
		font-family : Verdana, Arial, Helvetica, sans-serif; 
		font-size : 12px; 
		color : #FF9900; 
		text-decoration : underline; 
	} 
		.Content a:hover {
			font-family : Verdana, Arial, Helvetica, sans-serif; 
			font-size : 12px; 
			color : #597f94; 
			text-decoration : underline; 
		} 
.square {
	background-color : #FF9700; 
} 
.itemHR {
	border : 1px dashed #b0C2CC; 
	height : 1px; 
}
.ShowLink {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #333333; 
	background-color : #FFFFFF; 
	text-decoration : none; 
} 
.ShowLink a:link , .ShowLink a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #333333; 
	text-decoration : underline; 
} 
.ShowLink a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #5E5E5E; 
	text-decoration : underline; 
} 
.blnAdminMenu {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	color : #597F94; 
	font-weight : bold; 
} 
.blnAdminMenu a , .blnAdminMenu a:link , .blnAdminMenu a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	color : #597F94; 
	font-weight : bold; 
	text-decoration : underline; 
} 
.blnAdminMenu a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	color : #FF9700; 
	font-weight : bold; 
	text-decoration : underline; 
} 
.txtsmall {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	color : #333333; 
	text-decoration : none; 
} 
.txtsmall a:link , .txtsmall a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	color : #597F94; 
	text-decoration : underline; 
} 
.txtsmall a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	color : #333333; 
	text-decoration : underline; 
} 
.titlesmall {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	color : #598094; 
	text-decoration : none; 
} 
.titlesmall a:link , .titlesmall a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	color : #598094; 
	text-decoration : none; 
} 
.titlesmall a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	color : #FF9700; 
	text-decoration : none; 
} 
.Installed {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #00A100; 
	text-decoration : none; 
} 
.NotInstalled {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #C0C0C0; 
	text-decoration : none; 
} 
.AdminMenuBox {
	border : 1px dotted #B1B1B1; 
} 
.AdminHR {
	color : #598094; 
	height : 1px; 
} */
 
/****************************************
	FORM STYLE ELEMENTS
	Used by all website forms
*****************************************/
input , textarea , select {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #666666; 
	background-color : #F4F6F8; 
	border-color : #bec9d1; 
	border-style : solid; 
	border-width : 1px; 
} 
input.submit {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #FFFFFF; 
	font-weight : bold; 
	background-color : #597f94; 
	border-color : #F4F6F8; 
	border-style : solid; 
	border-width : 1px; 
} 
input.apply {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #000000; 
	font-weight : bold; 
	background-color : #FFFFFF; 
	border-color : #000000; 
	border-style : solid; 
	border-width : 1px; 
} 
input.delete {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #FFFFFF; 
	font-weight : bold; 
	background-color : #FC0000; 
	border-color : #000000; 
	border-style : solid; 
	border-width : 1px; 
} 

/******************************************
			Editor Icons
******************************************/
div#edit2{
	top:50px;
	left:3%;
	position:fixed;
	z-index:5;
 }


div#edit{
	top:50px;
	left:3%;
	position:fixed;
	z-index:5;
	background-image:url(/uploads/admin_bg.gif);
	background-repeat:no-repeat;
	width:40px;
	height:250px;
 }
/************************************/


#quicksearch {
					/*top right bottom left*/
	/**/margin: 5px 10px 5px 10px; 
	padding: 0px; 
	float: right; 
	border-left: 3px solid #6d929b; 
	background: none;
	text-align: center ; 
 	vertical-align: top;
 	font: normal 12px/100% Geneva, Arial, Helvetica, sans-serif; 
	color: #2c456c;
	}
#quicksearch table {
	font: normal 12px/100% Geneva, Arial, Helvetica, sans-serif; 
	color: #2c456c;
	}

div#featured{
	argin: 0; padding: 0 10px 0 0; clear: right; height: 300px; width: 250px; overflow-y: scroll;
}
div#clear{ 
 CLEAR: right;
}



/****************************************
	/SITEDYNAMIC V1.1
	/BLUETECH SKIN STYLESHHEET
*****************************************/
