/*
   spyka Web Group (c) 2008,2009
*/


/* page */
*, html { 
	padding:0;
	margin:0;
}
body {
	background-color:#333333;
	padding:0;
	font-size:1.0em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 auto;
	background-image:url('branding.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
}

/* headers */
h2 {
	color:#ffffff;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	padding-left:2px;
	padding-bottom:9px;
}
h3 {
	font-size:1.6em;
	margin:0;
	padding:5px;
	display:inline;
	color:#333333;
	font-weight:normal;
	padding-left:0;
	letter-spacing:-1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
}
h3 a {
	color:#ffffff;
}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
}
h4 {
	font-size:1.2em;
}


/* links */
a {
	color:#3D527C;
}
a:hover {
	color:#151D2B;
}
a img {
	border:none;
}

/* lists */
ul, ol {
	margin:0 0 0 30px;
}
ul li, ol li {
	margin:3px 0;
}

/* forms */
form fieldset {
	padding:10px 0;
	margin:10px;
	border:none;
	border-top:1px solid #cccccc;
}
form fieldset legend {
	color:#333333;
	margin:0 0 0 -7px;
	font-weight:bold;
	background-color:#ffffff;
	padding-right:6px;
	font-size:0.9em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
form fieldset label {
	padding-top:3px;
	vertical-align:top;
	color:#333333;
	font-weight:normal;
	font-size:0.9em;
}
form fieldset label em, span.note {
	color:#FF0000;
	font-weight:normal;
}
form fieldset label span {
	font-weight:normal;
	font-size:0.7em;
	color:#546CA6;
	text-transform:uppercase;
}
form fieldset ul {
	list-style:none;
	margin:0;
	padding:0;
}
form fieldset ul li {
	margin:0;
	display:block;
	width:450px;
	padding:10px 0;
}
form fieldset ul li.lightblue {
	background-color:#ffffff;
}
div.form-left {
	float:left;
	width:550px;
}
form fieldset input, form fieldset select, form fieldset textarea {
	padding:3px;
	font-size:0.8em;
	color:#333333;
	border:1px solid #cccccc;
	border-top:1px solid #999999;
	margin-right:10px;
	border-left:1px solid #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form fieldset textarea {
	width:98%;
}
form fieldset select option {
	padding:0 5px;
}
form fieldset input.form-button {
	padding:7px;
	background-color:#333333;
	border:1px solid #030303;
	font-size:0.8em;
	margin:3px;
	color:#ffffff;
	font-weight:bold;
}

/* paragraphs */
p {
	margin:10px 2px;
	line-height:1.5em;
}
.clear {
	clear:both;
}
p.footer {
	font-size:0.9em;
	color:#ffffff;
}

/* wrapper, header, nav and footer */
div#wrap {
	width:95%;
	margin:0 auto;
	padding:0;	
}
div#content {
	background-color:#fff;
	padding:10px;
}