/*____________________________________________________
  Tags
  ____________________________________________________
*/

body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #5F5542;
	color: #000000;
	line-height: 120%;	
}

a:link, a:visited{
	color: #01597E;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #01597E;
}

ul li {
list-style-image: url(../../images/bullet.gif);
}

/*____________________________________________________
  Divs
  ____________________________________________________
*/
#topBar {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 860px;
	height: 35px;
	background-color: #FFFFFF;
}

#topBar_logo {
position: absolute;
top: 1px;
left: 10px;
width: 157px;
height: 34px;
background: url(../../images/brightServ_logo.gif) no-repeat;
}

#topBarLinks {
	position: absolute;
	left: 157px;
	top: 4px;
	height: 30px;
	text-align: right;
	padding-left: 20px;
	padding-top: 7px;
	font-size: 90%;
}

#topBar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	}
	
#topBar ul li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 5px;
}


#wrapper {
	position: relative;
	min-width: 860px;
	background: url(../../images/body_bg.gif) repeat-y center;
}

#content {
	position: relative;
	margin: 0 auto;
	font-size: 95%;
	padding: 0px;
	padding-bottom: 5px;
	width: 750px;
	text-align: left;
	color:#000000;	
}

#content .column {
	position: relative;
	float: left;
}

#header {
	position: relative;
	margin: 0 auto;
	padding-bottom: 15px;
    text-align: left;
	width: 860px;
	height: 140px;
	background: url(../../images/header_bg.gif) no-repeat top center;
}

#logo {
position: absolute;
top: 48px;
left: 50px;
width: 202px;
height: 64px;
background: url(../../images/brightFloors_logo.gif) no-repeat;
}

#headerLinks {
	position: absolute;
	right: 50px;
	top: 65px;
	height: 30px;
	text-align: right;
	padding-left: 20px;
	font-weight: light;
	padding-top: 7px;
	font-size: 105%;
}

#header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	}
	
#header ul li {
	list-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: -5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: #CFCCAD solid 1px;
	border-left: #FFFFFF solid 1px;
}

#header ul li.first{ 
	border-left: none;
}
#header ul li.last{ 
	border-right: none;
}

#header a:link, #header a:visited{
	color:#A2906F;
}

#header a:hover{ 
	color:#01597E;
	background-color:#ECE8D8;
}

#column1{
	min-height: 300px;
	width: 475px;
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#column2{
	width: 200px;
	padding: 10px;
	padding-bottom: 20px;
	color: #75705C;
	background-color: #ECE8D8;
}

#column3{
	min-height: 300px;
	width: 700px;
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#column4{
	width: 600px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#pageTitle{
	right: auto;
	left: auto;
	width: 860px;
	border-bottom: #999999 dashed 1px;
	font-weight: bold;
	color: #01597E;
	font-size: 190%;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 35px;
}
	

#footer {
	position: relative;
	margin: 0 auto;
    text-align: center;
	width: 860px;
	height: 100%;
	padding-top: 25px;
	padding-bottom:10px;
	clear: both;
	bottom: 0;
	color: #A2906F;
	font-size: 85%;
	text-align: center;
	background: url(../../images/footer_bg.gif) no-repeat top center;
	background-color: #5F5542;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	}
	
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 10px;
	border-right: #7D6E51 solid 1px;
}

#footer ul li.last{ 
	border-right: none;
}

#footer a:link, #footer a:visited{
	color:#A2906F;
}

#footer a:hover{ 
	color:#FFFFFF;
	background-color:#5F5542;
}


/*____________________________________________________
  Classes
  ____________________________________________________
*/

.bottomDivider{
	border-bottom: 1px #cccccc solid;
	}
	
/*____________________________________________________
  Form Elements
  ____________________________________________________
*/

form { display: inline; margin: 0; }

.req { background: #FFCCCC; border: #CC0000 1px solid; }

.formInput { background: #FFFFFF; border: #999999 1px solid; }

.attention {color: #E70000;}