/* Coconut Graphics - CSS Style Sheet */
/* Author: Ryan Farrow */
/* Version: 1.0 */

* { margin-top: 0px; margin-bottom: 0px; border: 0pt none;}

/* --------------------------- Font Styles */

body { 
	font-family: Arial,Helvetica,sans-serif;;
	font-size: 14px;
	color: #444444;
	margin: 0px; 
	padding: 0px;
	text-align:left;
	vertical-align:middle;
	background: #ffffff url(../images/sidebg.gif) no-repeat center top; 
	}

p 	{ 
	padding: 0px 0px 15px 0px;
	}
	
table { 
	width: 100%;
	}

tr { 	
	padding: 5px 5px 5px 5px;
	font-weight:normal;
	}

td { 	
	padding: 5px 5px 5px 5px;
	font-weight:normal;
	}
	
tr.title{ 
	font-weight: bold;
	background: #999999;
	color: #ffffff;
	}
	
tr.detail_odd { 
	background: #dfdfdf;
	}

tr.detail_even { 
	background: #efefef;
	}
	
/* --------------------------- Page Layout and Design */

#page_width {
	width: 900px; 
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
	}
	
* html #page_width {
    height: 1%;
}
	
#page_container {
	border: 1px #999999 solid;
	}
	
#header_nav_container {
	height: 612px;
	background: #ffffff url(../images/top_container_bg.jpg) no-repeat top center;
	clear: both;
	}
	
#locations {
	position: relative;
	padding: 440px 20px 10px 20px;
	}
	
#top_nav {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 6px;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	height:100px;
	}

#top_nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#top_nav li{
	float:left;
	padding: 0px 4px 0px 0px;
	font-style: normal;
	font-weight: bold;
	}
	
#top_nav a, #top_nav a:visited {  
	text-decoration: none; 
	border-bottom:none;
	color: #333;
	font-size: 12px; 
	}

#top_nav a:hover, #top_nav a:active {
	color:#ff6600;
	border:none;
	}
	
	
#content_menu_container {
	}	
		
#content {
	text-align:justify;
	margin-right: 20px;
	margin-left: 20px;
	}	
	
#footer {
	height: 70px;
	background: #ffffff url(../images/footer_bg.jpg) no-repeat top left;
	clear:both;
	}
	
	
#footer_links_container {
	background: #ffffff url(../images/footer_links.jpg) no-repeat top left;
	height: 70px;
	}	
	
#footer_links {
	width: 100%;
	font-size: 11px;
	color: #666666;
	float: right;
	}	
	
#footer_links a, #footer_links a:visited { 
	text-decoration: none; 
	border-bottom:none;
	color: #666666;
	display: block;
	height: 25px;
	}

#footer_links a:hover { 
	color:#ff9900;
	border-bottom: 1px solid dotted;
	font-weight:normal;
	}
	
#footer_links ul {
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px 15px;
	}

#footer_links li{
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	}



/* ------------------------------ Form Layout and Design */

fieldset{
border: 1px solid #efefef;
background: none;
padding-left: 10px;
}

fieldset p{
font-size: 10px;
}

legend{
color: #aaaaaa;
font-size: 11.5px;
font-weight:bold;
}

input.text, textarea {
	background: #efefef url(../images/form_bg.gif) no-repeat 0 0;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #efefef;
	border-top: 1px solid #ffffff;
	color: #777777;
	margin-bottom: .7em;
	padding: 3px 3px 4px 4px;
	width: 160px;
}

input.login_text {
	background: #eeeeee url(../images/form_bg.gif) no-repeat 0 0;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #efefef;
	border-top: 1px solid #ffffff;
	color: #777777;
	margin-bottom: .7em;
	padding: 3px 3px 4px 4px;
	width: 100px;
}

select {
	background: #ffffff url(../images/form_bg.gif) no-repeat 0 0;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #ededed;
	border-right: 1px solid #efefef;
	border-top: 1px solid #ededed;
	color: #777777;
	margin-bottom: .7em;
	padding: 5px 10px 6px 6px;
	min-width: 100px;
}

