body {
    margin: 0;
    background: url('../images/bg.gif') #9AB0C0;
}
body * {
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
table#main { background-color: #FFF; }
.layout, .layout td {
    border-collapse: collapse;
    border: 0px dashed #bbb;
    margin: 0; 
    padding: 0;
}

A. {color: #0000ff; text-decoration: underline;}
A.visited {color: #0000ff; text-decoration: underline;}

#header-tab1 { background: url('../images/logo.gif') #5B759F top no-repeat; }
#header-tab21 { background: url('../images/h-right.gif') #5B759F top repeat-x; }
#header-top { background: url('../images/background-tabletop.gif') #5B759F top no-repeat; 
	height: 45px;
}
#border {   border-top: 1px solid #FFF; }
#tab31 {
    background: url('../images/communities.gif') #5B759F no-repeat;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding-left: 21px;
}
#tab32 {    border-bottom: 1px solid #fff; }
#line {
    background-color: #265F8D;
    border-bottom: 1px solid #fff;
}
#logos {    background: url('../images/spacer1.gif') right bottom repeat-y; }
#footer-left {
    border-right: 1px solid #fff;
    background: url('../images/footer-left.gif') repeat-x;
    font-size: 11px;
    color: #111111;
    text-align: center;
    vertical-align: middle;
}
#footer-left a {
    text-decoration: underline;
    color: #0000ff;
    font-size: 10px;
}
#footer-left a#sitemap { color: #0000ff; }
.o a {
        font-weight: bold;
        text-decoration: none;
}
.o a:hover { text-decoration: underline; }
#footer-right {
    background: url('../images/footer-right.gif') repeat-x;
    border-top: 1px solid #fff;
}
#footer-r-menu{
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
#footer-r-menu a{   color: #fff; }  
#ar {
    background: url('../images/topmenuarr.gif') top center no-repeat;
    text-align: center;
    vertical-align: middle;
    color: #545454;
}
#ar a{ color: #545454; }
#text {
    color: #282828;
    padding: 12px 7px 0px 13px;
    text-align: left;
    vertical-align: top;
}
#text1 {
    color: #282828;
    padding: 10px 48px 5px 19px;
    text-align: left;
    vertical-align: top;
}
#pic-braeswood { 
    padding-top: 29px;
    vertical-align: top;
}
#text2 {
    padding: 11px 20px 5px 20px;
    color: #282828;
    text-align: left;
    vertical-align: top;
}

/* START - Josh Cornett - 10/23/2007 */
#update_form * { padding:0;margin:0; }

#update_form {
	width:728px;
	display:block;
	margin:0 auto;
}

#update_form label{
	width:160px;
}

#update_form label, #update_form span {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin-bottom:3px;
	text-align:right;
}

#update_form input {
	width:160px;
	margin-bottom:10px;
	margin-left:10px;
}

#update_form select {
	width:220px;
	margin-bottom:10px;
	margin-left:10px;
}

#update_form #submit {
	float:left;
	width:80px;
	position:relative;
	left:15px;
}

#update_form #reset {
	float:right;
	width:80px;
	position:relative;
	left:15px;
}

#update_form br {
	clear:left;
}

.box_left {
	width:47%;
	float:left;
}

.box_right {
	width:52%;
	float:right;
}

.box_center {
	width:100%;
	float:left;
	text-align:center;
}

.box_center span {
	width:100%;
	text-align:center !important;
}

#update_form div.box_break {
	height:10px;
	width:100%;
	float:left;
	display:inline;
	margin-top:5px;
	padding-bottom:5px;
	clear:left;
}

#update_form h2.box_title {
	font-size:12px;
	color:#666666;
	text-align:center;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	padding-bottom:10px;
}

#update_form .required {
	text-align:right;
}

#update_form .asterisk {
	color:#FF0000;
	float:none;
	margin:0;
	padding:0;
	width:auto;
	padding-right:3px;
}

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#preview {
	width:365px;
	margin-left:192;
}

#preview p {
	margin:0;
	padding:0;
}
/* END */