/* reset styles */

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

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


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

#mainContent {
	border: 3px solid #D3A122;
	background: url(../images/bgBottomCol.png) repeat-x left bottom;
}

#sidebar1 {
	border: 3px solid #D3A122;
}

#mainContent h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
	margin: 0;
	color: #870D13;
}
#mainContent h1 strong {
	font-weight: normal;
	color: #EC6206;
}
#mainContent p {
	font-size: 12px;
	line-height: 130%;
	margin: 5px 0 0 0;
	color: #000;
}
#mainContent p img {
	margin: 10px 20px 10px 0px;
	float: left;
}
.img-fltleft {
	float: left;
}
.img-fltright {
	float: right;
}
#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 #870D13;
	color: #23267E;
}
#sidebar1 h2 {
	font-size: 16px;
	text-align: center;
	margin: 0 0 25px 0;
	line-height: 100%;
}
.sidebar-head {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #23267E;
	text-align: center;
	border-top: 2px solid #23267E;
	border-right: 0px;
	border-bottom: 2px solid #23267E;
	border-left: 0px;
	margin-left: 7px;
}
#sidebar1 h3 {
	font-size: 14px;
	border-top: 2px solid #FA7B2D;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
	margin: 0px 0 0;
	border-bottom: 2px solid #FA7B2D;
	color: #000;
	margin-top: 20px;
}
#sidebar1 p {
	margin-top: 7px;
	margin-bottom: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}






#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;
}

#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%;
}
.contact {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F95014;
	display: block;
	text-align: center;
	line-height: 130%;
}




/* menu bar */

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	zoom: 1;	
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 5px 3px;
	color: #870D13;
	text-decoration: none;
	text-transform: uppercase;
	background: #FFF;
	margin-left: 15px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #CAE0EC;
	color: #333;
}

#footer p {
	font-size: 10px;
	line-height: 120%;
	color: #666;
	text-align: center;
}
#footerCol1 {
	padding: 0px 0px 10px 70px;
	float: none;
	line-height: 120%;
}
#footerCol2 {
	margin-left: 590px;
}
.p-strong {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
}
.twoColFixRtHdr #container #mainContent #collection-name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #900;
}
#mainContent #contact-form1 .question {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px dashed #9BBF13;
}
#mainContent table tr td img {
	border: thin solid #F60;
}
