.topnav{
font-family:Arial, Helvetica, Verdana, sans-serif; 
/*font-weight:bold;*/
}

.topnav, .topnav ul {
height:30px;
list-style:none;
line-height:12px;
padding:35px 0 5px;
width:850px;
margin:0 auto 0;
}/*can specify a fixed width here if you want, ie: width:30em; It will depend on the length of the menu items.*/


.topnav ul{
float:left;
}

.topnav a {
width:1px;/*for IE6*/
font-size:12px;
text-align:center;
color:#f26f21;
text-transform:lowercase;
text-decoration:none;
padding:0 10px 10px;
height:12px;
display:block;
white-space:nowrap;/*for IE6*/
}

.topnav li>a {
width:auto;/*for all modern Browsers*/
}

.topnav a:hover {
color:#555;
text-decoration:none;
}

.topnav li {
float:right;
padding:3px 0 ;
}/*can specify a fixed width here for each first level button if you want, ie: width:10em; You must also modify the #suckerfishnav a as well*/

.topnav li.current_page_item, .topnav li.current_page_ancestor{
background: transparent url(images/headerBG.gif) 50% 20px no-repeat;
}

.subnav{
	width:775px;
	padding:10px 75px 0 0;
	margin:0;
	}

.subnav li{float:right}

.subnav li.current_page_item, .subnav li.current_page_ancestor{
background: transparent;
}
@import url("topnav.css");

body {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #516573;
	text-align: center;
	}
	
/*Remove focus boxes firefox*/

a:focus, a:hover, a:active { outline:none } 

#obscure1, 
#obscure2, 
#obscure3, 
#messageCover1, 
#messageCover2, 
#messageCover3{
position:absolute;
background-color: #fff;/*explicit bg color helps jQuery fade effect in Win*/
/*display:none;for jQuery fade effect */
z-index:888;
/*border:1px solid red;*/
}

/* Adapted to 2 column Layout 042109*/

#obscure1{/*no longer used*/
	width:150px;
	height:100%;
	top:0;
	left:0;
	}

#obscure2{
	width:520px;
	height:100%;
	top:0;
	/*left:158px;*/
	left:0;
	}

#obscure3{
	width:315px;
	height:100%;
	top:0;
	left:527px;
	}
	
	
#wrapper div.messageCover{
	width:600px;
	height:50px;
	top:50px;
	left:50px;
	}

#wrapper div.first{/*no longer used*/
	top:100px
	}
#wrapper div.second{
	height:150px;
	top:40px;
	}
#wrapper div.third{
	top:155px;
	}

/* ######### Contact Form Styles ######## */
				
.required{color:#F26f21;font-weight:bold }
.error{color:#ff0000;font-weight:bold}
#contactTab input:focus, #contactTab textarea:focus{
background-color:#ccc;
}
.textfield{width:223px;}
.textfieldsmall{width:125px;}
.textarea{width:223px;}
.select{}

/*Anchors*/
a {
	color:#F26F21;
	text-decoration:none;
	}
a:hover {
	color: #516573;
	text-decoration:underline;
	}
h2 a, h3 a{
	text-decoration: none;
	}
h2 a:hover, h3 a:hover{
	text-decoration: none;
	}

a img {
	border: none;
	}
#sidebar ul a{
	text-decoration:none; 
	font-size:11px;
	color:#516573;

	}
#sidebar ul a:hover{
	color:#797c8a;
	}
	
/*Headings*/
h1, h2, h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	}
h1 {
	padding:20px 0 5px;
	margin: 0;
	font-size: 20px;
	line-height:10px;
	}
h2 {
	margin: 30px 0 0;
	font-size: 14px;
	}
	
#contentPages .postPages h2 {
	width:450px;
	margin: 20px 0 0;
	font-size: 28px;
	}
	
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;;
	font-size: 12px;
       	color:#516573;

	}
h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 13px;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#F36F21;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* Message pages */

#contentMessages{
	padding:50px 100px 0 100px;
	}

#contentMessages h1{
	color:#516473;
	font-size:45px;
	line-height:45px;
	margin:0;
	padding:0;
	}
#contentMessages h2{
	color:#516573;
	font-size:25px;
	margin:20px 0 0;
	padding:0;
	}
	
.messages p{margin:0;padding:0;}	
	
/* Main Structure & header */

#page {
	padding: 0;
	width: 850px;
	background: #fff;
	margin: 0 auto;
	text-align:left;
	}	
	
#header {
	margin:0;
	padding: 0;
	width: 850px;
	
	}
	
#headerimg 	{
	margin: 0;
	height: 60px;
	width: 100%;
	text-align:left;
	background: transparent url('images/headerBG.gif')  0 0 no-repeat ;
	border-bottom:1px solid #ccc;
	}
#headerimg .description, #headerimg h1 {
	display:none;
        }
	
/* content */
#wrapper{
	 min-height:400px;/*See IE 6 stylesheet*/
	 position:relative;/* to position sidebar and fader divs*/
	 }
#content {
	font-size: 12px
	}
	
/*Home Page Styles */
#content.homeContent{
	width:850px;
	padding:35px 0 0 0;
	margin:0;
	}
