/********************************************
AUTHOR:  			Erwin Aligam 
WEBSITE:   			http://www.styleshout.com/
TEMPLATE NAME: 		Enlighten
TEMPLATE CODE: 		S-0011
VERSION:          	1.0          	
 *******************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0 20px 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #FFFFFF;
	text-align: center;	
	height: 100%;	
}

/* links */
a {
	background: inherit;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover { background: inherit; color: #990000; text-decoration: underline; }

/* headers */
h1, h2, h3, h4 { font: bold 1em sans-serif; color: #333; }
h1 {
	font-size: 1.8em;
	font-variant: small-caps;
}
h2 { font-size: 1.3em; /*text-transform: uppercase; font-variant: small-caps;*/ }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.5em; /*text-transform: uppercase;*/ font-variant: small-caps; margin: 0px 10px 10px;}
h1, h2, h3, h4 { margin: 15px 10px 5px; }
p { font-family: sans-serif; margin: 0px 10px 10px; }
ul, ol { margin: 0px 30px 10px; padding: 0 15px; color: #990000; }
ul span, ol span { color: #333; }

/* images */
img.float-right { margin: 5px 0px 5px 15px; }
img.float-left { margin: 5px 30px 5px 0px; }

/* pathway text */
#pathway_text { overflow: hidden; display: block; height: 20px; line-height: 20px !important; line-height: 22px; padding-left: 8px; border: 1px dotted #fff; margin-bottom: 2px; font-weight:bold; }
#pathway_text img {
	border: none;
	padding: 0px;
	vertical-align: middle;
}

acronym { cursor: help; border-bottom: 1px solid #777; }
blockquote { margin: 15px; 	padding: 0 0 0 40px; background: #FAFAFA url(../images/quote.gif) no-repeat 3px 5px; border: 1px solid #eee; font: bold 1.2em/1.5em sans-serif; color: #666666; }

/* form elements */
form { margin:10px 15px; padding: 0; border: 1px solid #eee; background-color: #FAFAFA; }
label { /*display:block;*/ font-weight:bold; margin:5px 0; }
input { padding: 2px; border:1px solid #eee; font: bold normal 1em sans-serif; color:#333333; }
select { padding: 2px; border:1px solid #eee; font: normal 1em sans-serif; color:#777; margin: 2px; }
textarea { width:400px; padding:2px; font: normal 1em sans-serif; border:1px solid #eee; height:100px; display:block; color:#777; }
input.button { margin: 0; font: bold 1em Arial, Sans-serif; border: 1px solid #CCC; background: #FFF; padding: 2px 3px; color: #333;}

/* search form */
.searchform { background-color: transparent; border: none; margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { width: 130px; color: #333; height: 20px; padding: 2px; vertical-align: middle;}
.searchform input.button { font: bold 12px Arial, Sans-serif; color: #333; width: 60px; height: 26px; border: none; padding: 3px 5px; vertical-align: top;}

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

#wrap { width: 992px; margin: 0 auto; border: 1px dotted #CCCCCC;} /* MAIN VARIABLE */
/*#content{width: 978px; float: left}*/
#advert-block{float: right; width: 45%; padding: 5px; margin:5px 15px 0 0;}
.sidebox { margin-bottom: 10px; margin-top: 5px; width:48%; float:left;}

/* main */
#main { float: left; width: 52%; margin: 5px 0 10px 0; padding: 0;}

/* header */
#header { position: relative; height: 165px; text-align: left; margin: 0; padding: 0; background: #FFF; }
#header #logo-box { position: absolute; left: 15px ; top: 15px; width: 970px; height: 145px; background: #FFF  url(../images/newBSAwebsiteheading2009.gif) no-repeat;}
#logo-box #logo { position: absolute; font: bold small-caps normal 2.1em Georgia, "Times New Roman", Times, serif; color: #FFF; margin: 0; padding: 0;/* change the values of left and top to adjust the position of the logo */ top: 15px; left: 82px;}
#logo-box #slogan {position: absolute;font: bold 12px "Trebuchet MS";text-transform: none;color: #FFFFFF;margin: 0; padding: 0;/* change the values of left and top to adjust the position of the slogan */top: 48px; left: 82px;}


/* Pasted in #menu ul from the original enlightened template */
#menu {
	display: block;
	position: relative;
	top:2px;
	padding-left:15px;
}

#menu ul {
	font: bold normal 1em sans-serif;
	width: 962px; /* MENU WIDTH IMPORTANT!!!!!!! */
	color: #FFF;
	background-color: #B4170F;
	margin: 0;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;
	text-transform: none;
}

#menu li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	border-top: 0;
	border-right: 1px solid #CC0000;
	border-bottom: 0;
	border-left: 0;
}

#menu a {
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 20;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}


#menu {
	color: #FFFFFF;
}

#menu li:hover {
	background-color: #F18E00;
	color: #FFFFFF;
}

#menu a {
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 5px 5px;
}

#menu li:hover>a {
	color: #FFFFFF;
}

#menu li ul {
	color: #FFFFFF;
	background-color: #B4170F;
	border: 1px solid #FFFFFF;
	width: 130px;
}

#menu li ul a {
	text-align: left;
}

/* content */
#content-wrap { clear: both; float: left; width: 100%; background: #FFF url(../images/content.jpg) repeat-y;min-height: 768px}
#content {clear: both; text-align: left; padding-left: 15px; margin: 0;}

/* sidebar */
#sidebar {float: right; width: 47%;/* margin: 0 0 10px 0; padding: 0;*/ text-align:left;	}	
#sidebar h1 { padding: 10px 0px 5px 10px; margin: 0;color: #660000;}
#sidebar h2 { padding: 10px 0px 5px 10px; margin: 0; color: #660000;}
#sidebar h3 { padding: 10px 0px 5px 10px; margin: 0; color: #660000;}
.moduletablesidebox {margin-bottom: 10px;}

/* sidebar menu */
#sidebar ul.sidemenu {list-style:none; margin: 10px 0 15px 0; padding: 0;}
#sidebar ul.sidemenu li { padding: 0px 10px;}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
	font-size: .95em;
	overflow:hidden;
}
#sidebar ul.sidemenu a.top{	border-top: 1px dashed #D5D5D5;}
#sidebar ul.sidemenu a:hover { padding: .3em 0 .3em 10px; border-left: 5px solid  #993333; color: #993333;}

#sidebar ul.mainlevelsidemenu {list-style:none; margin: 10px 0 15px 0; padding: 0;}
#sidebar ul.mainlevelsidemenu li { padding: 0px 10px;}
#sidebar ul.mainlevelsidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
	font-size: .85em;
}
#sidebar ul.mainlevelsidemenu a.top{	border-top: 1px dashed #D5D5D5;}
#sidebar ul.mainlevelsidemenu a:hover { padding: .3em 0 .3em 10px; border-left: 5px solid  #993333; color: #993333;}


#main h1 {
	border-bottom: 1px dashed #D5D5D5;
	font-weight: bolder;
}
/*#main table  {margin-left: 10px;}*/
.post { margin: 0; padding: 0;}
.post .post-footer { background-color: #fafafa; padding: 5px; margin-top: 20px; font-size: 95%; border: 1px solid #eee;}
.post .post-footer .date { background: url('../images/clock.gif') no-repeat 0 center; padding-left: 20px; margin: 0 10px 0 5px;}
.post .post-footer .comments { background: url('../images/comment.gif') no-repeat 0 center; padding-left: 20px; margin: 0 10px 0 5px;}
.post .post-footer .readmore { background: url('../images/page.gif') no-repeat 0 center; padding-left: 20px; margin: 0 10px 0 5px; }

/* footer */
#footer { clear: both; margin: 5px 15px 2px 15px; padding: 12px 0 0 0; font: normal .92em/1.5em sans-serif; height: 55px; color: #666666; text-align: center; border-top: dotted 1px #ccc}
#footer p {margin: 0; padding: 0;}
#footer a { text-decoration: none; color: #777;}
#footer a:hover { text-decoration: underline; color: #333;}

/* 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; }

/* travel info display */
#mytable.table {
	border-collapse: collapse;
	width: 50%;
	margin: 24px;
}

