.clearfix {
	display:block-inline;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

#talk_form {
	display:none;
	width:100%;
	background:#333333;
	text-align:center;
	border-bottom:solid 10px #bbb;
}
#talk_to_us_form1 {
	display:none;
}

.talk_container {
	margin:auto auto;
	width:960px;
}

.L {
	float:left;
	text-align:left;
	width:300px;
	margin:50px;
}

.R {
	float:right;
	text-align:right;
	margin-top:50px;
	margin-left:50px;
	margin-bottom:20px;
	padding:20px;
	background:#636363;
	border: solid 2px #fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#talk_form h2 {
	font-size:14pt;
	color:#fff;
	padding:10px;
}
#close_this_form {
	float:left;
	width:130px;
	font-size:10pt;
	margin-left:400px;
}
#talk_form p {
	
	font-size:12pt;
	color:#fff;
}
/**********************BODY***********************/

body {
	background:#616161;
	text-align:center;
	color:#fff;
	font-family:tahoma,sans-serif;
	font-size:10pt;
}

a {
	color:rgb(255,255,102);
	text-decoration:none;
}

a:hover {
	color:rgb(255,255,200);
}

#wrapper {
	min-width:960px;
}

#header {
	background:transparent url(../img/sky-bg.png) repeat-x;
	height:600px;
	width:100%;
	border-bottom:solid 10px #555;
}
#head_wrap {
	width:960px;
	margin:0 auto;
}

#ava_logo {
	position:relative;
	margin: 0 auto;
	background:transparent url(../img/logo1.png) no-repeat;
	width:215px;
	height:105px;
	top:20px;
}

#talk_box {
	float:right;
	position:relative;
	margin-right:120px;
	width:240px;
	height:90px;
	border:solid 4px #fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#talk_box p {
	padding:20px;
	text-align:right;
	font-size:19pt;
}

#divider_top {
	position:relative;
	height:1px;
	width:960px;
	top:-5px;
	margin:0 auto;
	border-top:solid 2px #fff;
	border-bottom:dotted 1px #fff;
}

p.welcome {
	width:900px;
	height:150px;
	margin:0 auto;
	text-align:left;
	font-size:18pt;
	font-weight:50;
	line-height:40px;
	margin-top:10px;
	
}

#grassy_hills {
	position:absolute;
	margin-top:40px;
	background: transparent url(../img/grassy_hills.png) repeat-x;
	width:100%;
	height:218px;
	border-bottom:solid 10px #555;
}

#gates_quote {
	float:left;
	position:relative;
	top:opx;
	left:10px;
	width:350px;
	font-style:italic;
	font-size:14pt;
	font-weight:500;
	text-align:left;
}
/********************MAIN*********************/
.main_wrapper {
	width:100%;
	min-height:200px;
	background:#676767;
	color:#fff;
}

#main_content {
	position:relative;
	top:20px;
	margin:0 auto;
	width:960px;
	padding-bottom:20px;
	z-index:200;
	clear:both;
}

.main_cols {
	float:left;
	width:288px;
	margin-left:24px;
	margin-top:25px;
	background: transparent url(../img/opa.png);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.main_cols p {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:10pt;
	line-height:20px;
	color:#fff;
}

h1 {
	text-align:center;
	font-size:14pt;
	font-weight:600;
	color:#fff;
	padding-top:10px;
}

ul.blag_roll {
	text-align:left;
	width:288px;
	padding-top:5px;
	border-bottom:solid 1px #999;
}
ul.blag_roll li {
	padding-left:10px;
	border-top:solid 1px #999;
}
ul.blag_roll li:hover {
	background:transparent url(../img/opa.png);
}
ul.blag_roll li a {
	display:block;
	padding-top:10px;
	padding-bottom:3px;
}

.blag {
	
}
/*********************FOOTER******************/
.footer {
	width:100%;
	height:200px;
	background:#333;
	border-top:solid 50px #444;
}

.footer p {
	color:#fff;
	font-size:8pt;
	text-align:center;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}

.footerLogo {
	float:right;
	margin-right:50px;
	margin-top:120px;
	width:215px;
	height:63px;
	background: transparent url(../img/logo.png) no-repeat;
}

.carbon-gray {
	float:left; 
	background:transparent url(../img/carbon-gray.png);
	width:100px;
	height:99px;
	margin:50px;
	margin-top:85px;
}

ul.footbar {
	list-style:none;
	margin:140px auto;
	margin-bottom:0;
	width:500px;
}

ul.footbar a {
	color:#888;
}

ul.footbar a:hover {
	color:#fff;
}

ul.footbar li {
	display:inline;
	padding-right:6px;
	padding-left:6px;
}

/***************ADMIN**************************/
#admin_login_form {
	margin-top:200px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	border:solid 4px #fff;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

#admin_login_form fieldset {
	width:300px;
	padding:20px;
	text-align:right;
}