/*=====================================================================
 *
 * Filename: style.css
 * Template: ModernTime
 * Author: Jarel Remick - http://www.jremick.com
 * Date Created: 10/13/2008
 * Media: Screen
 *
 * Description
 * -----------
 * CSS Reset using "reset.css" from 960 framework package, derived from Eric Meyers.
 *=====================================================================*/
 
@import "reset.css";
@import "ie.css";

/* === Global === */
body,td,th {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	background: #52504d url(../images/layout/header-bg.jpg) repeat-x top;
	color: #003333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
/* Content Text Styling */
a    {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2A2C98;
	text-decoration: none;
}
p {
	font-size: 0.85em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fl { float: left; }
.fr { float: right; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h1 { font-size: 1.6em; margin: 20px 0; }
h2 { font-size: 1.3em; margin: 10px 0; }
h3 {
	font-size: 1.05em;
}
h4 { font-size: .9em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #336666; margin-top: 20px; }
h5 {
	font-size: medium;
	color: #033;
	margin-top: 20px;
	text-decoration: underline;
	margin-bottom: 5px;
}

/* hd - horizontal divider / vd - verticle divider */
.hd { width: 100%; display: block; clear: both; border-bottom: dashed 1px #ccc; margin: 8px 0; }
.sidebar img { padding: 5px; }
.center { margin: 0 auto; }
.column {
	width: 255px;
	padding: 0 10px;
	margin-bottom: 10px;
	float: left;
}
.sidebar p { font-size: .75em; line-height: 1.6em; margin: 12px 0 5px 0; color: #336666; }
.date { font-size: .8em; font-style: italic; color: #669999; padding-left: 15px; }
.testimonial { font-size: 1.3em; line-height: 1.45em; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; }
.byline { display: block; font-size: .9em; text-align: right; color: #336666; font-family: Verdana, Arial, Helvetica, sans-serif; padding-right: 15px; }

img.framed {
	background: #eeecec;
	padding: 8px;
	margin: 8px;
	border: solid 1px #d8d8d8;
	border-right: solid 2px #cbcaca;
	border-bottom: solid 2px #cbcaca;
}
img.center { margin: 0 auto; display: block; }
.jqueryPics  {
	position: absolute;
	top: 17px;
	left: 466px;
	height: 119px;
	width: 484px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
	background-color: #DFE6EC;
}
.jqueryPics  img{
	padding: 7px;

}
.sidebar .hd { margin-bottom: 20px; }

/* Read More links */
.readmore { color: #d85656; text-decoration: none; float: right; }
.readmore:hover {
	color: #542C98;
	cursor: pointer;
}
.readmore-img { 
	display: inline-block;
	width: 94px;
	background: url(../images/layout/readmore.gif) no-repeat top;
	text-align: left;
	color: #d85656;
	text-decoration: none;
	float: right;
	margin: 5px 15px 10px 0;
}
.readmore-img:hover { background: url(../images/layout/readmore-hover.gif) no-repeat top; color: #70d372; }
.readmore-img span, .readmore { padding-left: 8px; font-style: italic; font-size: .75em; line-height: 26px; }
.vd { border-right: dashed 1px #ccc; }

#wrapper { margin: 0 auto; width: 960px; }
#cycle img{
	height: 105px;
	width: 470px;
}

/* === Header === */
#header { height: 205px; position: relative; }
#header .logo {
	position: absolute;
	top: 32px;
	left: 0px;
}
#header img.framed {
	position: absolute;
	top: 20px;
	left: 468px;
	border: solid 1px #d8d8d8;
	margin: 0;
}
/* === Navigation === */
#nav {
	position: absolute;
	top: 167px;
	left: 10px;
	font-size: 1.1em;
	font-weight: 100;
	letter-spacing: 0.08em;
	line-height: 38px;
	width: 80%;
}
#nav ul li.active { background: url(../images/layout/link-active.jpg) repeat-x top; }
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#nav ul ul{
	position: absolute;
	top: auto;
	display: none;
	font-size: small;
	width: 16em;
}
#nav ul li {
	float: left;
	position: relative;
	display: block;
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#nav ul li a:hover {
	background: url(../images/layout/link-hover.jpg) repeat-x top;
}
#nav ul ul a {
	width: 16em;
	background-color: #2C2D38;
}
#nav ul li ul a:hover {
	background: url(../images/layout/link-hover2.jpg) repeat-x top;
	width: 16em;
}
#nav ul li:hover ul{
	display: block;
}

/* === Content Layout === */
#content {


}
#content .main { width: 600px; background: #fff url(../images/layout/main-shadow.gif) repeat-x top; float: left; margin-right: 20px; }
#content .main .base {
	padding: 15px 25px 40px 25px;
	background: #52504d url(../images/layout/main-base.gif) no-repeat top;
	margin: 0px;
}
/* List styles for content */
#content .container #featured-list ul{ margin: 15px 0 0 10px; list-style: none; line-height: 20px; }
#content .container #featured-list ul li{
	height: 20px;
	padding-left: 28px;
	margin-bottom: 10px;
	font-size: .85em;
	color: #336666;
	background-image: url(../images/layout/list-circlearrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Content Text Styling */
#content .container p a {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2A2C98;
	text-decoration: none;
}
#content .container p a:hover {
	text-decoration: underline;
}
#content .container { padding: 20px 20px 0px 20px; }
#content .sidebar .container { padding-top: 35px; }
#content .sidebar {
	width: 340px;
	background: #eeecec url(../images/layout/sidebar-shadow.gif) repeat-x top;
	float: left;
	position: relative;
}
#content .sidebar .base { padding: 15px 0 40px 0; background: #52504d url(../images/layout/sidebar-base.gif) no-repeat top; }
#content .base { clear: both; }
#content .corner {
	width: 5px;
	background: url(../images/layout/main-left-corner.gif) no-repeat left bottom;
	float: left;
	height: 37px;
}
.toplink {
	width: 100%;
	text-align: center;
	line-height: 37px;
	font-size: 1em;
	font-weight: 100;
	letter-spacing: 0.08em;
	float: right;
	margin-top: 10px;
}
.toplink a {
	display: block;
	width: 57px;
	background: url(../images/layout/toplink-bg.gif) no-repeat top;
	color: #fff;
	text-decoration: none;
	float: right;
	padding-left: 15px;
}
.toplink a:hover { background: url(../images/layout/toplink-hover.gif) no-repeat top; }

