/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font: 0.75em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	background-image: url(../images/backfades.gif);
	background-repeat: no-repeat;
	background-position: top;
	
}
a:link {
	color: #49A9E9;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #49A9E9;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	font: 16px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
}
/* Icon fix -- */
.iconfix img{
	margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
	}



/* Layout Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	/* background-image: url(../images/grid.png);  USE TO SHOW THE GRID */
	background-repeat: repeat;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

#content{border: solid 1px #333333; min-height:300px;padding:20px 20px 20px 20px;}

#mainbanner {
	background-color: #DC3C00;
	height: 250px;
}
#mainbannertext {
	height:150px;
	margin-top:25px;
	width: 420px;
	padding: 25px;
	color: #FFFFFF;
	float:left;
	
}
#mainbannerimage {
	height:250px;
	width: 300px;
	color: #FFFFFF;
	float:left;
	background-image: url(../images/sup.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#topsection {
	background-image: url(../images/topsection.gif);
	background-repeat: no-repeat;
	height: 170px;
}
#topsection h1 {
	text-indent: -1000px;
}
#bannertext{
	background-color:#333333;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 160%;
	font-weight: normal;
}
#footer {
	height:40px;
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	padding:10px;
}
/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.hr { border-top:1px solid #B9CEE1; margin-top: 10px; margin-bottom: 10px; }
.left {float:left;}
.right {float:right;}
.alignright {text-align:right;}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.mainheader {
	font: 140%/150% Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.charcoal{
 color:#333333;
}
.blue{
 color:#1BC0E9;
}
.medium-blue {
	color:#1BC0E9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 26px;
	}
.large-blue {
	color:#1BC0E9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 28px;
	}
.medium-charcoal {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 26px;
	}
.large-charcoal {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 28px	}
.bigblocker {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 26px;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	display: block;
}


/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#topnav {
	height:40px;
	display: block;
	margin: 0px;
	list-style: none;
	float: right;
	width: 600px;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;		
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav  li a {
	font: normal 11px/40px Arial, Helvetica, "Lucida Grande";
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	margin: 0px 5px 0px 0px;
	float: left;
	padding: 0px 5px;
	width: 90px;
	/* background-image: url(../images/tab.gif); */
	background-repeat: no-repeat;
	background-position: left bottom;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #24211C;
}
#topnav li a:hover {
	color: #66CCFF;
	border-top-color: #66CCFF;
}
#topnav li.selected a, #topnav li.selected a:hover  {
	color: #66CCFF;
}
#last { border-right:1px solid #FFFFFF; }
/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#subnav { 
	margin: 25px 0px 0px;
	padding:0px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	font: normal 10px/20px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom: 1px solid #CCCCCC;
}
#subnav li a:hover {
	color:#0099CC;
	font-weight: normal;
}
/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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