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


html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
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, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/


html {overflow-y: scroll;}

body {
	background-color:#000;
	line-height:20px;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

a {color:#FFF}

/*........BG's...........*/

/* pushes the page to the full capacity of the viewing area */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: auto;
	height:100%;
}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}
/*........Top...........*/


#wrapper {
	margin: 0 auto;
	width:701px;
	}
	
#header {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:207px;
	margin:10px 0 12px 0;}

.email-holder a {
	float:left;
	display:block;
	background-image:url(images/email-img.png);
	width:82px;
	height:26px;
	text-indent:-9999px;
	margin-top:30px;}
	
.phone-holder  {
	float:right;
	display:block;
	background-image:url(images/phone-img.png);
	width:175px;
	height:26px;
	text-indent:-9999px;
	margin-top:30px;}

/*........Navigation...........*/
	
#nav-holder {
	display:block;
	height:36px;
	background-image:url(images/trans-bg.png);
	line-height:36px;
	width:701px;
	text-align:center;
	margin: 0 0 20px 0;
	}

.nav-inner {
	margin: 0 auto;
	color:#FFF;
	font-size:14px;
	}


.nav-inner  a {
	padding: 0 10px 0 10px;
	color:#FFF;
	text-decoration:none;}

.nav-inner  a:hover {
	text-decoration:underline;}


/*........Content..........*/	


#main-content {
	background-image:url(images/trans-bg.png);
	width:669px;
	margin: 0 auto;
	padding: 16px 16px 16px 16px;
	color:#FFF;
	font-size:16px;}	
	
.content-left-box {
	float:left;
	width:316px;
	line-height:30px;
	word-spacing:-1px;}
	
h1 {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:36px;
	line-height:34px;
	letter-spacing: -1px;
	word-spacing:2px;
}

h2 {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:26px;
	line-height:24px;
	letter-spacing: -1px;
	word-spacing:2px;
}

.appointment {text-align:center}
.orange {color: #FF6600; font-weight:bold;}
	
.content-right-box {
	float:right;
	width:316px;
	line-height:30px;
	word-spacing:-1px;}



.contact-box {
	width:286px;
	background-image:url(images/red-trans-bg.png);
	padding: 20px 20px 20px 20px;
	}


.text-input {
	width:200px;
	height:26px;
	border:solid 2px #231F20;
	text-indent:4px;
	font-size:16px;
	margin: 0 0 10px 10px;
	padding:4px 0  0 0;
	float:left;}
	
.text-area {
	width:200px;
	height:100px;
	border:solid 2px #231F20;
	text-indent:4px;
	font-size:16px;
	margin: 0 0 10px 10px;
	float:left;
	font-family:Arial, Verdana, sans-serif;}
	
.txt-label {
	line-height:30px;
	display:block;
	text-align:left;
	float:left;
	width:70px;
	margin: 0 0 10px 0;
	}

.submit-btn {
	float:right;}

	
/*........newsletter..........*/	
	
.newsletter {
	color:#fff;
	text-align:center;
	font-size:13px;
	margin:0;
	display:block;
	background-image:url(images/trans-bg.png);
	width:700px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding: 16px 0 16px 0;
}	

/*........footer..........*/	
	
.footer {
	color:#fff;
	font-size:13px;
	background-image:url(images/trans-bg.png);
	width:669px;
	margin:0;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding: 16px 16px 16px 16px;
	display:block; 
	height:60px
}	

.footer a {
	color:#FFF;
	text-decoration:underline;}


.footer-left {
	text-align:left;
	float:left;	
	width:150px;
	}
.footer-right {
	text-align:right;
	float:right;
	width:500px;
	}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* SHADOWBOX PHOTO GALLERIES */

.gallery-holder {
	width:700px;
	margin: 0;
	margin-top:20px;
	text-align:center;
	}
	
.gallery-holder ul {
	margin:0;
	margin-left:0px;
	}

.gallery-holder li {
	list-style:none;
	float:left;
	margin:5px 9px 5px 0;
	padding:0;
	}

.gallery-holder a {color:#303030}

/*Map rollover*/

a.maprollover {
display: block;
width: 316px;
height: 154px;
text-decoration: none;
background: url("images/map.jpg");
border:1px solid black;
}

a.maprollover:hover {
background-position:  0 -154px;
}

/*Content Image*/
.content-image{width:316px; height:154px; display:block; border:1px dotted white;}