/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */
/* DEFAULTS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #f2ecda url(/SiteFiles/1040/Images/bodyBkgd.jpg) repeat-x;
}

img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(../Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
}
a:link, a:visited, a:active {
	color: #529FBD; 
	text-decoration: none;
}
a:hover {
	color: #529FBD; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-size: 16px;
	line-height: 20px;
	color: #357AA1;
}
h2 {
	font-size: 13px;
	color: #226F98;
	padding-bottom: 12px;
}
h3 {
	font-size: 12px;
	line-height: 16px;
	color: #E59627;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-size: 10px;
	line-height: 16px;
	color: #808080;
}

/* WRAPPERS */
#mainWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1040/Images/blueBkgd.jpg) no-repeat top center;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#flashWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* MAIN NAV */
#mainnavWrapper {
	margin: 38px 0px 0px;
	padding: 0px;
	width: 500px;
	height: 24px;
	float: right;
}
* html #mainnavWrapper {
	width: 460px;
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav li ul {display: none;}

#mainnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
}
#mainnav a {	
	display: block;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px 0px;
	border-right: 1px solid #5e99b6;
}
#mainnav a:hover {
	display: block;
	font-size: 13px;
	color: #dfd4b6;
	text-decoration: none;
	padding: 2px 10px 0px;
	border-right: 1px solid #5e99b6;
}
#mainnav a.current {
	display: block;
	font-size: 13px;
	color: #dfd4b6!important;
	text-decoration: underline!important;
	padding: 2px 10px 0px;
	border-right: 1px solid #5e99b6;
}
#mainnav a.last  {
	display: block;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px 0px;
	border-right: none;
}
#mainnav a.last:hover  {
	display: block;
	font-size: 13px;
	color: #dfd4b6;
	text-decoration: none;
	padding: 2px 10px 0px;
	border-right: none;
}

/* LEVEL2NAV */
#level2navWrapper {
	margin: 4px 0px 0px;
	padding: 0px;
	width: 500px;
	float: right;
	text-align: center;
}
* html #level2navWrapper {
	width: 460px;
}
#level2navWrapper p,
#level2navWrapper h2,
#level2navWrapper h2 a {
	display: none;
}
#level2nav ul {
	display: none;
	text-align: center;
	width: 500px;
	z-index:100;
}
* html #level2nav ul {
	width: 460px;
}
#level2nav li ul {display: none;}

#level2nav li {
	display: inline;
	float:none;
}
#level2nav a, #level2nav a.first, #level2nav a.last {
	font-size: 11px;
	color: #F2ECDA;
	text-decoration: none;
	padding: 2px 4px;
	border-right: none;
	display: inline;
}
#level2nav a:hover, #level2nav a.first:hover, #level2nav a.last:hover, #level2nav a.current {
	font-size: 11px;
	background: none;
	color: #F2ECDA;
	background-color: #357AA1;
	text-decoration: none;
	padding: 2px 4px;
	border-right: none;
	display: inline;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 720px;
	height: 200px;
}
#logo {
	float: left;
	width: 204px;
	height: 102px;
	margin-top: 48px;
}

/* SEARCH */
#search {
	float: right;
	width: 187px;
	height: 25px;
	margin-top: 32px;
}
.searchField {
	font-size: 13px;
	color: #dfd4b6;
	width: 187px;
	height: 25px;
	background: url(/SiteFiles/1040/Images/searchField.jpg) no-repeat;
	border: none;
	padding: 4px 3px 3px 8px;
}
.searchButton {
	display: none;
}

/* FLASH */
#flash {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	height: 262px;
	border: 10px solid #FFFFFF;
}
#flashBottom {
	margin: 0px auto;
	padding: 0px;
	width: 720px;
	height: 18px;
	background: url(/SiteFiles/1040/Images/flashBottom.jpg) no-repeat;
}

/* CONTENT */
.fullheight {height:100%;}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	padding: 0px 0px 18px;
	width: 720px;
}
#content p {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #808080;
}
#content a {
	color: #808080;
	text-decoration: underline;
}
#content a:hover {
	color: #333333;
	text-decoration: none;
}
a.serviceTimes:link, a.serviceTimes:visited, a.serviceTimes:active {
	color: #E59627; 
	text-decoration: none;
}
a.serviceTimes:hover {
	color: #E59627; 
	text-decoration: underline;
}
#contentBottom {
	margin: 0px auto;
	padding: 0px;
	width: 720px;
	height: 18px;
	background: url(/SiteFiles/1040/Images/contentBottom.jpg) no-repeat;
}

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 0px 30px 18px;
	width: 660px;
}
#footerLeft {
	float: left;
	width: 400px;
	font-size: 11px;
	color: #b6b3a1;
}
#footerLeft a {
	color: #8a8668;
	text-decoration: none;
}
#footerLeft a:hover {
	color: #8a8668;
	text-decoration: underline;
}
#footerRight {
	float: right;
	width: 220px;
	text-align: right;
	font-size: 11px;
	color: #8a8668;
}
#footerRight a {
	color: #8a8668;
	text-decoration: none;
}
#footerRight a:hover {
	color: #8a8668;
	text-decoration: underline;
}

/* DEFAULT CONTENT */
#def_content {
	margin: 0px auto;
	padding: 30px;
	width: 660px;
	min-height: 300px;
	background-color: #FFFFFF;
}
#def_contentBanner {
	margin: 0px auto;
	padding: 10px;
	width: 700px;
	min-height: 300px;
	background-color: #FFFFFF;
}

/* SEARCH RESULTS */
.pageSearchTitle {
	font-size: 16px;
	line-height: 20px;
	color: #357AA1;
}

/* PHOTO GALLERY */
.photogallery ul {
	list-style-type: none;
}
.photogallery li a {
	float: left;
	border: 1px solid #CCCCCC;
	margin: 10px 10px 0px 0px;
}
.photogallery li a:hover{
	float: left;
    border: 1px solid #666666;
	margin: 10px 10px 0px 0px;
}