/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group overall */

html {
	background-color: none;
}

body {
	background-color: none;
	width: 600px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

#content {
	width: 580px;
	padding: 9px 0px 20px 0px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	clear: both;
}

/* box model hack for IEWin */
* html #content {
	width: 640px;
	w\idth: 580px;
}

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: #000;
}


/* @group content */

h1 {
	margin: 1em 0 .25em 0;
	color: #163259;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	margin: 1em 0 .25em 0;
	color: #6B584B;
	font: bold 130%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        padding: 15px 0 5px 0;
        border-top: solid 2px #27150b;
        line-height: 1.2em;
        clear: both;
}

h3 {
	margin: 1em 0 .25em 0;
	color: #6B584B;
	font: normal 130%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        line-height: 1.2em;

}

h4 {
	margin: 1em 0 .25em 0;
	color: #6b584b;
	font: normal 125%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        line-height: 1.2em;

}

h5 {
	margin: 1em 0 .25em 0;
	color: #163259;
	font: bold 105%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        line-height: 1.2em;

}

h6 {
	margin: 1em 0 .25em 0;
	color: #6b584b;
	font: bold 105%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        line-height: 1.2em;

}

#content p {
	margin: 0 20px 1em 20px;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

#content li {
	list-style-type: disc;
	margin-left: 40px;
}

/* @end */

/* @group links */

a {
	color: #1050a8;
}

a:hover {
	color: #000;
	background-color: # ;
	text-decoration: none;
}

a:visited {
	color: #1050a8;
}

a:visited:hover {
	color: #000;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @group contact form */

div.contactform {
	margin: 20px 30px 20px 20px;
	border-top: 1px solid #163259;
}

.contactform form {
	padding: 10px 0;
}

.contactform div {
	padding: 10px 0 0 0;
}

.contactform input[type="text"] {
	width: 100%;
}

.contactform textarea {
	width: 100%;
	height: 10em;
}

.contactform.submission {
	border: none;
	background: #27150b;
	padding: 15px 40px;
	color: white;
	text-align: center;
}

.contactform label {
	display: block;
	color: #6B584B;
	font-size: 90%;
	font-weight: bold;
}

/* @end */