/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
	background: #D0C6C2 url(redesign/images/pattern_036c.gif) repeat;
	behavior:url(redesign/css/csshover.htc);
	color: #CCC;
}
}

a:link, a:visited, a:hover {
	color: #B3C9D3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 110%;
	color: #CCC;
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #5B96A2;
	font-weight: bolder;
}

h3{
	font-size: 105%;
	color: #CCC;
	text-decoration: underline;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #CCC;
}

h5{
	font-size: 100%;
	color: #CCC;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #CCC;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#maincontainer {
	background-color : #CCC;
	border-left    : 0px solid #000000;
	border-right     : 0px solid #000000;
	border-bottom    : 0px solid #000000;
}

#maincontainerfront {
	background-color : #f5f5f5
	height:auto;
	width: 750px;
	margin: 0px auto 10px auto;
	border-left    : 0px solid #000000;
	border-top    : 0px solid #000000;
	border-right     : 0px solid #000000;
}

#frontpagebanner{
	background-color:#000000;
	min-width: 750px;
	width:auto;
	height: 217px;
}

#pagebanner{
	background-color:#000000;
	min-width: 750px;
	width:auto;
	height: 60px;
}

#topnavbar{
	vertical-align:middle;
	font-size:10px;
	text-decoration:none;
}

#topnavbar a:link{
	color:#CCC;
	text-decoration:none;
}
#topnavbar a:visited{
	color:#CCC;
	text-decoration:none;
}
#topnavbar a:hover{
color:#FFFFFF;
text-decoration:none;
}

#topnavbar a:active{
	color:#CCC;
	text-decoration:none;
}

#mainbody{
	background-color: #000;
	height: auto;
	min-height: 400px;
	width:auto;
	position: relative;
}

#tourcontent{
	background-color:#000;
	margin: 0px 0px 0px 170px;
	position:relative;
	width:auto;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
}

#leftsidebar{
	padding: 5px 0px 200px 0px;
	background-color: #000;
	left: 10px;
	top: 10px;
	float: left;
	position: relative;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:135px;
	height: auto;
}

#contentfront{
	background-color:##DEDEDE;
	margin: 0px 2px 0px 165px;
    position: relative;
	top: 0px;
	width: auto;
        height: auto;
	padding: 10px 10px 10px 10px;
	left: 2px;
}

#leftsidebarfront{
	padding: 5px 5px 5px 5px;
	background-color: #000;
	margin-left: 1px;
	left: 10px;
	top: 10px;
	position: relative;
	float: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:135px;
	height: auto;
}

#rightsidebar{
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	background-color: #000;
	position: absolute;
	float: right;
	right: 20px;
	top: 102px;
	height:auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
}

#siteInfo{
	font-size: 75%;
	background-color:#CCC;
	padding: 5px 5px 5px 5px;
	margin-bottom: 2px;
	border-top: 1px solid #BFBFBF;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.sidebartext{
	font-size: 100%;
}

.frontcontenttext{
        margin-left: 5px;
        margin-top: 5px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #CCCccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #tour tables styles **************/

.tableheader{
	background-color:#996633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	text-decoration: none;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: disc;
}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: disc;
}

.firstnormal {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#FFFFFF;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: disc;
	background: #000000;
}
.secondnormal {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#FFFFFF;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: disc;
	background: #000000;
}

input, textarea, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border:'1px' 'solid' '#7f7f7f'
	text-indent: 1pt;
	background-color:#FFFFFF;
	color:#CCC;
}
input.noborder, textarea.noborder, select.noborder
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
	text-decoration: none;
	text-indent: 1pt;
	background: #ffffff;
	color: #CCC;
	border: 0px none;
}

.nopermission {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: disc;
}



.heading {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;

	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #669900;
	text-decoration: none;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: disc;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #618FB1;
	vertical-align: middle;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: none;


}
.copyright {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
	text-decoration: none;
	vertical-align: middle;
	list-style-position: outside;
	list-style-type: disc;
}
.star {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: disc;
}
.backtotop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #126091;
	text-decoration: none;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: disc;
}
.firstrow{
	background: #eeeeee;
}

A.headlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCC;
	text-decoration: none;
}
A.visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCC;
	text-decoration: none;
}
A.hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCC;
	text-decoration: none;
}
