

body
{
	background: #fff;
	margin: 30px 0 0 0;
	height:100%;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	}
p
{
	line-height: 1.6em;
	margin: 0 0 0.5em;
}

a
{
	color: #cf9200;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #b58000;
}

#wrapper {
	width: 845px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:300px;
}

#nav {
	border-bottom: 4px solid #fae023;
	float:left;
	width:680px;
	}


#micbox {
	float:right;
	min-height:300px;
	height:100%;
	width:165px;
	background: transparent url(images/micbox.gif) no-repeat top left;
}

#whitecontent {
	margin:0;
	height:100%;
}


#yellstripe {
	height:178px;
	border-top: 6px solid #ffe879;
	background:#fbdc11 url(images/yellstripe.gif) repeat-x bottom;
	color: #000;
	margin:0;
	padding:12px 0 0 0;
	text-align:center;
	width:100%;
	}

#blackmicbox {
	background:transparent url(images/blackmic.gif) no-repeat bottom right;
	color: #000;
	width: 845px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:100%;
	font-weight:normal;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-size:28px;
}


#footer{
	background: transparent url(images/footerbg.gif) repeat-x top left;
	color: #6e6e6e;
	width:100%;
	height:80px;
	padding-top:7px;
	}

#footercontent{
	width: 845px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	line-height:80px;
}


#damask{
	background:#f5f4f1 url(images/damask.png) repeat-x top center;
	color: #000;
	width:100%;
	height:100%;
	padding:22px 0 0 0;
}


#browncontent {
	background:transparent;
	color: #000;
	width: 845px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:100%;
	min-height:200px;
	font-weight:normal;
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", Sans Serif;
}




h1.title {
	width:100%;
	font-size:31.49px;
	text-align:right;
	line-height:50px;
	margin:6px 0px;
	color:#4a4a4a;
	font-weight:normal;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
}

h2.strap {
	width:100%;
	font-size:24px;
	margin:6px 0px;
	color:#4a4a4a;
	font-weight:normal;
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", Sans Serif;
	text-align: justify;
}

h2 {
	width:100%;
	font-size:24px;
	margin:6px 0px;
	color:#4a4a4a;
	font-weight:normal;
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", Sans Serif;
	text-align: justify;
	}

h2.brown {
	width:100%;
	font-size:29px;
	text-align:left;
	margin:6px 0px 8px 0;
	color:#4a4a4a;
	font-weight:normal;
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", Sans Serif;
	}


.lemon {
	padding:4px;
	border:1px solid #b2b2b2;
	margin-top:12px;
	}

.midpic {
	margin-left:25px;
	margin-right:25px;
	}


.imbox {
	color:#4a4a4a;
	float:left;
	font-size:18.5px;
	font-weight:normal;
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", Sans Serif;
	text-align: justify; !important
	text-align:left;
}

#about {
	width:266px;
	padding-right:11px;
	}

#services {
	width:267px;
	padding:0 11px;
	border-right: 1px solid #554a43;
	border-left: 1px solid #554a43;
	min-height:280px;
}

#contact {
	width:266px;
	padding-left:11px;
}

.entry {
	margin:2px 0 14px 0;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-size:14px;
	font-weight:normal;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */

/* 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 */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/




/* Drop Down menu*/

#suckerfishnav {
	list-style: none;
	margin:0 0 0 6px;
	padding:0;
	indent:0;
}

#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:40px;
	padding:0;
	margin:0 0 0 6px;
	width:100%;
}

#suckerfishnav a {
	display:block;
	text-decoration:none;
	padding:0px 9px;
	color: #2f2f2f;
	font-family: Arial;
	margin: 0 6px;
	font-size:15px;
}

#suckerfishnav li {float:left;padding:0;}

#suckerfishnav li.current_page_item a {
	background:#fae023;
	color: #fff;
	font-weight:bold;
	padding:0 12px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}


#suckerfishnav li.current_page_item a:hover{
	background:#fae023;
	font-weight:bold;
	color:#fff;
	padding:0 12px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}


#suckerfishnav li.current_page_item li a { background:#fae023;color:#000;padding: 4px 10px;border:0;font-weight:normal;-moz-border-radius-topleft: 0;
	-khtml-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-khtml-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;

}

#suckerfishnav li.current_page_item li, #suckerfishnav li.current_page_item li:hover { background:#fae023;color:#000;
}

#suckerfishnav li.current_page_item li a:hover { background:#fae023;color:#fff;padding: 4px 10px;border:0;font-weight:normal;-moz-border-radius-topleft: 0;
	-khtml-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-khtml-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	font-weight:bold;
}

#suckerfishnav ul {position:absolute;left:-999em;height:auto;	width:150px;font-weight:normal;margin:0;line-height:1;	border:0;}

#suckerfishnav li li {	width:150px;}

#suckerfishnav li li a {padding:4px 10px;	width:130px;font-size:12px;color:#fff;}

#suckerfishnav li ul ul {margin:-21px 0 0 150px;}

#suckerfishnav li li:hover {background:#aaaaaa;}

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {color:#000;}

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {color:#000;}

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {color:#000;}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {left:-999em;}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {left:auto;background:#d9d9d9;}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {	color: #000;
	background: transparent url(images/triangle.gif) no-repeat bottom center;}


.fosterbar {
	clear:right;
	background:transparent url(images/dot.gif) repeat-x bottom left;
	width:100%;
	height:16px;
	margin-top:2px;
}
