
body {
	/*background-attachment: fixed;/**/
/*	background-color: #a5ffa5;/**/
	background-image:  url("images/gradient.png");/**/
	border: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.opacityfivequart {
	background-color: #FFFFFF;
	filter: alpha(opacity=125); /*IE use DirectX filters to achieve this effect*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=125); /*IE 5.5 version*/
	-khtml-opacity: 1.25; /* Older versions of Safari and Konqueror use a different nonstandard property name*/
	-moz-opacity: 1.25; /* Older Mozilla browsers require a nonstantard property name*/
	opacity: 1.25; /*Current Mozilla browsers, Opera, and Safari 1.2*/
	width: 223px; /*height: 198px;*/
}

.opacityfull {
	background-color: #FFFFFF;
	filter: alpha(opacity=100); /*IE use DirectX filters to achieve this effect*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*IE 5.5 version*/
	-khtml-opacity: 1.00; /* Older versions of Safari and Konqueror use a different nonstandard property name*/
	-moz-opacity: 1.00; /* Older Mozilla browsers require a nonstantard property name*/
	opacity: 1.00; /*Current Mozilla browsers, Opera, and Safari 1.2*/
	width: 223px; /*height: 198px;*/
}

.opacityhalf {
	background-color: #FFFFFF;
	filter: alpha(opacity=50); /*IE use DirectX filters to achieve this effect*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /*IE 5.5 version*/
	-khtml-opacity: 0.5; /* Older versions of Safari and Konqueror use a different nonstandard property name*/
	-moz-opacity: 0.5; /* Older Mozilla browsers require a nonstantard property name*/
	opacity: 0.5; /*Current Mozilla browsers, Opera, and Safari 1.2*/
	width: 223px; /*height: 198px;*/
}

.opacityquart {
	background-color: #CCCCCC;
	filter: alpha(opacity=25); /*IE use DirectX filters to achieve this effect*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25); /*IE 5.5 version*/
	height: 198px;
	-khtml-opacity: 0.25; /* Older versions of Safari and Konqueror use a different nonstandard property name*/
	-moz-opacity: 0.25; /* Older Mozilla browsers require a nonstantard property name*/
	opacity: 0.25; /*Current Mozilla browsers, Opera, and Safari 1.2*/
	width: 223px;
}

.opacitytrequart {
	background-color: #CCCCCC;
	filter: alpha(opacity=75); /*IE use DirectX filters to achieve this effect*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); /*IE 5.5 version*/
	height: 198px;
	-khtml-opacity: 0.75; /* Older versions of Safari and Konqueror use a different nonstandard property name*/
	-moz-opacity: 0.75; /* Older Mozilla browsers require a nonstantard property name*/
	opacity: 0.75; /*Current Mozilla browsers, Opera, and Safari 1.2*/
	width: 223px;
}

/**************************/
/* The Sub nav at the top */
/**************************/

#subNavLinks {
	text-align:right;
	float:right;
	height:15px;
	width:auto;
	min-width:0;
	max-width:332px;
}

#subNavLinks a {
	float:right;
	margin: 0 0 0 7px;
	width:auto;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	font-weight:600;
}

#subNavLinks a:link, #subNavLinks a:visited {
	color:#dddddd;
}

#subNavLinks a:hover, #subNavLinks a:active {
	color:#ffffff;
}

#subNavLinks a div {
	display:inline;
	/*display:block;
	float:right;
	margin: 0 0 0 10px;*/
}

.nameTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	font-weight:600;
	text-align:left;
	float:left;
	height:15px;
	color:#dddddd;
	text-transform:capitalize;
	width:auto;
}

/*************************/
/* Banner and Logo Stuff */
/*************************/

#banner {
	float:right;
	width:760px;
	height:100px;
	overflow:hidden;
}

.bannerSWF {
	width:760px;
  height:100px;
  overflow:hidden;
}


/**************************************************/
/* The menu and agent info and content at the top */
/**************************************************/

/* side Nav */
#sideBar {
	float:left;
	width:145px;
	background: #ffffff;
	margin-left:1px;
}

#sideNav {
	float:left;
	width:145px;
}

#sideNav a div {
	width:145px;
	margin-left: 5px;
}

