body {
	margin:0;
	text-align:center;
	font:0.7em Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	background-color:#0a367a;
	background-image:url(pix/body_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.clear {
	clear:both;
}

.smalltext {
	font-size:0.7em;
	line-height:1.4em;
}

.scm-sidebar {
	margin-bottom:10px;
}

#page-holder {
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
}


#wrapper {
	width:900px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*---------- HEADER ----------*/

#header {
	background-image:url(pix/header_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin:10px 15px 15px 15px;
	height:162px;
}

#logo-container {
	border:none;
	margin-top:10px;
	width:218px;
	height:142px;
	padding-top:10px;
	float:left;
}

#tel-number {
	width:275px;
	height:48px;
	background-image:url(pix/tel_number.gif);
	float:right;
	margin-top:70px;
	position:relative;
}

/*----------- HOMEPAGE TOP ----------*/

#homepage-top {
	height:158px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;

}

#homepage-text-box {
	background-color:#efefef;
	width:230px;
	height:158px;
	float:left;
}

#homepage-text-box h3 {
	padding:20px;
	margin:0;
	font-size:1.7em;
	color:#072a60;
	line-height:1.5em;
	font-weight:100;
}

#homepage-image {
	width:624px;
	float:right;
}


/*---------- LEFT CONTENT ----------*/ 

#left-content {
	width:230px;
	float:left;
	margin-bottom:10px;
	margin-left:15px;
}

#left-content h2 {
	font-size:1.1em;
	color:#fff;
	background-color:#000033;
	margin:0;
	padding:8px;
}

/* top level */

#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#left-content ul li {
	border-top:1px solid #fff;
}

#left-content ul li a, #left-content ul li a:visited {
	color:#072a60;
	text-decoration:none;	
	font-size:1.3em;
	display:block;
	padding:10px 10px 10px 10px;
	background-color:#efefef;	
	border-left:10px solid #cf786f;	
} 

#left-content ul li a:hover {
	text-decoration:underline;
	border-left:10px solid #072a60;		
}


/* 2nd level */

#left-content ul ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
}

#left-content ul ul li a, #left-content ul ul li a:visited {
	color:#666;	
	padding-left:25px;
	padding-right:10px;
	background-image:url(pix/arrow_blue.jpg);
	background-repeat:no-repeat;
	background-position: 5px 10px;
}

#left-content ul ul li a:hover {

}

#left-content ul ul li a.current, #left-content ul ul li a:visited.current {
	color:#666;
	background-repeat:no-repeat;
	background-position: 5px 10px;		
}

/* 3rd level */

#left-content ul ul ul li a, #left-content ul ul ul li a:visited {
	padding-left:45px;
	padding-right:2px;
	background-image:url(pix/line_blue.jpg);
	background-repeat:no-repeat;
	background-position: 15px 13px;
}

#left-content ul ul ul li a:hover {
	background-color:#d1d1d1;
	color:#000;
	background-image:url(pix/line_blue_on.jpg);
	background-repeat:no-repeat;
	background-position: 15px 13px;
}

/*---------- CENTER CONTENT ----------*/

#center-content {
	width:420px;
	float:left;
	line-height:1.6em;
	margin-bottom:10px;
	margin-left:20px;
	padding-bottom:10px;
	color:#666;
	font-size:1.1em;	
}

#center-content h1 {
	font-size:1.8em;
	font-weight:100;
	line-height:1.2em;
	color:#003366;
	margin-top:0;
}

#center-content h2 {
	color:#003366;
	font-size:1.2em;
	font-weight:100;
	line-height:1.4em;
}

#center-content h3 {
	font-size:1.2em;
	color:#000066;
	font-weight:100;
}

#center-content a, #center-content a:visited {
	color:#072a60;
}

#center-content ul li {
	margin-bottom:5px; 
}

/*---------- CENTER CONTENT WIDE TEMPLATE ----------*/

#center-content-wide {
	width:670px;
	float:right;
	line-height:1.5em;
	margin-bottom:10px;
	margin-right:10px;
}

#center-content-wide h1 {
	font-size:1.8em;
	font-weight:100;
	color:#fff;
	margin-top:0;
}

#center-content-wide h2 {
	color:#fff;
	font-size:1.1em;
}

#center-content-wide h3 {
	font-size:1em;
	border-bottom:1px solid #fff;
	padding-right:50px;
	color:#fff;
}

#center-content-wide a, #center-content-wide a:visited {
	color:#fff;
}

#center-content-wide a:hover {
	color:#fff;
}

/*-------- RIGHT CONTENT --------*/

#right-content {
	width:170px;
	float:right;
	margin-right:15px;
}

#right-content h2 {
	font-size:1.3em;
	color:#072a60;
	font-weight:100;
	background-color:#efefef;
	margin:0;
	padding:8px;
	border-left:8px solid #072a60;
}

#right-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#right-content ul li {
	padding:5px 10px 5px 0px;
	line-height:1.5em;
	margin-bottom:5px;
}

#right-content ul li a, #right-content ul li a:visited {
	color:#000066;
	text-decoration:none;
	display:block;
	padding:2px 5px 2px 0;
}

#right-content ul li a:hover {
	text-decoration:underline;
	background-color:#efefef;

}

#right-content a, #right-content a:visited {
	color:#000033;
	text-decoration:underline; 
}
	
/*---------- FOOTER ----------*/

#footer {
	border-top:10px solid #0a367a;
	padding:10px;
	line-height:1.5em;
	height:65px;
} 

#footer a, #footer a:visited {
	color:#000;
}

#footer a:hover {
	color:#000;
}

#footer-left {
	float:left;
	vertical-align:top;
}

#footer-left img {
	padding-right:20px;
}

#footer-right {
	float:right;
	text-align:right;
	width:220px;
}

#footer-details-left {
	float:left;
}

#footer-details-right {
	float:right;
	padding-left:10px;
	border-left:1px dotted #000033;}

/*---------- OTHER STYLES ----------*/

#scm-sidebar-members {
	color:#000;
}

#scm-sidebar-members h2 {
	color:#fff;
	font-size:1em;
	margin-top:0;
}

#scm-sidebar-members a, #scm-sidebar-members a:visited {
	color:#fff;
}

p {
	margin:6px 0 6px 0;
}

.news-byline {
	border-bottom:1px dashed #666;
	width:100%;
	padding-bottom:5px;
	margin-top:-8px;
	margin-bottom:10px;
}

#credits {	
	width:900px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:15px;
}

#credits a, #credits a:visited {
	color:#fff;
	text-decoration:none;
}

#credits a:hover {
	text-decoration:underline;
}

/*-- CSS TABLE STYLES --*/

dd {
	padding:10px;
	margin:0 5px 10px 5px;
	background-color:#efefef;
	border-bottom:1px dotted #666;
	border-top:1px dotted #666;
	width:205px;
	height:450px;
	float:left;
}

/*------ PROPERTIES SIDEBAR ------*/

.property-sidebar {
	background-color:#CCCCCC;
	text-align:center;
	margin-bottom:10px;
	width:165px;
	padding-bottom:5px;
}

.property-sidebar img {
	padding-bottom:5px;
}
