/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
body {
	margin: 0; 	padding: 0;
	height: 100%;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	text-align: center;
	background: url('/images/body_bg.jpg') top center repeat-y #fff;
	/* background-color: #9fb7e4; */
	line-height: 1.4em;
}
#wrap {
	position:relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	width: 800px;
	overflow-x: hidden;
	background-color: #fff;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* links */
a { background: inherit; color: #96191f; text-decoration: none; }
a:hover { background: inherit; color: #8a0f0c; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #96191f; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	
}
ul, ol {
	padding: 0 15px;		
}

/* images */
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin: 0px;
}


/***********************
	  LAYOUT
************************/

#header-content, #content, #content-line, #footer-content {
	width: 100%;
}

/* header */
#header {
	background-color: #f0f3fb;
	margin-left: 0px;
	height: 185px;
	text-align: left;
	margin-bottom: 30px;
}
#header-content {	
	margin: 0; padding: 0;
	margin-left: 22px;
	position: relative;
}

/* header menu */
#header-content ul {
	position: absolute;
	left: 0px; top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
	float: left;
	display: block;
	padding: 0px 8px;	
	color: #FFF;
	text-decoration: none;
}

#header-content li#logo {
	padding: 0px 10px 0px 0px;	
}

#content-line {
	height: 175px;
	margin: 0px;
	border-bottom: 7.5px solid #981b1f;
	border-top: 7.5px solid #9ab7df;
	position: absolute;
	z-index: 0;
}

/* content */

#content {
	text-align: left;
	margin: 0 auto;	
	padding-bottom: 65px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 175px;
	margin-left: 7px;
	margin-top: 15px;
	padding: 0;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 0;
}
#sidebar ul.sidemenu li {
	padding-left: 17.5px;
	padding-right: 17.5px;
}

/* main */
#main {
	margin: 0;
	padding: 0;
	margin-left: 185px;
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

.post {
	font-size: 12px;
	color: #000;
	margin: 0; padding: 0;
	background: #fff;
}

.pad {
	padding-right: 20px;
}

/* contact - top */
#contact-top {
	border: 0px;
	border-top: 1px solid black;
	background-color: #96191f;
	height: 52px;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: 0; padding: 0;
	text-align: center;	
}

/* news */
.news {
	margin: 0px;
	margin-left: 15px;
	border-top: 5px solid #9fb7e4;
	background-color: #ebeffa;
	padding-left: 5px;
	padding-right: 10px;
}

.hideme
{
	display: none;
}

/* footer */
/* footer */
#footer {
	position: absolute;
	bottom: 25px;
	border: 0px;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: 0; padding: 0;
	text-align: center;	
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.red { color: #96191f; }
.larger { font-size: 14px; color: #000; }
.larger a { color: #3f3f3f; }

dd {
  margin-left: 40px;
}

/* Fix line spacing on sub/superscripts */
sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup { bottom: 1ex }
sub { top: .5ex }