#mytable th {
	/*background: #3e83c9; */
	background: rgb(205, 0, 17);
	color: #c0c0c0;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

#mytable td.pic {
	padding: 6px 11px;
	/*border-top: 1px dotted rgb(229, 0, 4);*/
	border-bottom: 1px dotted rgb(229, 0, 4);
	vertical-align: top;
	text-align:center;	
	color: #444;
}

#mytable{
	font-size: 95%;
}
#mytable td.text {
	padding-left: 2px;
	padding-top: 18px;
	/*border: 1px dotted rgb(229, 0, 4);*/
	border-bottom: 1px dotted rgb(229, 0, 4);
	vertical-align: top;
	color: #444;
}
#mytable td.content {
	padding-left: 10px;
	/*border: 1px dotted rgb(229, 0, 4);*/
	vertical-align: top;
	color: #444;
}
#mytable td a {
	font-weight:bold;
	color: #B4170F;
}

#mytable td * {
	padding: 6px 11px;
}

#mytable tr.alt td {
	/*background: rgb(255, 255, 255);*/
}

#mytable tr.over td, tr:hover td {
	/*background: #bcd4ec;*/
	/*background: rgb(255, 235, 187); */
}

/* poll */
.poll {
font-size: 10px;
text-align: center;
}

.contentpaneopen {
	margin: 0;
	width: 510px;
}

