/*       General
======================= */
* { margin:0; padding:0; }
html{ height: 100%;  margin-bottom: 1px; }
html *{ padding: 0; margin: 0; }
body {
	text-align:center;
	background:#666 url(../images/bg.gif) repeat-y center center;
	margin:0;
	}
.left { float:left; }
.right { float:right; }
.clear { clear:both;}
.red {
	color:#FF0000;
}
.photo { 
	border:1px solid #cc9966;  
	margin: 0px 20px 10px 0;
	float:left;
	}
/*       Links
======================= */
a {
	color:#996633;
    text-decoration:underline;
}
a:hover {
    color:#000;
    text-decoration:none;
}
a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}

/*     Float containers fix 
=============================== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* Text
======================= */
body, td, th, div, p, li, input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666;
}

h1, h2, h3, p, table {
	margin-left:40px;
	margin-right:40px;
}
h1, h2, h3 {
	color:#996633;
}

h1{
	font-size:16px;
	padding-top:2.5em;
	padding-bottom:0.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:14px;
	padding-top:0.8em;
	padding-bottom:0.6em;
}
#HomeRight h2 {
	padding-top:2.5em;
}
#FProp h2 {
	color:#FFF;
}
h3 {
	font-size:13px;
	padding-top:0.6em;
	padding-bottom:0.4em;
	font-weight:bold;
}
p{
	line-height:1.5em;
	padding-bottom:1em;
}
#HomeRight p strong {
	color:#996633;
}
#FProp p {
	color:#CCC;
}
#FProp p a {
	color:#FFF;
}
#Content ul,
#Content ol{
	padding:10px 30px 10px 0;
	margin:0 0 0 60px;
}
#Content ul li,
#Content ol li{
	padding: 0 0 9px 0px;
}
#Content li ul,
#Content li ol{
	padding: 0 0 0 0;
	margin:0 0 0 15px;
}
#Content li ul li,
#Content li ol li {
	padding: 9px 0 0 0;
}

/*       Navigation
======================= */
#MainNav {
	background:#b8b8b8 url(../images/bgn.gif) repeat-x left top;
}
#MainNav ul {
	list-style:none;
	padding:14px 0 14px 6px;
}
#MainNav li {
	display:inline;
	float:left;
	border-right:1px solid #FFF;
}
#MainNav li a {
	color:#FFF;
	font:bold 13px Arial, Helvetica, sans-serif;
	padding:10px 8px;
	display:block;
	text-decoration:none;

}
#MainNav li a:hover {
	color:#996633;
}
#MainNav li.Bdn {
	border:none !important;
}

/*       Layout
======================= */
#Page {
	width:749px;
	text-align:left;
	margin:0 auto;
}
#HeaderHome {
	background:#FFF url(../images/bgh.gif);
}
#HeadderInnerHome {
	background: url(../images/banner-home.jpg) no-repeat 0 22px;	
	height: 250px;
	position:relative;
}
#Header {
	background:#FFF url(../images/bgh.gif);
}
#HeadderInner {
	background: url(../images/banner.jpg) no-repeat 0 22px;
	height: 210px;
	position:relative;
}
#Content {
	background:#FFF url(../images/bgct.gif) repeat-x left top;
	min-height:250px;
	height:auto !important;
	height:250px;
}
#HomeWrapper {
	background: url(../images/bgrc.gif) repeat-y right top;
}
#MainHome {
	background: url(../images/bgrct.gif) no-repeat right top;
}
#HomeLeft {
	width:420px;
	float:left;
}
#HomeRight {
	width:329px;
	float:left;
}
#FProp {
	background:#b16c49 url(../images/bgfp.gif) repeat-x left top;
	height:145px;
}
.FpItem {
	float:left;
	width:374px;
	margin-top:10px;

}
.FpItem p {
	margin-right:30px;
}

