/*Style sheet for Gail and Avril's web site*/

*	{
	margin:0;
	padding:0;
	}



body,p,h1,h2,h3,h4,table,tr,th,td,ul,li,div,span  {
	font-family: Arial, Helvetica, sans-serif;
	}



body {
	background: #CCCCCC url(../images/ltblububble.jpg);
	padding: 10px 0 10px 0;
	}
	
	

#wrapper {
	width:975px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background: #224466 url(none);
	}


/*Basic default tags*/


p,li,td	{	
	font-size: 0.95em;
	color: #222222;
	letter-spacing: 0.04em;
	line-height: 1.5em;
	}
	
	
	
	

p {
	margin-bottom:0.55em;
	}
	
	
	
p.address {
	margin-bottom:0;
	}




li {
	line-height: 1.45em;
	margin-bottom:0.15em;
	margin-left:2em;
	}



h1,h2,h3,h4 {
	color: #254B72;
	letter-spacing: -0.03em;
	font-weight: bold;
	}
	
	
	
h1 {
	margin-top:0.55em;
	margin-bottom:0.85em;
	font-size: 1.45em;
	}

h2 {
	margin-top:0.75em;
	margin-bottom:0.15em;
	font-size: 1.15em;
	}



h3 {
	margin-top:0.65em;
	margin-bottom:0.15em;
	font-size: 1.0em;
	}

h4 {
	margin-top:0.25em;
	margin-bottom:0.15em;
	font-size: 1.0em;
	}

.hilight {
	font-weight: bold;
	color: #254B72;
	}
	
	
.lolight {
	color: #254B72;
	}

a:link,a:visited {
	color: #254B72;
	text-decoration: underline;
	}
	
	

a:hover {
	color: #B7DBF0;
	text-decoration: none;
	background: #254B72;
	}


a:active {
	color: #B7DBF0;
	background: #000000;
	}	
	
	
	
/*----------------------------------------------------------------------------------------------*/

/*Header area*/

#header {
	background: #A09DBD url(../images/sunsetpicwebsite_banner_3.jpg) no-repeat 0px -100px;
	padding: 2px 12px 12px;
	border-bottom: 1px solid #999999;
	margin-bottom:12px;
	height:6.5em;
	}

#header h2 {
	margin-top:1px;
	padding-top:1px;
	font-size: 1.75em;
	text-align: left;
	}
	

#header h2 a:link,#header h2 a:visited {
	color: #FFFFE6;
	text-decoration: none;
	}
	
	

#header h2 a:hover,#header h2 a:active {
	text-decoration: underline;
	color: #FFCCCC;
}

#header ul {
	margin-top:14px;
	margin-left:6px;
}



#header li{
	display: inline;
	list-style: none;
	margin-right:1.3em;
	margin-left:0em;
	font-size: 0.9em;
}

#header li a:link,#header li a:visited {
	text-decoration: none;
	color: #FFFFE6;
	padding:1px;
}

#header li a:hover {
	text-decoration: none;
	color: #FFFFE6;
	}


#header li a:active {
	color: #FFFFE6;
	text-decoration: none;
	}


.logo {
	float: right;
	margin-right: 15px;
	}




/*----------------------------------------------------------------------------------------------*/

/*Sidebar area*/


#sidebar {
	float: right;
	width:293px;
	background: transparent;
	padding: 0px 5px 5px;
	margin-top:0px;
	}

#sidebar img {
	background: #FFFFE6;
	padding: 1px;
	margin-top: 15px;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	}



#sidebar p{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFE6;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 0em;
	}

.sidelinks {
	background: #FFFFE6;
	padding: 4px 8px 14px;
	margin-right: 12px;
	margin-left: 1px;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	}

.sidelinks h2 {
	margin-bottom: 0.1em;
	padding-bottom:0;
	margin-top:0.75em;
	}

.sidelinks ul {
	
	} 


.sidelinks li  {
	margin-left: 1.1em;
	list-style: none;
	letter-spacing: 0em;
	border-bottom: 1px dotted #254B72;
	margin-right:1em;
	font-size: 0.9em;
	text-indent: 5px;
	margin-top:0;
	margin-bottom:0;
	}


.sidelinks li a:link,.sidelinks li a:visited {
	text-decoration: none;
	color: #254B72;
	display: block;
	padding-top: 0.2em;
	padding-left: 0.1em;
	padding-bottom:0.15em;
	margin-top:0;
	margin-bottom:0;
	} 

.sidelinks li a:hover,.sidelinks li a:active {
	text-decoration: underline;
	display: block;
	padding-left: 0.1em;
	} 
	
	

.sidelinks li a:hover {
		color: #FFFFFF;
		background: #224466;
		}