/* TGCSA etc... */
#TGCSA {
	float: right;
	width: 100px;
	text-align: left;
	margin-right: 10px;
}
.tabulardata {
	font-size: 1em;
}
.tabulardata td{
	font-size: .95em;
	padding: 0px 0px 0px 5px;
	margin-left: 5px;
}
.contentpane {
	font-size: 1em;
}
.contentpane td{
	padding: 0px 0px 0px 5px;
	margin-left: 5px;
}
.contentpane tr{
	padding: 0px 0px 0px 5px;
	margin-left: 5px;
}
.contentpane table{
	padding: 0px 0px 0px 5px;
	margin-left: 5px;
}
.message {
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
	line-height: 1.5em;
	color: #CC0000;
}


/* start - Numbers table */
#heritage table {
	border-collapse: collapse;
	margin: 10px 15px;
	font-size: 90%;	
}
#heritage th strong {
	color: #fff;
}
#heritage th {
	background: #333333;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	/*text-align: left;*/
	border-left: 1px solid #CCCCCC;
	border-bottom: solid 2px #FFF;
}
#heritage tr {
	height: 30px;
}
#heritage td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
#heritage td.first,th.first {
	border-left: 0px;
}
#heritage tr.row0 {
	background: #F8F8F8;
}
#heritage tr.row1 {
	background: #EFEFEF;
}
/* end - table */

.contentimg { border: 1px solid #DDD; padding: 5px; background-color: #FFF; margin-top: 2px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; }

#toolbar img { border: 1px solid #DDD; padding: 5px; background-color: #FFF; margin-top: 2px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px; }

#contact {
	margin: 0px 10px 10px;
	width: 98%;
}
#contact textarea {width:350px;}

.discountertown {
	font-size: larger;
	font-weight: bolder;
	color: #660000;
	border-top: 1px dashed #D5D5D5;
	margin-top: 10px;
	margin-bottom: 0px;
}

.advertimg { border: 1px solid #DDD; padding: 5px; background-color: #FFF;}

#smallmenu {float:left;width:70%;}
#topsearch {float:left;width:28%;}
#pagemenu {height:27px;}
/* header links */
ul#smallmenu {	
	list-style: none;	
	font-size: 1.0em;
	padding: 5px 10px 8px 0px;
	font-weight: normal;
        float: left;
}
#smallmenu ul#smallmenu li {
	list-style: none;float: left;
}
#smallmenu ul#smallmenu li a {	
	color: #A8A6A6;
	text-decoration: none;		
	display: block;
	padding: 5px 10px 0px 0px;		
}
#smallmenu ul#smallmenu li a:hover {
	color: #B4170F;
}

.contentheading { font-size: 1.9em; font: bold sans-serif; color: #666;margin: 15px 10px 5px 10px; text-transform: uppercase; padding:10px 0px 0px 10px; border-bottom:dashed 2px #efefef;}
.componentheadingboo { font-size: 1.9em; font: bold sans-serif; color: #666;margin: 15px 10px 5px 10px; text-transform: uppercase; padding:10px 0px 0px 10px; border-bottom:dashed 2px #efefef;}



/*  end  */