/*	==================================
	Johnny Rivera <jr@urnet.org>
	================================== */

* { margin:0; padding:0; }

body {
	background:#00B2F0 url(images/bg.gif) top center no-repeat;
	color:#000000;
	text-align:center;
	font-size:0.9em;
	line-height: 1.2em;
}

#frame {
	background:#FFFFFF;
	width:800px;
	height:auto;
	border:2px solid #FFFFFF;
	border-top:none;
	text-align:left;
	margin:0 auto;
}

#header {
	background:#00B2F0 url(images/strip.jpg) no-repeat;
	width:800px;
	height:30px;
}

.topnav {
	background:url(images/topnav_.gif);
	list-style:none;
	float:right;
	padding:0 0 0 10px;
}

.topnav li {
	background:url(images/top_nav_bg.jpg) repeat-x;
	width:auto;
	height:20px;
	float:left;
	padding:5px 10px;
}

.topnav a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.topnav a:hover { color:#000000; }

#banner { 
	background:#00B2F0 url(images/banner.jpg);
	width:800px;
	height:220px;
}

#sub_header {
	background:#FF0000 url(images/sub_header_tile.jpg) repeat-x;
	width:800px;
	height:40px;
}

#column {
	background:#FFFFFF;
	width:200px;
	height:auto;
	float:left;
	text-align:center;
}

.menu { list-style:none; }

.menu li { 
	background: #0099FF url(images/nav_button.jpg) no-repeat;
	width:200px;
	height:30px;
	margin:2px 0;
}

.menu a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 0;
	outline:none;
}

.menu a:hover { color:#000000; }

.menu .vtour { background: #FF0000 url(images/nav_button-red.jpg) no-repeat; }

.badge { margin:10px auto; }

/* CONTENT */
#content {
	background:#FFFFFF;
	width:585px;
	height:auto;
	float:left;
	padding-left:15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

.cameron_cover {
	width:220px;
	height:auto;
	float:left;
	margin:20px;
}

.content_text { 
	font-size:14px;
	padding:20px 0 0 0;
	text-align:justify;
}

.cameron_cover2 { 
	width:220px;
	height:auto;
	float:right;
	margin:20px;
}

#content p { margin:10px;}
#content h2 { margin:10px 0;}
#content ul { list-style-position:inside; margin:0 0 0 10px; }

.header_title {
	background:url(images/header_tile.jpg) repeat-x;
	width:580px;
	height:40px;
	margin:25px auto;
	font-size:16px;
	padding:5px;
	clear:both;
}
	

#footer {
	background:#00B2F0 url(images/footer_fade.jpg) repeat-x;
	width:800px;
	height:120px;
	clear:both;
}

#sub_footer {
	background:#FF0000 url(images/sub_header_tile.jpg) repeat-x;
	width:800px;
	height:40px;
	color:#000000;
	text-align:center;
}

.footer_links {
	padding:10px 0 0 0;
}

#sub_footer a {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#sub_footer a:hover { color:#000000; }
