@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;	
	padding:0px;
}

body{
	background-color:#000;
}

#container{
	background-color:#fff;
	width:100%;
	min-width: 990px;
}

#wrapper{
	width:990px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
}

#top-rule{
	height:6px;
	width:990px;
	background-color:#000;
}

#nav-wrapper{
	height:152px;
	width:990px;
	background-image:url(images/BG-blackrule.gif);
	background-position:bottom; 
	background-repeat:repeat-x;
}

#logo-wrapper{
	float:left;
	height:152px; width:200px;
	background-image:url(images/Logo_Header.gif);
	background-repeat:no-repeat;
	margin-left:-5px;
	overflow:visible;
}

#nav-menu{
	float:right;
	height:35px;
	padding-top:117px;
}



#nav-link{
	display:block;
	background-position: center;
	height:35px;
	margin-left:30px;
}


#nav-link.home{
	background-image:url(images/Link_Home.gif);
	width:55px;
	margin-left:31px; margin-right:1px;
}

#nav-link.home:hover{
	background-image:url(images/Link_Home_Hover.gif);
	cursor: pointer;
	border-left:solid; border-left-color:#FFF; border-left-width:1px;
	border-right:solid; border-right-color:#FFF; border-right-width:1px;
	margin-left:30px;  margin-right:0px;
}

#nav-link.home-active{
	background-image:url(images/Link_Home_Active.gif);
	width:55px;
	border-left:solid; border-left-color:#FFF; border-left-width:1px;
	border-right:solid; border-right-color:#FFF; border-right-width:1px;
	margin-left:30px;  margin-right:0px;
}


#nav-link.about{
	background-image:url(images/Link_About.gif);
	width:67px;
	margin-left:31px; margin-right:1px;
}

#nav-link.about:hover{
	background-image:url(images/Link_About_Hover.gif);
	cursor: pointer;
	border-left:solid; border-left-color:#FFF; border-left-width:1px;
	border-right:solid; border-right-color:#FFF; border-right-width:1px;
	margin-left:30px;  margin-right:0px;
}

#nav-link.about-active{
	background-image:url(images/Link_About_Active.gif);
	width:67px;
	border-left:solid; border-left-color:#FFF; border-left-width:1px;
	border-right:solid; border-right-color:#FFF; border-right-width:1px;
	margin-left:30px;  margin-right:0px;
}




#nav-link.services{
	background-image:url(images/Link_Services.gif);
	width:93px;
	margin-left:31px; margin-right:1px;
}

#nav-link.services:hover{
	background-image:url(images/Link_Services_Hover.gif);
	cursor: pointer;
	border-left:solid; border-left-color:#FFF; border-left-width:1px;
	border-right:solid; border-right-color:#FFF; border-right-width:1px;
	margin-left:30px;  margin-right:0px;
	
}

#nav-link.services-active{
	background-image:url(images/Link_Services_Active.gif);
	width:93px;
	border-left:solid; border-left-color:#FFF; border-left-width:1px;
	border-right:solid; border-right-color:#FFF; border-right-width:1px;
	margin-left:30px;  margin-right:0px;
}



#nav-link.testimonials{
	background-image:url(images/Link_Testimonial.gif);
	width:221px;
	margin-left:31px;
}

#nav-link.testimonials:hover{
	background-image:url(images/Link_Testimonial_Hover.gif);
	cursor: pointer;
	width:221px;
	
	border-left:solid; border-left-color:#FFF; border-left-width:1px;
	margin-left:30px;
}

#nav-link.testimonials-active{
	background-image:url(images/Link_Testimonial_Active.gif);
	width:221px;
	
	border-left:solid; border-left-color:#FFF; border-left-width:1px;
	margin-left:30px;
}




#content-wrapper{
	width:990px;
	margin-top:43px; margin-bottom:31px;
	overflow:auto;

}

#contact-interior{
	width:auto; height:auto;
}

#contact-interior-left{
	width:230px;
	float:left;
	margin-right:20px;
}

#left-column{
	width:480px;	
	float:left;
	height:auto;
}

#right-column{
	width:480px;	
	float:right;
	height:auto;
}


#image-wrapper{
	margin-top:7px;
}

