/* reset styles */

h1, h2, h3, h4, p, ul, ol, blockquote, form {
	margin: 0;
	padding: 0;
}

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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 15px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #3C0005;
	background-repeat: repeat;
}

.clearAll {
	clear: both;
}

#container {
	width: 860px;
	text-align: left;
	-webkit-box-shadow: 2px 2px 2px #999; /* safari */
	-moz-box-shadow: #999 2px 2px 2px; /* firefox 3.1 */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#header {
	padding: 0;
	height: 100px;
	position: relative;
	margin: 0 0 10px 0;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #EC6B06;
} 
#logo {
	margin: 0 0 38px 0;
}
#logo img {
	display: block;
}

#mainWrapper {
	padding: 0 0 3px 0;
	background-color: #FFFFFF;
	background-image: url(../images/bgMainWrapper.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#mainContent h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: -3px;
}
#mainContent h1 strong {
	font-weight: normal;
	color: #638000;
	font-size: 30px;
}
#mainContent p {
	font-size: 16px;
	line-height: 130%;
	margin: 0px 0 0 0;
}
#mainContent .tagline {
	font: 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 1px solid #EC6206;
	padding-bottom: 5px;
	margin: -2px 0 15px 0;
	color: #779A00;
}
#mainContent h2 {
	font-weight: normal;
	font-size: 22px;
	margin: 20px 0 0;
	border-bottom: 1px solid #EC6206;
	color: #638000;
}
#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 {
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 7px;
	margin-bottom: 0px;
}
#tips #sidebar1 {
	background-repeat: no-repeat;
	background-image: url(/test/images/KA3-55649.jpg);
}
#footerCol1 blockquote {
	background: url(../images/quoteBubble.png) no-repeat;
	height: 60px;
	width: 270px;
	margin: 0px;
	padding: 15px 0px 0px;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
}
#footer p {
	font-size: 12px;
}
#container #footer .copyright{
	font-size: 10px;
	color: #999;
	line-height: 130%;
	margin: 10px 0 0 0;
}
#footerCol1 {
	float: left;
	width: 270px;
	padding: 10px;
}
#footerCol2 {
	float: left;
	width: 290px;
	margin-left: 35px;
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 70px;
	font-weight: bold;
}
#footerCol3 {
	background: url(../images/bgFooterDiv.png) no-repeat 0 27px;
	font-weight: bold;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}


#footerCol3 strong {
	color: #EC6206;
}
#footer {
	clear: both;
}
#signup label, #question label {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size:12px;
	display: block;
	margin-top: 10px;
}
#signup #submit {
	margin-top: 15px;
	margin-bottom: 5px;
}
#signup #email, #signup #name {
	width: 250px;
	background-color: #DBF3FF;
	border: 1px solid #779A00;
	font-size: 16px;
}

#question input, #question textarea {
	width: 240px;
	border: 1px solid #779A00;
	font-size: 16px;
}

#question input#submitQuestion {
	width: auto;
	background-color: #FF9933;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}
p#askLogo {
	text-align: center;
	margin-top: 15px;
}
#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;
	font-size: 14px;
	color: #000;
	padding-top: 15px;
}
#sidebar1 dd.seperator {
	background: url(../images/separator.png) no-repeat center bottom;
	padding-bottom: 25px;
}
#sidebar1 dd {
	font-size: 13px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 130%;
}

#signup {
	margin: 0px;
	border-left: 1px solid #CAE0EC;
	border-right: 2px solid #CAE0EC;
	border-top: 1px solid #CAE0EC;
	border-bottom: 2px solid #CAE0EC;
	width: 255px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #EDEEE8;
	z-index: 100;
	background-color: #EDEEE8;
	margin: 0px;
	padding: 4px 10px 6px 10px;
	font-size: 12px;
}a:hover {
	color: #779A00;
	text-decoration: none;
}
img {
	border-style: none;
}
a {
	color: #EC6206;
	font-weight: bold;
}
#narrowRight {
}
