/*core styles - begin*/
body
{
	background-color:#002736;
	background-image:url(../images/background_xaxis.jpg);
	background-repeat:repeat-x;
	color:#666;
	margin-bottom:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	}
	

h1
{
	font-size:21px;
	padding:6px;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	width:928px;
	color:#FFFFFF;
	}
	
h2
{
	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
	color:#fff;
	background-image:url(../images/h2_bg.png);
	text-align:left;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	margin:.5em 0 0;
	padding:5px 25px;
	height:44px;
	width:150px;
	background-repeat:no-repeat;
	}
	
h2.specials
{
	background-image:url(../images/h2_bg_specials.png);
	}
	
h3
{
	font-size:16px;
	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
	letter-spacing:2px;
	color:#0f636e;
	border-bottom:1px solid #0f636e;
	margin-bottom:1em;
	padding-bottom:.25em;
	}
	
h4
{
	letter-spacing:1px;
	color:#1696a7;
	font-size:14px;
	margin-bottom:.5em;
	}

h5
{
	letter-spacing:1px;
	text-transform:lowercase;
	font-size:11px;
	margin-bottom:.5em;
	color:#333;
	font-style:italic;
	}

p
{
	margin-bottom:.7em;
	line-height:175%;
	}
	
hr
{
	margin:1em 0;
	}

strong
{
	color:#333;
	}
	
img.left
{
	margin:0 1em 1.5em 0;
	}
	
img.right
{
	float:right;
	margin:.5em 0 1.25em 1.25em;
	}
	
dt
{
	color:#002736;
	font-weight:bold;
	padding-left:1em;
	}
	
dd
{
	margin-bottom:.75em;
	padding-left:2em;
	}

/*core styles - end */

/*main divs */

#wrapper
{
	width:822px;
	margin: 0 auto;
	display:block;
	}
	
#header
{
	height:216px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	}

#navigation
{
	height:41px;
	clear:both;
	}

#picbox
{
	height:258px;
	clear:both;
	}

#content_container
{
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	}
	
#content_shadow
{
	background-image:url(../images/body_shadow_gradient.jpg);
	background-repeat:no-repeat;
	min-height:300px;
	overflow:auto;
	}

#left_column
{
	width: 200px;
	margin-right:15px;
	
	}

#subnav
{
	margin-left:25px;
	margin-bottom:2em;
	padding:1em 0;
	width:175px;
	}
	
#content_main
{
	width:580px;
	margin-top:7px;
	}

#content_end
{
	height:14px;
	background-image:url(../images/body_footer_shadow.jpg);
	background-repeat:no-repeat;
	clear:both;
	}

#subnav,#content_main,img.left,#left_column,div.break ul.gallery li a,ul#portfolio li a img,.double_column
{
	float:left;
	}

/* primary navigation - begin */	
#navigation
{
	height:35px;
	background-image:url(../images/navigation.jpg);
	background-repeat:no-repeat;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:1.25em;
	}
#navigation_shadow
{
	height:20px;
	background-image:url(../images/navigation_shadow.jpg);
	background-repeat:no-repeat;
	clear:both;
	}

ul#navlist
{
	list-style: none;
	margin: 0 0 0 65px;
	border: none;
	}

#navigation li
{
	float: left;
	width: auto;
	}

#navlist li#first
{
	margin-left:0;
	}

#navigation a
{
	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
	display: block;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #002736;
	display: block;
	text-decoration: none;
	padding: 5px 23px;
	}

#navigation a:hover
{
	color:#fff;
	}
/* primary navigation - begin */		

/* sub-navigation, left navigation */
	
#subnav ul#sub
{
	border-top:1px solid #2ea69a;
	border-bottom:1px solid #2ea69a;
	padding: .5em 0;
	margin-bottom:1em;
	}
	
#subnav ul#sub li
{
	
	margin:0;
	padding:.25em 0;
	}

#subnav ul#sub li a
{
	display:block;
	padding: 5px 8px;
	color:#002736;
	letter-spacing:1px;
	font-size:.9em;
	font-weight:bold;
	}
		
#subnav ul#sub li a:hover
{
	color:#fff;
	background-image:none;
	background-color:#2ea69a;
	}


/* image links that go on all pages under sub-navigation */	
#subnav ul#quicklinks_allpages
{
	padding-bottom:.5em;
	}
		
#subnav ul#quicklinks_allpages li
{
	margin-bottom:.5em;
	}

/* footer - begin */	
#footer_links
{
	font-size:.85em;
	text-align:center;
	letter-spacing:1px;
	padding:0;
	margin:.5em 0;
	color:#CCCCCC;
	text-align:left;
	}
	
#footer_links a
{
	color:#f16b6a;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#footer_links a:hover
{
	color:#fff;
	}

/* footer - end */	

#content_main li
{
	margin: 0 2em .5em 1em;
	list-style:square;
	}

#content_main a
{
	color:#0f636e;
	}
	
#content_main a:hover
{
	color:#333;
	text-decoration:underline;
	}
	
#special
{
	margin-left:560px;
	}
	
.clear
{
	display:block;
	padding-bottom:1em;
	margin-bottom:.5em;
	clear:both;
	}

/* photo examples */
ul.gallery
{
	list-style: none;
	margin: 0 auto;
	border: none;
	display:inline;
}
/* photo examples end */

/*inner fade css */


/* Listen */
ul#portfolio li a img 
{
	margin:0;
	padding:0;
}


.fade{
	margin-bottom: 2em;
}
/*inner fade css end */

.double_column
{
	width:288px;
	}
	
.index_spacer
{
	margin-left:25px;
	margin-bottom:25px;
	clear:both;
	}
.index_picbox
{
	margin: 0 20px 25px 10px;
	float:left;
	}
	
.footnote
{
	margin:.75em 0;
	font-size:.9em;
	font-style:italic;
	line-height:normal;
	color:#374140;
	}

.double_column
{
	width:275px;
	margin-top:1em;
	}
	
#content_main ul
{
	margin-left:2em;
	}
	
.highlight
{
	padding:1em;
	border:1px solid #0f636e;
	background-image:url(../images/specials_bg.jpg);
	background-repeat:repeat-x;
	text-align:justify;
	margin-bottom:1em;
	color:#333;
	font-weight:bold;
	}
	
ul#specials_list
{
	margin:0;
	padding:0;
	}

ul#specials_list li
{
	
	float:left;
	width:250px;
	
	padding:15px;
	text-align:center;
	list-style:none;
	background-image:url(../images/specials_bg_tan.jpg);
	background-repeat:repeat-x;
	margin:0 10px 10px 0;
	display:block;
	font-size:.9em;
	height:150px;
	color:#000000;
	letter-spacing:2px;
	font-weight:bold;
	}
	
ul#specials_list li strong
{
	font-size:1.5em;
	font-family:"Century Schoolbook","Times New Roman", Times, serif;
	color:#fff;
	letter-spacing:normal;
	line-height:normal;
	text-transform:uppercase;
	}
	
a.button
{
	background-image:url(../images/button_bg.jpg);
	background-repeat:no-repeat;
	padding:5px;
	border:1px solid #0f636e;
	}

#galleria
{
	width:580px;
	}

