@import url(layout.css);
@import url(menu.css);
@import url(titles.css);
@import url(text.css);

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #2e485b;
}

body{
	background: #636375 url(../_graphics/bg.jpg) top left repeat-x;
}

ul,li{
	text-indent: -999999px;
	list-style-type: none;
}

a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.name:hover{
	text-decoration: none;
}

div#div_footer a{
	font-weight: normal;
	color: #8fd2f9;
}

p{
	padding: 0px 0px 10px 0px;
	line-height: 135%;
}

.clear{
	clear:both;
}

.show{
	text-indent: 0px;
}

.nomargin{
	padding: 0px;
	margin: 0px;
}

.moreLink a{
	background:url(../_graphics/arrowright.gif) center right no-repeat;
	padding-right:12px;
	}
	
.nextLink{
	background:url(../_graphics/arrowright.gif) center right no-repeat;
	padding-right:12px;
	}
	
.backlink{
	background:url(../_graphics/arrowleft.gif) center left no-repeat;
	padding-left:12px;
}

#footernav ul{
	text-indent:0;
	margin-bottom:5px;
	margin-left:27px;
	}
	
#footernav li{
	text-indent:0;
	float:left;
	padding-right:3px;
	color:#ffffff;
	}
	
#footernav a{
	color:#7EBFEC;
	font-weight:normal;
}

#footernav #li_myspace a{
	display:block;
	width:88px;
	height:18px;
	background:url(../_graphics/myspace_link.png) no-repeat;
	text-indent:-9999px;
	margin-left:10px;
	behavior: url(../_styles/iepngfix.htc);
}

#footernav #li_youtube a{
	display:block;
	width:88px;
	height:18px;
	background:url(../_graphics/youtube_link.png) no-repeat;
	text-indent:-9999px;
	margin-left:10px;
	behavior: url(../_styles/iepngfix.htc);
}

blockquote{
	padding:8px 15px 0 15px;
	background-color:#F0F0F0;
	margin:6px 0 12px 0;
	font-weight:bold;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}

blockquote p{
margin-bottom:0px;

}


body#mailing_list #div_content{
	background:url(../_graphics/mailinglist_bg.gif) bottom right no-repeat #D8D8D8;

}

body#contact #div_content{
	background:url(../_graphics/mailinglist_bg.gif) center right no-repeat #D8D8D8;
}

body#history #div_content{
	background:url(../_graphics/history_bg.jpg) top left no-repeat #D8D8D8;
}


/*Easy Clearing*/
.clearfix:after, .showwrap:after, .release:after {
    content: "."; 
	display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .showwrap, .release {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix, * html .showwrap, * html .release {height: 1%;}
.clearfix, .showwrap {display: block;}
/* End hide from IE-mac */