
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }



body {
	color: #999999;
	margin: 0; 	padding: 0; 
	background: #fff url('bg2.jpg') no-repeat center top;
text-align:center; font-style:normal; font-variant:normal; font-weight:normal; line-height:165%; font-size:11px; font-family:Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; 
}

/* Links */


a.clickthrough {text-align:left;
	font-size:16px;
	font-style:italic;
	color:#000;
	margin-top:20px;
	font-family:georgia;
	text-decoration:none;
}

a.clickthrough:hover {text-align:left;
	font-size:16px;
	font-style:italic;
	color:#000;
	margin-top:20px;
	font-family:georgia;
	text-decoration:underline;
}



a.right {text-align:left;
	font-size:14px;
	font-style:italic;
	color:#392606;
	margin-top:20px;
	font-family:georgia;
	text-decoration:none;
	line-height:17px;
	font-weight:bold;
}

a.right:hover {text-align:left;
	font-size:14px;
	font-style:italic;
	color:#392606;
	margin-top:20px;
	font-family:georgia;
	text-decoration:underline;
	line-height:17px;
	font-weight:bold;
}

 a.bloglinks { font-size:14px;
	font-style:italic;
	color:#000;
	margin-top:20px;
	font-family:arial;
	text-decoration:none;
	line-height:16px;
}

 a.bloglinks:hover { font-size:14px;
	font-style:italic;
	color:#000;
	margin-top:20px;
	font-family:arial;
	text-decoration:underline;
	line-height:16px;
}


a.gownslinks {

	color:#523B10;
	text-decoration:none;

}

a.gownslinks:hover {
	color:#000;
	text-decoration:underline;

}

/* headers */

h1 {
	font-size: 3.1em;	
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}

h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;		
}

p, dl { padding: 0px; margin: 0; line-height:20px;}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #FAFAFA;
}
dd {
  padding-left: 25px; 
}

/* images */


img.logotop {
	margin-top:14px;
	padding: 6px;
}

img.offers {
	margin-top:20px;

}


img.appointment {
	margin-top:95px;
	padding: 0px;
}

img.smalllogos {
	margin-top:25px;
	margin-left:20px;
	border: 1px solid #C3BCA8;
}

img.smalllogos2 {
	margin-top:15px;
	margin-left:20px;
	border: 1px solid #C3BCA8;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {

  	margin: 5px 30px 10px 10px;
	border: 2px solid #666;  
}

p.righttitle {
	      margin-top:100px;
	margin-bottom:20px;
	      font-family:Georgia;
	      font-style:italic;
	      font-size:26px;
	      font-weight:normal;
}

p.righttitle2 {
	      margin-top:20px;
	margin-bottom:20px;
	      font-family:Georgia;
	      font-style:italic;
	      font-size:26px;
	      font-weight:normal;
}


p.righttext {
	margin-right:15px;
}


/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 	
	border: 1px solid #AA740D;	
	width:450px;
}
form p {
	border-bottom: 1px dashed #AA740D;
	padding: 12px 0 5px 0;	margin: 0;	
}
label {
	font-weight: bold;	
	color: #FAFAFA;
	font-family:georgia;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #fff;  
	border: 1px solid #604513;
}
option { padding-right: 0.5em; } 

#name, #email, #message{
	width: 480px;
}
input.button { 
	font: bold 12px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #000;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1B1B1B;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 950px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	clear: both;
	width: 930px;	
	float: left;	
	margin-top:40px;
	padding-top: 0px;
	padding-bottom: 10px;	


}

#preheader {
	position: relative;
	width: 930px;		
	margin-top:4px;
	padding-top:0px;
	color:#EDB955;	
	text-align:right;
}

#preheader a {
	color:#EBB143;
	font-family:Times new Roman;
	font-weight:bold;
	text-decoration:none;
}

#preheader a:hover {
	color:#DDC69A;
	font-family:Times new Roman;
	font-weight:bold;
	text-decoration:none;
}


