@import "layout.css";
@import "form.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*----------------------------------------------------------*/

/*define basic elements*/
/*----------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	background: #dedec4 url(../images/bg_new_html.png) repeat-x 6% 0;
	font:normal 1em/1.5 Georgia, serif;
	color:#333;
	height: 100%;
}

/*headings*/
/*----------------------------------------------------------*/

h3, h5 {
	margin:0 0 10px;
	color:#000;
}



h1 {
	font: normal 2.2em/1.2 Georgia, serif;
	letter-spacing: -2px;
	margin:0 0 20px;
	color: #560102;
	height: 1.6em;
	
}

h2 {
	margin: 0;
	color: #557733;
	font-size:1.7em; 
	font-weight: normal;
	line-height:1.0em;
}



.rule_above{
	border-top:1px solid #333;
	margin-top:20px;
	padding-top:20px;
}

h3{
	font-weight:normal;
	font-size:1.5em;
	color: #560102;
}

h4{
	font-size:1.3em;
	color: #560102;
}

h5{
	font-size:1.em;
	color: #560102;	
}

/*paragraphs etc*/
/*----------------------------------------------------------*/

p{
	margin: 0 0 20px;
	line-height: 1.5;
}

p.intro{
	font: italic .92em/1.2em Georgia, sans-serif;
	font-weight: bold;
	color:#560102;
	text-shadow:0 1px 0 #FFFFFF;
}

p.tags {
	font: italic .92em Georgia, sans-serif;
	margin: 0 0 10px;
	line-height: 1.55;
}

#content_sub p {
	margin-bottom: 10px;
}

address{
	font-style: normal;
	margin:0 0 10px;
}

blockquote{
	font: 1.38em Georgia, serif;
	color: #557733;
	margin: 10px 0;
}

blockquote p {
	line-height: 1.5;
}

cite{
	display:block;
	margin:10px 0 0;
	font: normal .57em Arial, sans-serif;
	color: #666;
}

p.subp {
	margin: 8px 0 8px 8px;
	font-size: small;
}

/*list styles*/
/*----------------------------------------------------------*/

ol{
	
}

ul{
	margin:0 0 20px;	
	list-style: none;
}

ul li{
	font: italic 1em Georgia, sans-serif;
	color: #560102;
	padding-left: 12px;
	background: url(../images/bg_more.gif) no-repeat 0 5px;
	margin: 0 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
}

/*definition list styles*/
/*----------------------------------------------------------*/

dl{
	margin:0 0 10px;
	overflow:hidden;
}

dt{
	clear:left;
	float:left;
	margin: 0 5px 5px 0;
	width: 50px;
}

dd {
	margin: 0 0 5px;
}

/*link styles*/
/*----------------------------------------------------------*/

a img{
	border:0;
}

a {
	color:#560102;
	text-decoration:none;
}

a:focus, a:hover{
	text-decoration: underline;
}

.more a {
	padding-left: 12px;
	background: url(../images/bg_more.gif) no-repeat 0 3px;
}

.skip { border: 5px solid #dedec4; -webkit-border-radius: 13px; -moz-border-radius: 13px; border-radius: 13px; color: #dedec4; background: #95C512; padding: 6px 8px; position: absolute; top: 15px; left: -9666px; z-index: 10; font-size: 1.2em; }
.skip:focus, .skip:active { left: 15px; text-decoration: none; border-color: #ffe; /* :hack: IE requires a border-color change (!?) for this to work */ }
.skip:hover { text-decoration: underline; }

/*image replacement*/
/*----------------------------------------------------------*/

.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:pointer;
}

/*general custom classes*/
/*----------------------------------------------------------*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(../images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}

.rightwrapmargin{
	margin: 0 10px 10px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border: 5px solid #c4c4ae;
}

.clear{
	clear:both;
}

.hrule{
	border-top:1px solid #333;
}

#content_main li.no_margin, #content_sub li.no_margin {
	margin:0;
}

p.web_link{
	font-weight: bold;
}



/*thumbnail layouts*/
/*----------------------------------------------------------*/

.thumbs{
	margin:0 0 10px;
	zoom: 1;
}
.thumbs:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

.thumbs li{
	float:left;
	margin:0 0 20px 43px;
	padding: 0;
	background: none;
	width:197px;
	border-bottom: 1px solid #333;
}

.thumbs .row_leader {
	margin-left: 43px;
	clear: left;
}

.thumbs img {
	display: block;
	margin: 0 0 10px;
	border: 5px solid #c4c4ae;
}

.thumbs h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

.thumbs h3 {
	font-weight: bold;
	font-size: 1em;
	color: #666;
	margin: 0 0 5px;
}

/* Contact styles */
/*----------------------------------------------------------*/

#directions_errors {
    background:#f59c96;
    padding:6px;
}

#contact_flash {
    background:#a6cc00;
	height: 306px;
    color:#dedec4;
    font-size:1.3em;
    font-weight:bold;
	background-repeat: repeat-x;
	background-image: url(../images/thankyou.png');
	background-position: 27px 0px;
}

#error_flash {
    background:#F60;
    padding:6px;
    color:#dedec4;
    font-size:1.3em;
    font-weight:bold;
}


#intro {
	float: left;
	width: 270px;
	margin: 0 30px 0 0;
	color: #666;
}


