/* reset styles */

h1, h2, h3, h4, p, ul, ol, blockquote, form {
	margin: 0;
	padding: 0;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: normal;
	color: #333;
}

li {
	 padding-left: 1em;
	 margin-left: 0;
}


#header img {
	display: block;
	margin: 100px 0 38px 0;
}

#mainContent {
}

#sidebar1 {
}

#mainContent h1 {
	font-weight: normal;
	text-transform: none;
	font-size: 23px;
	margin: 0;
	line-height: 2em;
	letter-spacing: 0em;
	color: #F60;
}
#mainContent h1 strong {
	font-weight: normal;
	color: #EC6206;
}
#mainContent p {
	font-size: 11px;
	line-height: 150%;
	margin: 5px 0 0px 0;
}
#mainContent .tagline {
	border-bottom: 1px solid #EC6206;
	padding-bottom: 5px;
	margin: -2px 0 15px 0;
}
#mainContent h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 20px 0 0;
	color: #333;
}
#sidebar1 h2 {
	font-size: 16px;
	text-align: center;
	margin: 0 0 25px 0;
	line-height: 100%;
}
#sidebar1 h3 {
	color: #EC6206;
	font-size: 14px;
	border-top: 1px solid #999;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
	margin: 20px 0 0 0;
}
#sidebar1 p {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 100%;
	line-height: 140%;
}






#question input, #question textarea {
	width: 225px;
	border: 1px solid #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 5px;
	background-color: #E5E5E5;
}

#question input#submitQuestion {
	width: auto;
	background-color: #F60;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	border: 1px solid #cc3300;
}

#sidebar1 dt {
	margin-bottom: 5px;
	font: bold 14px/115% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#sidebar1 dl strong {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #EC6211;
	font-size: 14px;
}

#sidebar1 dd {
	font-size: 13px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 130%;
}
/* menu bar */

.MenuBarHorizontal
{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 100%;
	cursor: default;
	width: 860px;
	zoom: 1;
	text-align: left;
}
/* Menu items are a light gray block with padding and no text decoration */
.MenuBarHorizontal a 
{
	display: inline;
	cursor: pointer;
	color: #666;
	background: #FFF;
	margin-left: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
.MenuBarHorizontal a:hover,MenuBarHorizontal a:focus
{
	background-color: #FFF;
	color: #F60;
	text-decoration: underline;
}
.mainContentEmphasis {
	font-weight: bold;
}
.mainContentLargerText {
	font-size: 14px;
	line-height: 150%;
}

#footer {
	font-size: 10px;
	line-height: 100%;
}
#footerCol1 {
	background-color: #FFF;
	background-repeat: no-repeat;
	float: left;
	width: 475px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
}
#footerCol2 {
	margin-top: 590px;
}
.bold {
	font-weight: bold;
}
