/* CSS Document */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: url(images/lblue013.jpg) repeat;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Build */


		

#container {
	margin:0 auto;
	width:880px;
	border:solid 10px #c51617;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	box-shadow:5px 5px 5px;
	-moz-box-shadow: 0px 5px 40px #000;
	-webkit-box-shadow: 0px 5px 40px #000;
	background-color:#FFF;
	}
	
	
.clear {
	clear:both;}	
	/* head */
	
#head {
	height:166px;
	background:url(images/head_bg.jpg);}
	
	#head .logo {
		margin-left:10px;
		float:left;}
		
	#head .info_img {
		float:right;
		text-align:right;}	
	/* Navbar */
	
#navbar {
	width:880px;
	background-color:#c51617;
	padding: 5px 0 5px 0;
	}
	
	#inside {
		text-align:center;
		}
	
	#inside ul {
		
		}
	
	#inside li {
		padding-top:10px;
		display:inline;
		
		}
		
		#inside li a {
			margin-top:10px;
			color:white;
			padding:5px 4px 5px 4px;
			font-size:1.1em;
			text-decoration:none;
			text-transform:uppercase;
			}
			
			#inside li a:hover {
	background-color: #900;
	text-decoration:none;
	border:2px #FFF;
	-moz-border-radius:20px;
}

/* Content */

#content {

	padding:0 10px 0 10px;
	}
	
	.list {
		width: 600px;
		margin-left:50px;
		line-height:125%;}


	#attractions img{
		padding:3px;
		background:#000;
		border:solid 2px #000;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow:10px 10px 10px #666;
	}
		/* Typeography */
			h1 {
				padding: 10px 0 10px 0;
				margin:15px 0 0 25px;
				font-size:1.8em;
				}
				
			p {
				line-height:1.5em;}
				
#top_pics {
	text-align:center;}
	
	.home_pics {
		text-align:right;
		float:right;
		padding-left:10px}
		
.blue {
	color:#00F;
	font-weight:bold;}
	
.clear { clear:both;}


/* Footer */

#footer {
	margin:0 auto;}
	
	/* MISC */
	
.req { color:red;}
