

body {
	margin:0px;
	font-size: 11px;
	text-align: center; 
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color:#5a5a5a;
	font-weight:normal;
}
/********************* wrapper for centering and added design layer ****************/

#wrapper {
	position: relative;
	width: 816px;
	margin: 0 auto; /* compliant center */
	text-align:left; /* override ie 5 center */
	background:url(images/cforce-bg.gif) repeat-y top left;
}

/***************This makes the shadows in a float work***********************/

.clear{
	clear:both;
}

/****************************** layout and design ****************************/
background1{
	display:inline;
	float:left;
	
}
#prop {
    height:480px;
    float:right;
    width:1px;
  }
#header{
	background-color:#FFF;
	background:url(images/header-bg.gif) no-repeat top left;
	height: 170px;
	margin-left:7px;
	padding-left:5px;
	padding-top:5px;

}


#hr-bar{
	width:791px;
	height:22px;
	background-color:#929292;
	background:url(images/hr-bar.gif) repeat-x top left;
	margin-top:2px;
	margin-left:12px;
	margin-bottom:4px;
	font-size:11px;
	color:#FFFFFF;
}

#bottom-hr-bar{
	width:791px;
	height:22px;
	background-color:#929292;
	background:url(images/hr-bar.gif) repeat-x top left;
	margin-top:4px;
	padding-top:6px;
	margin-left:12px;
	color:FFFFFF;
}

#content-bg{
	background:url(images/content-bg.gif) repeat-y top left;
	width:791px;
	background-color:#ececec;
	margin-left:12px;
	float:left;
	display:inline;

}

#content{
	width: 512px;
	padding-left:34px;
	margin-top:25px;
	text-align:justify;
	float:left;
	margin-bottom:20px;

}

#contentMain{
	width: 500px;
	float:left;
}


#content-homepage{
	width: 512px;
	padding-left:34px;
	margin-top:25px;
	text-align:left;
	float:left;

}

#right-image{
	display:inline;
	margin-left:36px;
	background:url(images/right-background.gif) no-repeat top left;
	padding-top:10px;

}

#right-divider{
	display:inline;
	float:right;
	text-align:right;
}
#right-info{
	background-color:#b8b8b8;	
	width:185px;
	padding-left:5px;
	padding-right:7px;
	padding-top:20px;
	padding-bottom:5px;
	margin-top:5px;
	margin-left:37px;
	float:left;
	text-align:left;
}

#navigation{
	margin-left:-20px;
	margin-top:-13px;
	float:left;
	display:inline;
	margin-bottom:20px;
}

#details-bar{
	margin-left:12px;
	padding-top:6px;
	padding-bottom:5px;
	width:791px;
	background-color:#ececec;
	font-size:9px;
	color:#4b4b4b;
	font-family:Helvetica, Arial, Sans-Serif;
}

#footer {
	width: 100%;
	height: 29px;
	margin-left:12px;
}
#footer-bg {
	width: 801;
	height: 7px;
	margin-left:0px;
}

#footer-text{
	text-align:center;
	width:719px;
	padding-top:7px;
	margin-right:-8px;	
}

footer-shadow{
	display:inline;	
	float:left;
}

.largerText {
	font-size:11px;
	line-height:16px;
}

/****************************** Columns ****************************/

#column-1{
	float:left;
	display:inline;
	width:92px;
	margin-left:-20px;
}

#column-2{
	float:left;
	display:inline;
	width:92px;
 	margin-left:15px;
}

#column-3{
	float:left;
	display:inline;
	width:92px;
	margin-left:16px;
}

#column-4{
	float:left;
	display:inline;
	width:92px;
 	margin-left:14px;
}

#column-5{
	float:left;
	display:inline;
	width:92px;
 	margin-left:14px;
}


/****************************** text styles ****************************/
p {
	padding-bottom:-20px;
	font-size:11px;

}

h1 {
	color:#3c77a2;
	font-size: 15px; 
	font-weight:bold;
	font-family:Helvetica, Arial, Verdana, Sans-Serif;
	padding-top: 20px;
	padding-bottom: 15px;
	margin:0px;
}


h2{
	font-size: 13px; 
	font-weight:bold;
	color:#3c77a2;
	padding-top: 10px;
	padding-bottom: 8px;
}

h3 {
	font-size: 13px; 
	font-weight:bold;
	margin-top:-3px;
	color:#5a5a5a;
}

.bottom-hr-bar{
	color:#FFFFFF;
	font-size:10px;
}
.right-text{
	margin-right:8px;
	margin-left:3px;
}

.contactHeadings {
	font-size: 13px; 
	font-weight:bold;
	color:#3c77a2;
}


/***************Links*******************/

.bottom-navigation:link, .bottom-navigation:visited{
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}

.bottom-navigation:hover, .bottom-navigation:visited:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.details-bar:link, .details-bar:visited{
	font-size:10px;
	color:#4b4b4b;
	font-family:Helvetica, Arial, Sans-Serif;
	text-decoration:none;
}

.details-bar:hover, .details-bar:visited:hover{
	font-size:10px;
	color:#4b4b4b;
	text-decoration:underline;
}


A:link, A:visited{
	color:#5a5a5a;
	text-decoration:underline;
}

A:hover, A:visited:hover{
	color:#5a5a5a;
	text-decoration:none;
}
a img{
	border:0;
}

/*************List Items***************/

li{
	padding:2px;
	margin-top:0px;
	margin-left:14px;
	margin-bottom:0px;
	list-style-image:url(images/arrow-thin.gif);
}

/************* Form Style ***************/

message, button, input, textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:3px;
	color:#6C6C6C;
	font-weight:normal;
	font-size: 11px;
	border: 2px solid #ababab;
	background:url(images/form-bg.jpg) top left no-repeat #FFFFFF;
}

button {
	width:80px;
}

textarea{
	width:241px;
}

message{
	width:241px;
	background-color:#FFFFFF;

}