/* === Legal Text === */
.legal { color: #999; font-size: .8em; text-align: center; }
.legal ul li { float: left; border-left: solid 1px #999; padding-left: 8px; margin-left: 8px; }
.legal ul li.first { border: none; margin:0; padding:0; }
.legal a { color: #ccc; text-decoration: underline; }
.legal a:hover { color: #fff; text-decoration: none; }

/* === Contact Form === */
#contact-form {
	width: 300px;
	float: left;
	margin-top: 15px;
}
#contact-form input
, #contact-form textarea
  {
	padding: 5px;
	width: 200px;
	font-family: Helvetica, sans-serif;
	font-size: .9em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}
#request-form #name
, #requestform select ,
#organization ,
#workphone , #email
  
  {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}
#Property {
	width: 120px;
	margin-left: 0px;
	background-color: #F3F3F3;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#contact-form textarea { height: 90px; width: 250px; }
#contact-form textarea:focus,
#contact-area input:focus {
	border: 1px solid #070972;
	background-color: #F0F4FF;
}
#contact-form input.submit-button {
	width: 100px;
	float: right;
	margin-right: 38px;
	cursor: pointer;
}
#request-form input.submit-button {
	width: 100px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background-color: #EEE;
	margin-top: 15px;
	height: 30px;
}
#contact-form input.submit-button:hover {
	background-color: #E1DDDD;

}
#request-form input.submit-button:hover {
	background-color: #E1DDDD;

}
.radio {
	width: 10px;
}

label {
	text-align: left;
	margin-right: 15px;
	width: 85px;
	font-size: 0.9em;
	display: block;
	padding-bottom: 5px;
}
#nav a:link, #nav a:active, #nav a:visited {
	display: block;
}
#header-shadow {
	height: 26px;
	width: 481px;
	display: block;
	position: absolute;
	left: 468px;
	bottom: 42px;
	background-image: url(../images/layout/header-shadow.png);
	background-repeat: no-repeat;
}
.vert-divider {
	display: block;
	height: 138px;
	width: 2px;
	position: absolute;
	left: 140px;
	top: 122px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #ccc;
}
#links ul li {
	list-style-image: url(../images/links-bullet.png);
	list-style-position: inside;
}
#links .link {
	display: block;
	height: 50px;
	padding-left: 30px;
}
#links2   {
	margin-left: 20px;
	width: 350px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #033;
	padding-left: 5px;
}