label {
	display: block;
	padding-top: 8px;
	padding-bottom:10px;
	padding-right:20px;
	text-align:right;
	width:160px;
}

textarea {
	margin-bottom: 1.5em;
	width: 240px;
	font-size: 11px;
}

label, input, select, textarea {
display:block;
float:left;
margin-bottom:15px;
}

.clearleft {
clear: left;
}

.clear {
clear:both;
font-size:1px;
height:1px;
}

.conditions {
	font-size: 9px;
	font-family: tahoma;
	color: #888888;
}
 
ul li.error_list {
	font-size: 11px;
	font-weight:normal;
	font-family: tahoma;
	color: #FF9900;
}
 
p.error {
	font-size: 11px;
	font-weight:bold;
	font-family: tahoma;
	color: #FF9900;
}

.small {
font-size:9px;
line-height:13px;
}
	
#content ul li { 
	margin: 0px 0px 0px 0px;
	padding-top:0px;
	}

#content ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 10px 0px 0px 0px;
	padding:0px;
	}
	
h1, h2, h3 {
	font-family: century gothic, arial, tahoma, verdana, lucida grande;
	font-weight: normal;
	letter-spacing: -1px;
	}

h1 {
	font-size: 18px;
	color:#333;
	font-weight:normal;
	padding: 0px 0px 20px 0px;
	}
	
h2 { 
	font-size: 16px;
	color:#ff6600;
	padding: 0px 0px 20px 0px;
	}
	
#locations h2 {
	font-size: 20px;
	color:#ffffff;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-family: "century gothic", arial, tahoma, verdana, "lucida grande";
	font-style: italic;
	}
	
h3 { 
	font-size: 12px;
	font-style:italic;
	color:#ff6600;
	}

h4 { 
	font-size: 14px;
	color:#333;
	font-weight:bold;
	}

h5 { 
	font-size: 14px;
	color:#ff6600;
	font-weight:bold;
	}
	
h6 { 
	font-size: 11.5px;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
	}
	
button {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #888888;
	background: url(../images/design_button.gif) no-repeat;
	width: 90px;
	height: 21px;
	border: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	}

button:hover {
	color: #ff9900;
	}

acronym {
	color: #999999;
	border-bottom: 1px dotted #999999;
	cursor: help;
	}

img {
	border:none;
	}
	
a img:hover {
	border-bottom: none;
	border-bottom-style: none;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	}
	
a, a:visited { 
	text-decoration: none; 
	color:#FF6633;
	}

a:hover, a:active { 
	color:#666666; 
	background-image:none;
	background:none;
	text-decoration: none; 
	}

#content a {
	color: #ff7700; 
	font-style:normal;
	font-weight:normal; 
	background: none;
	background-image:none;
}

#content a:hover{
	color: #333333;  
	font-style:normal;
	font-weight:normal;
}

#leftNav ul li a, #leftNav ul li a:visited {

	background: url(../images/nav_arrow.gif) left top no-repeat;
	border-bottom:1px dotted #cccccc;
	color:#666666;
	display:block;
	margin: 5px 0 0 0px;
	font-family:"Trebuchet MS",Arial;
	height:20px;
	padding: 0px 0 0 20px;
	text-decoration:none;
	width:auto;
}

#leftNav ul li a.indent, #leftNav ul li a:visited.indent {
	background: url(../images/bullet.gif) left top no-repeat;
	height: 20px;
	margin: 5px 0 0 15px;
	}

#leftNav ul li a:hover, #leftNav ul li a:active{
	color: #ff9900; 
	font-style:normal;
	font-weight:normal;

}

#leftNav ul li { 

	margin:0px;
	padding:0px;
	}
	
#leftNav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
/* --------- Sitemap Style */

#sitemap a.heading {
	color:#666666;
	font-weight:bold;
}

#sitemap a:visited.heading { 
	color: #666666;
	text-decoration: none;
	font-weight:bold;
	}

#sitemap p { 
	padding-bottom: 3px;
	padding-top: 2px;
	}
