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

html {
	min-height:100%;
	height:auto;
}

* html {
	height:100%;
}
body {
	background-color:#f1eada;
	font:12px/18px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#363636;
	margin:0;
}
blockquote, cite {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
#main {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
}
#logo {
	width:900px;
	position:relative;
	z-index:3;
	margin:auto;
}
#logo .logoBox {
	border-left:1px solid #0072bc;
	border-right:1px solid #0072bc;
	background-color:#fff;
	width:243px;
	float:left;
	height:179px;
	text-align:center;
}
.logoBox img {
	border:0;
	margin-top:20px;
}

/* Top Navigation Styles */
#topNav {
	width:100%;
	background:url(/images/topNav-bg.gif) top left repeat-x;
	height:29px;
}

#topNav ul {
	width:900px;
	text-align:right;
	margin:0;
	padding:0;
	line-height:29px;
	margin:0 auto;
}

#topNav ul li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}

#topNav a:link, #topNav	a:visited {
	color:#fff;
	text-decoration:none;
	margin:0 0 0 20px;
}

#topNav a:hover {
	color:#fff100;
	text-decoration:none;
	margin:0 0 0 20px;
}

/* Middle of the nav area */
#midNav {
	width:100%;
	background:#fff65e url(/images/midNav-bg.gif) top center no-repeat;
	padding:20px 0;
	height:54px;
}

#midNav #area {
	width:900px;
	margin:0 auto;
}

#midNav #area .left {
	float:right;
	width:622px;
	text-align:right;
	color:#0072bc;
	font-size:22px;
	padding-top:20px;
}

#midNav #area .right {
	float:right;
	width:278px;
	font-size:14px;
	line-height:24px;
	color:#000;
	text-align:right;
}

/* Main Navigation Styles */
#mainNav {
	width:100%;
	background:url(/images/mainNav-bg.gif) top left repeat-x;
	height:73px;
	font-size:16px;
}

#mainNav ul {
	width:900px;
	text-align:right;
	margin:0;
	padding:0;
	line-height:65px;
	margin:0 auto;
}

#mainNav ul li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}

#mainNav a:link, #mainNav a:visited {
	color:#fff;
	text-decoration:none;
	margin:0 0 0 25px;
}

#mainNav a:hover {
	color:#fff100;
	text-decoration:none;
	margin:0 0 0 25px;
}

/* Content Area Styles */
#content {
	width:898px;
	border-left:1px solid #0072bc;
	border-right:1px solid #0072bc;
	border-bottom:1px solid #0072bc;
	background-color:#fff;
	margin:0 auto;
	margin-top:-17px;
	padding:0;
	margin-bottom:25px;
}

#content h1 {
	font:25px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#fb8d15;
	font-weight:normal;
	margin:0;
	padding:10px 0;
}

#content h2 {
	font:20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#fb8d15;
	font-weight:normal;
	margin:0;
	padding:10px 0;
}

#content h3 {
	font:18px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#0072bc;
	font-weight:normal;
	margin:0;
	padding:10px 0;
}

#left a:link, 
#left a:visited, 
#right1 a:link,
#right1 a:visited,
#right2 a:link,
#right2 a:visited {
	color:#fb9526;
	text-decoration:underline;
}
#left a:hover, 
#right1 a:hover,
#right2 a:hover {
	color:#000;
	text-decoration:none;
}

#left {
	width:538px;
	padding:10px 15px 0 20px;
	color:#363636;
	float:left;
}

#left .spacer {
	line-height:1px;
	border-bottom:1px dotted #0072bc;
	width:535px;
	margin:10px 0;
}
#left input {
	background-color:#fff;
	border:1px solid #0072bc;
	padding:3px;
	width:200px;
	color:#000;
	height:22px;
}

#left input.radio {
	background-color:#fff;
	border:0;
	padding:0;
	width:20px;
	color:#000;
	height:auto;
}

#left textarea {
	background-color:#fff;
	border:1px solid #0072bc;
	padding:3px;
	width:470px;
	color:#000;
}

#left input.submit {
	background-color:#fff65e;
	color:#0072bc;
	border:3px solid #0072bc;
	padding:3px;
	text-align:center;
	height:30px;
	width:75px;
}

