/*
-----------------------------------------------
Style Sheet

Site: Cesars Exterior Designs
Author:   aaryn.com
Version:  2008.3
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	font-size:.70em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#003412;
	margin-bottom:12px;
	line-height:1.5em;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#000000;
	}
	
a:hover, a:active {
	color:#000000;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 20px 0px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 0px 20px;
	float:right;
	}
	
.nav {
	margin: 20px 20px 20px 20px;
	text-align:center;
	font-size:12px;
	text-decoration: none;
	color:#000000;
	}	
	
.nav a{
	text-decoration:none;
	color:#FFFFFF;
	}
	
.nav a:hover{
	color:#F0C004;
	}	
	
.nav a:visited {
	color:#ffffff;
	}
	
.nav a:active {
	color:#ffffff;
	}

/* layout
 * ------------------------------------------------------------------------- */
 
#about_us {
	background:url(../images/about_us_bg.gif) repeat-x;
	padding:8px 14px 0px 14px;
	font-size:.92em;
	color:#dbdccb;
	line-height:1.5em;
	}

.contact_heading {
	float:left;
	color:#9da412;
	font-size:1.2em;
	font-weight:bold;
	}
	
.contact_content {
	float:right;
	width:260px;
	margin-bottom:15px;
	}