body {
	margin: 0;
	padding: 0;
	color: #444444;
	font: 90%/1.6em Arial, Helvetica, sans-serif;
	background: #D0D0D0;
}

h1 {
	letter-spacing: -1px;
	margin-top: 0px;
	padding-top: 12px;
	padding-left: 0px;
	color: #262626;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	background: url(images/heading-border.png) repeat-x left bottom;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 3px;
}

h2 {
	letter-spacing: -1px;
	color: #262626;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	padding: 14px 0px 20px 40px;
	background: url(images/sidebar-h3.png) no-repeat left center;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #C0C0C0;
}

a:focus {
	outline: none;
}


a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #666;
}

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

img {
	border: none;
}

.thumb-left {
	padding: 9px;
	float: left;
	margin-right: 15px;
	border: 1px solid #C0C0C0;
	background: #FFF;
}

.thumb-no-float {
	padding: 9px;
	border: 1px solid #C0C0C0;
	background: #FFF;
}

#header {
	width: 960px;
	height: 280px;
	margin: 0px auto;
}

#header .logo {
	float: left;
	margin-top: 10px;
	margin-left: 18px;
	height: 239px;
	width: 357px;
}

/* Menu */

#menu {
	width: 960px;
	height: 42px;
	margin: 0px auto;
	background: url(images/menu.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	text-decoration: none;
	font-size: 12px;
	padding: 11px 13px 0;
	background: url(images/menu-divider.png) no-repeat right center;
	color: #5F5F5F;
	font-weight: bold;
}

#menu .last a {
	display: block;
	float: left;
	height: 31px;
	text-decoration: none;
	font-size: 12px;
	padding: 11px 13px 0;
	background: url(none);
	color: #5F5F5F;
	font-weight: bold;
}

#menu .last-active a {
	display: block;
	float: left;
	height: 31px;
	text-decoration: none;
	font-size: 12px;
	padding: 11px 13px 0;
	background: url(none);
	color: #000;
	font-weight: bold;
}

#menu .facebook a {
	background: url(images/facebook-icon.png) no-repeat center center;
	float: right;
}

#menu .twitter a {
	background: url(images/twitter-icon.png) no-repeat center center;
	float: right;
}

#menu .youtube a {
	background: url(images/youtube-icon.png) no-repeat center center;
	float: right;
}

#menu a:hover {
	color: #000000;
}

#menu .active a {
	color: #000;
}

/* Featured area */

#featured {
	background: url(images/featured-background.png) repeat-x;
	margin: 0px auto;
	height: 205px;
	width: 958px;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}

#featured .col1 {
	float: left;
	height: 180px;
	width: 300px;
	padding-top: 25px;
	padding-left: 20px;
	text-align: left;
}

#featured .col2 {
	float: left;
	height: 180px;
	width: 318px;
	text-align: center;
	padding-top: 25px;
}

#featured .col3 {
	float: left;
	height: 180px;
	width: 300px;
	padding-top: 25px;
	text-align: right;
	padding-right: 20px;
}

/* Action area */

#action {
	height: 52px;
	width: 920px;
	background: url(images/action-background.png) no-repeat;
	color: #262626;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

#action .tagline {
	margin: 0px;
	float: left;
	height: 8px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#action .action-button {
	position: relative;
	float: right;
	height: 28px;
	width: 170px;
	top: 6px;
}

/* Page */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 30px 0 10px;
}

/* Content */

#content-wide {
	float: left;
	width: 960px;
	border: 1px solid #C0C0C0;
	background: #FFF;
	clear: both;
}

.wide-post {
	float: left;
	text-align: justify;
	background: #E6E7E7 url(images/content-background.png) repeat-x left top;
	margin: 1px;
	width: 958px;
	padding-top: 10px;
}

.wide-post .entry {
	padding: 5px 10px 10px;
}

.wide-post .agent-left {
	width: 400px;
	float: left;
	margin: 0px;
	padding: 5px 10px 10px;
}

.wide-post .agent-right {
	width: 400px;
	float: right;
	margin: 0px;
	padding: 5px 10px 10px;
}


#content {
	float: left;
	width: 580px;
	border: 1px solid #C0C0C0;
	background: #FFF;
}

.post {
	text-align: justify;
	background: #E6E7E7 url(images/content-background.png) repeat-x left top;
	margin: 1px;
	width: 578px;
	padding-top: 10px;
}

.post .entry {
	padding: 5px 10px 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	background: #FFF;
	border: 1px solid #C0C0C0;
}

.sidebar-post {
	text-align: justify;
	background: #E6E7E7 url(images/content-background.png) repeat-x left top;
	margin: 1px;
	width: 298px;
	padding-top: 10px;
}

.sidebar-post .entry {
	padding: 5px 10px 10px;
}

#sidebar ul {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar h2 {
	margin-top: 0px;
	padding-top: 12px;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	color: #262626;
	background: url(images/heading-border.png) repeat-x left bottom;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 3px;
}

/* Sidebar2 */

#sidebar2 {
	float: right;
	width: 300px;
	background: #FFF;
	border: 1px solid #C0C0C0;
}

