* {
	padding: 0;
	margin: 0;            /*Fixes positioning problems in IE*/
}

body {
	background: #3c3c33;
	color: #cecdb9;
	font: 1em "trebuchet MS", sans-serif;
}
A:link{ color:#1e1f19; text-decoration:underline; }
A:visited{ color:#3C3C33; text-decoration:underline; }
A:hover{ color:#ff6633; text-decoration:none; }
A:active{ color:#1e1f19; text-decoration:none; }
A:active:hover{ color:#FF6633; text-decoration:underline; }
A:visited:hover{ color:#FF6633; text-decoration:underline; }

div#container {
	position: absolute;
	top: 50%;
	width: 96%; /* MUST BE 100% MINUS THE LEFT AND RIGHT MARGINS */
	height: 500px;
	margin-top: -250px; /* MUST BE HALF OF THE HEIGHT */
	margin-left: 2%;
	margin-right: 2%;
	border: 1px solid #FFFFCC;
	background-color: #cecdb9;
}	
/*----------------------------------------------------------------
               STYLES FOR THE TITLE/SLOGAN DIVS
-----------------------------------------------------------------*/
#title {
	position: absolute;
	display: inline; /* PREVENTS OTHER DIVS FROM WRAPPING */
	background: url(../images/main/titlebg.jpg) no-repeat;
	float: left;
	margin: 10px 2%;
	width: 26%;
	height: 480px;
	border: 1px solid #000000;
}	
#title h1 {
	color: #1e1f19;
	text-align: right;
	margin: 20px 15px 0 0;
	font: 1.8em "trebuchet MS", sans-serif;
}
#title h2 {
	color: #FF6633;
	text-align: right;
	margin: 5px 15px 0 0;
	font: 1.1em "trebuchet MS", sans-serif;
}
#quote {
	margin-top: 240px;
	margin-left: 105px;
	letter-spacing: 1px;
	font: lighter 1.1em "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-right: 15px;
	position: absolute;
	width: 150px;
}
#quote li {
	list-style: url(none) none;
	text-align: right;
	margin-right: 20px;
}
#quote li em span{
	font-size: 0.65em;
}

/*------------------------------------------------------------------
               STYLES FOR THE NAVIGATION MENU DIV
------------------------------------------------------------------*/

#nav {
	position: absolute;
	margin-left: 28%;
	width: 23%;
	height: 100%; /* MUST BE 100% FOR SEPARATOR IMAGE TO BE VISIBLE */
}
#nav ul {
	font-size: 0.85em;
	font-weight: bolder;
	list-style: none;
	margin-left: 20px;
	margin-top: 37px;
}
#nav ul li {
	line-height: 30px; /* HEIGHT OF BACKGROUND IMAGE */
	margin-bottom: 10px;
	display: block;
}
#link1 {background: url(../images/nav/dot1.jpg) no-repeat;}
#link2 {background: url(../images/nav/dot1.jpg) no-repeat;}
#link3 {background: url(../images/nav/dot1.jpg) no-repeat;}
#link4 {background: url(../images/nav/dot1.jpg) no-repeat;}
#link5 {background: url(../images/nav/dot1.jpg) no-repeat;}
#link6 {background: url(../images/nav/dot1.jpg) no-repeat;}
#link7 {background: url(../images/nav/dot1.jpg) no-repeat;}
#link8 {background: url(../images/nav/dot1.jpg) no-repeat;}
#link9 {background: url(../images/nav/dot1.jpg) no-repeat;}
#link10 {background: url(../images/nav/dot1.jpg) no-repeat;}
#link11 {background: url(../images/nav/dot1.jpg) no-repeat;}

#nav ul li a:link, #nav ul li a:hover, #nav ul li a:visited {
	width: 100%;
	color: #3c3c33;
	text-decoration: none;
	text-indent: 32px;
	margin-bottom: 10px;
	display: block;
}
#nav ul li a:hover {
	color: #FF6633;
	font-size: 0.95em;
	background: url(../images/nav/dot.jpg) no-repeat;
}
#nav ul li a#active {
	color: #ff6633;
	background: url(../images/nav/dot.jpg) no-repeat;	
}
#nav li a span {
	display:none;
  }
