/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFF;
}

#wrapper {
	width: 800px;
	margin-left: 2%;
	background-color: #FFF;
}


#header {
	background: url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 150px;
	text-indent: -9999px;
	border-top-width: 5px;
	border-bottom-style: inset;
	border-bottom-color: #333;
	border-bottom-width: 1px;
	position: relative;
}

#header a {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 135px;
}

h1 {
  	font-size: 2.4em;
	color: #666;
	padding: 15px 0px 5px 30px;
}

h2 {
	font-size: 1.5em;
	color: #666;
	padding: 0px 0px 10px 30px;
}

h3 {
	font-size: 1.8em;
	font-style: italic;
	padding-bottom: 10px;
	padding-left: 45px;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	color:#333;
	padding bottom: 60px;
}

a:link {
	color: #F60;
}

a:hover {
	color:#1E0A02;
}

a:visited {
	color: #F60;
}

#content {
	width: 600px;
	float: right;
	background-color: #FFF;
	border-left-width: 0px;
	border-left-style: ;
	border-left-color:#333;
}

#content h1, h2, p {
	padding-left: 40px;
}

#footer {
	height: 1%;
	background-color:#FFF;
	clear: both;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color:#333;
}

#footer p {
	font-size: 1em;
	text-align: right;
}


/* Navigation
================================== */
.sidebox {
	margin:12px 0 3px;
	width: 150px;
}
.sidebox h5 {
	border-bottom:1px dotted #DEDCD4;
	color:#666;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:23px;
	padding:11px 0 0 9px;
	width:150px;
}
.sidebox ul {
	color:#000000;
	font-size:12px;
	padding:10px 0 10px 10px;
}
.sidebox li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.sidebox ul li {
	line-height:15px;
	padding-left:10px;
}
.sidebox ul li.selected {
	line-height:15px;
	padding-left:10px;
	font-weight: bolder;	
}
.sidebox a {
	color:#565656;
	text-decoration:none;
}
.sidebox a:hover {
	color: #F60;
}

.sidebox p {
	padding:10px 0;
}

/* FORM
====================================*/

form {
	font-size:1em;
	padding-top:20px;
	width:550px;
}
fieldset {
	border-style:none;
	padding:1em;
	width:550px;
}
legend {
	font-size:0.9em;
	font-weight:lighter;
	padding-left:30px;
	width:500px;
}
label {
	float:left;
	width:8em;
}
form p {
	margin-bottom:5px;
	position:relative;
	width:100%;
}
input {
	width:250px;
}
textarea {
	width:350px;
}
input[type="text"], textarea {
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:2px 1px 1px 2px;
}
input.submit {
	float:right;
	margin-right:75px;
	width:auto;
}

