@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html, body { 
    height: 100%; 
} 
body {
	background-color: #474747;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#HeaderWrapper {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
}
#Header {
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 960px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: right;
}

#Logo {
	float: left;
	margin-top: 45px;
}
#Logo img {
	border: 0px;
}

#NavigationWrapper {
	background-color: #981e21;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	font-size: 11px;
	height: 30px;
	overflow: hidden;
	width: 100%;
}
#Navigation {
	height: 30px;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbb0b1;
}
#Navigation li {
	float: left;
	list-style-type: none;
	height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#Navigation a {
	border-right-color: #dbb0b1;
	border-right-style: solid;
	border-right-width: 1px;
	color: #ffffff;
	font-size: 12px;
	height: 30px;
	outline: none;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	text-decoration: none;
}
#Navigation a:hover, #Navigation a:active {
	background-color:#79181a;
}

#ContentWrapper {
	background-color: #eae9e1;
	width: 100%;
}
#Content {
	background-color: #ffffff;
	color: #5b5b5b;	
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 100px;
	padding-left: 40px;
	width: 890px;
}

#LeftNavWrapper {
	height: 100%;
	padding-bottom:250px;
	padding-right:20px;
}

#Breadcrumbs {
	border: 1px solid #cccccc;
	float: left;
	height: 20px;
	margin-bottom: 22px;
	overflow:hidden;
	width: 685px;
}
#Breadcrumbs .SUMenu a {
	color: #747474;
	font-size: 11px;
	height:20px;
	line-height:19px;
	padding-bottom:3px;
	padding-left:7px;
	padding-right:15px;
	padding-top:3px;
	text-decoration: none;
}
#Breadcrumbs a:active, #Breadcrumbs a:hover {
	text-decoration:underline;
}

#MainContent {
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
	margin-bottom: 50px;
	min-height:300px;
	padding-bottom: 25px;
}
#MainContent h1 {
	color: #981E21;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#MainContent h2 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #981E21;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 20px;
}
#MainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #981E21;
	font-weight: normal;
	margin-top: 15px;
}
#MainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-top: 15px;
}
#MainContent a, #RightColumn a {
	color: #981E21;
	text-decoration:none;
}
#MainContent a:hover, #MainContent a:active, #RightColumn a:hover, #RightColumn a:active {
	text-decoration:underline;
}
#MainContent p {
	font-size: 12px;
	line-height: 19px;
	color: #5b5b5b;
	margin-bottom: 15px;
}
#MainContent li, #RightColumn li {
	font-size: 12px;
	line-height: 18px;
	color: #5b5b5b;
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 35px;
}
#MainContent ul, #RightColumn ul {
	margin-bottom: 15px;
}
#MainContent td {
	padding-left:10px;
}

#FooterWrapper {
	height: 177px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top:20px;
}
#Footer {
	height: 152px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#Footer p {
	font-size: 12px;
	color: #dbdbdb;
	line-height: 18px;
}
#Footer h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#Footer a {
	color: #cecece;
	text-decoration: none;
}
#Footer a:hover, #Footer a:active {
	color: #ffffff;
}
#Footer li {
	font-size: 12px;
	color: #dbdbdb;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 5px;
}

#FooterLeft {
	float: left;
	height: 140px;
	width: 265px;
	padding-top: 12px;
}
#FooterCenter {
	height: 140px;
	width: 375px;
	float: left;
	padding-top: 12px;
	padding-left: 40px;
	padding-right: 40px;
}
#FooterRight {
	float: left;
	height: 140px;
	padding-top: 12px;
	padding-left: 40px;
}

.push { 
	height: 197px;
}

#RightColumn {
	float: right;
	width: 200px;
	margin-left: 20px;
	font-size: 11px;
}
#RightColumn h1 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #981E21;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #981E21;
}
#RightColumn h2 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #981E21;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
#RightColumn h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #981E21;
	margin-top: 10px;
	margin-bottom: 5px;
}
#RightColumn h4 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#RightColumn p {
	font-size: 12px;
	line-height: 19px;
	color: #5b5b5b;
	margin-bottom: 15px;
}

/* Home Page Columns */

#ContactBox {
	float: right;
	width: 210px;
	height: 275px;
	margin-bottom:10px;
	margin-left:20px;
	overflow:hidden;
}
#ContactBox p {
	font-size:13px;
	margin-bottom:15px;
}
#contentLeft {
	float: left;
	width: 660px;
	margin-right:40px;
}
#contentLeft p, #contentLeft blockquote {
	line-height:20px;
	margin-bottom:15px;
}
#contentRight p {
	margin-bottom:10px;
}
#contentRight {
	float: left;
	width: 190px;
	font-size: 12px;
	overflow:hidden;
}
#contentRight li  {
	margin-bottom: 15px;
}
#ContactBox a, #contentLeft a, #contentRight a {
	color: #981E21;
	text-decoration:none;
} 
#ContactBox a:hover, #contentLeft a:hover, #contentRight a:hover, #ContactBox a:active, #contentLeft a:active, #contentRight a:active {
	text-decoration:underline;
}
#contentLeft h1 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #981E21;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #981E21;
}
#contentLeft ul {
	margin: 0px 0 0px 30px;
}
#contentLeft li {
	margin: 7px 0 7px 0;
}
#ContactBox h2, #contentLeft h2 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #981E21;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981E21;
}
#contentRight h2 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #981E21;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981E21;
}
#ContactBox h3, #contentLeft h3, #contentRight h3 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #981E21;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
#MinWidth {
	height:1px;
	width: 450px;
	float:left;
}
.ImageRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
