@charset "utf-8";

@font-face {
    font-family: 'OSPDIN';
    src: url('../fonts/OSP-DIN-webfont.eot');
    src: url('../fonts/OSP-DIN-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OSP-DIN-webfont.woff') format('woff'),
         url('../fonts/OSP-DIN-webfont.ttf') format('truetype'),
         url('../fonts/OSP-DIN-webfont.svg#OSPDIN') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> GLOBAL BODY <<<-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
body {
	margin:0px auto;
	padding:0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background: #262422;
}

/* TABLE */
table td {
vertical-align: top !important; 
border: 0;
}

/* INPUT */
input, select, textarea { font-size: 8pt; }

/* GENERAL LINKS */
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #557069;
}

a:hover {
	text-decoration: none;
	color: #384B47;
}

/* BORDER */
img, table, div { border: none; }

/* add photograph border with shadow */
img.img_system {
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-system.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_s {
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_m {
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-m.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_l {
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-l.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_xl {
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-xl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_custom {
	background: url(/content/site/images/graphics/image_bg-sl.png) left bottom no-repeat;
	padding:5px 10px 15px 10px;
	border-right: 1px solid #EEEEEE;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> *h_ HOME LAYOUT <<<-------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#h_flash {
	margin: 15px auto 0 auto;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> *s_ SHELL LAYOUT <<<------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#wrapper
{
	width:970px;
	margin:5px auto 0;
	padding:0px;
	background:url(../images/shellBodyRepeat.png) repeat-y;
}
#s_wrapper {
	width: 926px;
	margin: 51px auto 0 auto;
	background: #FFFFFF;
	border-left: 3px solid #CBD0C0;
	border-right: 3px solid #CBD0C0;
}
#s_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> HOME MODULES <<<----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#main_body {
	vertical-align: top;
}
#module_wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(../images/home/h_mod_lines.gif) repeat-y;
}
#module_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
/* MODULE CONTAINER */
.module {
	float: left;
	width: 300px;
}
.module_title {
	text-align: center;
	position: absolute;
	top: 64px;
	right: 15px;
	width: 175px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
/* GENERIC MODULE*/
.module_body {
	margin: 10px;
	padding-top: 10px;
	border-top: 1px dotted #BAB690;
	color: #CCCCCC;
}
.module_button {
	position: absolute;
	top: 98px;
	right: 30px;
	font-size: 10px;
	background: #BEC6BA;
	text-transform: UPPERCASE;
}
.module_button a:link, .module_button a:visited, .module_button a:active { color: #FFFFFF; }
.module_button a:hover { color: #333333; }
/* FEATURED PROPERTY */
#module_image {
	position: absolute;
	top: 49px;
	left: 21px;
	width: 200px;
	height: 140px;
}
#module_image img {
	width: 205px;
	height: 145px;
}
.module_details_container { width: 140px; }
.module_details_header {
	padding-top: 10px;
	border-top: 1px dotted #BAB690;
	color: #DDDDDD;
}
.module_details_emphasis { color: #CCCCCC; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> *GENERIC SHELL <<<--------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* PAGE HEADER */
#page_header { margin-bottom: 15px; }
/* PAGE SECTION */
.page_section {
	display: inline;
	font-size: 14pt;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #333333;
}
/* PAGE TITLE */
.page_title {
	display: inline;
	font-size: 14pt;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #557069;
}
/* PAGE DESCRIPTION */
.page_description {
	font-size: 10pt;
	text-transform: LOWERCASE;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 15px 0;
	
}
/* ROW TITLE */
.title {
	color: #B23200;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
	text-decoration: none;
}
.title a:link, .title a:visited, .title a:active {
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
	text-decoration: none;
}
.title a:hover {
	color: #A72100;
	text-decoration: none;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
}
.title_light {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}
/* QUOTE */
.quote {
	font-size: 11px;
	color: #333333
}
/* LISTS */
.list_header {
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	background: #8A9C98;
}
.list_header a:link, .list_header a:visited, .list_header a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:hover {
	color: #CCCCCC;
	font-weight: bold;
}
.list_header_dark {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:link, .list_header_dark a:visited, .list_header_dark a:active {
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:hover {
	color: #666666;
	font-weight: bold;
}
.list_details {
	font-size: 9pt;
	color: #333333;
}

.list_details a:link, .list_details a:visited, .list_details a:active {
	font-size: 9pt;
	color: #5D615F;
}

.list_details a:hover {
	color: #7B817D;
}

.list_details_light {
	font-size: 8pt;
	color: #FFFFFF;
}
.list_details_light a:link, .list_details_light a:visited, .list_details_light a:hover, .list_details_light a:active { color: #FFFFFF; }
/* SMALL */
.small {
	color: #333333;
	font-size: 10px;
}
.small a:link, .small a:visited, .small a:hover, .small a:active { color: #382A1B; }
.small a:hover { color: #FFFFFF; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> FOOTER <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 7px auto 0 auto;
	font-size: 8pt;
	color: #7A8581;
	line-height: 150%;
	padding-left: 18px;
}
#footer a {
	text-decoration:none;
	color:#7A8581;
}
#footer a:hover { color:#CCCCCC; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> SHELL COLORS <<<----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* THEME COLORS */
.theme_color { background-color: #FFFFFF; }
.theme_color_compliment { background-color: #457FD2; }
.theme_color_title_row { background-color: #457FD2; }
/* LIST ROW COLORS */
.color1 { background-color: #EEEDEA; }
.color2 { background-color: #FFFFFF; }
/* MLS COLORS */
.new_listings { background-color: #DC4D29; }
.personal_listings { background-color: #748CBD; }
.updated_listings { background-color: #B7AA87; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> NAVIGATION <<<------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/




#side_bar {
	padding-top: 127px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 48px;
}
#s_side_bar {}

.separator_row
{
	text-align: right;
	text-transform: uppercase;
	color: #4A5757;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

/* MAIN LEVEL 1 LINKS */
.links_toggle_1 {
	font-size: 11px;
	text-align: right;
	height: 14px;
	margin: 15px 0px 0px 0px;
}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	padding-left: 14px;
}
.links_toggle_1 a:hover {
	color: #666666;
	padding-left: 14px;
}
/* MENU EXPAND AREA */
.links_expand_1 { }
/* MAIN LEVEL 1 (ACTIVE) */
.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active {
	color: #666666;
	background: url('../images/arrow_background.png') center left no-repeat;
}



/* LEVEL 2 LINKS */
.links_toggle_2 {
	text-align: right;
	color: #557069;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 7px 0px 0px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #557069;
	text-decoration: none;
	padding-left: 13px;
}
.links_toggle_2 a:hover {
	color: #666666;
	text-decoration: none;
	padding-left: 13px;
}

.links_active_2 a:link, .links_active_2 a:visited, .links_active_2 a:hover, .links_active_2 a:active {
	background: url('../images/arrow_background.png') center left no-repeat;
}

/* LEVEL 3 LINKS */
.links_toggle_3 {
	padding-right: 20px;
	text-align: right;
	font-size: 8pt;
	color: #999999;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.links_toggle_3 a:hover { color: #457FD2; }
/* LEVEL 4 LINKS */
.links_toggle_4 {
	padding-right: 40px;
	text-align: right;
	font-size: 8pt;
	color: #999999;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.links_toggle_4 a:hover { color: #457FD2; }


/* PROPERTY INFO BUTTONS */
.info_button {
	font-size: 8pt;
	margin: 15px 10px 15px 0px;
}
.info_button a:link, .info_button a:visited, .info_button a:active {
	text-decoration: none;
	padding: 3px 20px 3px 10px;
	color: #FFFFFF;
	background-color: #557069;
	border-left: #B23200;
	border-width: 0 0 0 5px;
	border-style: none none none solid;
}
.info_button a:hover {
	padding: 3px 10px 3px 10px;
	border-left: #B23200;
	border-width: 0 0 0 15px;
	border-style: none none none solid;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> CMS <<<-------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* PREV-NEXT DISPALY ON LONG DATABASE LISTS */
.pager {
	padding: 10px;
	text-align: right;
}
.pager a:link, .pager a:visited, .pager a:hover, .pager a:active {
	text-decoration: none;
	color: #333333;
}
.pages {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.prev_next {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.pager form text {
	font-size: 7pt;
	color: #333333;
	background-color: #CCCCCC;
}
#action_results {
	float:left;
	width: auto;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	margin: 20px;
}
/* IDENTIFYING USERNAME AND SIGN OUT INFORMATION */
.user_info {
	text-align: right;
	font-size: 8pt;
	color: #666666;
	padding-bottom: 20px;
}
/* AUTO FORM */
.form_prompt {
	width: 100px;
	font-size: 8pt;
	font-weight: bold;
	color: #474747;
	text-transform: none;
}
.form_prompt .error {
	font-weight: bold;
	color: #CC3300;
	float:left;
	width:auto;
}
.form_input {
	font-size: 8pt;
	color: #474747;
	background-color: #EEEEEE;
	text-transform: none;
	padding: 1px;
}
.form_input .error {
	color: #FFFFFF;
	background-color: #CC3300;
}
.form_comment {
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
}
.form_comment a:link, .form_comment a:visited, .form_comment a:hover, .form_comment a:active {
	color: #000000;
	font-weight: bold;
}
.form_note {
	display: block;
	padding: 3px;
	color: #666666;
	font-size: 7pt;
	font-weight: normal;
}
/* ERROR REPORTING */
.alert {
	color: #333366;
	font-weight: bold;
}
.alert a:link, .alert a:visited, .alert a:hover, .alert a:active { color: #333366; }
.error {
	color: #CC3300;
	font-weight: bold;
}
.error a:link, .error a:visited, .error a:hover, .error a:active { color: #CC3300; }
/* DISCLAIMER */
.disclaimer {
	font-size: 7pt;
	color: #4C030E;
}
/* COMMENT */
.comment {
	color: #4C030E;
	text-transform: none;
	font-weight: normal;
	font-size: 8pt;
}
.comment a:link, .comment a:visited, .comment a:hover, .comment a:active { color: #4C030E; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> CUSTOM <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/




/*****************/
/* MLS OVERRIDES */
/*****************/
#property_search_sidebar, .rp_container, .mc_container {
	width: 148px;
}

.search_header, .sidebar_search_prompt, .search_tb_label,
#sidebar_search_startover a:hover, .sidebar_search_title a:hover,
.route_header, .route_sub_header, .rp_container .address, 
.rp_container .city, .mc_title, .mc_title a, .mc_prompt, 
.mc_disclaimer a {
	color: #333333 !important;
}
#sidebar_search_startover, #sidebar_search_startover a,
.search_tb_input, .sidebar_search_title, .sidebar_search_title a,
.start_address, .rp_container .open_house, .rp_container #instructions,
.mc_title a:hover, .sidebar_mc_table, .mc_disclaimer, 
.mc_disclaimer a:hover, .mc_value {
	color: #666666 !important;
}

#backToSearch_button, #community_button {
	margin: 20px 0px 0px 0px;
}





/*****************/
/* New HTML CSS */
/*****************/




#header
{
	float:left;
	width:960px;
	background:url(../images/headerBg.png) top center no-repeat;
	height:63px;
	margin-top:0px;
}


.shellHeader
{
	background:url(../images/header2.png) no-repeat center;
	height:73px;
	width:970px;
	float:left;
	
}

#shellHeaderContainer
{
	float:left;
	width:970px;
	background:url(../images/shellBodyRepeat.png) repeat-y center;
}

a:link, a:visited, a:active
{
	text-decoration:none;
	color:#000000;
	
}

a:link:hover
{
	color:#666;
}

#navigation
{
	float:left;
	width:940px;
	padding-left:20px;
	margin-top:26px;
	height:33px;
}

#navigationShell
{
	float:left;
	width:945px;
	padding-left:25px;
	margin-top:25px;
	height:33px;
}

ul.nav
{
	list-style:none;
	padding:0px 0px 0px 3px;
	width:920px;
	margin:0px;
	float:left;
	background:url(../images/navBar.png) top center no-repeat;
	
}

ul.nav li
{
	float:left;
}

ul.nav li a:link, ul.nav li a:visited, ul.nav li a:active
{
	border-right:1px solid #161616;
	height:20px;
	float:left;
	text-transform:uppercase;
	padding:7px 0px;
	text-decoration:none;
	color:#404040;
	font-family: 'OSPDIN';
	font-size:16px;
	width:151px;
	text-align:center
}

ul.nav li a:hover
{
	color:#dddddd;
	background:url(../images/navBarOverMid.png) repeat-x;
}

ul.nav li:last-child a
{
	border-right:none;
	float:right;
	
}

ul.nav li:last-child a:hover
{
	border-right:none;
	background:url(../images/navBarOverRight.png) no-repeat top right;
	
}

ul.nav li:first-child a
{
	width:158px;
}

ul.nav li:first-child a:hover
{
	
	background:url(../images/navBarleftOver.png) no-repeat top left;
	
}


#bodyContent
{
	float:left;
	width:925px;
	padding-left:35px;
	background:url(../images/homeBodyBg.png) no-repeat center top;
	min-height:523px;
}

#topLowerNav
{
	float:left;
	width:740px;
	height:135px;
}

#shellLowerNav
{
	float:left;
	width:740px;
	
}



ul.shellLowerNav
{
	float:left;
	list-style:none;
	padding:0px 0px 0px 15px;
	margin:5px 0px 0px 0px;
}

ul.shellLowerNav li
{
	float:left;
}

ul.shellLowerNav li a:link, ul.shellLowerNav li a:visited, ul.shellLowerNav li a:active
{
	float:left;
	width:auto;
	color:#ffffff;
	padding:4px 15px 0px 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:8px;
	text-transform:uppercase;
	
	
	height:23px;
	background:url(../images/lowerNav.png) repeat-x top center;
}

ul.shellLowerNav li a:hover
{
	background:url(../images/lowerNav.png) no-repeat bottom center;
	color:#fff;
}

ul.shellLowerNav li:first-child a
{
	padding:4px 20px 0px 20px;
	background:url(../images/lowerNav.png) no-repeat top left;
}

ul.shellLowerNav li:first-child a:hover
{

	background:url(../images/lowerNav.png) no-repeat bottom left;
}

ul.shellLowerNav li:last-child a
{
		padding:4px 20px 0px 20px;
	background:url(../images/lowerNav.png) no-repeat top right;
}

ul.shellLowerNav li:last-child a:hover
{
	background:url(../images/lowerNav.png) no-repeat bottom right;
}

/**********************************************/
/***************** homepage lower nav**********/
/**********************************************/


#lowerNav
{
	float:left;
	width:960px;
	padding-top:20px;
	padding-bottom:10px;
}



ul.lowerNav
{
	float:left;
	list-style:none;
	padding:0px 0px 0px 5px;
	margin:5px 0px 0px 0px;
}

ul.lowerNav li
{
	float:left;
}

ul.lowerNav li a:link, ul.lowerNav li a:visited, ul.lowerNav li a:active
{
	float:left;
	width:auto;
	color:#ffffff;
	padding:4px 20px 0px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:8px;
	text-transform:uppercase;
	
	
	height:23px;
	background:url(../images/lowerNav.png) repeat-x top center;
}

ul.lowerNav li a:hover
{
	background:url(../images/lowerNav.png) no-repeat bottom center;
	color:#fff;
}

ul.lowerNav li:first-child a
{
	padding:4px 20px 0px 20px;
	background:url(../images/lowerNav.png) no-repeat top left;
}

ul.lowerNav li:first-child a:hover
{

	background:url(../images/lowerNav.png) no-repeat bottom left;
}

ul.lowerNav li:last-child a
{
		padding:4px 20px 0px 20px;
	background:url(../images/lowerNav.png) no-repeat top right;
}

ul.lowerNav li:last-child a:hover
{
	background:url(../images/lowerNav.png) no-repeat bottom right;
}

#mainPhoto
{
	float:left;
	width:580px;
	height:352px;
	margin-left:5px;
	margin-top:8px;
	
}

#photoContainer
{
	float:left;
	width:588px;
}

.corners
{
	position:absolute;
	display: block;
	top: 0;
	width:582px;
	height:354px;
	background: url('../images/corners.png') left top no-repeat;
}

.imageSlide
{
	position:absolute;
	width:580px;
	height:352px;
}

.upperDescrip
{
	position:absolute;
	top: 0;
	width:244px;
	height:61px;
	background: url('../images/upperDescrip.png') left top no-repeat;
}

.home_slideshow {
	float:left;
	width:582px;
}

.home_community {
	color: #ffffff;
	padding: 10px 14px 4px;
	line-height: 1;
	height: 11px;
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
}

.home_price {
	color: #ffffff;
	font-weight: bold;
	margin: 10px 10px 0 14px;
	padding: 4px 0 0;
	line-height: 1;
	height: 13px;
	font-size: 13px;
	overflow: hidden;
	float: left;
	width: 115px;
	border-right: 2px solid #ffffff;
}

.home_status {
	color: #aaaaaa;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 4px 0 0;
	line-height: 1;
	height: 13px;
	font-size: 13px;
	overflow: hidden;
	float: left;
}

#redBtn
{
	float:left;
	width:588px;
	background:url(../images/redBtn.png) no-repeat;
	height:48px;
	margin-top:12px;
}

#redBtnTxt
{
	float:left;
	width:588px;
	color:#ffffff;
	padding-top:11px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.rounded-corners {
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
		
}

#portrait
{
	float:left;
	width:141px;
	padding-left:18px;
}


#middleCol
{
	float:left;
	width:160px;
}

#portraitCaption
{
	float:left;
	width:135px;
	padding-left:25px;
}

#portraitCaptionTxt
{
	float:left;
	width:130px;
	padding-top:15px;
	margin-top:15px;
	border-top:1px dashed #000000;
	font-weight:bold;
	font-size:15px;
	line-height:21px;
}

#phone
{
	float:left;
	width:130px;
	font-size:27px;
	font-family: 'OSPDIN';
	color:#ffffff;
	text-align:center;
	padding-top:15px;
}

#rightCol
{
	float:left;
	width:141px;
}

#tomNeel
{
	float:left;
	width:141px;
}
#footer
{
	float:left;
	width:960px;
	margin: -90px 0 0;
}
#footerTxt
{
	float:left;
	width:945px;
	font-size: 8pt;
	color: #7A8581;
	line-height: 150%;
	padding: 95px 0 0;	
}
.footerTxt
{
	float:left;
	text-align:center;
	padding-top:15px;
	width:945px;
}

#gutenLogo
{
	float:right;
	width:75px;
	padding: 0 30px 0 0;
	margin: -42px 0 0;
}

#shellPageTop
{
	background:url(../images/shellPageTop.png) right top no-repeat;
	float:left;
	width:754px;
}


#shellSideBar
{	float:left;
	width:216px;
	min-height:270px;
	background:url(../images/shellPageTop.png) no-repeat 1px 0px;
}

#shellTxt
{
	float:left;
	width:680px;
	padding-left:18px;
	padding-top:25px;
}

#shellBottom
{
	float:left;
	background:url(../images/bottomFooterBg.png) no-repeat;
	width:970px;
	height:210px;
}

.footerTxt a:link, .footerTxt a:visited, .footerTxt a:active
{
	color:#557069;
}

.footerTxt a:hover
{
	color#666666;
}

img.bg {

        position: fixed;
        top: 0;
        left: 0;
}

#homeBtn
{
	float:left;
	width:315px;
	padding-top:25px;
}

.homeBtn
{
	float:right;
	width:51px;
	height:25px;
	background:url(../images/homeBtn.png) top no-repeat;
}

a.homeBtn:link, a.homeBtn:visited, a.homeBtn:active
{
	float:right;
	width:51px;
	height:25px;
	background:url(../images/homeBtn.png) top no-repeat;
}

a.homeBtn:hover
{
	background:url(../images/homeBtn.png) bottom no-repeat;
}

#phoneNumber
{
	float:left;
	width:100px;
	padding-top:113px;
	font-size:13px;
	padding-left:210px;
}

#sectionDescrip
{
	float:left;
	width:720px;
	color:#557069;
	font-family: 'OSPDIN';
	text-transform:uppercase;
	font-size:22px;
	background:url(../images/titleBorder.png) no-repeat 15px bottom;
	padding-top:35px;
	padding-bottom:13px;
	
	padding-left:15px;
}

.border_bottom
{
	border-bottom:1px solid #000000;
}
