
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFF ;
	text-align: justify;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", Georgia, Times, serif;
	color: #948348;
}

h2, h3 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(images/img3.gif) repeat-x left bottom;
	letter-spacing: -1px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 17px;
}

p, ol, ul {
	line-height: 160%;
}

ul {
	color:#669;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-decoration:none;
}

ul li {
	padding: 0px 0 10px 0;
}


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


a:hover {
	color:#999;
	text-decoration: none;
}

a:active{
	color:#999;
	text-decoration:none;}

.indent {
	margin-top: 0;
	margin-left: 130px;
}

.image {
	float: left;
	margin: 0;
}

/*TEST MENU*/
  #menu{
	font-size:18px;
	margin:0 auto;
	padding:0px;
	list-style:none;
	color:#333;
	line-height:45px;
	display: inline-block;
	float: left;
	z-index: 1000;
}
        #menu a 
		{ color:#333;
		text-decoration:none; }
        #menu > li {
	cursor:pointer;
	float:left;
	position:relative;
	padding:0px 10px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
			}
        #menu > li a:hover 
		{
	color: #330;
}
        /* sub-menus*/
        #menu ul { 
		padding:0px; 
		margin:0px; 
		display:block; 
		display: inline;}
        #menu li ul {
	position:absolute;
	left:-10px;
	width:250px;
	background-color:none;
	color: #333;
	/* for IE */ display:none;
}

        #menu li:hover ul { display:block; }
        #menu li ul li{ 
		display:block; 
		margin:10px 20px; 
		padding: 10px 0px;  
		list-style-type: none; }
        #menu li ul li:first-child { border-top:  none;}
        #menu li ul li a { display:block; color:#333; }
        #menu li ul li a:hover { color:#990; }
        /* main submenu */
        #menu #main { left:0px; top:-20px; padding-top:20px; background-color:#7cb7e3; color:#fff; z-index:999;}
        /* search */
        .searchContainer div { background-color:#fff; display:inline; padding:5px;}
        .searchContainer input[type="text"] {border:none;}
        .searchContainer img { vertical-align:middle;}
        /* corners*/
        #menu .corner_inset_left { position:absolute; top:0px; left:-12px;}
        #menu .corner_inset_right { position:absolute; top:0px; left:150px;}
        #menu .last { background:transparent none repeat scroll 0% 0%; margin:0px; padding:0px; border:none; position:relative; border:none; height:0px;}
        #menu .corner_left { position:absolute; left:0px; top:0px;}
        #menu .corner_right { position:absolute; left:132px; top:0px;}
        #menu .middle { position:absolute; left:18px; height: 20px; width: 115px; top:0px;}


/* Header */

#header {
	width: 900px;
	height: 20px;
	margin: 0 auto;

}

#header * {
	color: #5F322E;
}

#header h1 {
	float: left;
	padding: 90px 0 0 0;
	letter-spacing: -2px;
	font-size: 32px;
}

#header h2 {
	float: left;
	padding: 110px 0 0 6px;
	background: none;
	font-size: 12px;
	font-weight: normal;
}

#header h2 a {
	text-decoration: none;
}

#header ul {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;	
}

#header hover ul {
color: #D9C09A;
}

#header li {
	display: inline;
	font-size:16px;
}

#header li a {
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 3px solid #B84E33;
}

#header li.first a {
	border: none;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
}

#colOne {
	float: left;
	margin-top: 130px;
	width: 500px;
}

#colTwo {
	float: right;
	margin-top: 150px;
	width: 200px;
	text-align:left;
}

#colTwo h3 {
	margin-top: 10px;
}


#colTwo p {
	line-height: 16px;
}

/* Footer */

#footer {
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 20px 0;
	background: url(images/img4.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* New May 2013 */

.tempUnavailable {
	background-color: #FFC;
	border: thin solid #B84E33;
}

.tempUnavailable p {
	font-weight:bold;
	padding-top:10px 20px 10px 20px;
	margin-left:20px;
	margin-right:20px;
}

/* New August 2013 */


.mailing-address {
	margin-top:15px;
}

