
@charset "UTF-8";
/*------------------------------------------------------------------------------------------------*/
/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*------------------------------------------------------------------------------------------------*/
/* Global | Containers | Pads */

html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	background-color:#d5bfd1;
	background-image:none;
}
.wrapper {
	width:750px;
	position:relative;
	background-color:#ffffff;
	margin:0px auto;
}
#chrome {
	width:100%;
	height:6px;
	background-color:#d5bfd1;	
}
#header {
	width:750px;
	height:123px;
	background-image:url('../img/bg_header.gif');
	background-repeat:repeat-x;
	clear:both;
}
#nav_bar {
	width:750px;
	height:35px;
	background-color:#d4c0d0;
	position:relative;
	clear:both;
	z-index:999;
}
.inner {
	width:750px;
	height:auto;
	position:relative;
	margin:0px auto;
	padding-top:0px;
	margin-bottom:20px;
	clear:both;
}
.tabletop {
	background-color:#ffffff;
}
	
#outter {
	position:relative;
	margin:0px auto;
	margin-top:35px;
	clear:both;
	height:auto;
	width:975px;
	background-image:url('../img/bg_outter.gif');
	background-repeat:repeat-y;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#631155;
	border-right:1px solid #cfcfcf;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#3b3b3b;
	margin-bottom:18px;
}
a {
	text-decoration:none;
	border:none;
}
img {
}
a:hover {
	text-decoration:underline;
}
.nopad_left {
	margin-left:-8px;
}
.nopad_right {
	padding-right:0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.noborder {
	border:none;
}
.clear {
	clear:both;
}
.white {
	background-color:#FFFFFF;
}

h1{
background:url(../images/h-title.gif) no-repeat;
padding:4px 0 0 36px;
width:512px;
height:24px;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
margin:0 0 0 0;
display:block;
text-align:left;
}
h3{
color:#631155;
font-size:14px;
line-height:22px;
font-family:Arial, Helvetica, sans-serif;
border-right:1px solid #CFCFCF;
}
/*------------------------------------------------------------------------------------------------*/
/* Header | Logo | Newsletter Signup | Virtual Tour */

#logo {
	position:absolute;
	margin-left:10px;
	border:none;
}
#newsletter_signup {
	width:387px;
	height:28px;
	background-color:#d5bfd1;
	float:right;
	clear:both;
	margin-top:16px;
	padding-top:6px;
	padding-left:10px;
	margin-right:10px;
}
#newsletter_signup h2 {
	float:left;
	padding-right:6px;
	margin-top:0px;
	border-right:none;
text-transform:uppercase;
}
#newsletter_signup input {
	float:left;
	clear:right;
	width:146px;
}
#newsletter_signup img {
	padding-left:6px;
	margin-top:1px;
	border:none;
}
.loud a{
	color:#ca2d92;
	float:right;
	clear:both;
	border-right:none;
	margin-top:24px;
	margin-right:10px;
	text-decoration:none;
	text-transform:uppercase;
}
.loud img {
	border:none;
}
.form {
	border:none;
	border:1px solid #dedede;
	height:18px;
	margin-top:1px;
	padding-left:4px;
	color:#848484;
}
input {
	border:none;
}
.main {
	margin-top:-20px;
}
/*------------------------------------------------------------------------------------------------*/
/* Navigation */

#navigation {
	width:974px;
	margin:0px auto;
	padding-left:10px;
	z-index:999;
}
#navigation li {
	float:left;
	height:28px;
	border-right:1px solid #FFFFFF;
	margin-top:7px;
	padding-right:8px;
	padding-left:8px;
	line-height:22px;
}
#navigation a, #navigation a:hover {
	font-size:14px;
	color:#3b3b3b;
	text-decoration:none;
	display:block;
	margin-top:5px;
}
#navigation a:hover {
	color:#631155;
}


/* define widths (top level nav) */

#nav_about {
	width:70px;
}

#nav_services {
	width:55px;
}

#nav_contact {
	width:73px;
}

#navigation ul {
	display:none;
	z-index:999;
	
}


/* dropdowns */

#navigation li:hover > ul {
	display: block !important;
} 

.dd a {
	width:205px;
	margin:0;
	padding:0;
	line-height:20px;
	margin-top:0px;
	
}
.dd {
	margin-top:9px;
	margin-left:-17px;
}
.dd li {
	clear:both;
	margin-top:0px !important;
	background-color:#d4c0d0;
	border-right:none;
	border-left:1px solid #ffffff !important;
	width:205px;
	
}

#nav_about .dd li a,
#nav_services .dd li a,
#nav_contact .dd li a {
	font-size:12px;
	font-family:"Trebuchet MS", verdana;
	line-height:28px;
}



.dd2 a {
	width:205px;
	margin:0;
	padding:0;
	
}

.dd2 {
	margin-left:198px;
	margin-top:-17px;
	z-index:1000;
}
.dd2 li {
	clear:both;
	height:30px;
	padding-top:0px;
	border-right:none;
	margin-left:8px;
	border-left:1px solid #d4c0d0 !important;
}

#nav_services .dd2 li a {
	font-size:12px;
	font-family:"Trebuchet MS", verdana;
	line-height:28px;
}

/*------------------------------------------------------------------------------------------------*/
/* Sitemap | Address | Copyright */

#sitemap {
	height:210px;
	width:750px;
	background-color:#631155;
	border-bottom:1px solid #ffffff;
	padding-top:20px;
}
.column {
	float:left;
	padding-right:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
}
.column li, .column a {
	padding-bottom:3px;
	height:10px;
	color:#ffffff;
}
address, #contact p, #contact a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	margin-top:8px;
	font-style:normal;
	line-height:14px;
	text-align:right;
}

#contact{
float:left;	
}
#contact p {
	padding-right:15px;
}
address {
	margin-top:-18px;
	padding-right:15px;
}
#contact a:hover {
	text-decoration:underline;
}
#copyright {
	padding-top:4px;
	padding-right:15px;
}
/*------------------------------------------------------------------------------------------------*/
/* Footer */

#footer {
	min-height:110px;
	height:auto;
	padding-bottom:15px;
	width:750px;
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}
#footer p {
	color:#535353;
	line-height:14px;
	font-size:10px;
	width:460px;
	float:left;
	clear:left;
	padding-left:15px;
	margin-top:0px;
}
#logos {
	width:270px;
	float:right;
	padding-right:3px;
}
#logos img {
	padding-left:13px;
	border:none;
}