#content .homePost{
	margin:0;
	padding: 0;}
#content .homeEntry{
	margin:0;
	padding: 0;}
#content .homeEntry table{
	margin:0;
	padding:0;
	}
table#homeTable td#homeLeft{
	padding-left:70px;
	}
table#homeTable td#homeLeft h1, table#homeTable td#homeLeft h2,table#homeTable td#homeLeft h3{font-family:Helvetica, Arial, Verdana, sans-serif;}

table#homeTable td#homeLeft h1{
	color:#516573;
	text-align:left;
	margin:0;
	padding:0;
	font-size:34px;
	line-height:30px;
	}
table#homeTable td#homeLeft h2{
	color:#F26F21;
	margin:0;
	padding:0;
	font-size:34px;
	line-height:40px;
	}
table#homeTable td#homeLeft h3{
	color:#797C88;
	margin:10px 0 0 0;
	padding:0;
	font-size:15px;
	}
table#homeTable td#homeRight{
	vertical-align:bottom;
	padding-right:50px;
	}
table#homeTable td#homeRight p{
	color:#516573;
	margin:0;
	padding:0;
	font-weight:bold;
	}
table#homeTable td#homeLink{
	text-align:right;
	padding-right:60px;
	}
table#homeTable td#homeLink a{
	font-weight:bold;
	color:#F26F21;
	display:block;
	margin:20px 0 0 0;
	text-decoration:none;
	}
#flashstuff{position:relative}
#flashstuff object#homeFlash, #flashstuff embed#homeFlash{
	height:180px;
	position:relative;
	bottom:-3px;left:0;
	}
	
/*Narrowcolumn Styles */	
.narrowcolumn {
	float:right;
	padding: 0 0 0 0;
	margin: 0px 0 20px;
	width: 620px;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 14px;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
	
/*page content styles - narrowcolumn */
#contentPages{
	width:470px;
	float:left;
	margin:0;
	padding:0 0 20px 55px;
	}	
div.contact{
	margin-top:25px
	}

/*Post/Entry Styles */	
.post {
	margin: 0 0 40px;
	}	
.postPages {
	background-color: #fff;/*explicit bg color helps jQuery fade effect in Win*/
	/*display:none;for jQuery fade effect */
	margin: 0 0 40px;
	}
.postPages h2{
	color:#516573;
	text-align:left;
	margin:0;
	padding:0;
	font-size:34px;
	}
.postPages h3{
	color:#F26F21;
	margin:0;
	padding:10px 0 0 0;
	}
.entryPages {
	margin: 0;
	width: 450px;
	font-size:12px
	}	
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}
.entry p a:visited {
	color: #b85b5a;
	}

/*Widecolumn Styles */
.widecolumn .post {
	margin: 0;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	line-height: 16px;
	}
.widecolumn .entry p {
	font-size: 10px;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
	
/* sidebar(s) */
#sidebar {
	padding: 25px 0px 10px 0;
	margin-left: 0px;
	width: 200px;
	font-size: 10px;
        color:#516573;
	}
#sidebar form {
	margin: 0;
	}
form#feedburn{
	height:170px;
	width:200px;
	background:transparent url(images/feedburnBG.jpg) 0 0 no-repeat;
	padding:55px 10px 10px 5px;
	text-align:center;
	}
#feedburn p{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#00477F;
	margin:0 0 10px 0;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
       	color:#516573;
	}
/* page sidebar/sidenav styles */
#sidenavPages {
	background-color: #fff;/*explicit bg color helps jQuery fade effect in Win*/
	/*display:none;for jQuery fade effect */
	position:absolute;
	top:36px;
	left:0px;
	padding: 0 0 0 10px;
	width: 150px;
	font-size: 10px;
	}
#sidenavPages ul {
	list-style-type:none;
	padding:10px 0 0 0;
	margin:0 0 0 0;
	}
#sidenavPages ul {
	margin:0 0 0 5px;
	padding:0 0 0 0;
	}
#sidenavPages ul a{
	font-size:12px;
	line-height:20px;
	text-transform:lowercase;
	}
#sidenavPages ul a:hover{
	text-decoration:none;
	}
	
	
	
#sidebarPages {
	/*display:none;for jQuery fade effect 
	position:absolute;
	top:40px;
	left:530px;
	padding: 0;
	width: 308px;
	font-size: 10px;*/
        color:#797c8a;
	}
	
#sidebarPages {
	float:right;
	padding:50px 0 0;
	width: 308px;
	font-size: 10px;
	margin:0 10px 20px 0;/*See IE6 stylesheet*/
        color:#797c8a;
	}
#sidebarPages h3 {
        color:#797c8a;
	margin:0;
	padding:10px 10px 8px;
	font-size: 22px;
	background:#F26F21 url(images/sidebar-h3BG.gif) -1px 0 no-repeat;
	}
#sidebarContent{
	width:288px;
	background:#F26F21;
	padding:10px 10px 10px;
	font-size:12px;
        color:#797c8a;
	}
#sidebarContent.wwd{
	padding:0px 10px 10px;
	background:transparent;
	}
