/* General layout */
body {
	background-color: #000000;
	background-image: url(/framework/images/cv_background.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	color: #FFF;
}
a:link {
	color: black;
	font-style:normal;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
div.content{
  color: black;
  position:relative;
  width:673px;
  height:376px;
}
div.content_blank{
  color: black;
  position:relative;
  width:695px;
  height:392px;
}
.page_header {
  font-family: Arial, Helvetica, sans-serif;
  color: #4c85aa;
  font-size: 20px;
  font-weight:bold;
  /*line-height: 20px;*/
}

/* Flyout boxes */
div.flyoutBox {
  border: 3px solid white;
  background-color: black;
  z-index: 5000;
  padding: 5px;
  height: 200px;
  width: 200px;
  z-index: 20000;
}
div.EmailFlyoutBox {
	color: #4C4E4F;
	background-color: #EAEAEA;
	border: 3px solid #4C4E4F;
	height: 295px;
	width: 275px;
	z-index: 2000;
	padding: 5px;
}

/* section layouts */
.solcial_text {
	color: black;
	font-size:12px;
}
.social_text_small {
	font-size: 9px;
}
.social_text_from {
	color: #3F6A92;
	font-weight:bold;
}
.message_text {
	font-size:16px;
	font-weight:bold;
}
.link_header {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.link_links {
	font-size:11px;
}
#linksdiv a:link {
	color: #FFF;
	font-style:normal;
	text-decoration: none;
}
#linksdiv a:visited {
	color: #FFF;
	text-decoration: none;
}
#linksdiv a:active {
	color: #F6F6F3;
	text-decoration: none;
}
#linksdiv a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.video_title {
	font-weight:bold;
	font-size:12px;
}
.video_text {
	font-size:10px;
	margin-top:3px;
}
#message_table tr td {
	font-size:11px;
	font-family:"Myriad Pro", Arial;
	text-align:left;
	vertical-align:top;
	color:#DFDFDF;
}
#message_table input {
	border:0;
	background:none repeat scroll 0 0 transparent;
	margin-top: 2px;
	font-size:11px;
	font-family:"Myriad Pro", Arial;
	color:#333333;
}
#message_table textarea {
	border:0;
	background:none repeat scroll 0 0 transparent;
	margin-top: 1px;
	font-size:11px;
	font-family:"Myriad Pro", Arial;
  width: 651px;
	height:60px;
	color:#333333;
}
.message_checkbox {
	height:16px;
	width:16px;
	background:none repeat scroll 0 0 transparent;
	visibility:hidden;
}
#clientlogindiv input {
	font-size: 10px;
	color: #504B4D;
}
#appraisal_quote_div {
	font-size:10px;
	color:#666666;
}


/* Navigation rollover effect */
ul.nav {
	margin: 0;
	padding: 0px;
	width: 216px;
	list-style: none;
}
ul.nav li {
	  margin:0px;
	  padding:0px;
  	  position: relative;
	  width: 216px;
	}
	
ul.nav li {
	margin:0px;
	padding:0px;
	position: relative;
}
ul.nav li img {
	-ms-interpolation-mode: bicubic;
	border:0px;
}
ul.nav li img.hover {
	/*background:url(nav_bg.png) no-repeat center center;*/
	border: none;
}

