/* CSS Document */
#body {
	background-color:#F4E4D5;
}
/*Header */
#HeaderBackground {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:180px;
}
h1 {
	position:relative;
	width:197px;
	height:144px;
	overflow:hidden;
	font-size:18px;
	padding-top:30px;
	padding-left:50px;
	color:#0146A1;
}
h1 span {
	position:absolute;
	left:50px;
	top:30px;
	width:100%;
	height:100%;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}
h2 {
	color:#7E1613;
	font-size:16px;
	margin-top:10px;
	;
}
h3 {
	color:#7E1613;
	font-size:14px;
	margin-top:10px;
}
/* BEGIN Nav */
 #navcontainer {
	margin: 5px 0 10px 0px;
	padding: 0;
	height: 37px;
	background-image: url(../images/nav.jpg);
	margin-left:32px;
	background-repeat:no-repeat;
}
#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width:706px;
	margin-left:18px;
	padding-top:10px;
}
#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer ul li a {
	width: 110px;
	padding: 0;
	margin: 0 0 10px 0;
	color:  #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size:12px;
	vertical-align: middle;
}
#navcontainer a:active {
	background: #c60;
	color: #fff;
}
#navcontainer li#active a {
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
}
/* END Nav */



/*Main Content*/
#block_1 {
	background-color:#F4E4D5;
}
#maincontent {
	padding:5px;
	width:290px;
	margin-left:35px;
	color:#8D5B2A
}
.SubPage #maincontent {
	width:680px;
}
.Blog #maincontent {
	width:500px;
}
/*Right Side*/
#block_2 {
	background-color:#F4E4D5;
}
#footerbottom {
	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
	width:770px;
	clear:both;
	height:35px;
	margin-top:110px;
	padding-top:-10px;
	position:absolute;
	top:60px;
 _ position: fixed;
}
#footerbottom p {
	margin-left:70px;
	padding-top:10px;
	color:white
}
#RightTop {
	margin-top:10px;
	margin-bottom:-10px;
}
#RightMiddle {
}
#RightBottom {
	clear:both;
}
body.FAQ h2 {
	margin-top:10px;
}
body.FAQ #maincontent img {
	margin-left:5px;
}
body.GettingStarted ol li {
	margin-top:5px;
}
.ImgDiv {
	margin-left:16px;
_ margin-left:10px;
}
body.About p {
	margin-bottom:15px;
}
.sidebar-title {
	margin-top:5px;
}
.date-header {
	margin-top:10px;
	margin-bottom:-5px;
}
body.blog #block_2 h2 {margin-top:10px;}
hr{margin-top:10px;}

