/*
   screen.css
   wabullbars
   
   Created by Cale Woodley on 2009-01-12.
   Copyright 2009 Webfirm. All rights reserved.
*/

@import url('reset.css');

body {
	font: 12px/17px Arial, Verdana, Tahoma, sans-serif;
	background: #242424;
}

#wrap {
	width: 100%;
	background: url('../images/core/wrap.jpg') top center no-repeat;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0;
}


/* =header
*************************************/
#header {
	width: 1000px;
	height: 400px;
	position: relative;
}

#header .cta {
	color: #fff;
	padding: 15px;
	width: 160px;
}

#header .cta h2 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
}

#header .cta p {margin: 5px 0;}
#header .cta a {color: #73c1f7; text-decoration: underline;}
#header .cta a:hover {text-decoration: none;}
#header .cta img {border: 6px solid #606060; margin: 2px 0 0;}

#cta-gallery {
	position: absolute;
	top: 150px;
	left: 0px;
	width:200px;
}

#header #cta-contact {
	position: absolute;
	top: 150px;
	left: 190px;
	width: 200px;
}

#header #cta-contact p#contact_numbers {
	font-size: 21px;
	line-height: 33px;
	color: #73c1f7;
	font-weight: bold;
}

#header #cta-contact p#contact_numbers strong {font-size: 14px; color: #fff;}


/* =nav
*************************************/
#navigation li {
	float: left;
	display: inline;
}

#navigation a {
	display: block;
	height: 32px;
	text-indent: -999em;
	margin: 0 2px 0 0;
}

#navigation a#nav-home {background: url('../images/nav/nav-home.png') 0 0 no-repeat; width: 83px;}
#navigation a#nav-profile {background: url('../images/nav/nav-profile.png') 0 0 no-repeat; width: 101px;}
#navigation a#nav-bullbars {background: url('../images/nav/nav-bullbars.png') 0 0 no-repeat; width: 115px;}
#navigation a#nav-contact {background: url('../images/nav/nav-contact.png') 0 0 no-repeat; width: 113px;}

#navigation a:hover {background-position: 0 -32px !important;}


/* =pics
*************************************/
#pics {
	width: 536px;
	height: 286px;
	border: 7px solid #ccc;
	float: right;
	display: inline;
	overflow: hidden;
}

#pics img {
	top: 0;
	left: 0;
	border: 1px solid #fff;
}


/* =content
*************************************/
#content {
	color: #fff;
	padding: 0 50px;
	font: 12px;
}

#content h1 {
	font-size: 24px;
	border-bottom: 1px solid #828488;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

#content h2 {
	font-size: 18px;
	text-transform: uppercase;
} 
#content h4 {
	font-size: 24px;
	border-bottom: 1px solid #828488;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	}

#content p {
	margin: 10px 0;
}

#content a {color: #73c1f7; text-decoration: underline;}
#content a:hover {text-decoration: none;}

table td {width:100px;}
table td.long {width:220px;}




/* gallery */
.gallery {
	display: block;
	clear: both;
	padding: 20px 0 0;
	width: 760px;
	margin: 0 auto;
}

.gallery ul li {
	display: inline;
	float: left;
	margin: 4px;
}

.gallery img {border: 1px solid #ccc;}


/* =footer
*************************************/
#footer {
	width: 880px;
	margin: 30px auto;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	background: #3a3a3a;
	clear: both;
	color: #fff;
}

#footer a {color: #fff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

#footer p {float: left; display: inline;}

#footer img {float: right; display: inline; margin: 0 10px 0;}

