html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
}
ol, ul {
	list-style:none;
}
	
.frontleaf {
	list-style-image: url('../img/leaficon.gif');
	list-style-position:outside;
	font-size:16px;
	font-weight:800;
	color:#203f7e;
	
}

.regularlist {
	list-style:outside;
	font-size:17px;
	font-weight:700;
	color:#028008;
	line-height:1.2;
	padding-bottom:10px;
	
}

sup{
 vertical-align:super;
 line-height: 5px;
 font-size:16px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************************************/
h3{
	font-size:22px;
	color:#009c9a;
	font-weight:600;	
}

h2{
	font-size:25px;
	color:#666;
	font-weight:600;	
}
h1{
	font-size:20px;
	font-weight:600;
	color:#C00;	
}
a{
	color:#FFFFFF;
	text-decoration:none;
}

a.hover {
	color:#24d3d1;
}

.clearfix{
	clear:both;
	padding:0;
	margin:0;	
}
.content{
	background-color:#FFFFFF;
	height:auto;
	text-align:center;
}
#wrapper{
	
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:auto;
	
}
#centerIndex{
	width:980px;
}
#header{
	width:100%;
	height:150px;
}
#footer{
	height:90px;
	width:100%;
	border-bottom: #bf1e2e 2px solid;
	border-top: #bf1e2e 2px solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

#logo{
	position: absolute;
	width: 272px;
	height: 191px;
	float: left;
	z-index: 100;
	top: 0;
}
#nav{
	width: 510px;
	float: left;
	position: relative;
	bottom: 33px;
	left: 350px;
}
#social{
	width: 35px;
	height: 36px;
	float: left;
	position: relative;
	bottom: 43px;
	left: 427px;
}
#index_left{
	float:left;
	margin-left:10px;
	width:468px;
}
#index_right{
	float:right;
	margin-right:10px;
	width:482px;
	text-align:right;	
}



/* Forms */

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
}
textarea:focus, input:focus {
	border: 2px solid #900;
}
input, textarea{
	margin-bottom:5px;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.success{
	padding:5px;
	width:386px;
	background-color:#060;
	color:white;	
	display:none;
	margin-bottom:10px;
}
.error{
	padding:5px;
	width:386px;
	background-color:#C03;
	color:white;
	display:none;	
	margin-bottom:10px;
}
#emailBox{
	width:400px;
	float:left;
	margin-left:10px;
	border:1px solid #CCC;
	background-color:#EFEFEF;
	padding:8px;
}