#header {
	position: relative;
	width: 930px;		
	margin: 0; padding: 0;	
	
}
#header h1#logo-text a {
	position: absolute;
	margin-top: 52px; padding: 0;
	font: bold 28px Arial, Sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 125px; left: 105px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
	color: #fff;
}
#header p#intro {
	position: absolute;
	margin-top: 15px; padding: 0;
	font-family: georgia;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	font-style: italic;
	text-transform: none;
	color: #C3BBA5;
	width: 700px;
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 180px;		
}


#header2 {
	position: relative;
	width: 950px;	
	margin: 0; padding: 0;	
	background: url('header2.png') no-repeat top right;	
}

#header2 h1#logo-text a:hover {
	background: none;	border: none;
	color: #fff;
}
#header2 p#intro {
	position: absolute;
	margin-top: 15px; padding: 0;
	font-family: georgia;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em;
	font-style: italic;
	text-transform: none;
	color: #C3BBA5;
	width: 700px;
	
	/* change the values of top and left to adjust the position */
	top: 123px; left: 85px;		
}


#flashholder {
	float: left;
	width: 950px;
	height:310px;
	background: url('flashholder.png') no-repeat top center;	
	padding-top:0px;
	margin-top:20px;
		
}



/* Main Column */
#main {
	float: left;
	width: 210px;

	padding: 0;
	display: inline;		
	margin-left:60px;

}

#secondmain {
	float: left;
	width: 290px;

	padding-top: 10px;
	display: inline;		
	margin-left:50px;

}

#picmain {
	float: left;
	width: 550px;
	padding-top: 10px;
	display: inline;		
	margin-left:60px;

}


/* Sidebar */	
#sidebar {
	float: right;
	width: 290px;
	padding: 0; margin: 0;		
	display: inline;

}	



/* footer */
#footer {
	clear: both;
	background: url('footer.jpg') repeat-x center top;
	color: #4E4E4E;
	width: 100%;
	float: left;		
	height:200px	
}

#footer .rssfeed {
	background: url('rss.gif') no-repeat left 1px;
	padding-left: 17px
}

#footerwrap {
	width: 930px;	
	margin: 0 auto;
	text-align: left;		
}


#footer-left {
	float: left;
	width: 80%;
	text-align:left;
}


#footer-left a {
	color:#EBB143;
	font-family:Times new Roman;
	font-weight:bold;
	text-decoration:none;
}

#footer-left a:hover {
	color:#DDC69A;
	font-family:Times new Roman;
	font-weight:bold;
	text-decoration:none;
}


#footer-right {
	float: right;
	width: 25%;
}

p.first { font-size:16px;
	font-family:Georgia;
	font-weight:normal;
	font-style:italic;
	color:#9C7C3D;
	margin-top:154px;
	line-height:16px;
	
}

p.second {

margin-top:2px;

}

p.secondmain { font-size:12px;
	font-family:Georgia;
	line-height:20px;
	padding-top:10px;
	padding-bottom:24px;

}

#rightmain {margin-right:20px;
	     margin-left:20px;

}


p.mainright {margin-right:20px;
	     margin-left:20px;
}

p.normaltext {margin-right:20px;
}


h2 {
	font-family:Times New Roman;
	color: #AA740D;
	font-weight:bold;
	font-size:16px;
	margin-bottom:15px;

	text-transform:uppercase;
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 30px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111; 
	background: #070707; 
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444;	}
.post-info a, .post-info a:visited { color: #AE275A; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}




p.box {
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
border: 1px solid #73A405;
}
#wrapper{
width: 290px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #8DC70A;
}
.tab{
float: left;
height: 32px;
width: 102px;
text-align: center;
background: #8DC70A url('images/greentab.jpg') no-repeat;; margin-left:0; margin-right:1px; margin-top:0; margin-bottom:0
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}