#sideNav a {
	text-indent: 1px;
	background-image: url(images/subnav_bg_wt.gif);
	background-position: bottom center;
	background-repeat: repeat-x;

	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	width: 145px;
	margin-bottom: 1px;
	padding-bottom: 4px;
	text-decoration: none;
}

#sideNav a:hover {
	background-image: url(images/subnav_bg_grey.gif);
	background-position: bottom center;
	background-repeat:repeat-x;
}


/* Agent Info */
#AgentTop  {
	text-align:left;
	float:left;
	width: 600px;
	overflow:hidden;
}
.AgentOneTop {
	float:left;
}


.AgentOneTop .AgentPic {
	overflow:hidden;
	width:149px;
	height:200px;
	float:left;
}
.AgentOneTop .AgentInfo {
	width:400px;
	height:200px;
	float:left;
}

.AgentTwoTop {
	display:none;
}

.AgentPic img {
	width:150px;
	height:200px;
}

.cname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	clear:both;
	float:left;	
}

.ctitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	clear:both;
	float:left;
	background-repeat: repeat;
}

.cemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear:both;
	float:left;
}

.cphoneb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear:both;
	float:left;
}

.cfaxb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear:both;
	float:left;
}

.cspacer{
	clear:both;
	height:18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


.cname, .ctitle, .cemail, .caddress, .cphoneb, .cfaxb, .cspacer {
	width:400px;
	text-indent:5px;
}

.cspacer {
	height:8px;
	font-size:2px;
}

.contact1space{
	background-image: url(images/contact1space.jpg);
} 



#OfficeTop .cname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	clear:both;
	float:left;	
}

#OfficeTop .ctitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	clear:both;
	float:left;
	background-repeat: repeat;
}

#OfficeTop .cemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	clear:both;
	float:left;
}

#OfficeTop .cphoneb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	clear:both;
	float:left;
}

#OfficeTop .cfaxb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	clear:both;
	float:left;
}

#OfficeTop .caddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	clear:both;
	float:left;
}



/* content */
#menuContent {
	background-color: #ffffff;
	background-image: url(images/bg_border2.gif);/**/
	background-repeat: repeat-y;
	width: 760px;
	float: right;
}

#contentChunk {
	width:608px;
	background-position:right;
	background-repeat: repeat-y;
	margin-right: 1px;
	float:right;
}


#content {
	width: 608px;
	float:right;
	background-repeat: no-repeat;
	background-position: top center;
}

#content .textpic {
  width:580px;
	float:left;
  padding-top:10px;
	text-align:left;
	font-size:85%;

}

.textpic * {
}

#content .cPicH {
  float:right;
	margin-left:10px;
  width:240px;
}

#content .cPicH object  {
  float:right;
  width:240px;
}
#content .cPicH img {
  float:right;
  width:240px;
}


/*********************/
/* agent bottom info */
/*********************/


#AgentBottom  {
	background:#ffffff;
	text-align:left;
	padding-bottom:2px;
	float:right;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	width:600px;
}

#AgentBottom .cname, #AgentBottom .ctitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	clear:both;
	float:left;	
	text-indent:0;
	font-size: 15px;
}

#AgentBottom .ctitle {
	margin-bottom:10px;
}

#AgentBottom .AgentBottomOne .cname, #AgentBottom .AgentBottomOne .ctitle {
	width:589px;
}

#AgentBottom .cname, #AgentBottom .ctitle { /* the one above will overwrite this for single agents */
	width:589px;
}


.AgentBottomOne  {
	width:600px;
	text-align:left;
	padding-bottom:2px;
	float:left;
}

.AgentBottomTwoFirst {
	width:600px;
	background:#ffffff;
	text-align:left;
	padding-bottom:2px;
	float:left;
}
.AgentBottomTwoSecond  {
	display:none;
}


#Awards {
	width:600px;
	float:right;
	margin-bottom:10px;
}

#Awards .AwardsOne {
	width:600px;
	float:left;
}

#Awards .AwardsTwo {
	width:600px;
	float:left;
}

#Awards .secondagent {
	display: none;
}

/********************/
/* footer and stuff */
/********************/
#pagefooter{
	color: #cccccc;
	background-color: #000000;
	padding: 0 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	vertical-align: bottom;
	float:right;
	margin-bottom:10px;
}

.privacylink {
	display:block;
	float:right;
	margin: 0 9px;
}