/*       Content
======================= */
.photo { 
	border:8px solid #C9C9C9;  
	margin: 0px 0 10px 10px;
	float:right;
}
.col3 {
	float:left;
	width:31%;
}	
/*       Logo
======================= */
#Logo {
	width:214px;
	height:150px;
	padding:0;
	position:absolute;
	right:8px;
	top:50px;
}
#Logo a {
	display:block;
	width:214px;
	height:150px;
	background: url(../images/the-carey-group.gif) no-repeat;
}
#LogoHome {
	width:214px;
	height:150px;
	padding:0;
	position:absolute;
	right:18px;
	top:50px;
}
#LogoHome a {
	display:block;
	width:214px;
	height:154px;
	background: url(../images/the-carey-group.gif) no-repeat;
}
#Logo strong, #LogoHome strong{ display:none; }


/*       Footer
======================= */
#Footer {
}
#Footer p {
	color:#FFF;
	background:#999;
	padding:15px 0;
	text-align: center;
	margin:0;
	border-bottom:1px solid #bebebe;
	font-size:13px;
	font-weight:bold;
}

#Footer p span.sep {
	padding:0 10px;
}
#Footer p a {
	color:#FFF;
	text-decoration:none;
}
#DesignBy p {
	background:#999;
	color:#CCC;
	margin:0;
	float:right;
	padding:3px 10px;
	font-size:11px;
}
#DesignBy a {
	text-decoration:none;
	color:#CCC;
}	

/*       Forms
======================= */
form {
margin: 1.5em 0 1em 40px;
width:500px;
}
input, textarea, select{
font-size:13px;
color:#000;
}
form p{
margin:0 0 1em 0;
padding:0;
}
form legend {
color:#996633;
font-weight:bold;
font-size:14px;
font: Arial, Helvetica, sans-serif;
}
form legend a {
font-weight:normal;
font-size:.9em;
}
form fieldset {
border:none;
border:1px solid #999;
margin:  0 0 1em 0;
padding: 0 1em 1em;
}
form fieldset.radio{
   margin: 1em 0 1em 0;
}

form fieldset.radio input{
width:auto;
float:left;
margin-right:3px;
}
form fieldset.float label{
display:inline; 
float:left;
white-space: nowrap;
margin-right: 15px;
}
form .submit {
width: auto;
background:#963;
color:#fff;
font-weight:bold;
display:inline;
margin-right: 2em;
border: 2px solid #666;
}
form .ChkBox {
width:auto;
border:none;
display:inline;
}
form .submit.light{
color:#333;
background:#000;
font-weight:normal;
margin-right:2em;
border: 1px solid #333;

}
form input.hidden {
border:none;
padding:0;
display:inline;
}
form input, 
form textarea
{
color:#000;
display: block;
width: 96%;
background: #fff;
border: 2px solid #CCC;
padding:.25em .5em;
font-weight:bold;
}
form label
{
display: block;
margin-bottom: 1em;
}
form .first
{
padding-top: 1em;
}
form select
{
display: block;
font-weight:bold;
}


/*     printer styles
========================= */
@media print{
/* Hide unwanted elements */
#MainNav, #DesignBy  {display:none;}
#HeadderInnerHome, #LogoHome, #LogoHome a, #HeadderInner, #Logo, #Logo a {
	width: auto;
	height: auto;
	font-size:20px;
	position:relative;
	left:0;
	top:0;
	color:#000;
	text-decoration:none;
}
#Header {border-bottom:1px solid #CCC; height:auto;}
#LogoHome strong, #Logo strong {
display:block;
}

/* Kill floats */
body, #Page, #Header, #HeadderInnerHome, #Content, #HomeWrapper, #MainHome, #HomeLeft, #HomeRight, #FProp, .FpItem,  #Footer {width:100%; float:none; background: none; margin:0; padding:0; height:auto;}
#Footer { border-top:1px solid #000; border-bottom:1px solid #000;}
.FP2 {
	margin-left:0;
}
h1, h2, h3, table, p {
margin-left: 0;
margin-right:0;
text-align:left;
}
}