/*
Colors

#AAA386 - tan
#501C11 - maroon


*/


/*
Sections

-layout
-general
-header
-nav
-home
-footer

/*




/* layout      - - - - - - - - - - - - - - - - - - -    */

body{
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	color: #501C11;
	border-top: 14px solid #501C11;
}
#container{
	width: 818px;
	margin: 0 auto;
}
#copy{
	margin-left: 88px;	
	line-height: 1.4em;
	clear: both;	
}
#admin #container, #admin #copy{
	width: auto;
	margin: 0px	20px 0px 20px;
}

/* end layout  - - - - - - - - - - - - - - - - - - -    */
/* general     - - - - - - - - - - - - - - - - - - -    */

a{
	color: #AAA386;
	text-decoration: none;
}
a:hover{
	color: #501C11;
	text-decoration: none;
}
h1{ 
	font-size: 1em;
	color: #AAA386 ;
}
h2{
	color: #AAA386;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
h3{color: ;}
h4{color: ;}

p{
	margin: 0 0 1em 0;
}

ul{
	list-style-type: ;
	color: ;
}
ul li{
	list-style-type: ;
	color: ;
}

.fl{ float: left;}
.flm{ float: left; margin: 0px 10px 0px 10px;}
.fr{ float: right;}
.frm{ float: right; margin: 0px 0px 10px 10px;}
.cr{clear: right;}
.cl{clear: left;}
.cb{clear: both;}
.b{font-weight: bold;}
.i{font-style: italic;}
.small{ font-size: .91em; }
.tac{ text-align: center;}
.taj{text-align: justify;}
.tal{text-align: left;}
.tar{text-align: right;}
.lg { font-size: 1.4em; }
.tan{  color: #AAA386 }


/* end general - - - - - - - - - - - - - - - - - - -   */
/* header     - - - - - - - - - - - - - - - - - - -    */

#logo{
	float: left;
}


/* end header - - - - - - - - - - - - - - - - - - -    */
/* nav         - - - - - - - - - - - - - - - - - - -   */

li.nav-head a, li.nav-head{
	font-weight: bold;
}
#header ul{
	float: left;
	list-style-type: none;
	margin: 35px 30px 60px 38px;
	padding: 0px;
}
#header li{
	margin: 0px;
	padding: 0px;
	color: #AAA386;
	line-height: 1.4em;
}
#header ul a{
	line-height: 1.4em;
}
#header ul li.live a{
	color: #501C11;
}

/* end nav     - - - - - - - - - - - - - - - - - - -   */
/* home         - - - - - - - - - - - - - - - - - - -  */

p#home-into{
	font-size: 1.4em;
	line-height: 1.5em;
}
p#home-into span#first-line{
	font-size: 1.8em;
	line-height: 1.2em;
}
a.home-block{
	display: block;
	float: left;
	margin-bottom: 30px;
}
a.home-block p{
	margin-right: 25px;
}
#news{
	width: 200px;
	clear: both;
}
#news a{
	display: block;
	margin-bottom: 1em;
}
#news a.news-link{
	margin-bottom: .2em;
	color: #501C11;
	font-weight: bold;
}
#news a.news-link:hover{
	color: #AAA386 ;
}

/* end home  - - - - - - - - - - - - - - - - - - -    */
/* int       - - - - - - - - - - - - - - - - - - -    */

#copy p.lg{
	line-height: 1.4em;
}
#subnav{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #AAA386 ;
	width: 200px;
	clear: left;
}
#subnav li{
	margin: 0px;
	padding: 0px;
}
#subnav a{
	line-height: 1.6em;
}
#main-img{
	float: left;
	width: 530px;
}
#main-img p{
	color: #AAA386 ;
}
.newsBlock{
	padding-bottom: 2em;
	clear: both;
}
.newsCopy{
	width: 550px;
	margin-left: .2em;
}
label{
	display: block;
	color: #666666;
}
.inquiries div.input, .careers div.input, #admin div.input, #admin div.input{
	margin-bottom: 24px;
}
.careers  div.text, .careers  div.file{
	width: 170px;
	position: relative;	
	height: 40px;
}
.careers  div.text input, .careers  div.file input{
	width: 170px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.careers  div.file{
	width: 300px;
}
.inquiries .text input, #CareerWebSite{
	width: 350px;
}
.inquiries .textarea textarea, .careers .textarea textarea{
	width: 350px;
	height: 145px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.careers .error-message{
	position: absolute;
	top: 40px;
	font-size: .9em;
}
.careers .textarea{
	position: relative;
}
.careers .textarea .error-message{
	position: absolute;
	top: 165px;	
}
#admin .textarea textarea, #admin .textarea textarea{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.textarea textarea,  .text input,.textarea textarea, .text input, .password input{
	border: 1px solid #999999;
	border-top: 1px solid #444444;
	font-size: 1em;
}
#admin .textarea textarea, #admin  .text input,#admin .textarea textarea, #admin .text input{
	width: 400px;
}
th{
	color: #ffffff;
	background: #AAA386 ;
	border-right: 1px solid #ffffff;
	padding: 5px;
}
th a{
	color: #ffffff;
}
.inquiries .submit{
	float: right;
	text-align: right;
	clear: both;
}
.submit input{
	background: #999966;
	color: #ffffff;
	cursor: pointer;
	border: 0px;
	margin-top: 10px;
}
.double div.input{
	float: left;
	margin-right: 10px;
}
.double input{
	width: 170px;
}

p.form{
	width: 350px;
	margin-top: 20px;
}
.careers .submit{
	margin-top: 80px;
}
#admin-nav{
	padding: 20px;
	background: #F6F6F6;
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.message{
	padding: 10px;
	background: #F6F6F6;
	border: 1px solid #501C11;
	margin-bottom: 1em;
}
#admin  td, #admin  dt{
	padding: 5px;
}
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
.altrow{
	background: #F6F6F6;
}
a.live{
	color: #501C11;
}
/* end int   - - - - - - - - - - - - - - - - - - -    */
/* footer    - - - - - - - - - - - - - - - - - - -    */

#footer{
	clear: both;
	margin: 84px 0 20px 0;
	font-size: .95em;
}

/* end footer  - - - - - - - - - - - - - - - - - - -  */
