/* ------------- "generic" styles */

/* Lucinda Grande is a mac font */

body {
	margin: 0;		
	padding: 0;			
	/*color: #333333;*/            /* set default font color */
	color: #5c594b;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Default Font face for document */
	font-size: 12px;           /* 1 em is 16px, needed for ie */
    background: #4a5c50 url(../images-presentation/page_background.jpg);
}

* {margin:0; padding:0;}    /* Remove all default padding and margins */

/* remove underlines from hyperlinks */

a {
	text-decoration: none;
}

/* some browsers put a border on images within anchor tags. turn that off. */

a img {
	border: 0;
	margin: 0;
}

/* ===== herdds protrait in content area ===== */
img#herdds {
	float:left;
	margin: 0 5px 5px 0;
}

/* === Default link styles === */

#content a:link, a:visited {
    text-decoration: none;
    color: #b36b00;
}

#content a:hover,  a:active {
    color: #b36b00;
	text-decoration: underline;
}

/* ===== Top link styles for forms, sitemap, location maps ect ===== */
#toplinks {
	font-size: 10px;
	letter-spacing: .6px;
	font-weight:normal;
	margin: 3px 10px 3px 0;
	text-align:right;
	color:#E3EDC2;
}

#toplinks  a:link {
	color: #E3EDC2;
	text-decoration: none;
	margin: 0;
}

#toplinks  a:visited {
	color: #E3EDC2;
	text-decoration: none;
}

#toplinks  a:hover {
	color:#E3EDC2;
	text-decoration: underline;	
}

/* ===== put marins only on the bottom of paragraphs ===== */
p {
	margin: 0 0 1em;
}

/* ===== mainwraper ===== */ 
#mainwraper {
	background-color: #E3EDC2;
	width: 900px;
	margin: 0px auto;	/* centers the site in the brower window */
}
/* ===== masthead styles ===== */

/* ===== the padding-top is to contain any maring that may extend out the top of the masthead ===== */
#masthead {
    background-color: #69825E;
	margin-bottom: 0;
	padding-top: 1px;
}

.callus {
	width: 725px;
	height:30px;
    float: left;
	text-indent: 23px; 
	text-align: left;
	padding: 5px 0 0px 0px;
	background-color: #69825E;
	margin-bottom: 0;
	Color: #FFFFFF;
	letter-spacing: .6px;
	font-weight:normal;
	font-size:17px;
	font-style: normal;
}

.phonenumber {
	margin: 0;
	padding-top: 5px;
    float: left;
	width: 175px;
	height:30px;
	background-color: #69825E;
	Color: #FFFFFF;
	font-weight: bolder;
	font-size:18px;
	font-style: normal;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* ===== main content styles ===== */

#content {     
	float: left;
	width: 590px;
	padding: 0 15px 0 20px;
	margin-bottom: 15px;
}

/* ===== column1 and column2 are only the home page and contain the boxes ===== */
#column1 {
	float: left;
	width: 280px;
	margin: 0;	
	padding: 0;

}

#column2 {
	float: right;
	width: 280px;
	margin:0;
	padding: 0;
}


#content h1 {
	font-weight: bolder;
	margin: 10px 0 10px -10px;
	padding: 5px ;
	color: #fff;
	font-size: 16px;
	background-color: #7E9C7A;
	font-family: Arial, Helvetica, sans-serif;	
}

#content h2 {
	color:#fff;
	font-weight: bolder;
	letter-spacing: .4px;
	margin: 1.5em 0 .8em -5px;
	padding-bottom: 0.25em;
	padding-left: 5px;
	padding-top: 4px;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #735043;
	background-color:#d0a25a;
	font-family: Arial, Helvetica, sans-serif;
}

#content p {
	color: #5c594b;
    font-weight:normal;
	font-size: 12px;
	line-height: 1.5em;
}

#content em.benefit {
	color: #222222;
	font-size: 12px;
}
#content h4 {
	color: #222222;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;	
}


#content h3 {
	margin: 1.5em 0 .8em 0;
	padding-bottom: 0.25em;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#content ul {padding: 0 0 0 20px;
             margin: 0 0 1em 0;}

#content li {margin-top: .5em}

/* ===== sidebar styles ===== */

#sidebar {          /* switch to pixels  */
	float: right;
	width: 260px;   
	padding: 10px 0 0 0;
	margin: 0 5px 0 0;
}

