/* CSS Document */
/* 3-column design referenced from http://www.neuroticweb.com/recursos/3-columns-layout/index.php */

html, body {
	background-color: #b1bd87;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}	

a:link {
	text-decoration: none;
	color: #993333;
}	

a:visited {
	text-decoration: none;
	color: #993333;
}

a:hover {
	text-decoration: underline;
	color: #54849d;
}


hr {
	color: #c6cdad;
	height: 0.5px;
}	

#container_main {
	background-image: url('/globalimg/global_background.gif');
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 770px;
	height: 100%;
}			

#container_home {
	background-image: url('/globalimg/home_columnbackground.gif');
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 770px;
}	

#container {
	background-image: url('/globalimg/columnbackground.gif');
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 770px;
}

#header { 
	background-repeat: no-repeat;
	background-position: inherit;
	overflow: auto;
}	

/* BELOW THE DROPDOWN NAV STYLES BEGIN FOR TOP NAV */

#topnav {
	width: 770px;
	height: 20px;
	background-color: #454545;
}	 

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.mainitems{
	border-right: 2px solid #e6ead8;
	background-color: #454545;
	padding: 5px;
}	

.mainitemslast {
	border-right: 2px solid #454545;
	*border-right: 6px solid #454545;
	*border-left: 5px solid #454545;
	background-color: #454545;
	padding: 5px;
}	

#nav a {
	display: block;
	margin: 0px 11.5px;
	*margin: 0px 11px;
	text-decoration: none;
	color: #e6ead8;
}

#nav a:hover {
	color: #e0a95d;
}	

#nav li { /* all list items */
	float: left;
	/* width: 10em; width needed or else Opera goes nuts */
}

#nav li ul li a {
	margin-left: 16px; /* to nudge the dropdown list to align with the top tab */
}	

#nav li ul { /* second-level lists */
	position: absolute;
	background: #888888;
	width: 173px;
	left: -999em;/*  using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 5px 0px 0px -5px;
}

#nav li ul li {
	width: 100%;
	line-height: 20px;
	border-bottom: 1px solid #e6ead8;
}

#nav li ul li:hover {
	background-color: #54849d;
}	

#nav li ul li:hover {
	background-color: #54849d;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#restofcontent {
	clear: left;
}

/* DROPDOWN MENU STYLES END ABOVE THIS LINE */

#centercolumn_home {
	width: 410px;
	padding-bottom: 100px;
	float: left;
}

#centercolumn {
	width: 610px;
	float: left;
	min-height:450px;	
}			 

#leftcolumn {
	width: 160px;
	float: left;	
}	

#rightcolumn_home {
	width: 200px;
	float: right;
}	

#footer {
	background-image: url('/globalimg/global_background.gif');
	background-repeat: repeat-y;
	clear: both;
}	

/*** Content Formatting ***/

#leftcolumn #content {
	background-color: #c6cdad;
	padding: 12px 10px 20px 0px;
	min-height: 150px;
}	

#leftcolumn #content h1 {
	margin: 8px 10px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #d27b4c;
}	

#leftcolumn #content h1 a:link {
	color: #d27b4c;
	text-decoration: none;
}

#leftcolumn #content h1 a:visited {
	color: #d27b4c;
	text-decoration: none;
}	

#leftcolumn #content h1 a:hover {
	color: #d27b4c;
	text-decoration: underline;
}	

#leftcolumn ul {
	margin: 5px 0px 0px -25px;
/*IE7 PC HACK */
	*margin-left: 15px;
/*end HACK */	
}

#leftcolumn li {	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #454545;
	margin-bottom: 10px;
	padding-left: 10px; 
	list-style-type: none;
	background-image: url(/globalimg/nav_li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	vertical-align: top;
}

#leftcolumn a {
	line-height: 1.1em;
}	

#leftcolumn a:link {
	text-decoration: none;
	color: #454545;
}

#leftcolumn a:visited {
	text-decoration: none;
	color: #454545;
}

#leftcolumn a:hover {
	text-decoration: none;
	color: #54849d;
}	
	

/* Begin "unlink" current page from navigation */

#currentpage a {
	line-height: 1.1em;
}	

#currentpage a:link {
	text-decoration: none;
	color: #000000;
}

#currentpage a:visited {
	text-decoration: none;
	color: #000000;
}

#currentpage a:hover {
	text-decoration: none;
	color: #000000;
}	

/* End current page navigation */			


#centercolumn #content {
	padding: 15px 40px 15px 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

#centercolumn h1 {
	margin: 3px 0px 10px 0px;
	font-size: 1.6em;
	color: #454545;
}	

#centercolumn h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	color: #d27b4c;
}	

#centercolumn p {
	margin: 10px 0px 20px 0px;
}	

#centercolumn img {
	border: 1px solid;
	color: #000000;
	margin: 0px 10px 10px 0px;
}


/* Begin contact us map (iframe) formatting */

#centercolumn #contentleft_map {
	width: 210px;
	float: left;
	margin-top: 15px;
}

#centercolumn #contentright_map {
	width: 310px;
	float: right;
	margin-right: 20px;
}	
 
/* #centercolumn #contentright_map #googlemap_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/
	

/* End special for contact us map formatting */

/* Begin News & Events formatting */

#centercolumn #contentleft_news {
	width: 300px;
	float: left;
	
}

#centercolumn #contentright_news {
	width: 230px;
	float: right;
}

#centercolumn #contentright_news img {
	border: 0;
}

/* End News & Events formatting */


#centercolumn_home #content {
	padding: 15px 24px 15px 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
}

#centercolumn_home #content p {
	margin-bottom: 10px;
}		

#centercolumn_home h1 {
	margin: 15px 0px 10px 0px;
	font-size: 1.6em;
	color: #454545;
}	

#centercolumn_home h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	color: #d27b4c;
}	

#centercolumn_home p {
	margin: 5px 0px 0px 0px;
}	

#centercolumn_home img {
	border: 1px solid;
	color: #000000;
}	

#rightcolumn_home #content {
	padding: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#rightcolumn_home h1 {
	margin: 5px 0px 0px 0px;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #000000;
}	

#rightcolumn_home h2 {
	margin: 3px 0px 3px 0px;
	font-size: 0.8em;
	line-height: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #54849d;
}	

#rightcolumn_home p {
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	line-height: 1.1em;
}


#footer #content {
	text-align: center;
	vertical-align: top;
	padding: 10px 0px 20px 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
}
