﻿
@font-face {
	font-family: 'CalibriItalic';
	src: url('fonts/calibrii-webfont.eot');
	src: local('☺'), url('fonts/calibrii-webfont.woff') format('woff'), url('fonts/calibrii-webfont.ttf') format('truetype'), url('fonts/calibrii-webfont.svg#webfontwmBGrKM5') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
	
/* content */
#content {
	font-size: 12px;
	padding: 20px; 
	color: #333;
	margin: 0;
	position: relative;
	min-height: 400px;
	z-index: 1;
	background: #fff;
	}
	
* html #content {
	height: 400px;
	}
	
#content p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}

/*  links */

a {
	color: #7E1F03;
	text-decoration: none;
	}
	
a:hover {
	color: #7E1F03;
	text-decoration: underline;
	}
	
	
#content ul {
	margin: 0 -10px;
	padding: 20px 40px 20px 30px;
	background: #fff;
	border: 1px dotted #999;
	}
	
#content li {
	padding-left: 0px;
	margin: 10px 0;
	}
	
* html #content li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0;
	line-height: 1em;
    font-family: 'CalibriItalic', Tahoma, Arial, Sans-Serif;
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
}	

* html h1, * html h2, * html h3, * html h4, * html h5, * html h6 { height:1px;}
	
h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0 0 1em 0;
	font-weight: normal;
    color: #c84800;
}


h2 {
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 1.5em 0 .5em 0;
	font-weight: normal;
}

h2 strong{ color: #c84800; font-weight: normal; }

h2.leader {
   margin: -1.25em 0 1.5em; 
   color: #737373;
}
	
h3 {
    font-size: 1.33em;
    margin: 1.5em 0 .25em 0;
    }
h4 {}
h5 {}
h6 {}
	
	
/* Wrapper */

#wrapper {
	width: 750px;
	margin: 20px auto 10px;
	padding: 5px;
	background: #fff;
	}
	
/* Header */

#header {
	position: relative;
	height: 100px;
	margin: 0 0 5px;
	background: #eee;
	}
	
#header_logo {
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
/* Mini Search */

#mini_search {
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
.mini_search_field {
	height: 14px;
	width: 100px;
	padding: 2px 2px 2px 16px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 5px;
	border: 1px solid #a9a9ab;
	background: #fff url(images/mini_search_field.gif) no-repeat 2px 3px;
	}
	
.mini_search_field.focus {
	border: 1px solid #7E1F03;
	color: #333;
	}

.mini_search_button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	background: #56595c url(images/mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background-color: #939495;
	background-position: 0 -20px;
	}
	
/* Header Site Tools */
#site_tools {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 11px;
	color: #333;
	padding: 2px 0;
	text-align: right;
	}
	
#site_tools a {
	color: #333;
	text-decoration: none;
	padding: 2px 3px;
	}
	
#site_tools a:hover {
	background: #fff;
	color: #000;	
	border: 1px solid #ccc;
	padding: 1px 2px;	
	margin: 0;
	}
	

/* Main */
#main {
	padding:0;
	margin: 5px 0 0;
	position: relative;
	z-index: 1;
	}

	
/* Sidebar */
#sidebar {
	width: 180px;
	float: left;
	position: relative;
	background: url(images/sidebar.gif) no-repeat bottom;
	padding: 0;
	z-index: 1000;
	}
	
/* Sub Menu Container */
#sub_menu_container {
	margin: 0 0 10px;
	padding: 5px 0 0;
	position: relative;
	z-index: 10000;
	background: #666;
	border: none;
	}
	
#sub_menu_container h3 {
	margin: 0 0 5px 10px;
	color: #fff;
	}
	
	

/*** Footer ***/


#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;  
	text-align: left;
	font-size: 10px;
	position: relative;
	color: #aaa;
	line-height: 16px;
	}
	
#footer a {
	color: #ccc;
	border-bottom: 1px solid #d7e9a1;
	text-decoration: none;
	padding: 0 2px;
	}
	
#footer a:hover {
	background: #8da09f;
	border-bottom: 1px solid #8da09f;
	color: #fff;
	}
	
#footer strong {
 color: #798b09; 
 font-weight: bold;
}
	
#site_credit {
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	}
	
#site_credit a {
	color: #999;
	border: none;
	padding: 0;
	}
	
#site_credit a:hover {
	color: #999;
	text-decoration: underline;
	background: none;
	border: none;
	}
	

