/* General
************************************************************/

html {
	background-color: #f7f5e3;

}
body {
	xfont-family: "Times New Roman";
	font-family: "Verdana";
	background-image: url(/images/background/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f7f5e3;
}
strong {
	font-weight: bold;
}

p {
	margin: 5px;
	padding: 5px;
	line-height: 1.4em;
}
p.read_more {
	text-align: right;
}

p.smallprint {
	font-size: 0.8em;
}
h1 {
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	border-bottom: 1px solid #DBDBDB;
	border-bottom-width: 1px;
	width: 75%;
}

h3 {
	color: #858585;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;		
}


.stretch {
  width: auto !important;
}

ul.list {
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 15px;
}

ul.list li {
    display: list-item;
	list-style-type: disc;
    margin-bottom: 6px;
    font-size: 103%;
    line-height: 1.1em;
}

ol.list {
	margin-left: 5em;
	margin-right: 2em;
	margin-top: 15px;
}

ol.list li {
    display: list-item;
	list-style-type: decimal;
    margin-bottom: 6px;
    font-size: 103%;
    line-height: 1.1em;
}


#relative {
	position: relative;
}

.absright {
	position: absolute;
	right: 0px;
	z-index: 5; 
}

.border {
	padding: 1px;
	border: 1px solid #c2c2c2;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.messages {
	border: 1px solid #380474;
	background-color: #f7f5e3;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
}

#floatright {
	float: right;
	/*margin-top: 20px;
	margin-right: 20px;
	*/
	margin: 20px;
	
}



/* Header
************************************************************/
#hd {
	position: relative;
	height: 170px;
	color: #fff;
}

/* Body
************************************************************/
#bd {
	color: #000;
	background-color: white;
	border: 1px solid #c2c2c2;
	min-height: 500px;
	font-size: 93%;
}

/* Footer
************************************************************/
#ft {
	xborder-top: 1px solid #c2c2c2;
	color: #c2c2c2;	
	clear: both;
	text-align: right;	
}

/* Header
************************************************************/
#request_area {
	text-align: right;
	width: 200px;
	position: absolute;
	right: 2px;
	top: 35px;
	color: #dbb998;
	font-size: 0.9em;
	line-height: 2.1em;
}

#request_area img {
	margin-bottom: -3px;
}

#request_area a {
	text-decoration: none;
	color: #dbb998;	
}

#request_area a:hover {
	text-decoration: none;
	color: #fff;	
}

#request_area a:visited {
	text-decoration: none;
	color: #dbb998;	
}

#header_logo {
	position: absolute; 
	top: 30px;
	left: 0px;
	width: 102px;
	height: 108px;
}

#banner {
	height: 175px;	
	background-repeat: no-repeat;
	background-color: #000;
	color: #fff;
    margin-bottom: 10px;
	position: relative;	
}

.banner_1 {	background-image: url(/images/banners/banner1.jpg); }
.banner_2 {	background-image: url(/images/banners/banner2.jpg); }
.banner_3 {	background-image: url(/images/banners/banner3.jpg); }
.banner_4 {	background-image: url(/images/banners/banner4.jpg); }
.banner_5 {	background-image: url(/images/banners/banner5.jpg); }
.banner_6 {	background-image: url(/images/banners/banner6.jpg); }

#banner_h1 {
	position: absolute;
	left: 10px;
	bottom: -3px;	
	//bottom: 3px; /* CSS hack */
}


/* Top Navigation
************************************************************/
div.header_nav {
	background-image:url(/images/header/top_nav_line.jpg);
	background-repeat: no-repeat;	
	position: absolute; 
	bottom: 0px;
	right: 0px;
	width: 638px;
	height: 36px;	
	text-align: right;
	line-height: 36px;
}

div.header_nav ul, li, a {
	display: inline;
}

div.header_nav ul li a:hover {
    color: #fff;
}

