/*********************************************
	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:#F8F7F3;
	background-image:url(/images/bg-edit.jpg);
	background-repeat:no-repeat;
	background-position:50% top;
}

body { /* Use both the px/em variable */
	font: 11px/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;
}


/*********************************************
	STANDARD TAGS:
	These are our standard tags. YOU MUST
	USE THESE TO HAVE THE SITE WORK PROPERLY
	WITH MOBILE AND DEFAULT CSS
	1) .header
	2) .main-nav -- located in nav.css
	3) h1, h2, h3, h4, h5
	4) .breadcrumbs
	5) .content
		-- .col-1
		-- .col-2 
		-- .col-3
		-- Make more if needed.
	6) .footer
*********************************************/

.header { 
	height: 130px;
	width:620px;
	left:400px;
	z-index: 1000;
	position: relative;
	background-image:url(/images/header.png);
}

h1 { /* This will use the same admin controlled headers */
	color:#3590CF;
	Font-weight:bold;
	font-size:24px;
	line-height:initial;
	margin-bottom:5px;
}

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 0 0 10px;
}

.content { /* Format as you need. Use em's where you can to keep consistent */
	background-image:url(/images/content-bg.png);
	margin-left:35.909em;
	position:relative;
	width:53.545em;
	z-index: 100;
}

.breadControl{
	float:right;
	margin-right:30px;
}

.contentTopper { /* Format as you need. Use em's where you can to keep consistent */
	background-image:url(/images/content-top.png);
	margin-left:35.909em;
	position:relative;
	width:53.636em;
	height:13px;
	z-index: 100;
}

.contentFooter { /* Format as you need. Use em's where you can to keep consistent */
	background-image:url(/images/content-bottom.png);
	margin-left:35.809em;
	position:relative;
	width:53.636em;
	height:13px;
	z-index: 100;
}

	.col-1 { 
		width: 200px;
		float: left;
	}
	
	.col-2 { 
		width: 700px;
		float: left;
	}
	
	.col-3 { 
		width: 100px;
		float: left;
	}
	
.footer { /* Format as you need. */
	margin-left:35.936em;
	background-image:url(/images/footer_bg-Edit.png);
	height:194px;
	width:584px;
	padding:3px;
}
	.footer a {
		color: #1a6998;
		font-size:.909em;
		font-weight:bold;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #F00;
		font-weight:bold;
		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;
		}
.footerAddress{
	margin-top:2px;
}

.footerCopy{
	float:right;
	padding-right:5px;
	margin-top:2px;
}

.emailHeader{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1.273em; 
	color:#2666d0;
}

.oceanCity{
	margin-bottom:10px;
}

.nav{
	position:relative;
	left:10px;
}

strong{
	color:#2666d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
}
	
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/

#js2_images_full_image img {
	max-width:100%;
}