/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- 007cc2 Welgard Dark Blue
	- 72a3d7 Welgard Light Blue
	- ffcd05 Welgard Yellow
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html { font:medium "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; background:#222222; }
body { background:#0081C3; position:relative; margin:0 auto; text-align:left; }
/*=COMMON
=== === === === === === === === === === */
* { padding:0; margin:0 }
p { line-height:150%; padding-bottom:10px; font-size:100%; }
img { border:0 }
a { }

/*=CONTAINER
=== === === === === === === === === === */
#container { background:url(../cssimg/gradient.jpg) repeat-x; border-top:#666666 1px solid; border-bottom:#333333 1px solid; }

/*=HEADER
=== === === === === === === === === === */
#headerbar { background:#FFFFFF; text-align:center; border-bottom:#000000 2px solid; }
#header { margin:0 auto; width:900px; height:120px; padding:20px 0; background:url(../cssimg/logo.jpg) no-repeat 30px 20px; }
#header h1 { text-indent:-9999px; font-size:1%; }

/*=NAVIGATION
=== === === === === === === === === === */
#navigation {}

/*=CONTENT
=== === === === === === === === === === */
#content { width:900px; margin:0 auto; padding-top:20px; padding-bottom:20px; }
#content ul { list-style:none; padding-bottom:10px; padding-left:20px; }
#content li { line-height:120%; padding-bottom:5px; list-style-image:url(../cssimg/bullet.jpg); }
#content img { border:#92BDED 4px solid; }
#homeowners,#realtors,#why { background:#FFFFFF; padding:10px 20px 10px 20px; border:#92BDED 5px solid; }
#homeowners,#realtors { width:43.3%; height:430px; float:left; }
#homeowners { margin-right:20px; }
#why { margin-bottom:20px; }
#why li { list-style-image:none;}
#homeowners h2,#realtors h2,#why h2 { margin-bottom:8px; border-bottom:#CCCCCC 2px dashed; }

/*=FOOTER
=== === === === === === === === === === */
#footer { background:url(../cssimg/footer.jpg) repeat-x; background-color:#222222; border-top:#000000 2px solid; padding-top:20px; color:#ffffff; font-size:80%; text-align:center; margin-bottom: 2em; }
#footercontainer { width:900px; text-align:left; position:relative; margin:0 auto; }
#address,#testimonial { height:125px; padding:10px; float:left; }
#address { width:30%; padding-right:25px; margin-right:16px; text-align:center; border-right:#999999 1px dashed; }
#testimonial { width:62%; }
#address h3,#testimonial h3 { border-bottom:#DFDFDF 1px solid; padding-bottom:5px; margin-bottom:5px; }
#copyright { margin-top:15px; text-align:center; }

/*=TOOLS
=== === === === === === === === === === */
.center { text-align:center; }
