@import url(chromestyle.css);
@import url(gallery.css);

/* PAGE LAYOUT */

#top{
	width: 870px;
	height: 145px;
	margin: 0 auto;
	padding: 25px 0px 40px 0px;
}

#logo{
	float:left;
	width:470px;
}

#flash{
	float:left;
	width:400px;
}

#middle{
	width: 100%;
	background: #cccccc url(../images/bg-bottom.gif) repeat-x bottom;
}

#content-middle{
	width:870px;
	padding: 0px 0px 30px 0px;
	margin: 0 auto;
}


#newsletter{
	margin-top:35px;
	padding-left:20px;
	border-left: solid 1px #cccccc;
	float:left;
}

#newsletter span{
	float:left;
	padding-right:10px;
	color:#006699;
}


/* ========== NAVIGATION AND FOOTER ========== */


#nav{
	width:570px;
	float:left;
	padding-top:35px;	
	font-size:12px;
}

#nav ul, #footer ul{
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li{
	display: block;
	padding-right:25px;
	float:left;
}


#footer{
	width: 870px;
	padding: 20px 0px 20px 0px;
	margin: 0 auto;
}	

#footer li{
	display:inline;
	padding-right: 20px;
}

#footer ul li a, #nav ul li a{
	color:#666666;
	text-decoration:none;
}

#footer ul li a:hover, #nav ul li a:hover{
	color:#006699;
	text-decoration:none;
}



/* ========== GENERAL FORMATTING ========== */


body{
	margin:0;
	background: url(../images/bg-top.gif) repeat-x;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#333333;
}

a{
	color:#006699;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

h1,p{
	margin-top:0;
}

h1{
	font-size:14px;
}

/* ========== FORMS ========== */

form{
	display:inline;
	margin:0;
	padding:0;
}

.news-txtbox{
	width:160;
	height:25px;
	font-size:11px;
	color:#333333;
	border:none;
	background: #eeeeee;
}

/* ========== IMPORTANT STYLES ========== */

div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr {
	display: none;
}