a.top_nav {
	margin-left: 25px;
  	font-weight: normal;
  	font-size: 20px;
  	color: #dbb998;
  	text-decoration: none;
}
div.header_nav a.active {
    color: #fff;
}


/* YUI Yahho Grid 3-pages view
*****************************************************************/
#three {

}


/* Contact Us - Form
*****************************************************************/

input, textarea {
  border: 1px solid #380474;
  background-color: #e8e7e7;  
}

label {
  display: block;
  margin: 10px;
  margin-bottom: 5px;
}

ul.errors li {
	font-weight: bold;
	color: #fc4848;
}


/* Form - Request Appointment
*****************************************************************/

form fieldset {
	border: 1px solid #ccc;
	padding: 5px;
	padding-left: 50px;
}

form fieldset legend {
	background-color: #f7f5e3;
	border: 1px solid #c2c2c2;
	color: #000;
	font-size: 1.1em;
	padding: 3px;
}


div.rightBranchBox {
  xborder: 1px solid green;
  width: 290px;
}

/*
form fieldset.buttons {
	background-color: #eee;
	text-align: center;
}
form fieldset.buttons dl dt {
	display: none;
}


form .zend_form dd fieldset dt {
	clear: both;
	width: 30%;
	float: left;
	text-align: right;
}

form .zend_form dd fieldset dd {
	width: 68%;
	float: left;
}

form dl.zend_form ul.errors {
	color: #f00;
}

form dl.zend_form label.required {
	background-image: url(/images/icons/required_field.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

*/


/* News Section - Main
*****************************************************************/

#newsview {

}

div.news_item {
	border: 1px solid #c2c2c2;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #f7f5e3;
}

h2.news {
	float: left;
	margin-top: 5px;
	width: 65%;
}
span.date {
	color: #858585;
	float: right;
	width: 150px;
	text-align: right;
	xborder: 1px solid green;
	margin-top: 5px;
	margin-right: 20px;
}

p.desc {
	clear: both;
	xborder: 1px solid black;
}

p.link {
	margin-top: 0px;
	text-align: right;
	margin-right: 5px;
}

/* News Section - Right List
*****************************************************************/

div.news_item_list {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

span.date_list {
	color: #858585;
	font-size: 0.8em;
}

ul.small li {
	font-size: 0.9em;
	list-style-type: disc;
	margin-left: 1em;
	margin-right: 3px;
	margin-top: 3px;	
	
}

ul.small li {
    display: list-item;
	list-style-type: disc;
    margin-bottom: 6px;
    font-size: 0.9em;
    line-height: 1.1em;
}


/* Image rotator on the home page */
div.drawings {
    float: right;
   	xheight: 182px;
    xwidth: 282px;

    height: 431px;
    width: 300px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    z-index: 129;
    margin-right: 8px;    

           
}
div.drawings .autoshow {
    display: none;
}
div.drawings img {
    border: 1px solid #c2c2c2;
    padding: 1px;
 
}

/*
 * GOOGLE MAPS on branches Pages!
 */ 

#map_canvas {
  margin-left: 10px;
}




/*
#submenu {
	background-color: #2b0b31;
	color: #ffffff;
	text-align: right;
	padding-right: 380px;
}

#submenu ul, li, a {
	display: inline;
}

#submenu a:hover  {
    color: #fff;
}

#subnav {
	margin-left: 25px;
  	font-weight: normal;
  	font-size: 14px;
  	color: #dbb998;
  	text-decoration: none;
}


*/






/* Biscuit Trail */
/*
div#hd {
    color: #777;
    font-size: 0.8em;
    margin: 3px 3px 0px 0px;
    text-align: right;
}   
div#hd ul {
    display: inline;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}
div#hd ul li {
    display: inline;
    margin-left: 3px;
}
div#hd ul li a {
    color: #777;
    text-decoration: none;    
}
div#hd ul li a:hover {
    text-decoration: underline;
}
*/
