@charset "UTF-8";
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;
	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: #333333;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #240001;
}
.page {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #333333;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
#container  {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	height: 52px;
	margin: 0 auto;
	text-align: right;
	padding: 0px;
	width: 800px;
} 
#menu {
	text-align: right;
}
#menu a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 3px;
}
#menu a:hover {
	background-color: #D7D2CE;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 3px;
}
#menu .selected {
	background-color: #2F0000;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 14px;
	margin-right: 3px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #240001;
	color: #FFFFFF;
	font-size: 12px;
	height: 426px;
}
#sidebar1 .txt10 {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #540000;
	padding-bottom: 7px;
	display: block;
	padding-top: 10px;
	background-color: #A94241;
	padding-right: 7px;
	padding-left: 7px;
}
#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #340A08;
	padding: 7px;
	background-color: #A94241;
}
#sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #340A08;
	padding: 7px;
	background-color: #240000;
}
#mainContent  {
	margin: 0px;
	padding: 0px;
} 
#footer  {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #250003;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.kicker {
	background-repeat: no-repeat;
	height: 387px;
	width: 800px;
	background-position: left bottom;
}
.gallery {
	width: 800px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bot {
	padding-top: 20px;
}
#block1 {
	background-image: url(../images/bg-grad-1.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 20px;
}
#blockNews {
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	width: 220px;
}
#blockNews2 {
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	width: 220px;
	background-image: url(../images/bg-grad-2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#blockNews2 h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 1px;
}
.divider1 {
	background-image: url(../images/divider1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 3px;
	width: 240px;
	display: block;
}
#blockNews h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 1px;
}
#content1 h1 {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7D2221;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #340A08;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content1 h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#content1 {
	width: 555px;
	padding-top: 30px;
}
#content1  .container1 {
	background-image: url(../images/bg-grad-1.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#content1 .item1 {
	background-color: #DFDBD8;
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C1BEBC;
	margin-bottom: 15px;
}
.logo {
	width: 158px;
	float: left;
	height: 52px;
	margin-right: 55px;
}
#tabcontents {
	padding: 7px;
	margin: 0px;
}
#tabcontents  h2 {
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#tabcontents p {
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#item {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #EBEBEB;
	background-color: #F9F9F9;
	margin-right: 5px;
	margin-left: 5px;
	height: 100px;
}
#item .step {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #681411;
	padding: 5px;
	display: block;
	float: left;
}
#item h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#item .txt {
	font-size: 12px;
	float: right;
	width: 335px;
}
#container  h1 {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7D2221;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #340A08;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#itemFull {
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #EBEBEB;
	background-color: #F9F9F9;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	line-height: 20px;
}
