/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/watermark.GIF);
	background-repeat:no-repeat;
 	background-position: center bottom;
}

h1 {
}
h2 {
}
h3 {
}

#header_banner { 
	height: 62px; 
	background-image: url(../images/header_bg.gif); 
	background-repeat: repeat-x;  
	border-top: 1px solid #FFF; 
}

#header_banner_fixed { 
	width: 760px; 
	height: 62px;
	margin: 0 auto; 
}

#content {
	width: 760px;
	margin: 0 auto;
}

.banner { 
	float: left; 
	top: 50px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}
 
a:hover {
	text-decoration: underline;
}

.largeBreak {
	margin: 0px 0px 200px 0px;
}

#globalNav{
	position: relative;
	width: 768px;
	min-width: 1px;
	height: 28px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url("../images/menu_bg.gif");
	background-repeat: repeat-x;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 6px 0px 0px; 
}

li .staff {
	margin: 0px 5px 0px 5px;
	list-style-image: none;
}

#footer { 
	height: 54px; 
	border-top: 1px solid #FFF; 
	clear: left; 
	color: #666; 
	background-image:url(../images/footer_bg.gif); 
	background-repeat: repeat-x; 
	text-align: center; 
	font-size: 11px;
}

#footer p { margin-top: .3em; font-size: 1.05em; }
#footer a {
	margin: -20px, 0, 20, 20;
}
#footer_logo { height: 20px; background-color: #EEE; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; margin-bottom: 12px; }
#footer li { display: inline;  padding: 0.05em 1em; color: #036; border-right: 1px solid #036; }
#footer a:link, .footer_links a:visited { color: #036; text-decoration: none; }
#footer a:hover { color: #C03; text-decoration: underline; }
#footer .no_bor { border: 0px; }


