/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#content_body{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	/* background: url('../images/raster.png');  this is just a fancy raster, you can remove it; I kinda like it though */
	top: 0;
	left: -1px;
}


a:link { color:#ffcc00; text-decoration:none;}
a:visited { color:#ffcc00; text-decoration:none;}
a:active { color:#ffcc00; text-decoration:none;}
a:hover { color:#fff; text-decoration:none;}

a:focus
{
	outline: 1px dotted invert;
}


/* =Headings
--------------------------------------------------------------------------------*/


h1, h2, h3, h4 {	
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}

ul, p, blockquote {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight:normal;
	text-align:left;
	text-shadow: 1px 1px 1px #000;
}


h1 {
	font-size:26px;	
	padding:10px 0 5px 20px;
	margin:0;
	line-height:23px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#FC0;
	font-weight:bold;
}


h2 {	
	font-size:21px;
	line-height:23px;
	margin:20px 25px 5px 20px;
	padding:0 0 5px 0;
	color:#fc0;
	font-weight:normal;
	text-transform:uppercase;

}

h3 {
	font-size:18px;
	padding:15px 0 0  20px;
	margin:0;
	
}

h4 {	
	margin:10px 25px 0px 20px;
	padding:0;
	font-size:15px;
	line-height:20px;
	letter-spacing:1px;	

}



h5 {	
	color:#333;
	margin:0px 0px 0px 20px;
	padding:0;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	font-style:italic;
}

h6 {
	color:#0d7a99;
	float:right;
	margin:0 40px 0 0;
	padding:0;
}

blockquote {
	line-height:24px;
	margin:10px 20px 30px 20px;
	font-size:16px;
	color:#0a6ebe;
}

p  {	
	color:#fff;
	line-height:22px;
	margin:10px 20px 15px 20px;
	font-size:13px;
	font-weight:normal;
	text-align:left;
}

li {
	padding: 0 0 3px 0;
	text-align: left;
	margin-left:10px;
	font-size:13px;
	color:#fff;
}

div.hr{
	margin:20px 10px 25px 10px;
	height:10px;
	background:#f4f4f4 url(../images/hr.gif) no-repeat scroll center;
}

div.hr hr {
	display:none;
	
}
	

/* =Spacing
--------------------------------------------------------------------------------*/


ul
{
	list-style: disc;
}

li
{
	margin-left: 60px;
	line-height:22px;
}

ul.nobullet {
	margin:10px 20px 15px 20px;
	padding:0;
	list-style-type:none;
}

ul.nobullet li{
	margin-left:20px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 10px;
}

#navmenu {
	padding:0;
	margin:40px 0 0 5px;
	width:94px;
	border:1px solid #000;
}

#navmenu a {
	border-bottom:none;
	text-decoration:none;
	margin:0;
	padding:0;
}


#footerwrapper {
	width:100%;
	margin:40px auto 0 auto;
	padding:10px 0 0 0;
	height:247px;
	text-align:center;
	background:#fff url(../images/footer_bg.jpg) repeat-x top center;	
}

#footer{
	width:960px;
	height:240px;
	margin:20px auto 0 auto;
	padding:0;	
	background:url(../images/footer.png) no-repeat bottom right;
}


#footer .footerlinks {
	display: inline;
	float: left;
	position: relative;
	margin:10px 10px 0 10px;
	width: 180px;
	margin:0;
	padding:10px 0 0 0;
}

#footer .footerlinks ul{
	display:inline;
	padding:0;	
	margin:0px;
	text-align:left;
}

#footer .footerlinks li {
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	color:#A7C1CF;
	list-style-image:none;
}

#footer .footerlinks  li a {
	text-decoration: none;
	color:#A7C1CF;
	border: none;
	margin:0;
	padding:0;
	}
	
#footer .footerlinks  li a:hover {
	color: #f5f5f5;
	margin:0;
	padding:0;
	}
	
.footerlinks h4 {
	padding:0;
	margin:15px 0 0 0;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	font-weight:bold;
		line-height:19px;
}
	
#footer h3 {

	font-size:18px;
	font-weight:normal;
	color:#fff;
	padding:100px 0 5px 5px;
	margin:0;
}


.hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
	
ul.top {
	margin:0 0 0 20px;
	padding:0;
	list-style-type:none;
}

ul.top li {
	background:url(../images/top.png) no-repeat top left;
	padding:0;
	margin:0;
	color:#58595b;
}
ul.top li a {
	color:#58595b;
}

.picleft {
	float:left;
	margin:5px 10px 0 0;
	border:1px solid #ddd;
}

.picleft_nb {
	float:left;
	margin:5px 10px 0 20px;
}

.picright {
	float:right;
	margin:5px 0px 0 10px;
	border:1px solid #ddd;
}

.picright_nb {
	float:right;
	margin:0px 0px 0 10px;
}

#gallery {
	margin:0; 
	padding:10px; 

}

#gallery img{
	padding:10px;
	margin:0 20px 20px 0;
}

#gallery a {
	border-bottom:none;
	text-decoration:none;
	margin:0;
	padding:0;
}