/************************** http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/reset.css *************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;}
:focus { outline: 0;}/* remember to define focus styles! */
body { line-height: 1; color: black; background: white;}
table { border-collapse: separate; border-spacing: 0;}/* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
/************************** /http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/reset.css *************************/
h2{
	/*This is the header for articles on the homepage.*/
	border-bottom: solid 1px #cccccc;
	margin-top: 55px;
	font-size: 18px;
	line-height: 18px;
}
h3, h3 a{
	margin-top: 35px;
	font-size: 14px;
	line-height: 15px;
}
body{
	background-image: url(/wp-content/themes/crabenda/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #7ed4e5;
	text-align: center;
	font-family:'Verdana','Arial','Trebuchet MS',sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}
#page{
	width: 1000px;
	margin: auto;
	text-align: left;
}
#content{
	width: 710px;
	float: left;
	margin: 0px 20px 30px 20px;
}
#sidebar{
	font-size: 11px;
	line-height: 14px;
	margin: 0px 10px 20px 20px;
	width: 220px;
	float: right;
}
#sidebar #logoutHolder a{
	float: right;
}
#header{
}
#header #headerTop{
	width: 500px;
	height: 125px;
	text-align: left;
	background-image:url(/wp-content/themes/crabenda/images/headerbg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
	margin: 0px 0px 12px 0px;
	position: relative;
}
#header #headerTop h1{
	margin: 40px 0px 0px 60px;
}
#header #headerTop h1 a{
	font-family:'Georgia','Times New Roman';
	font-size:30px;
	line-height: 30px;
	text-transform:uppercase;
	text-decoration: none;
	color: #215561;
}
#header #headerTop div.description{
	font-family:'Verdana','Arial','Trebuchet MS',sans-serif;
	color:#058FAD;
	font-size:13px;
	line-height: 14px;
	clear: both;
	margin: 0px 0px 0px 70px;
}
#header #headerTop div.flippytab{
	float: right;
	background-image:url(/wp-content/themes/crabenda/images/headerbgr.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 38px;
	position: absolute;
	top: 91px;
	left: 462px;
}
#header .tab{
	float: left;
	background-color: #ffffff;
	margin: 0px 5px 0px 0px;
}
#header .tab a{
	padding: 7px 15px 7px 15px;
	float: left;
	font-size:15px;
	line-height: 15px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#058DAA;
	text-decoration: none;
}
#header .highlittab{
	border-bottom: solid 1px #ffffff;
}
#header .leftcorner, #main .leftcorner{
	background-image: url(/wp-content/themes/crabenda/images/leftcorner.gif);
	float: left;
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
#header .rightcorner, #main .rightcorner{
	background-image: url(/wp-content/themes/crabenda/images/rightcorner.gif);
	float: right;
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
#header #searchArea{
	float: right;
	margin-top: 20px;
	background-color: #525B64;
	width: 310px;
	height: 60px;
	position: relative;
}

#header #searchArea div#tlcorner{
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(/wp-content/themes/crabenda/images/stl.jpg);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
#header #searchArea div#trcorner{
	position: relative;
	top: -6px;
	left: 304px;
	position: relative;
	background-image: url(/wp-content/themes/crabenda/images/str.jpg);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
#header #searchArea div#blcorner{
	position: relative;
	top: 42px;
	left: 0px;
	background-image: url(/wp-content/themes/crabenda/images/sbl.jpg);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
#header #searchArea div#brcorner{
	position: relative;
	top: 36px;
	left: 304px;
	background-image: url(/wp-content/themes/crabenda/images/sbr.jpg);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
#header #searchformHolder{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#header #searchbox{ 
	background-repeat: no-repeat; 
	height: 19px;
	width: 240px;
	font-size: 17px;
	font-weight: bold;
	padding: 1px 0px 0px 7px;
	margin: -10px 0px 0px 0px;
	color: #ffffff;
}
#header #submitbutton{
	color: #ffffff;
	display: inline;
	font-size: 20px;
	cursor: pointer;
}
#main{
	background-color: #ffffff;
	clear: both;
}
#footer{
	clear: both;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.code{
	font-style: italic;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #eeeeee;
	white-space: pre;
}
.code br, br{
	display: none;
}