#nav li a:hover span {
	width:80%;
	display:block;
	cursor:pointer;
	margin-top: -8px;
	text-align: left;
	margin-left: 0px;
	text-indent: 0ex;
	line-height: 9px;
	float: right;
  }
#nav .h4 {
	color:#343434;
	font-size:0.8em;
	font-weight: normal;	
  }
#nav li em {
	color: #cecdb9;
}
/*-----------------------------------------------------------------
                  STYLES FOR THE CONTENT DIV
-----------------------------------------------------------------*/

#content {
	position: absolute;
	display: inline;
	background: url(../images/main/cloudbg.jpg) no-repeat fixed right center; /* POSITION MUST BE CENTER-RIGHT TO SHOW UP CORRECTLY IN FF */
	width: 46%; /* WIDTH = 100% - (MARGIN-RIGHT + MARGIN-LEFT) */
	height: 480px;
	border: 1px solid #000000;
	overflow: auto;
	margin: 10px 2% 10px 51%;
	left: 14px;
	top: -2px;
}
#content h1 {
	color: #ff6633;
	font-size: 1.5em;
	margin-left: 25px;
	margin-top: 20px;
	font-weight: lighter;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 1em;
	color: #333333;
	margin-left: 15px;
	margin-top: 20px;
}
#content p {
	font-size: 0.8em;
	color: #1e1f19;
	text-align: left;
	margin-right: 15px;
	margin-left: 26px;
	margin-bottom: 10px;
}
/*-----------------------------------------------------------------
                  STYLES FOR THE GALLERY IMAGES
-----------------------------------------------------------------*/
#gallery1 {
	text-align: left;
	margin-top: 20px;
	position: relative;
	margin-left: 20px;
}
* html #gallery1 {margin-left: -25px;} /*Hack for IE to postion the gallery correctly*/

#gallery1 img{
	display: block;
	border: 1px solid #666666;
}
#gallery1 ul {
	list-style: url(none) none;
}
#gallery1 li {
	float: left;
	font-size: 0.7em;
	color: #1e1f19;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: 40px;
	line-height: 16px;
}
.clear {
	clear: both;
	height: 1px; /*gets rid of the extra height of the clearfix in IE*/	
}
#gallery1 h2 {
	margin-left: 7px;
	margin-bottom: 20px;
	margin-top: 0px;
}
* html #gallery1 h2 {
	margin-left: 51px;
}
#gallery1 p {
	margin: -19px 10px 20px 7px;
}
* html #gallery1 p {
	margin-left: 51px;
	margin-top: -20px;
}
.weblist {
	float: left;
	margin-left: 28px;
	margin-top: 20px;
	width: 117px;
	height: 100px;
}
* html .weblist {
	margin-left: 13px; /*position fix in IE for Windows*/
}
.weblist a {
	text-decoration: none;
	font-size: 0.55em;
	text-align: center;
}
.weblist img {
	border: 1px solid #000000;
}
.explanation {
	font-size: 0.75em;
	color: #1e1f19;
	font-weight: lighter;
	margin-top: 20px;
	margin-left: 160px;
	margin-right: 20px;
	height: 100px;
	line-height: 14px;
}
/*-----------------------------------------------------------------
                  STYLES FOR THE MAILBOX
-----------------------------------------------------------------*/
#mailbox {
	margin-left: 26px;
	margin-top: 25px;
	margin-right: 20px;
}
.warning {
	color: #ff6633;
}
/*-----------------------------------------------------------------
                  STYLES FOR THE FOOTER
-----------------------------------------------------------------*/
#footer img {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}
#footer li {
	float: left;
	list-style: url(none) none;
}
/*-----------------------------------------------------------------
                  STYLES FOR THE COPYRIGHT
-----------------------------------------------------------------*/
#copyright {
	position: absolute;
	top: 103%;
	font-size: 0.7em;
	font-weight: lighter;
	right: 0%;
	
}	
