/*********************************************
	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: url(/images/bg.gif) #fff;
}

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

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

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 938px;
	height:752px;
	margin:23px auto;
	background: url(/images/content-bg.png) no-repeat;
}

.inner{
padding:35px;
}

.inner-border{
	height:676px;
	width:868px;
	border: 1px solid #b0cfe9;
}


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

h1 { /* This will use the same admin controlled headers */
	background-repeat: no-repeat;
	height: 70px; 
	display: block;
	text-indent:-9999px;
}

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;
}

.content { /* Format as you need. Use em's where you can to keep consistent */
	position: relative;
	padding:0 0 0 12px;
}
.content-scroll{
	height:120px;
	overflow:auto;
}

.col-1 { 
	width:229px;
	float:left;
}
	
.col-2 {
	width:621px;
	padding-top:29px;
	float:left;
}

.logo{
	width:183px;
	padding:15px 0 0 0;
	margin:0 auto;
}

	
.footer {
	width: 938px;
	margin:0 auto;
	padding:0;
	text-indent:0;
	font-size:9px;
	text-align:center;
}
.footer strong{
color:#3A89C9;
}
	.footer a {
		color: #000;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #3A89C9;
		text-decoration: underline;
	}
	
		ul.footer-nav { /* Use this for your footer nav to make it easier on spacing! */
		list-style-type:none; 
		margin:0;
		padding:0;	
		text-align:center;
		margin:0 auto 5px;
	}
	
		ul.footer-nav li { 
			position:relative;
			display: inline;
			border-left: 1px solid #008c9a;
			padding:0 5px;
		}
		
		
.leftbuts{
	width:189px;
	margin:0 auto;
}
