/*****************************************************

Copyright (c) Rotary Club of Lantzville

Design By: Shane Keller, Keller Internet Marketing
Website: www.kellerinternetmarketing.com

*****************************************************/

@import url(freckle.css);
@import url(typography.css);

#up {
	margin-top: -25px;
	background-color: #f1f1f1;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body {
	color: #555555;
	padding:0;
	text-align: center;
	font-size: 0.75em;
	font-family: verdana, helvetica, arial, sans-serif;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a,
acronym,
a:visited { color: #2a9df0 }
a:hover { color: #ea6e14 }
acronym { border-bottom: 1px dotted #2a9df0; cursor: help }

h2,h3,h4,h5,h6 { clear: left; cursor: default; }
h3 {
	color: #ea6e14;
	font-size: 1.2em;
	margin: 1.3em 0 0 0;
	text-transform: uppercase;
}
h4 {
	color: #1f86d1;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
body#home h3 {
	font-size: 1.1em;
	margin: 0;
	text-transform: none;
}

h1.header { display: none }
.d-container {
	display: block;
	width: 740px;
	height: 219px;
	min-height: 219px;
	text-align: left;
	margin: 0 auto;
	padding: 210px 0 0 0;
	background-color: transparent;
	background-image: url(../images/headers/header_2010-11.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#d-nav { display: block; height: 63px; }
#d-nav h2 { display: none }
#d-nav ul {
	display: block;
	width: auto;
	height: 54px;
	margin: 0;
	padding: 9px 0 0 45px;
	list-style: none;
	background-color: #ec7916;
	background-image: url(../images/layout/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#d-nav ul li {
	float: left;
	position: relative;
	margin: 0 2px;
	padding: 0;
	/*font-size: 0.85em;*/
	letter-spacing: -0.05em;
}
#d-nav li a {
	float: left;
	height: 52px;
	text-decoration: none;
	margin: 1px;
	background-repeat: no-repeat;
	background-position: top left;
}
#d-nav li a span {
	float: left;
	color: white;
	cursor: pointer;
	height: 22px;
	padding: 30px 5px 0 5px;
	margin: 0;
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 11px;
}

#d-nav li:hover a span { color: #909090; }


/*#d-nav li:hover a,
#d-nav li.over a,*/
#d-nav li a:hover,
 {
	margin: 0;
	border: 1px solid white;
	color: #FFF;
	background-image: url(../images/nav_selected.gif);
}
/*#d-nav li:hover a,
#d-nav li.over a,*/
#d-nav li a:hover {
	background-image: url(../images/nav_selected.gif);
	/*background-color: #f3f3f3;*/
	background-color: #005099;
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
}
#d-nav li a.selected {
	background-color: transparent;
	background-image: url(../images/nav_selected.gif);	
	/*background-color: #005099;
	background-color: #FEC949; 
	 background-color: #2a9df0 
	background-image: url(../images/nav_n_left.gif) !important;*/
}
#d-nav li.over a span,
#d-nav li a:hover span { color: #909090; background-image: none }
#d-nav ul li a.selected span { 
	color: white !important; 
	/* background-image: url(../images/nav_n_right.gif) !important; */
}
/****** Submenu ********************************************/
#d-nav ul li ul {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0 3px 8px 3px;
	top: 54px;
	left: 0;
	height: auto;
	width: 171px;
	cursor: pointer;
	border: 1px solid white;
	background-color: #e7e7e7;
	background-image: url(../images/subnav_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;/**/
}
#d-nav ul li:hover ul,
#d-nav ul li.over ul { display: block }

#d-nav ul ul li a {
	background-color: #CCCCCC;
}

#d-nav ul ul li,
#d-nav ul ul li.over {
	position: relative;
	display:block;
	float: left;
	width: 171px;
	height: auto;
	font-size: 1em;
	margin: 0;
	cursor: pointer;
	padding: 2px 0 0 0;
	border: 0px !important;
	background-image: url(../images/subnav_div.gif);
	background-repeat: no-repeat;
	background-color: transparent !important;
	background-position: top left;
}


#d-nav ul ul li.first {
	padding-top: 1px;
}

#d-nav ul ul li a,
#d-nav ul ul li a span,
#d-nav ul ul li a:hover,
#d-nav ul ul li a:hover span,
#d-nav ul ul li.over a,
#d-nav ul ul li.over a span,
#d-nav ul ul li a.selected,
#d-nav ul ul li a.selected span {
	color: #717171;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	height: auto;
}

#d-nav ul ul li a,
#d-nav ul li.over ul li a {
	width: 169px;
	border: 1px solid #e7e7e7;
	background-color: transparent;
}
#d-nav ul ul li a:hover,
#d-nav ul ul li a.selected {
	color: white;
	border: 1px solid #dd691b !important;
	background-color: #f29c33 !important;
	background-image: url(../images/subnav_sel.gif) !important;
	background-position: left bottom;
	background-repeat: repeat-x;
}
#d-nav ul ul li a span,
#d-nav ul ul li a:hover span,
#d-nav ul ul li a.selected span { 
	line-height: 1.7em;
	padding: 0.4em 5px;
	margin: 0;
}
#d-nav ul ul li a:hover span,
#d-nav ul ul li a.selected span {
	color: white;
	background-image: url(default.htm) !important;
}