#sidebarContent.wwd table#wwdLinks a{
	display:block;
	width:160px;
	height:43px;
	font-size:19px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	padding:8px 0 0 70px;
	margin-bottom:5px;
	background:transparent url(images/wwdRightaBG.gif) 0 0 no-repeat;
	}
#sidebarContent.wwd table#wwdLinks a:hover{
	background-position: 0px -52px;
	}
	
#sidebarContent p{
	margin:0 0 10px 0;
	}
	
#sidebarPages ul {
	margin:0 0 0 15px;
	padding:0 0 0 0;
	}
#sidebarPages ul li{
	margin:0 0 10px 0;
	padding:0 0 0 0;
	}
#sidebarTail{
	height:24px;
	background:transparent url(images/sidebar-contentBG.gif) -1px 100% no-repeat;
        border-radius: 3px;
	}
	

/*Comments */
.commentlist li, #commentform input, #commentform textarea {
	font: 9px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.10px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 15px;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	
/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

		
	
/* Misc */
p sup {font-size:8px;}

code {
	font: 10px 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps{
	font-size: 9px;
	letter-spacing: .07em;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
acronym, abbr, span.caps {
	cursor: help;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
hr {
	display: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.clear {
	clear: both;
}	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	line-height: 15px;
	}

	
	
/* Begin Images 
	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform #submit {
	margin: 0;
	float: right;
	}
/* Buttons */
input.btn{
	border:0;
	margin:2px 0 0 0;
	padding:2px 5px;
	background:#CE0A2E;
	color:#fff;
	text-transform:uppercase;
	font:normal 11px Arial, Helvetica, Verdana, sans-serif;
	/* Next remove default padding on buttons in IE*/
	overflow:visible;
	cursor:pointer;
	}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#footer {
	position:relative;/* to allow position of content with z-indeces mostly for IE6*/
	padding: 0;
	margin: 0 auto;
	width: 850px;
	clear: both;
	text-transform:lowercase;
	}
#footnav{
	position:absolute;
	top:0;
	left:0;
	width:850px;
	height:27px;
	list-style-type:none;
	background:#f26f21;
	margin:0 0 20px 0;
	padding:0;
	z-index:1000;
	}
#footnav li{
	float:left;
	width:24.5%;
	line-height:27px;
	text-align:center;
	color:#fff;
	margin:0;
	padding:0;
	}
#footnav li a{
	color:#fff;
	text-decoration:none;
	}
#footer #credits {
	position:absolute;
	top:45px;
	left:0;
	width:100%;
	margin: 0;
	padding: 0 0 3px;
	text-align: center;
	z-index:1000;
	}
#footer #credits a{
	color:#f26f21;
	text-decoration:none;
	}

#suckerfishnav, #suckerfishnav ul {
height:25px;
list-style:none;
line-height:1.2em;
padding:5px 0 0;
width:850px;
margin:-10px auto 0;
}/*can specify a fixed width here if you want, ie: width:30em; It will depend on the length of the menu items.*/

#suckerfishnav ul{
float:left;
}

#suckerfishnav a {
width:1px;/*for IE6*/
font-size:1.2em;
text-align:center;
color:#f26f21;
text-transform:lowercase;
text-decoration:none;
padding:8px 10px 0px;
height:12px;
display:block;
white-space:nowrap;/*for IE6*/
}/*can specify a fixed width here for each first level button if you want, ie: width:10em; You must also modify the #suckerfishnav li as well*/

#suckerfishnav li>a {
width:auto;/*for all modern Browsers*/
}

#suckerfishnav a:hover {
color:#555;
text-decoration:none;
}

#suckerfishnav li {
float:right;
padding:3px 0 ;
}/*can specify a fixed width here for each first level button if you want, ie: width:10em; You must also modify the #suckerfishnav a as well*/

#suckerfishnav li.current_page_item, #suckerfishnav li.current_page_ancestor{
background: transparent url(images/currentPiBG.gif) 50% -1px no-repeat;
}


#suckerfishnav li li a {
font-size:1.2em;
background-color:transparent;
color:#fff;
padding:0.4em 1em 0.4em 1em;
border:0;
text-align:left;
}
#suckerfishnav li li a:hover {
background: #797B88;
/*color:#f26f21;*/
color:#fff;
}

#suckerfishnav li ul {
position:absolute;
left:-999em;
height:auto;
width:156px;
font-weight:normal;
border:1px solid #ECE2B2;
border-width:0 0 1px 0;
margin:0;
padding:0;
z-index:1000;
}

#suckerfishnav li li {
padding:0.1em 0;
color:#3C3A50;
text-decoration:none;
border-top:1px solid #ECE2B2;
background-color:#f26f21;
}
#suckerfishnav li li.current_page_item{
background-image: none;
background-color:#f26f21;
padding:0.1em 0;
}


#suckerfishnav li ul a {
width:11em;
}

#suckerfishnav li ul ul {
margin:-1.50em 0 0 10em;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
left:-999em;
color:#DCD5AB;
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
left:auto;
margin:0 0 0 10px;
padding-top:5px;

}

#suckerfishnav li li:hover, #suckerfishnav li li.sfhover {
background: #797B88;
}
