* {
   padding: 0;
   margin: 0;            /*THIS FIXES POSITIONING PROBLEMS IN IE*/
}

body {
	background-color:#000000;
	font-family: trebuchet MS, sans-serif;
}

#container {
	width:1000px;
	height: 500px;
	margin-top: 150px;
	margin-left:auto;
	margin-right:auto; 
	background: #DC7F32;
}	

/*----------------------------------------------------------------
               STYLES FOR THE TITLE/SLOGAN DIVS
-----------------------------------------------------------------*/

#title {
	background: url(images/orangebackground.jpg) no-repeat;
	float: left;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	width: 350px;
	height: 470px;
}	

#title h1 {
	font-family: trebuchet MS, sans-serif;
	font-size: 15px;
	color: black;
	text-align: right;
	margin: 200px 30px 0 0;
}

#title h1 span {
	color: #1A658D;
}

#title h2 {
	font-family: trebuchet MS, sans-serif;
	font-size: 18px;
	color: #1A658D;
	text-align: right;
	margin: 5px 20px 0 0;
}

/*------------------------------------------------------------------
               STYLES FOR THE NAVIGATION MENU DIV
------------------------------------------------------------------*/

#nav {
	background: url(images/separator.jpg) no-repeat;
	float:left;
	margin-left:20px;
	width: 180px;
	height: 100%; /* MUST BE 100% FOR SEPARATOR IMAGE TO BE VISIBLE */
}

#nav ul {
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	margin-left: 20px;
	margin-top: 108px; /* DEPENDING ON THE NUMBER OF LINKS IN THE NAVBAR, AND THE SIZE OF THE BACKGROUND IMAGES, YOU MAY NEED TO ADJUST THIS NUMBER TO VERTICALLY CENTER THE NAVBAR */
}

#nav ul li {
	line-height: 32px; /* HEIGHT OF BACKGROUND IMAGE */
	margin-bottom: 10px; /* SPACES OUT LIST ITEMS */
}

#link1 {background: url(images/nav/home.png) no-repeat;}
#link2 {background: url(images/nav/gallery.png) no-repeat;}
#link3 {background: url(images/nav/compass.png) no-repeat;}
#link4 {background: url(images/nav/globe.png) no-repeat;}
#link5 {background: url(images/nav/world.png) no-repeat;}
#link6 {background: url(images/nav/info.png) no-repeat;}
#link7 {background: url(images/nav/contact.png) no-repeat;}

#nav ul li a:link, #nav ul li a:hover, #nav ul li a:visited {
	display: block; /* THIS MAKES THE ENTIRE LIST ITEM CLICKABLE (NOT JUST TEXT) */
	color: #000000;
	width:133px;
	text-decoration: none;
	text-indent: 10px; /* ACTS LIKE LEFT PADDING */
}

#nav ul li a:link, #nav ul li a:visited {
	border-right: 5px #E29A5F solid;
}

#nav ul li a:hover {
	border-right: 5px #1A658D solid;
	color: #1A658D;
}

#nav ul li a#active {
	border-right: 5px #1A658D solid;
	color: #1A658D;
}

/*-----------------------------------------------------------------
                  STYLES FOR THE CONTENT DIV
-----------------------------------------------------------------*/

#content {
	float:left;
	background: url(images/orangebackground.jpg) ; 
	width: 417px;
	height: 466px;
	margin-top:15px; 
	border: 2px #1A658D solid;
	overflow: auto;
}

#content_container{
	padding-left:10px;
	padding-right:10px;
}

#content h1 {
	color: #1A658D;
	font-size: 2em;
	margin-left: 10px;
	padding-top:10px;
}

#content p {
	margin: 5px 5px 0 5px;
	text-align: justify;
	font-size:14px;
	padding-bottom:12px;
	padding-left:5px;
	line-height:18px;
}
	
#content a {
	color: #FFFFCC;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

/*-----------------------------------------------------------------
                  STYLES FOR THE GALLERY IMAGES
-----------------------------------------------------------------*/

.galleryimage {
	float: left; /* THIS LETS THE DIVS DISPLAY AS INLINE, AND WRAP ACCORDING TO THE SCREEN SIZE */
	border: 2px #FFFFCC solid;
	margin: 5px;
	padding: 2px;
	text-align: center;
	width: 104px;
	height: auto;
	text-decoration: none;
}

.galleryimage a {
	text-decoration: none;
}

.galleryimage img {
	border: none;
}

.csc-mailform{
	border:none;
	padding-left:10px;
}

.csc-mailform-field{
	padding-bottom:10px;
}

.csc-mailform-field label{
	clear:right;
	padding-right:200px;
	font-size:13px;
	font-weight:bold;
}

.csc-mailform-field input, .csc-mailform-field textarea{
	border: 1px #1A658D solid;
	width:250px;
}

#mailformformtype_mail{
	width:50px;
}