/***** SFIR Text *****************************************/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash #d-content h2 {
	margin: 11px 0 5px 0;
	padding: 0 0 0 0;
	/*
		height: 30px;
	margin: 5px 0 5px 0;
	padding: 4px 0 12px 0;
	font-size: 12px;
	*/
}
.sIFR-flash {
	margin-bottom: 18px;
}
/*.sIFR-hasFlash #d-content h2 {
	visibility: hidden;
	margin: 0;
	padding: 12px 0 0 0;
	line-height: 2em;
	font-size: 10px;
}*/
	
/****** Content area ***************************************/
.bubble {
	display: block;
	float: left;
	width: 693px;
	height: 250px; /*280px;*/
	min-height: 250px; /*280px;*/
	margin: 0;
	padding: 0 23px;
	background-color: transparent;
	background-image: url(../images/layout/background_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;	/* background: transparent url(../images/content_bg_repeat.gif) top left repeat-y; */
}
#d-content {
	display: block;
	height: 122px;
	min-height: 122px;
	/*line-height: 1.6em;*/
	font-size: 0.9em;
	width: 645px; /* 430 */
	padding: 0 24px 0 24px; /* 0 239px 0 24px 
	background: transparent url(../images/content_bg.gif) right top no-repeat;*/
}
body#home #d-content {
	width: 645px;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
}
#d-content p {
	margin: 0 0 1.4em 0;
	padding: 0;
}
#d-content h2 {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 16px 0 16px 0; /* 16 0 22 0 */
	font-size: 1.9em;
	font-weight: normal;
	background: transparent url(../images/spacer.gif) left bottom no-repeat;
}
#d-content h2 strong {
	color: #2a9df0;
	font-weight: normal;
}
body#home #d-content h2 {
	height: 114px;
	text-indent: -30000em;
	padding: 0;
	/* */background-color: transparent;
	background-image: url(../images/subheaders/rotator.php);
	background-repeat: no-repeat;
	background-position: left top;
}
img.right-logo {
	float: right;
	margin: 120px 32px 0 0;
}
.blue-bullet,
.content-text {
	display: block;
	width: 430px;
	height: 210px;
	min-height: 210px;
	padding-right: 210px;
	line-height: 18px;
	background: transparent url(../images/rotary_logo.gif) 505px 90px no-repeat;
}
.blue-bullet {
	padding-left: 30px;
	background: transparent url(../images/bullet_blue.gif) 6px 0.7em no-repeat;
}

.blue-bullet { height: 150px; min-height: 150px; height: auto; }

#d-content p img { border: 1px solid #788792 }
#d-content p img.left { float: left; margin: 0.6em 15px 0 0 }
#d-content p img.right { float: left; margin: 0.6em 0 0 15px }

body#home .blue-bullet { width: 310px; padding-right: 0; float: left }
body#home #d-content h3 {
	clear: none !important;
	float: left;
	margin: 0;
	width: 260px;
	height: 33px;
	padding: 0.6em 0 0 0;
	font-size: 1.6em;
	font-weight: normal;
	/*text-indent: -30000em;*/
	background-position: 30px 10px;
	background-repeat: no-repeat;
	background-color: transparent;
}
div.left,
div.float {
	float: left;
	width: 300px;
}
div.left { margin-right: 20px; width: 340px }
div.small { width: 270px }
#d-content h3.where {
	color: #1f86d1;
	margin-bottom: 0px;
} /*; background-image: url(../images/h3_home.gif) }*/
#d-content h3.test { color: #f18412 }
#d-content ul {
	margin: 0.5em 0;
	padding: 0 0 0 30px;
	list-style: none;
	list-style-image: url(../images/li_blue2.gif);
}
body#home #d-content h3.where {
	padding-left: 30px;
	margin-bottom: -3px;
}

body#home #d-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}


body#home #d-content ul li {
	margin: 0 0 4px 0;
	padding: 0 0 0 20px;
	line-height: 1.5em; /*20px;*/
	background: #efefef url(../images/li_blue.gif) 5px 6px no-repeat;
}



.label,
.label-wide {
	color: #1f86d1;
	font-weight: normal;
	clear: left;
	float: left;
	padding-left: 10px;
	width: 120px;
}
.label strong { font-weight: normal }
.label-wide { width: 240px }
address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/****** Footer *********************************************/
#d-footer {
	clear: both;
	/**/display: block;
	width: 100%;
	font-size: 0.85em;
	text-align: center;
	cursor: default;
	margin: 0;
	padding: 115px 0 0 0;
	background-color: transparent;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#d-footer hr { display: none; }
#d-footer p {
	padding: 0 43px;
	margin: 0 auto;
	display: block;
	width: 654px;
	text-align: left;
}
#d-footer div {
	width: 100%;
	margin-top: 10px;
	height: 46px;
	padding-top: 2px;
	background: transparent url(../images/footer_icons_bg.gif) left top repeat-x;
}
#d-footer p.copyright { padding-left: 49px; }
#d-footer p.copyright span {
	display: block;	
	color: #757575;
	padding-top: 3px;
}
#d-footer p.copyright span a,
#d-footer p.copyright span:visited {
	color: #757575;
	text-decoration: none;
}
#d-footer p.copyright span a:hover {
	color: #ea6e14;
	text-decoration: underline;
}

html>body .bubble,
html>body .content-text,
html>body .d-container,
html>body #d-content { height: auto }

.divider {
	background: url("../images/divider_home.gif") no-repeat;
	display:block;
}