.sidelinks li a:active {
 	color: #000000;
	background: #B7DBF0;
	}




#sidebar p.contrast a:link,#sidebar p.contrast a:visited {
	color:#FFFFE6;
	text-decoration: none;
	padding:2px;
	}


#sidebar p.contrast a:hover {
	text-decoration: none;
	background:#FFFFE6;
	color:#224466;
	}



/*----------------------------------------------------------------------------------------------*/

/*Content area area*/


#content {
	background: #B7DBF0 repeat-y right;
	padding: 12px 20px 12px 12px;
	width:610px;
	float:left;
	margin-left: 12px;
	border: 1px solid #999999;
	margin-top:0px;
	}

#content li {

padding-right:50px;
margin-bottom:0.35em;
}


#content  p {
	padding-right:50px;
	}




/*----------------------------------------------------------------------------------------------*/

/*Footer area*/



#footer {
	background: #A09DBD url(../images/sunsetpicwebsite.jpg) no-repeat -25px -337px;
	border-top: 2px solid #000000;
	height:60px;
	clear:both;
	margin-top: 12px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	}

#footer ul {
	
	}

#footer li{
	display: inline;
	list-style: none;
	margin-right:0.3em;
	margin-left:0.15em;
	color: #FFFFE6;
	}
	

#footer li a:link,#footer li a:visited {
	text-decoration: none;
	color: #FFFFE6;
	padding: 1px;
	}
	

#footer li a:hover {
	text-decoration: none;
	color: #FFFFE6;
	padding: 1px;
	background: #254B72;
	}
	
#footer li a:active {
	text-decoration: none;
	color: #FFFFE6;
	padding: 1px;
	background: #000000;
	}
	
	/*----------------------------------------------------------------------------------------------*/

#w3block	{
	float: right;
	margin-left: 12px;
	border-style: none;
	margin-top:6px;
	background:transparent;
	}


#w3block a:hover, #w3block a:hover {
	background:transparent;
	}

img.w3c_icon {
	border:none;
	}
/*----------------------------------------------------------------------------------------------*/



p.otherness {
	text-align: left;
	color: #FFFFE6;
	margin-left:0.19em;
	}

.otherness a:link,.otherness a:visited{
	color: #FFFFE6;
	}

.otherness a:hover,.otherness a:active{
	color: #FFFFE6;
	}



/*----------------------------------------------------------------------------------------------*/

/*Other styles*/





.line_above {
	border-top: 1px dotted #254B72;
	padding-top:14px;
	margin-top:18px;
	}


#residential h2{
	border-top: 1px dotted #254B72;
	padding-top:14px;
	margin-top:18px;
	font-size: 1.0em;
	}
	
	
	
#residential p {
	margin-left:35px;
	}



/*----------------------------------------------------------------------------------------------*/

/*Photos*/



.photo_left {
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	margin-right:25px;
	background: #FFFFE6;
	float: left;
	margin-bottom: 20px;
	}

.photo_right {
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	background: #FFFFE6;
	float: right;
	margin-left: 20px;
	}


.photo_block {
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	background: #FFFFE6;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	clear:both;
	}

.caption {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin-top: -1em;
	padding-top: 0px;
	}


.photo_across {
	display: block;
	height: 255px;
	width: 100%;
	}



.photo_box {
	color: #254B72;
	text-align: center;
	font-weight: bold;
	float:left;
	margin-right:45px;
	}


.photo_box img {
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	background: #FFFFE6;
	display: block;
	margin-bottom:3px;
	}
	
	

.clear_both {
	clear: both;
	}

.cd_container {
	display: block;
	clear: both;
	margin-top: 35px;
	margin-bottom: 35px;
	}

.cd_box {
	float: left;
	margin-top: 35px;
	margin-right:95px;
	width:180px;
	}

.cd_box p {
	font-size: 0.85em;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	}

.cd_box img {
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	background: #CCCCCC;
	}

.cd_box a:link img,.cd_box a:visited img {
	border-top: 3px solid #999999;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #999999;
	}

.cd_box a:hover img,.cd_box a:active img {
	border: 3px solid red;
	}

.cd_box p a:link,.cd_box p a:visited  {
	text-decoration: none;	
	}

.cd_box p a:hover,.cd_box p a:active  {
	text-decoration: underline;	
	}


#links li  {
	margin-bottom: 0.45em;
	margin-left: 1.85em;
	padding-left: 0.35em;
	}

#faq p  {
	margin-left:40px;
	}


h1.line_above {
	border-top: 1px solid #254B72;
	padding-top:14px;
	margin-top:34px;
	}
.slides {
	background: #FF0000;
	height: 300px;
	width: 100%;
}
