/*********************************************
	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;
}

body { /* Use both the px/em variable */
	font: 11px/1.3em Verdana, Geneva, sans-serif; 
	color: #000;
	background:#ebf9f9 url(/images/bg.jpg) top center repeat-x;
}

		
a { /* default link styles*/
	color:#0269ae;
	text-decoration: none;
}
	
	a:hover{
		text-decoration: underline;
		color: #cccccc;
	}

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 1058px;
	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: 389px;
	z-index: 10;
	position: relative;
	text-align:center;
	margin:16px 0 0 0;
}

.header-over{
	width:1050px;
	height:57px;
	position:absolute;
	bottom:0;
	left:4px;
	background:url(/images/header-over.png);
}

h1 { /* This will use the same admin controlled headers */
	background: url(/images/titles.gif) left top no-repeat;
	height: 30px; 
	display: block;
	text-indent:-9999px;
}

h1.about{background-position: left -30px;}
h1.community{background-position: left -60px;}
h1.homeowner{background-position: left -90px;}
h1.propmanage{background-position: left -120px;}
h1.customerresouces{background-position: left -150px;}
h1.contact{background-position: left -180px;}
h1.ci{background-position: left -210px;}
h1.hmr{background-position: left -240px;}
h1.hiu{background-position: left -270px;}
h1.sitemap{background-position: left -300px;}

h2, h3, h4, h5 { /* Format as you need, use em's */
}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	
	position:absolute;
	right:15px;
	top:-5px;
	font-size:9px;
}

.content-top { 
	background: url(/images/bg-content-top.png) no-repeat;
	height:16px;
}

.content-bottom { 
	background: url(/images/bg-content-bottom.png) no-repeat;
	height:12px;
}

.content { /* Format as you need. Use em's where you can to keep consistent */
	background: url(/images/bg-content.png) repeat-y;
	position: relative;
	z-index: 10;
	color: #333333;
}

.inner-content{
	overflow:hidden; /* for equal height columns */
}


.col{
	float:left;
	margin-bottom:-3000px;
	padding-bottom:3000px;
}
	.col-1 { 
		width: 700px;
		float: left;
	}
	
	.col-2 { 
		width: 275px;
		float: left;
		margin:0 0 0 25px;
	}
	
	.col-3 { 
		width: 100px;
		float: left;
	}
	
.footer { /* Format as you need. */
	background:url(/images/bg-content.png) repeat-y;
	padding:20px 0 0;
}

.footer-inner{
	width: 982px;
	height:111px;
	background:url(/images/bg-footer.jpg) no-repeat;
	margin:0 auto;
	padding:0 0 15px 0;
	font-size:10px;
	color:#ffffff;
	line-height:12px;
}
	.footer a {
		color: #0269ae;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #cccccc;
		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 #0269ae;
			padding:0 5px 0 10px;
			text-transform:uppercase;
			font-size:9px;
			font-weight:bold;
		}
.address{
	width:630px;
	float:right;
	position:relative;
}

.elerts{
	width:335px;
	float:left;
}

.footer input{
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#000000;
}
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/


.logo{
	position:absolute;
	left:20px;
	top:20px;
	width:575px;
	height:157px;
}

.phone{
	position:absolute;
	right:20px;
	top:75px;
	width:214px;
	height:70px;
}

.tagline {
    position: absolute;
    right: 0;
    left: 0;
    top: 247px;
}

.content .inner{
	padding:0 27px;
}

.titlediv{
	padding:15px 0;
}

.form-button-base {
	display:block;
	background-image: url(/images/bg-form-button.png);
	background-position:left top;
	background-color: #29ABE2;
	width:392px;
	min-height:53px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	font-size:18px;
	font-family:times;
	color:white;
	text-decoration:none !important;
	padding: 25px 115px 10px 10px;
	text-align:left;
	margin-bottom:10px;
	}
.form-button-base:hover {
	color:#425EA5;
}
#twitter {
	position: relative;
	left: 25px;
}