/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4A4A4F;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #007AFF;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	cursor:pointer;
	height:70px;
	float: left;
	width: 240px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: right;
	width: 530px;
}

#menu ul {
	float:right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a.line {
}

#menu a:hover {
	color: #ED2024;
}

#splash {
	margin: 0 auto;
	height:20px;
	width:770px;
	background:#83C500;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 20px;
	padding: 0 10px;
	background: #007AFF url(images/img4a.gif) no-repeat;
	color: #ffffff;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

fieldset {
   border: 0px solid #FF6000;
   margin: 1em 0;
   #padding: 15px;
   width: 570px;
} * html fieldset { padding-top: 0; }

legend {
   font-size: 135%;
   font-weight: normal;
   letter-spacing: -0.03em;
   line-height: 1;
   color: #086EB6;
   padding: 0 0.5em; /* Top and Bottom for IE7 */
} * html legend { margin-bottom: 15px; padding: 0 0.5em; }

fieldset fieldset legend {
   font-size: 105%;
   font-weight: bold;
}

legend span {
   color: #999;
   font-size: 90%;
   letter-spacing: 0;
}

fieldset dl {
   margin: 0;
   padding: 0;
}

fieldset dt {
   clear: left;
   float: left;
   width: 18em; /* increase for wider dt text */
   text-align: right;
   padding: 0 1em 0.5em 0;
}

fieldset dd {
   padding: 0 0 0.5em 0;
   font-weight: bold;
}

fieldset.labels label {
   width: 15em;
   float: left;
   text-align: right;
   display: block;
   padding: 0 0.5em 0.2em 0;
}

fieldset.labels div {
   padding: 0.2em 0;
   clear: left
}

.fieldset-footer {
   margin: 0;
   position: relative;
   left: -15px;
   padding: 10px 0 15px 15px;
   clear: left;
   top: 15px;
}

fieldset fieldset input {
   font-size: 100% !important;
}

.form-large .form-text, .form-large .form-text-variable, .form-large textarea, #topic-default1, #topic-default2, #topic-default3, .form-large select, .form-large .form-brief {
   font-size: 100%;
   border: 1px solid #0071BD;
   color: #776B1B;
   padding: 2px;
}

.form-large select {
   padding: 1px 0;
}

.form-large textarea.disabled {
   background: #eee;
   border: 1px solid #ccc;
   color: #666;
}

.form-large input {
   font-size: 126%;
   padding: 3px 7px !important;
}

.form-large div {
   padding-bottom: 1em;
   clear: left;
}

.form-large .inline {
   float: left;
   clear: none;
   padding-right: 5px;
}

input.button1, input.button2 {
   font-size: 135%;
   margin-top: 2px;
   padding: 3px 10px;
}

.button2 {
   color: #777;
}

.button3 {
   border: 1px solid #EEE8DD;
   color: #105CB6;
   margin: 0 5px;
   line-height: 2;
   background: #fff;
   cursor: pointer;
   background: url(/img/menu-back.gif) 0 100% repeat-x;
}

.button3:hover {
   border-color: #003;
}

.form-large .form-text {
   width: 260px;
   padding: 3px;
}

.form-large .form-brief {
   width: 200px;
} /*IE6*/

.form-large .form-text-variable {
   width: 96%;
}

.form-large textarea  {
   height: 15em;
   width: 125%;
}

.form-large label {
   float: none;
   display: block;
   font-size: 105%;
   font-weight: bold;
   letter-spacing: -0.03em;
   color: #817A71;
   margin: 0.7em 0 0.1em 0;
}

.form-large label span {
   font-size: 80%;
   font-weight: normal;
   color: #999;
   letter-spacing: 0;
}

.form-large label.form-checkbox {
   display: inline;
   vertical-align: middle;
   position: relative;
   top: -3px;
}

.form-large .form-field {
   padding-bottom: 1em;
}
