@charset "UTF-8";
/* CSS Document */

html {
	background-attachment: fixed;
	background-image: url(../images/global/bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
}

/* Cells */

#contentcontainer {
	height: 630px;
	width: 920px;
	position: absolute;
	z-index:1;
	left: 50%;
	margin-top: 0;
	margin-left: -460px;
	clear: both;
}

#leftsidegutter {
	height: 610px;
	width: 10px;
	position:relative;
	background-image:url(../images/global/base_01.png);
	background-position:left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	float: left;
}

#centercontainer {
	height: 610px;
	width: 900px;
	position:relative;
	float: left;
	visibility: visible;
	z-index: auto;
}

#centerbanner {
	height: 51px;
	width: 900px;
	position:relative;
	background-image:url(../images/global/base_02.png);
	background-position:left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	float: left;
	visibility: visible;
	z-index: auto;
}

#rightsidegutter {
	height: 610px;
	width: 10px;
	position:relative;
	background-image:url(../images/global/base_03.png);
	background-position:left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	float: left;
	visibility: visible;
	z-index: auto;
}

#maincontent {
	height: 549px;
	width: 900px;
	position:relative;
	background-image:url(../images/global/base_04.png);
	background-position:left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	float: left;
	visibility: visible;
	z-index: auto;
	padding: 10px;
	vertical-align: top;
}

#minigallery {
	height: 529px;
	width: 370px;
	position:relative;
	float: right;
	visibility: visible;
	z-index: auto;
	top: -529px;
	right: 20px;
}

#footercap {
	height: 10px;
	width: 900px;
	position:relative;
	background-image:url(../images/global/base_05.png);
	background-position:left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	float: left;
	visibility: visible;
	z-index: auto;
	clear:both;
	margin-top: -20px;
}

#copyright {
	height: 20px;
	width: 920px;
	position:relative;
	float: left;
	visibility: visible;
	z-index: auto;
	clear:both;
}


/* Text Formatting */

p {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #111111;
	text-align: left;
}

h1 {
	font-family: Geneva, sans-serif, Arial, Helvetica;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	width: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h2 {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

h3 {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
}

ul {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
}

li {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
}

.copyright {

	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-align: center;

}

/* Links */

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}


/*Menu*/
#menu {
	position:relative;
	height:40px;
	float:right;
	overflow: hidden;
	margin: 5px;
}


#dropline {position:relative; font-size:14px; height:40px; }

#dropline, #dropline ul {padding:0; margin:0; list-style:none; width:auto;}

#dropline table {border-collapse:collapse; margin:-1px -10px; 0 0; padding:0; width:0; height:0; font-size:14px;}
#dropline li {float:left; height:38px;}
#dropline li a {float:left; display:block; height:40px; line-height:40px; padding:0 20px 0 10px; font-family: "Lucida Grande", Geneva, Helvetica, Arial; font-size:14px; color:#ffffff; text-decoration:none; font-weight:bold;}
#dropline li ul li a {color:#666;}

#dropline li a.down {background:url(../images/down.gif) no-repeat right center;}

#dropline li ul li a.down {font-size:16px; font-weight:bold;}

#dropline li ul {position:absolute; top:38px; left:-9999px; z-index:10; background:url(../images/fade.png);}

#dropline li ul.floatRight li {float:right;}


/*Scroll Bar*/