#photo-anchor{
	
	width:auto; height:auto;
	padding:6px; padding-left:12px; padding-right:12px; padding-bottom:5px;
	background-color:#000;
	color:#FFF;
	font: 12px/22px Arial, Helvetica, sans-serif;	
	
}


#header{
	width:auto; height:38px;	
	border-bottom:solid;
	border-bottom-color:#000;
	border-bottom-width:1px;
	margin-top:7px; margin-bottom:12px;
}




p {
	font: 12px/22px Droid Serif, Georgia, serif;
	color:#000;
	margin-bottom:11px;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#e00034;
	
}

.display {
	font: 18px/30px Droid Serif, Georgia, serif;
	color:#000;
}







#footer-wrapper{
	width:990px; height:152px;
	padding-top:3px;
	background-image:url(images/BG-blackrule.gif);
	background-position:top; 
	background-repeat:repeat-x;

}

#footer-bottom{
	wdith:990px; height:20px;
	margin-left:auto; margin-right:auto;	
	background-color:#000;
}


#footer-logo{
	width:150px; height:80px;
	float:left;
	
	background-image:url(images/Logo_Footer.gif);
	background-repeat:no-repeat;
	margin-left:-3px;
	overflow:visible;
}






#footer-column{
	width:161px; height:auto;
	margin-right:10px;
	margin-top:21px;
	float:left;
	overflow:auto;
	
	font: 12px/22px Arial, Helvetica, sans-serif;
	color:#808184;	
	}
	
#footer-interior{
	width:auto;
	
}
#footer-interior-left{
	width:20px;
	float:left;
	
}

.footer-header{
	color:#000;
	font-weight:bold;	
	
}

.tab { text-indent:80px }


.footer-link{
	font: 12px/22px Arial, Helvetica, sans-serif;
	color:#808184;
	text-decoration:none;	
}

.footer-link a{
	text-decoration:none;
	color:#808184;	
}

.footer-link:hover{
	color:#e00034;	
}


#footer-login{
	width:150px; height:auto;
	margin-top:21px;
	float:left;
	overflow:hidden;
	font: 12px/22px Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	}






#preload-1 {
	background-image: url(images/Link_Testimonial_Hover.gif);
	background-position: -9999px -9999px;
	background-repeat:no-repeat;
	display:none;
	}

#preload-2 {
	background-image: url(images/Link_About_Hover.gif);
	background-position: -9999px -9999px;
	background-repeat:no-repeat;
	display:none;
	}

#preload-3 {
	background-image: url(images/Link_Services_Hover.gif);
	background-position: -9999px -9999px;
	background-repeat:no-repeat;
	display:none;
	}
	
#preload-4 {
	background-image: url(images/Link_Home_Hover.gif);
	background-position: -9999px -9999px;
	background-repeat:no-repeat;
	display:none;
	}


@font-face {
	font-family: Droid Serif;
	src: url('fonts/droidserif-regular-webfont.eot');
	src: local('fonts/☺'), url('fonts/droidserif-regular-webfont.woff') format('woff'), url('fonts/droidserif-regular-webfont.ttf') format('truetype'), url('fonts/droidserif-regular-webfont.svg#webfontHFVhxEbM') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Droid Serif;
	src: url('fonts/droidserif-italic-webfont.eot');
	src: local('fonts/☺'), url('fonts/droidserif-italic-webfont.woff') format('woff'), url('fonts/droidserif-italic-webfont.ttf') format('truetype'), url('fonts/droidserif-italic-webfont.svg#webfontEghk3jIR') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: Droid Serif;
	src: url('fonts/droidserif-bold-webfont.eot');
	src: local('fonts/☺'), url('fonts/droidserif-bold-webfont.woff') format('woff'), url('fonts/droidserif-bold-webfont.ttf') format('truetype'), url('fonts/droidserif-bold-webfont.svg#webfontE4XaY485') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Droid Serif;
	src: url('fonts/droidserif-bolditalic-webfont.eot');
	src: local('fonts/☺'), url('fonts/droidserif-bolditalic-webfont.woff') format('woff'), url('fonts/droidserif-bolditalic-webfont.ttf') format('truetype'), url('fonts/droidserif-bolditalic-webfont.svg#webfontxunZmRYx') format('svg');
	font-weight: bold;
	font-style: italic;
}