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


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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

body {
	line-height: 1;
	color: black;
	background: white;
	font-size:68.5%;
	font-color: #111;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
color:#7fa0b4;
font-weight:bold;
text-decoration: none;
}

p {
line-height:1.3em;
	}
	
.img_replace {height: 0;    overflow: hidden;    display: block;    font-size: 0.1em;    background-repeat: no-repeat; }


/*_____________________________________________________________________ end GLOBAL RESET */


/* SITE STRUCTURE */

#page {
	width:924px;
	margin: 0 auto;
	font-size:1em;
	}
#header {width:924px;}

#header_top{
width:924px;
height:30px;
background-color:#000;
}
#header_logo {
margin:0;
width:924px;
}

.center {
width:924px;
float:left;
border-bottom: 1px dashed #111;
padding:15px 0;
}

	.long {
	width:630px;
	float:left;
	}
	.short {
	width: 294px;
	float:left;
	}
	.col {
	float:left;
	width:288px;
	padding:10px 0;
	margin: 0 30px 0 0;
	}
	.short .col {margin:0 0 0 0;}
	
	.col .col_img {
	margin:0 0 20px 0;
	float:left;
	}
	.pane_one {
	float:left;
	width:480px;
	margin: 0 25px 10px 0;
	display:inline;
	}
	.pane_two {
	float:left;
	width:419px;
	margin:0 0 10px 0;
	}
	
	.pane_one p, .pane_two p {
	margin:0 0 10px 0;
	}
	

#footer {
width:924px;
float:left;
text-align: center;
padding:15px 0;

}
	#footer p {
	margin:0 0 3px;
	}

/*_____________________________________________________________________ end SITE STRUCTURE */


/* NAVIGATION */

#nav_primary, #nav_sub {
width:924px;
font-size:1.4em;
font-weight: bold;
float:left;
}
	#nav_primary {
	background-color: #7fa0b4;
	}
	#nav_sub {
	margin:10px 0 0 0;
	background-color: #000;
	}

#nav_primary ul, #nav_sub ul {
}

#nav_primary ul li, #nav_sub ul li {
float:left;
height:30px;
margin:0;
text-align:center;
}

#nav_primary ul li a, #nav_sub ul li a {
display:block;
padding:7px 20px 8px 20px;
color:#fff;
text-decoration:none;
}
	#nav_primary ul li a:hover {
	background-color: #000;
	color:#7fa0b4;
	}
	#nav_sub ul li a:hover {
	background-color: #fff;
	color:#000;
	}
	#nav_primary ul li a.current{
	background-color: #000;
	color:#fff;	
	}
	#nav_sub ul li a.current{
	background-color: #fff;
	color:#000;	
	}
	

/*_____________________________________________________________________ end NAVIGATION */


/* HEADERS */

h1,h2,h3,h4,h5 {
font-weight:bold;
}

h2 {
color: #7fa0b4;
font-size:1.3em;	
margin: 0 0 15px 0;
}


/*_____________________________________________________________________ end HEADERS */


/* Photo Gallery and Video Landing */

.media_container {
float:left;
width:480px;
margin: 0 0 0 25px;
display:inline;
}

#prev_next {
float:right;
}

	#prev_next ul li {
	float:left;
	width:41px;
	margin:0 10px 0 0;
	}
		#prev_next ul li.last, .last {margin:0;}
	
	#prev_next ul li a#btn_prev {
	background-image: url('../images/btn41x27prev.gif');
	width:41px;
	padding-top:27px;
	}
	#prev_next ul li a#btn_next {
	background-image: url('../images/btn41x27next.gif');
	width:41px;
	padding-top:27px;
	}
	

/*_____________________________________________________________________ end Photo and Video */


/* Testimonials */
.tstm_credit {
float: right;
margin: 10px 0 0 0;
font-weight:bold;
}


/*_____________________________________________________________________ end Testimonials */


/* Services */
td.pckg_name {
width:250px;
padding: 4px 0;
border-top: 1px dotted #999999;
}

td.pckg_amt {
font-weight:bold;
border-top: 1px dotted #999999;
}

/*_____________________________________________________________________ end Services */
