/* CSS Document */

@import url(txt/medium.css);
@import url(header.css);
@media screen {.jw {display:none;}}
@media print  {.jw {font-size:26px; font-family:"Courier New", Courier, monospace;}}

body {text-align:center; background:#E7E4D3; color:#000; margin:10px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}

/* hide text when using css images for links */
.hide {display:none;}

/* general link styles */
a {color:#333; background:transparent;}
a:link {color:#333; background:transparent;}
a:visited {color:#333; background:transparent;}
a:hover, a:active {color:#666; background:transparent;}

/* container - Main page frame */
#container {margin:0 auto; width:742px; padding:0; text-align:center; color:#000; background:#F9F8EE url(../i/background.gif) repeat-y; border: 1px solid #666;}

.spacer {width:742px; position:absolute;}

/* wrapper keeps everything side this div (html>body firefox fix for hight)*/
#wrapper {text-align:left; width:742px; margin: 0; padding:0; font-size:100%; line-height:150%; min-height:600px; height:600px;}
html>body #wrapper {height:auto; min-height:600px;}

/* intro - into text or page header (h2) */
.intro {padding: 4px 19px 3px 19px; margin:0; background:#c5bfab; color:#333; border-top:1px solid #706648;}
.intro a {font-weight:bold;}
.intro a:hover {color:#7e7351; background:transparent; text-decoration:none;}
.intro p {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:4px 0 4px 0;
}
.intro p.BreadCrumb {
float:right; margin:20px 5px 0 0; font-weight:bold;}

.intro h2 {font-size:24px; line-height:28px; font-weight:bolder; font-family:"Courier New", Courier, monospace; margin:0; padding:16px 0 16px 0;}
.introend {margin:0; padding:0; height:4px; background:url(../i/line.gif) repeat-x;}
html>body .introend {margin:0 0 15px 0;}

/* main content */
#content {width:724px; margin: 0 9px 0 9px;}
#content a {text-decoration:none; color:#333; background:transparent;} 
#content a:hover{ text-decoration:none; color:#777; background:transparent;}
#content h2 {color:#615537; margin:0 0 10px 0; font-size:140%; background:transparent;}
#content h2 a {color:#3d2910; text-decoration:none; background:transparent;}
#content h2 a:hover {color:#7e7351; background:transparent;}
#content h3 {color:#333; background:transparent; font-weight:bold; font-size:103%; line-height:80%; margin:10px 0 10px 0; padding:0;}
#content h3 a {color:#333; background:transparent; text-decoration:none;} 

#container .column {float: left;}


/* contact us page */
.error
{
color:red;
font-size:11px;
font-weight:bold;
vertical-align:top;
background:transparent;}


/* Textboxes */

.textbox {
	font-size: 11px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #3e392e;
	background:#fff;
	}


/*Buttons*/


.imgbclear ul.ulclear {
	height: 20px;
	width: 50px;
	margin: 0;
	padding: 0;
	position:absolute;
	border: 0;

	}

/*for ie*/

div.imgbclear
	{
	height: 20px;
	width: 50px;
	margin: 0 0 0 15px;
	padding: 0;
	border: 0;
	
	}
html>body  div.imgbclear
{
	margin: 0 0 0 90px;
}


div.imgbclear ul.ulclear li {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
	float:left;	
	}
	
div.imgbclear ul.ulclear a {
	height: 20px;
	display: block;
	}
	
div.imgbclear ul.ulclear li a {
	text-decoration: none;
	}
		
#imgbclear .ulclear .liclear {width: 50px; height: 20px;}
#imgbclear .ulclear .liclear a {background: transparent url(../i/contactClear.gif) 0px 0px no-repeat;}
#imgbclear .ulclear .liclear a:hover {background: transparent url(../i/contactClear.gif) 0 -20px no-repeat;}

/*    */

.imgbFind ul.ulFind {
	height: 20px;
	width: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	}

/*for ie*/

div.imgbFind
	{
	height: 20px;
	width: 50px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	float:left;	
	}
html>body  div.imgbFind
{
	margin: 0 0 0 20px;
}


div.imgbFind ul.ulFind li {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
	}
	
div.imgbFind ul.ulFind a {
	height: 20px;
	display: block;
	}
	
div.imgbFind ul.ulFind li a {
	text-decoration: none;
	}

#imgbFind .ulFind .liFind {width: 50px; height: 20px;}
#imgbFind .ulFind .liFind a {background: transparent url(../i/contactSend.gif) 0px 0px no-repeat;}
#imgbFind .ulFind .liFind a:hover {background: transparent url(../i/contactSend.gif) 0 -20px no-repeat;}		


/****************  Read more links  ************/
.readMore
{font-weight:bold; color:#3d2910; text-decoration:underline; background:transparent;}

a:hover .readMore
{color:#7e7351; text-decoration:none; background:transparent;}