/**************************************************/
/*                                                */
/* Copyright 2007				                  */
/*                                                */
/**************************************************/

/*** TAGS  ***/
	
body {
    background-color: #ffffff;
    font-family: Arial, "Trebuchet MS", "Sans-Serif";
    font-size: 0.8em;
    line-height: 1.53em;
	color: #000;
    margin: 0;
    padding: 0;
}

a {
    color: #8e8e8e;
}
    
abbr {
    border-bottom: 1px dashed;
    cursor:help;
}
    
h1, h2, h3 {
    font-weight: bold;
    padding-top: 10px;
}

h1 {
    font-size: 1.4em;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.3em;
    margin-top: 15px;
    padding-bottom: 5px;
}

   
h3 {
    padding-top: 0;
    color: #6c9301;
}      

blockquote {
	padding-bottom: 20px;
	font-size: 117%;	
    color: #8e8e8e;
    line-height: 120%;
}

ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 15px;
}

p {
	padding-bottom: 15px;
}

form { 
	width: 100%;
}

label {
    width: 100px;
    float: left;
    clear: left;
    padding-bottom: 5px;
}

input, select, textarea {
    border-width: 1px;
    border-color: #cccccc;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 10px;
   	float: left;
	width: 180px;
}

input.btn {width: auto;}

textarea {
	max-width: 510px;
}

em {font-style: italic;}
     
/*** NAMED ELEMENTS  ***/
#container {
	width:800px;
	min-height: 600px;
	margin: 0 auto;
	background-color: #f1f1f1;
	margin-bottom: 40px;
}
               
#header {
    height: 85px;
    background: #fddd13 url("../images/tagline.gif") 535px 41px no-repeat;
}   

#logo {
    padding-top: 25px;
    padding-left: 25px;
}    

#main {
	background: url("../images/content-back.gif") top left repeat-y;
	padding-bottom: 10px;
}

#menu {
    width: 100%;
    min-height: 23px;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0;
    background-color: #8e8e8e;
    font-size: 75%;
    font-weight: bold;
}

#menu ul {
    min-height: 25px;
    width: 100%;
    margin: 0;
    display: block;
    padding: 0;
    list-style: none;
    background-color: #8e8e8e;
    float: left;
}

#menu li {
    float: left;
    border-right: 1px solid #9c987f;
    background-color: #8e8e8e;
    min-height: 23px;
    padding: 0;
    margin: 0;
}

#menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
	padding: 5px;
	min-width: 103px;
	text-align: center;
    min-height: 13px;
}

#menu li a:hover {
    background-color: #000;
}    

#menu li.current a {
    background-color: #000;
}    

ul.secondary {
	padding-top: 50px;
	padding-left: 87px;
	text-transform: uppercase;
	font-size: 75%;
	list-style: none;
    font-weight: bold;
}

ul.secondary li {
	height: 26px;
	padding: 0;
	margin: 0;
}


ul.secondary li a {
	color: #6e6e6e;
	text-decoration: none;
}

ul.secondary li a:hover {
	color: #363F2B;
}

ul.secondary li.current a {
	color: #363F2B;
}

#sidebar1 {
	clear: left;
	float: left;
	width: 228px;
	min-height: 440px;
	padding-top: 45px;	
}

#sidebar1 img { padding-left: 48px; }

#content {
    width: 512px;
    margin-left: 228px;
	min-height: 448px;
    padding-top: 45px; 
    padding-left: 30px;
    margin-right: 20px;
	font-size: 120%;
}   

.column {
	float: left;
}

#leftcol {
	width: 290px;
	margin-right: 20px;
}

#rightcol {
	width: 195px;
}

#rightcol img {
	margin-bottom: 2px;
	margin-right: 2px;
}

#footer {	
	position:relative;
    margin-top: 10px;
    min-height: 20px;
	font-size:11px;
    color: #000000;
}

#footer a:link, #footer a:visited {
	color:#8e8e8e;
	text-decoration:none;
}    
#footer a:hover {
	color:#8e8e8e;
	text-decoration:underline;

}


/*** CLASSES ***/
.text-only {
	display: none;
} 
