
/*
=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, em, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
=structure
--------------------------------------------------------------------*/
body{
	background: url('../images/header.jpg') center top no-repeat white;
	color: #0b3555;
	padding-top: 350px;
    text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{
	border-bottom: solid 1px #859aaa;
    margin: 0 auto 1em;
    text-align: left;
    width: 750px;
}
#header{
	border-bottom: solid 1px #859aaa;
}
#footer{
	background: url('../images/footer.jpg') center bottom no-repeat white;
	font-size: .8em;
	height: 501px;
	text-align: center;
	width: 1000px;
	display: block;
	overflow: visible;
	margin: 0 auto;
}



/*
=typography
--------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
    margin: 1.5em 0 .5em 0;
}

h1{}
h2{font-size: 1.8em; font-weight: bold;}
h3{}
h4{}
h5{}
h6{}

p, ul{
    margin: 0 0 1em 0;
}
p{
	font-size: .9em;
	line-height: 1.4em;
}
ul{}
ul li{
	line-height: 1.5em;
}

a:link, a:visited{
	color: #114c79;
}
a:focus {
	color: #114c79;
}
a:hover, a:active{
	color: #2182cb;
}

em     {font-style: italic;}
small  {font-size: .8em;}
strong {font-weight: bold;}

.alignleft  {float: left; margin-right: 10px;}
.alignright {float: right; margin-left: 10px;}


/*
=navigation
--------------------------------------------------------------------*/

/*
=images
--------------------------------------------------------------------*/



/*
=forms
--------------------------------------------------------------------*/
#divForm{
	padding: 1em 0;
}
#divForm fieldset div{
	padding: 5px 0;
	overflow: hidden;
}
#divForm fieldset div div{border-style: none;}

fieldset{
	position: relative;
	padding-bottom: 1em;
}
legend{
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: .5em;
}
label{
	font-size: .8em;
	width: 300px;
	display: block;
	float: left;
	line-height: 1.7em;
}
.radio-buttons label{
	width: auto;
	display: inline;
	float: none;
	line-height: normal;
}
label span, .key{
	color: #c5425e;
	font-weight: bold;
}
.key{
	position: absolute;
	right: 0;
	top: -1em;
	font-size: 11px;
}
form span label{
	width: auto;
	float:none;
}

#divForm fieldset div{
	clear: both;
}


#share{
	border-top: solid 1px #859aaa;
	margin-top: 1em;
}
#share p{
	font-weight: bold;
}

#questions div label, #share div label{
	float:none;
	width:750px;
}
#questions{padding-bottom: 0;}
#questions span span{padding-right: 5px;}
#questions span span input{margin: 0; padding: 0; position: relative; top: 1px;}
#divForm #questions div{
	padding: 1em 0;
}
#divForm #questions .chklist{
	padding-bottom: 0;
}

#divForm #questions div label{
	font-weight: bold;
}
#divForm #questions div span label{font-weight: normal;font-size: .8em;}

.submitbutton input {
	background:transparent url(../images/btn_contact_submit.gif) no-repeat scroll 0 0;
	border:medium none;
	height:30px;
	width:70px;
}
.submitbutton input:hover{cursor:pointer;}
.chklist td label{font-weight: normal !important;}
.chklist td input{
	float: left;
}



/* Error Messages */
#errormessages{
	background-color: #fafad1;
	padding: 1em;
	border: solid 3px #fffe86;
	font-size: .9em;
}
#errormessages li span{
	font-weight: bold;
}




/*
=toolbox
--------------------------------------------------------------------*/
.right{float: right;}
.left {float: left;}
.clear{clear: both;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}