/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	font: 0.8em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	font: 24px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
}

#container{
	background-image: url(../images/background-tile-fade.png);
	background-repeat: repeat-x;
	color: #333333;
	}
#topsection{
	height:235px;
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
}
#topsection h1{
	text-indent:-2000px;
}
#content{
	min-height:300px;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-y;
}
#footer{
	height:100px;
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 14px;
}
.sectionheader{
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	padding-bottom: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 10px;
	}


/* TOP NAV */

#topnav {
	display: block;
	list-style: none;
	bottom: 300px;
	margin:0px;
	height: 30px;
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav li span {
	margin: 0px;
	padding: 0px;
	display: block;
}
#topnav  li a {
	color: #333333;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	background-image: url(../images/navdividers.png);
	background-repeat: no-repeat;
	height: 25px;
	background-position: right center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:120%;
	font-weight:300;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
	float: left;
}
#topnav li li a {
	color:#0099CC;
	padding-left: 13px;
	background-image: url(../images/sub-navborder.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left bottom;
}
#topnav li li li a {
	color:#CC0033;
	padding-left: 20px;
	background-image: url(../images/navborder.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left bottom;
}
#topnav li a:hover {
	color: #FFFFFF;
}
#topnav li.selected a, #topnav li.selected a:hover  {
	color: #FFFFFF;
}
#last { border-right:1px solid #FFFFFF; }
/* Main Panel Navigation */

#subnav {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
}
#subnav li li a {
	color:#666666;
	padding-left: 20px;
}
#subnav li a span{
	display:none;
}
#subnav li a {
	list-style-type: none;
	display: block;
	font: normal 12px/20px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration: none;
	margin: -1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C9CAB1;
	border-bottom-color: #C9CAB1;
}
#subnav li a:hover {
	color:#990000;
	font-weight: normal;}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */
.largecharcoal {
	color:#333333;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:180%;
	}
.mediumcharcoal {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	}
.largered {
	color:#990000;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:180%;
	}
.mediumred {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	}




/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallerythumb{
	float:left;
	border: none;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
}
.gallerythumb img{
	padding: 1px;
	display: inline;
}

