/*
	Color sets:
	
	Red: #9e3b40
	Grey: #aaa
	
*/

* {margin: 0; padding: 0;}

body {
	background: white;
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #353d3e;
	margin: 25px 0 25px 0;
}

/*Global preferences*/
a {color: #9e3b40; text-decoration: none;}
a:visited {color: #9e3b40;}
a:hover {color: #9e3b40; text-decoration: underline;}
ul, ol {list-style: none;}
img, img a, img a:hover {border: 0;}
#emagc {background:url(../images/emagc.png) no-repeat;position:absolute;left:10px;top:10px;width:72px;height:61px;z-index:1;}
.news_date{color:#999;}
.comment_head {font-size:1.6em; font-weight:400; margin:0 0 10px;padding-top:5px;border-bottom:1px dotted #000;font_weight:bold;}
.comment {width:93%;background-color:#f0f6f8;font-family: Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;padding:5px;margin-bottom:20px;margin-left:auto;margin-right:auto;}
.comment2 {width:93%;background-color:#0b77b7;font-family: Arial, Helvetica, sans-serif;font-size:10px;font-weight:bold;color:#fff;padding:5px;margin:0px;margin-left:auto;margin-right:auto;}

/*Headings*/
h1, h2, h3, h4, h5 {color: black; margin: 0 0 10px 0; font-weight: bold; clear: both;}

h1 {
	margin: 25px 0 10px 0;
	font-size: 25px;
	background: url(../images/sprocket.png) no-repeat;
	padding: 0 0 0 40px;
	clear: both;
}
h3 {
	margin: 10px 0;
	font-size: 22px;
	background: url(../images/sprocket_small.png) 0 3px no-repeat;
	padding: 0 0 0 27px;
	margin-bottom:0;
	clear: both;
	padding-bottom:10px;
}

/*Structure*/
#header {
	background: white;
}
#header .top {
	background: url(../images/top.jpg) 0 0 no-repeat;
	height: 85px;
	border-bottom: 3px solid white;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background: white url(../images/navBG.jpg) 0 0 repeat-y;
	overflow: hidden;
	height: 100%;
}

#footer {
	width: 980px;
	margin: 0 auto;
	padding:10px 10px 0px 10px;
	background:#999;
	overflow: hidden;
	height: 30px;
}

#content {
	float: right;
	display: inline;
	width: 650px;
	background: url(../images/contentBG.jpg) 0 0 repeat-x;
	padding: 0 48px;
	overflow: hidden;
	height: 100%;
}

#sideBar {
	float: left;
	display: inline;
	width: 250px;
	background: url(../images/navTopBG.jpg) 0 0 no-repeat;
}

/*Content*/
#header .top p {
	padding: 68px 0 0 300px;
	font-family: "Trebuchet MS";
	color: #666;
}

#content .long_text {
	width: 640px;
	text-align: justify;
	font-size: 12px;
	color: black;
	line-height: 24px;
	float: left;
	display: inline;
}
#content .short_text {
	width: 362px;
	text-align: justify;
	font-size: 12px;
	color: black;
	line-height: 20px;
	float: left;
	display: inline;
}

#content .long_text ul { margin: 0 0 10px 0;}
#content .short_text ul { margin: 0 0 10px 0;}
#content .long_text ul li { list-style-type: disc; margin: 0 0 0 30px;}
#content .short_text ul li { list-style-type: disc; margin: 0 0 0 30px; }

#content .long_text p {margin: 0 0 10px 0;}
#content .short_text p {margin: 0 0 10px 0;}
#content .short_text p.image {text-align: center;}
#content .short_text p.image img {border: 5px solid #bababa;}

#content .image_block {
	float: right;
	display: inline;
	overflow: hidden;
	width: 270px;
}
#content .image_block .image {border: 5px solid #bababa;}
#content .image_block .image img {display: block;}
#content .image_block .image p {
	background: #bababa;
	padding: 15px 10px 10px 10px;
	text-align: center;
}
#content .image_block .image p a {
	color: white;
	font-size: 15px;
	font-weight: bold;
}

/*Sidebar*/
#loginBox {
	padding: 15px 28px;
}
#loginBox h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #660000;
}
.form_row {
	overflow: hidden;
	height: 100%;
	margin: 5px 0;
}
.form_row label {
	float: left;
	display: inline;
	width: 6.5em;
	padding: 2px 0 0 0;
	text-transform: uppercase;
	color: white;
	font-family: "Trebuchet MS";
}
.form_row input.textbox {
	font-family: Arial;
	color: black;
	font-size: 12px;
	width: 152px;
}

.submit_button {
	text-align: right;
}
.submit_button button {
	background: #e2e2e2;
	padding: 2px 20px;
	color: black;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 22px 0 0;
}

/*Calendar*/
#calendar {
	background: url(../images/transparency1.png) 0 0 repeat;
	padding: 15px 15px;
	width: 220px;
}

#calendar .calendar {
	border: 0px solid #80191c;
	width: 183px;
}

/*Menus*/
ul#menu {
	border-left: 1px solid white;
	overflow: hidden;
	height: 100%;
	font-family: "Trebuchet MS";
}
ul#menu li {
	float: left;
	display: inline;
	padding: 10px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	font-size: 13px;
	width: 142px;
	background: #aaa;
}
ul#menu li a {
	color: white;
	font-weight: bold;
}

ul#menu li.selected {background: #d6d6d6;}
ul#menu li.selected a {color: #9e3b40;}

/*Nav*/
ul#nav {
	width: 250px;
}
ul#nav li {
	background: url(../images/transparency1.png) 0 0 repeat;
	padding: 8px 10px 8px 20px;
	margin: 0 0 2px 0;
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	width: 220px;
}
ul#nav li.inner, ul#nav li.inner_last {
	background: url(../images/transparency2.png) 0 0 repeat;
	padding: 8px 10px 8px 30px;
	font-size: 12px;
	margin: 0;
	width: 210px;
	font-family: "Trebuchet MS";
	text-transform: none;
}
ul#nav li.inner_last {margin: 0 0 2px 0;}
ul#nav li a {
	color: #dfc7a4;
	background: url(../images/sprocket_tiny.png) 0 3px no-repeat;
	padding: 0 0 0 24px;
}
ul#nav li.inner a, ul#nav li.inner_last a {
	color: #dfc7a4;
	background: url(../images/list_tiny.png) 24px 5px no-repeat;
	padding: 0 0 0 34px;
}

.side {
	color:#fff;
	font-size:14px;
}

.side p a:link, .side p a:visited {
	color: #fff;
	text-decoration: none;
}

.side p a:hover {
	text-decoration: underline;
}