.sidebar-post2 {
	text-align: justify;
	background: #E6E7E7 url(images/content-background.png) repeat-x left top;
	margin: 1px;
	width: 298px;
	padding-top: 10px;
}

.sidebar-post2 .entry {
	padding: 5px 10px 10px;
}

#sidebar2 ul {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	list-style: none;
}

#sidebar2 h2 {
	margin-top: 0px;
	padding-top: 12px;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	color: #262626;
	background: url(images/heading-border.png) repeat-x left bottom;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 3px;
}

#sidebar2 li {
	display: inline;
}

#sidebar2 .facebook a {
	display: block;
	width: 210px;
	margin: 0px 0px 8px;
	color: #444;
	text-decoration: none;
	background: url(images/facebook.png) no-repeat left center;
	padding: 5px 0px 5px 34px;
	border-bottom: 1px dotted #C0C0C0;
}

#sidebar2 .twitter a {
	display: block;
	width: 210px;
	margin: 0px 0px 8px;
	color: #444;
	text-decoration: none;
	background: url(images/twitter-icon.png) no-repeat left center;
	padding: 5px 0px 5px 34px;
	border-bottom: 1px dotted #C0C0C0;
}

#sidebar2 .wordpress a {
	display: block;
	width: 210px;
	margin: 0px 0px 8px;
	color: #444;
	text-decoration: none;
	background: url(images/wordpress.png) no-repeat left center;
	padding: 5px 0px 5px 34px;
	border-bottom: 1px dotted #C0C0C0;
}

#sidebar2 .youtube a {
	display: block;
	width: 210px;
	margin: 0px 0px 8px;
	color: #444;
	text-decoration: none;
	background: url(images/youtube.png) no-repeat left center;
	padding: 5px 0px 5px 34px;
	border-bottom: 1px dotted #C0C0C0;
}

#sidebar2 a:hover {
	color: #000;
	position: relative;
	left: 5px;
}




.phone {
	background: url(images/phone-icon.png) no-repeat left center;
	padding-left: 22px;
}
.fax {
	background: url(images/fax-icon.png) no-repeat left center;
	padding-left: 22px;
}

/* Footer */

#footer {
	height: 130px;
	width: 960px;
	margin: 0px auto 30px;
	background: url(images/footer.png) no-repeat;
}

#footer p {
	text-align: left;
	color: #444444;
	font-size: 85%;
	padding-left: 20px;
	margin: 0px;
	padding-top: 24px;
	line-height: 2em;
}

#footer a {
	color: #444444;
	text-decoration: none;
	padding: 4px 6px;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
	background: #262626;
}

/* Home page slider */

#slider-wrapper {
	height: 220px;
	width: 480px;
	margin: 10px 10px 0px 0px;
	padding: 9px;
	border: 1px solid #C0C0C0;
	background: #FFF;
	float: right;
	display: inline;
}

#featured_slider 	{
	width:480px;
	height:220px;
	position:relative;
	z-index:1;
	margin: 0px auto;
} 

#slider {
	position:relative;
	min-height:220px;
	background:url(images/loader.gif) no-repeat 50% 50%;
	margin: 0px;
	padding: 0px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
}

.nivoSlider {
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	top:238px;
	z-index:99;
	cursor:pointer;
	margin-left: -45px;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}

/* Contact Form */

#contact label {
	display: block;
}

#contact input {
	font: 13px Arial, Helvetica, sans-serif;
	color: #262626;
	background: #FBFBFB;
	padding: 5px;
	width: 320px;
	border: 1px solid #D9D9D9;
}

#contact select {
	font: 13px Arial, Helvetica, sans-serif;
	color: #262626;
	background: #FBFBFB;
	padding: 5px;
	width: 320px;
	border: 1px solid #D9D9D9;
}

#contact textarea {
	font: 13px Arial, Helvetica, sans-serif;
	color: #262626;
	background: #FBFBFB;
	padding: 5px;
	width: 450px;
	border: 1px solid #D9D9D9;
}

#contact .submit {
	background: transparent;
	height: 28px;
	width: 120px;
	margin-left: -5px;
	border-style: none;
}

#registration label {
	display: block;
	font-size: 12px;
	font-style: italic;
}

#registration input {
	background-color: #FBFBFB;
	border: 1px solid #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 6px 5px 8px;
	width: 260px;
}

#registration .submit {
	background: transparent;
	height: 28px;
	width: 96px;
	margin-left: -5px;
	border-style: none;
	margin-top: -10px;
}

/* Twitter Feeds */

small {
	font-style:italic;
}

#tweets li {
	font-size:13px;
	list-style-type:none;
	height:100%;
	float: right;
	margin: 0px;
	padding-left: 40px;
	padding-right: 20px;
	width: 220px;
	background: url(images/twitter.png) no-repeat 20px 4px;
}

#tweets .hash { 
	color:#0066CC; 
} 

#tweets .reply { 
	color:#0066CC; 
} 

#tweets a:link { 
	text-decoration:none; 
	color:#0066CC;
}

#tweets a:active { 
	text-decoration:none; 
	color:#0066CC;
}

#tweets a:hover { 
	text-decoration:underline; 
	color:#0066CC;
}

#tweets a:visited { 
	text-decoration:none;
	color:#0066CC;
}