.xphonenumber {
	margin: 0;
	padding-top: 1px;
	width: 260px;
	height:35px;
	background-color: #7E9C7A;
	Color: #FFFFFF;
	font-weight: bolder;
	font-size:28px;
	font-style: normal;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* ==== there should only be on h1 per page ==== */
#sidebar #location h2 {
	background-color: #7E9C7A;
}

#sidebar #specials {
	padding: 10px 0;
	margin-bottom: 10px;
	background-color: #d0a25a;

}	

#sidebar #location {
	color: #FFF;
	padding: 0;
	margin-bottom: 10px;
	background-color: #495843;
}

/* location Austin or Round Rock */
#sidebar #location h2 {
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 5px 10px;
	letter-spacing: .6px;
}

#sidebar #location p {
	margin: 0;
    padding: 5px 10px;
	font-size:12px;
}

#sidebar img {
	display: block;
	margin: 0 auto;
	padding: 5px;
}


#location  a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#location  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#location  a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.empstmctr {
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	font-style: italic; 
}

.disclaimer, .copyright{
	margin: 1em 0 0 0;
	padding: 0;
	font-size:0.7em;
	color: #555;
	font-style: italic;
}

	
/* ===== footer styles ===== */
#footerWrapper {
	clear: both;
	padding: 0;
	margin: 15px 0 0 0;
	background-color: #69825E;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#columnWrapper {
	clear:both;
	width:900px;
	margin: 0 auto;
}	
	
.footerColumn {
	width: 200px;
	height: 240px;
	float: left;
	border-right: 1px solid #555;
	padding: 0 0 0 24px;
}

.footerColumn ul {
	list-style: none;
	margin-top: 1ex;
}	

.lastColumn {
	border-right: none;
}

.footerColumn h3 {
	font-size: 12px;
	font-weight:bold;
	width: 200px;
	color: #876655;
	margin: 1ex 0 0 -10px;
	background-image:url(../images/bg.gif);
	background-position: left top;
	text-indent: 10px;
	border-bottom: 1px solid #876655; 
	
}

.footerColumn li {
	font-size: 12px;
	margin: 0 0;
	font-weight:normal;
	line-height: 1.4em;
}

.footerColumn a:link, .footerColumn a:visited {
	text-decoration: none;
	color: #313C34;
}

.footerColumn a:hover, .footerColumn a:active {
	color: #313C34;
	border-bottom: 1px dashed #313c34;
}

.footerColumn h3 a:link, .footerColumn h3 a:visited {
	text-decoration: none;
	color: #876655;
}
.footerColumn h3 a:hover,  .footerColumn h3 a:active {
	color: #544034;
	border-bottom: none;
}

#footerFootnote	{
	clear: both;
	text-align:center;
	padding: 2ex 0;
	font-size: 10px;
}	

#content .box p.readmore {
	text-align: right;
	margin: -5px 0 0 0;
	padding: 0 10px 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style: italic; 
}

.box {
	width: 280px;
	margin: 12px 0 0 0;
	padding: 0;
	background: #ccc url(../images-presentation/box_bottom.gif) no-repeat bottom left;
}

/* ===== home page teaser boxes content ===== */

#content .box p {
	padding:5px;
	margin: 0 0 0 5px;
}
	  
#content .box h2 {
	margin: 0 0 0 0;
	padding: 10px 5px 5px 10px;
	font-weight:bold;
	letter-spacing: .6px;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: none;
	background: #999 url(../images-presentation/box_top.gif) no-repeat top left;
}
	
#content .box ul {
	margin: 7px 0 0 0;
}
	
#content .box li {
	margin: 0px 0 0 10px;
	padding: 0 10px 5px 10px;
	list-style:none;
	color: #5c594b;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	background: url(../images-presentation/arrow.gif) no-repeat 0 3px;
}
			
#content .box h2 {
	background-color: #9f9b74;
	border-bottom: 2px solid #666600;
}

.box {
	background-color: #d5d0ba;
}
		
#content .box h2 a:link, #content .box h2 a:visited {
    text-decoration: none;
/*    color:#7F6645;
*/
color:#ffffff;
}

#content .box h2 a:hover,  #content .box h2 a:active {
	text-decoration: underline;
	border-bottom: none;
}
				
		
#column1 .firstbox, #column2 .firstbox {
	margin-top: 0;
}

#narative {
	clear: both;
	margin: 10px 0 10px -10px;
	padding: 5px;
	font-size: 9px;
}	
	
/* end of styles */

