/* @override http://localhost:3000/stylesheets/main2.css */

/* @override http://localhost:3000/stylesheets/main2.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
html{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #3C2022;
}
#page{
	top: 0;
	margin: 0 auto;
	padding: 0;
	width: 935px;
	background: white url(/images/page_back.png) repeat-y;
	height: 100%;
}
#section{
	margin: 0 auto;
	width: 925px;
}
#head{
	margin: 0 auto;
	height: 146px;
	background: url(/images/head_back.png) repeat-x;
	width: 99.5%;
}
#left_head_point{
	float: left;
	width: 27px;
	height: 146px;
	background: url(/images/head_points.png) left bottom;
	z-index: -100;
}

#right_head_point{
	float: right;
	width: 27px;
	height: 146px;
	background: url(/images/head_points.png) left top;
	z-index: -100;
}
#logo{
	width: 292px;
	height: 81px;
	background-image: url(/images/logo_plus_back.png);
	z-index: 100;
	position: relative;
	left: 10px;
}


div#nav{
	position: relative;
	top: 22px;
	margin: 0 auto;
	text-align: center;
}
div#nav ul{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
div#nav ul li{
	display: inline;
	border-right: 2px groove #12779D;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0;
}
div#nav ul li:first-child, ul + li{
	border-left: 2px groove #12779D;
}
div#nav ul li a
{
	line-height: 37px;
	text-decoration: underline;
	font-size: 1.2em;
	color: white;
	padding: 10px 40px;
}
div#nav ul li a.tab {
	color: #062e3d;
	text-decoration: none;
}
div#nav ul li a:hover{
	color: #062e3d;
}
div#head_right{
	width: 400px;
	height: 69px;
	position: relative;
	top: -100px;
	float: right;
	
}
div#head_right p{
	font-size: 12px;
	font-weight: 600;
	color: #000;
	margin: auto;
	padding: 10px 5px 5px;
	text-align: center;
}

#middle{
	display: none;
}
div#content{
	position: relative;
	width: 925px;
	margin: 0 auto;
	top: -20px;
}
div#content_set{
	position: relative;
	top: 50px;
	width: 580px;
	min-width: 500px;
	height: 100%;
	padding: 5px 20px 50px 0;
	background-color: white;
	border: 3px solid #e6e6e6;
	margin: 0 auto;
}
div#content_left{
	float: left;
	width: 580px;
	min-width: 500px;
	height: 100%;
	margin-left: 5px;
	padding: 5px 20px 50px 0;
	background-color: white;
	border: 3px solid #e6e6e6;
}
strong{
	font-size: 1.1em;
	font-weight: 600;
}

div#section_div {
	width: 500px;
	height: 43px;
	padding: 1px;

}
div#section_div h1{
	font-size: 1.2em;
	color: #87A265;
	font-weight: 600;
	left: 10px;
	line-height: 37px;
	vertical-align: middle;
	margin-left: 20px;
}
.img_block{
	float: left;
	padding: 5px;
	border: 1px solid #e4e4e4;
	margin-right: 5px;
}
.paragraph{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #341719;
	white-space: normal;
	font-size: 12px;
	display: block;
	padding-left: 10px;
}
div#content_left ul li{
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}
div#content_sidebar{
	width: 300px;
    float: left;
	font-size: 12px;
	color: #341719;
	margin-right: 5px;
	background-color: white;
	border: 3px solid #e6e6e6;
	margin-bottom: 2px;
	padding-bottom: 20px;
	margin-left: 3px;
}
div#sidebar_top{
	margin: 0 auto;
	width: 100%;
}
div#sidebar_top h1{
	font-size: 1.3em;
	color: #87A265;
	font-weight: 600;
	width: 250px;
	top: 10px;
	position: relative;
}
div#content_sidebar p{
	width: 200px;
	padding-left: 8px;
	margin: 0 auto;
}

div#sidebar_top{
	width: 200px;
	height: 43px;

}
.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;
}
div#footer{
	bottom: 0px;
	font-size: 10px;
	padding: 0;
	margin: 0 auto;
	left: 1px;
	position: relative;
	width: 924px;
}
div#bottom_border{
	width: 100%;
	height: 25px;
	background: url(/images/footer_back.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
div#bottom_border p{
}