/* **************************************************** */
/*   sIFR styles in sIFR-screen.css and sIFR-print.css   */
/* ***************************************************** */

/* ***************************************************** */
/* Global CSS Styles - These are your standard html tags */
/* ***************************************************** */
* {outline: none;} 
a:link, a:visited {text-decoration:underline; color:#c5cc17; }
a:hover, a:active {text-decoration:underline; color:#c5cc17; }

/*.pr a:link, a:visited {text-decoration:underline; color:#000000; }*/

body {
    font-family: arial, verdana, sans-serif;
	font-size: 12px;
    margin: 0px auto;
	background-color: #ffffff;
}

img { behavior: url(iepngfix.htc) } /* PNG fix in IE6 */


/* ********************************************************************************** */
/* Layout CSS - these are author css styles that control the general layout structure */
/* ********************************************************************************** */

/* Top Layer that contains Flash that will hide */
#toplayer {
	position:relative;
	background: transparent url(../images/border_sides.gif) repeat-y left;
	width:950px;
	height:700px;
	margin:0 auto;
	text-align:center;
	z-index:999;
}

#topborder {
	margin:0 auto;
	margin-top:4px;
	width:950px; 
	height:20px; 
	background: #ffffff url(../images/border_top.gif) repeat-y left;
}

#container {
	margin: 0px auto;
	width: 950px; 
	min-height: 700px;
	background: #ffffff url(../images/border_sides.gif) repeat-y left;
}
/* IE6 Hack */
/*\*/
* html #container {height: 700px;}
/**/

#btmborder {
	margin:0 auto;
	width:950px; 
	height:20px; 
	background: #ffffff url(../images/border_btm.gif) repeat-y left;
}

#header { 
	width:100%;
	padding-top:10px;
	height:180px;
}

#logo {
   float:left;
   padding:10px 0 0 38px; 
}

#headerimage {
    float:right;
	padding:10px 20px 0 45px;
}

#sidebar {
 	width: 107px;
	float: left;
	background:#f6f7dd url(../images/menu_bg.gif) repeat-y;
	padding: 0 0 0 30px;
	/*min-height:507px; */   
}

/* Content */
#content {    
	width: 800px;
	float: left;
	text-align: left;
}

/* ********************************************************************** */
/* Formatting CSS - these are user css styles that control the formatting */
/* ********************************************************************** */
/* Headers & Titles */

/* Page Title */
h1 {
    margin:0px;
	font: normal 21px "arial bold", verdana, sans-serif;
	color: #000000;
	padding: 0 0 0 25px;
}
/* Sub Title */
h2 {
    margin:0px;
	font: normal 14px "arial bold", verdana, sans-serif;
	color: #000000;
	padding: 0 0 0 25px;
}

h3 {
    margin:0px;
	font: bold 18px arial, verdana, sans-serif;
	color: #000000;
	padding: 0 0 5px 25px;
	text-indent:50px;
}
h3:first-line {color:#ccd13b;}

/* Quote */
#content .quote {
   float: right;
   width: 300px;
   padding:0 10px 10px 10px;
   font: italic normal 18px "arial bold", verdana, sans-serif;
   color: #000000;
   /* color: #c5cc17; */
}
	
#content .copy {
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
	color:#555553;
	padding: 0px 25px 15px 25px;
	line-height: 1.8;
	text-align:left;	
}

.copy td {line-height:1.2;}
/* ************************************************************************** */
/* Navigation Links - these are main, utility and secondary navigation styles */
/* ************************************************************************** */


/* Utlity Navigation */
#utilitynav {
    width:800px;
	margin:0px auto;
	text-align:right;
	font-family: arial, sans-serif;
	font-size:10px;
}

#utilitynav a {    
	color: #5e2722;
}

/* ************* */
/* Footer CSS  */
/* ************ */

#footer {
    width:800px;
    margin: 0 auto;
	padding:4px;
    text-align:center;
}

#footer .copyright {;
    font-size: 9px; 
	color: #000000;
}

/* ********************** */
/* Form Input Fields CSS  */
/* ********************** */

input, select, option, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
}      
 