#left #map {
	width:495px;
	height:300px;
	padding:20px;
	background-color:#0072bc;
	margin-bottom:15px;
}

#left li {
	list-style-image:url(/images/bullet-checkmark.gif);
	padding-bottom:8px;
}

#left p {
	padding:0 0 10px 0;
	margin:0;
}

#right1 {
	width:285px;
	padding:0 20px 20px 15px;
	color:#fff;
	float:left;
	height:100%;
}

#right2 {
	width:285px;
	padding:10px 20px 0 20px;
	color:#fff;
	background-color:#ebebeb;
	float:left;
	height:100%;
}

#right2 p {
	color:#363636;
}

/* Content Sidebar Styles */
#right2 .spacer {
	line-height:10px;
	border-bottom:1px dotted #0072bc;
	width:285px;
	margin:0 auto;
	padding-bottom:10px;
}

p.notice {
	font-size:14px;
}


/* Footer Styles */
#footer {
	width:100%;
	background:url(/images/footer-bg.gif) top left repeat-x;
	padding:16px 0 0 0;
	height:146px;
}

#footer #container {
	width:900px;
	margin:0 auto;
}

#footer .subnav {
	width:150px;
	padding:0 10px;
	float:left;
}

.subnav ul {
	list-style:none;
	margin:0;
	padding:0;
}

.subnav ul li {
	margin:0;
	padding:3px 0;
	border-bottom:1px dotted #fff;
}

.subnav a:link, .subnav a:visited {
	color:#fff;
	text-decoration:none;
}

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

.address {
	width:390px;
	text-align:right;
	float:left;
	color:#fff100;
}

.address p {
	margin:0;
	padding:5px 0;
}

.address span {
	font-size:20px;
	line-height:24px;
}

.address a:link, .address a:visited {
	color:#fff100;
	text-decoration:none;
}

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

/* Image Rotator Styles */
#rotator {
	margin: 0 auto;
	position: relative;
	width: 865px;
	height: 300px;
	background:url(/images/slideshow-holder-bg.gif) top left no-repeat;
	margin-bottom:5px;
}

#rotator img {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
}

#rotator2 {
	margin: 0 auto;
	position: relative;
	width: 538px;
	height: 300px;
	background:url(/images/slideshow-holder-bg-2.gif) top left no-repeat;
	margin-bottom:5px;
}

#rotator2 img {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
}	


/* Quote Styles */
#right1 #quote, #right2 #quote {
	width:276px;
	margin:0;
}
#right1 #quote ul {
	width:276px;
	height:280px;
	background:url(/images/bubble-bg.gif) top center no-repeat;
	margin:0;
	padding:0;
}
#right2 #quote ul {
	width:276px;
	height:280px;
	background:url(/images/bubble-bg-2.gif) top center no-repeat;
	margin:0;
	padding:0;
}
#right1 #quote ul:after, #right2 #quote ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#right1 #quote li, #right2 #quote li {
	width:276px;
	float:left;
	clear:both;
	display:inline;
}
#right1 #quote li blockquote, #right2 #quote li blockquote {
	color:#fff;
	width:276px;
	position:relative;
	height:215px;
}
#right1 #quote li p.name, #right2 #quote li p.name {
	color:#0072bc;
	text-align:right;
	padding:0 105px 0 0;
	font-size:11px;
	margin:0;
	font-style:italic;
}
#right1 #quote li p, #right2 #quote li p {
	padding:30px 30px 25px 30px;
	color:#fff;
}
#right1 #quote li a, #right2 #quote li a {
	color:#fff;
	text-decoration:underline;
}
#right1 #quote li a:visited, #right2 #quote li a:visited {
	color:#fff;
	text-decoration:underline;
}
#right1 #quote li a:hover, #right2 #quote li a:hover,
#right1 #quote li a:focus, #right2 #quote li a:focus {
	text-decoration:none;
	color:#000;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding:0;
}
#gallery ul { list-style: none; margin:0; padding:0; }
#gallery ul li { display: inline; margin:0; padding:2px; }
#gallery ul img {
	border: 3px solid #fff;
}
#gallery ul a:hover img {
	border: 3px solid #fff65e;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }



