/* Reset style */

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;
}

/* Page layout */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#wrapper {
	width: 630px;
	margin: 0 auto;
	text-align: left;
}

#menu {
	font-family: Helvetica, Arial, sans-serif;
	margin: 20px 0 10px 0;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 2px solid #b3b6ba;
}

#menu ul li {
	display: inline;
	padding: 0 10px;
}

#menu ul li a {
	text-decoration: none;
	color: #808588;
}

#menu ul li a:hover {
	border-bottom: none;
}

#menu ul li.self a {
	font-weight: bold;
	color: #102842;
}

#header {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #6f7376;
	letter-spacing: 3px;
}

#header img {
	margin-bottom: 10px;
}

#header a {
	border-bottom: none;
}

#main {
	font-size: 14px;
	line-height: 18px;
}

#main h1 {
	color: #132843;
	margin: 20px 0 10px 0;
	font: bold 18px/23px Helvetica, Arial, sans-serif;
}

#main h2 {
	margin-top: 15px;
}

#main a h2 {
	color: #132843;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}

#main p {
	margin: 10px 0;
}

#main img {
	border: 1px solid #bbb;
}

#main a.imagelink {
	border-bottom: none;
}

#main #questions {
	width: 305px;
	float: right;
}

#main #information {
	width: 305px;
	float: left;
}

#main p#success_message {
	color: green;
	font: bold 15px/17px Helvetica, Arial, sans-serif;
}

#main p#error_message {
	color: red;
	font: bold 15px/17px Helvetica, Arial, sans-serif;
}

#main #call_widget {
	float: right;
	width: 230;
	margin-left: 15px;
	margin-bottom: 10px;
}

#main #question {
	width: 305px;
	max-width: 305px;
	height: 70px;
	padding: 10px;
}

#main #submit_question {
	width: 100px;
	height: 30px;
	background-color: #0d2742;
	color: #fff;
	border: none;
	margin-top: 5px;
}

#main #contact {
	float: left;
	width: 520px;
	max-width: 520px;
	height: 100px;
	padding: 10px;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
}

#main #submit_contact {
	float: right;
	margin-top: 70px;
	width: 100px;
	height: 30px;
	background-color: #0d2742;
	color: #fff;
	border: none;
}

#main .asked_question {
	margin-bottom: 10px;
}

#main .asked_question .votes {
	font-style: italic;
	font-size: 12px;
	margin: 4px 0;
}

#main ul.sched_list li {
	margin-left: 30px;
	text-indent: -30px;
	margin-bottom: 5px;
}

#main ul.sched_list.dates li {
	margin-bottom: 15px;
}

#main ul.sched_list ul.people_list li {
	margin-left: 30px;
	text-indent: -30px;
	margin-bottom: 0;
}

#main ul.sched_list li .event_title {
	font-variant: small-caps;
	letter-spacing: 2px;
}

#main ul.sched_list li .time {
	font-style: italic;
}

#footer {
	font-size: 11px;
	line-height: 18px;
	margin: 20px 0;
	padding-top: 15px;
	text-align: center;
	border-top: 2px solid #b3b6ba;
}

.clearit {
	clear: both;
}

a {
	color: #20487b;
	text-decoration: none;
}

a:hover {
	background-color: #eee;
	border-bottom: 1px solid #20487b;
}

em {
	font-style: italic;
}
