/*********************************************
	STYLES FOR BROWSER
	1. Developer, this is the individual 
	   css file for a web browser
	2. Please keep your code CLEAN. 
	3. Bring over ANY custom tags. 
	4. Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/
html, body{
	margin:0;
	padding:0;
	background-color:#DDD
}

body { /* Use both the px/em variable */
	font: 14px/1.3em Verdana, Geneva, sans-serif; 
	color: #000;
}

		
a { /* default link styles*/
	color:#069;
	text-decoration: none;
}
	
	a:hover{
		text-decoration: underline;
	}

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 1000px;
	margin:0 auto;
	background-color:#EEE
}

/* temporary demo styles */
body.red{ background: url(http://0.media.bustedtees.com/bustedtees/mf/c/4/bustedtees.6690fb1cff9907811ca177c4493ff437.jpg);}
body.red .wrapper{background-color:#F00;}
body.red .header{ background-color:#F6C; height:300px;}



.header { 
	height: 165px;
	z-index: 1000;
	position: relative;
}

h1 { /* This will use the same admin controlled headers */
	background-repeat: no-repeat;
	font-size:25px;
	font-weight:bold;
	text-transform: uppercase;
	padding:0 0 15px 0;
	text-indent: -9999px;
	color:#0E75BA;
}

h2{
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
	padding:20px 0 5px 0;
}

h2, h3, h4, h5 { /* Format as you need, use em's */
}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #000;
	margin: 0 10px 0 0 ;
	font-size:10px;
}

.content { /* Format as you need. Use em's where you can to keep consistent */
	background: #fff;
	position: relative;
	z-index: 100;
	height:568px;
}

.c-home{background:url(/images/bg-home.jpg) no-repeat top center;}

	.col-1 { 
		width: 472px;
		float: right;
		overflow:auto;
		height:450px;
	}
	
	.col-1-header {
		width:472px;
		float: right;
		margin:35px 0 0;
	}
	
	
.content .inner{
		padding:10px;
	}
	
.content p{padding:5px 0;}

.footer { /* Format as you need. */
	width: 1000px;
	background:url(/images/footer.gif) no-repeat top center #32446C;
	color:#fff;
}

.footer .section{
	padding:5px 0 0 0;
}

.footer .contain{
	padding:10px 0 20px 10px;
	width:840px;
}

	.footer a {
		color: #fff;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	/* Use this for your footer nav to make it easier on spacing! */
	/* nav class inherited from core.css */
	
	.footer ul.nav { 	
		text-align:center;
		margin:0 auto 5px;
	}
	
		.footer ul.nav li { 
			position:relative;
			display: inline;
			float:none;
			border-left: 1px solid #fff;
			padding:0 5px 0 10px;
		}
	
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/

.flash{
	width:528px;
	height:568px;
	float:left;
}
