@charset "utf-8";
/* CSS Document */

/*** RESET ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*** GLOBAL ***/
.clear {
	clear:both;
}

.hidden{
	display:none;
}

.center{
   text-align:center;
}

.bold {
	font-weight: bold;
}

.nolist {
	list-style: none;
}

.nolist li{
	list-style: none;
}

.nolist li li {
	list-style: none;
}

.anchor {
	text-decoration:none;
	color: #1e1e1e;
}

.smalltext {
	font-size:small;
}

h1 {
	padding: 10px 0px;
	color: #1e1e1e;
	font-size: 150%;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	padding: 10px 0px;
	color: #1e1e1e;
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
}

h3 {
	padding: 10px 0px;
	color: #1e1e1e;
	font-size: 85%;
	font-weight: bold;
}

p{
	padding:10px;
	font-size: 75%;
	color: #1e1e1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: ee3b34;
}

ul ul {
	padding:0px 10px 5px 10px;
}

li li {
	padding:0px 10px 5px 10px;
}

/*** LAYOUT ***/

body {
	height:100%;
	margin:0;
	padding:0;
	background: white;
	text-align: center;	
}

#container {
	width:980px;
	margin: 0 auto;
}
		
#sidebar{
	width: 40%;
	float:left;	
}
#content {
	width: 50%;
	float:right;
	margin:20px 0px 45px 0px;
	display:inline;
}

img.logo {
	text-align: left;
	margin-left:-20px;
	padding-left:0;
}
		
/*** FORMATTING ***/

body{
	background-color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	color: #4F4E4E;*/
}


address{
	padding:10px;
	font-size: 85%;
	color: #1e1e1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Contact Form */
form {
	text-align: justify;
}

.formleft {
	float: left;
	width:45%;
}

.formright{
	float:right;
	width:45%
}

label {
	padding:10px;
	font-size: 75%;
	color: #1e1e1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight:bold;
	display:block;
}

#cform input{
	text-align: left;
}

#cform textarea {
	overflow: auto;
}

#cform input, #cform textarea {
	display: block;
	width:150px;
	padding:0.2em 0.5em;
	margin-left:10px;
	background-color:#cccccc;
	font-size: 70%;
}

#cform textarea {
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	#cform input:hover, #cform input:active, #cform input:focus,
	#cform textarea:hover, #cform textarea:active, #cform textarea:focus {
	background-color: #b0c5e6;
}

#cform input#submit {
	display:block;
	margin-top:15px;
	font-size:75%;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background-color: #7cfc00;
}

#logo_div{
   padding: 10px 0;
}