/* Reset */
:link,:visited{text-decoration:none}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0}
a img,:link img,:visited img{border:none}







/* Layout */
body {
	text-align: center;
}
#all {
	position: relative;
	width: 750px;
	margin: 0 auto; text-align: left;
}


#header {
	height: 100px;
}

#main {
	position: relative;
	float: left;
	width: 448px;
	left: 28px;
}
#sub {
	position: relative;
	float: left;
	width: 211px;
	left: 64px;
	background: #ceffc6;
	font-size: .9em;
}
#footer {
	clear: both;
}



/* menu */
#nav {
	position: absolute;
	left: 101px;
	top: 61px;
	width: 572px;
	height: 33px;
	background: url(../img/navBg.gif) no-repeat;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
}


#footer {
	clear: both;
}







/* Styles */
body {
	font: 100% Garamond, Verdana, sans-serif;
	color: #333;
	background: #fff;
}
#nav, #footer {
	font-family: "Century Gothic", Verdana, sans-serif;
}
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
a:active {outline:none}


.protectedAddr {
	cursor: default;
}
.protectedAddr img {
	position: relative;
	top: 3px;
	min-height: 14px;
	height: .8em;
}
* html .protectedAddr img {
	height: auto;
}




#header {
	background: #58b947;
	margin-bottom: 25px;
}
#header br {display:none}
#header img {
	margin-left: 21px;
	margin-top: 15px;
}
#header #jane {
	position: absolute;
	left: 106px;
	top: 24px;
	width: 201px;
	height: 29px;
	text-indent: -9999px;
	background: url(../img/jane.gif) no-repeat;
	cursor: pointer;
}
#header #tagLine {
	position: absolute;
	left: 321px;
	top: 34px;
	width: 286px;
	height: 20px;
	text-indent: -9999px;
	background: url(../img/tagLine.gif) no-repeat;
	cursor: pointer;
}
#header a:active, #nav a:active {outline:none}

#content {
	min-height: 370px;
}
* html #content {
	height: 370px;
}
h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
h1 {
	min-height: 33px;
	font-size: 1.6em;
	margin: 0 0 1em 12px;
	font-weight: normal;
	background: url(../img/h1Bg.gif) no-repeat 0 100%;
	padding-left: 49px;
}
* html h1 {
	height: 33px;
}
#content h2 {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: .8em;
}
#content p {
	margin-bottom: .9em;
	line-height: 1.4;
}
#content img {
	border: 1px solid #a19f8a;
	padding: 1px;
}
#content .protectedAddr img {
	border: 0;
	padding: 0;
}
#content ul {
	list-style: square;
	margin: 0 0 .9em 1.5em;
}
#content ol {
	list-style: decimal;
	margin: 0 0 .9em 2em;
}
#content li {
	margin: .4em 0;
}
#content a {
	color: #45a240;
}
#content a:hover {
	text-decoration: underline;
}
#content .highlight {
	clear: right;
	font-size: 1.9em;
	font-style: italic;
	text-align: right;
	margin: 1em .3em 1em 120px;
	color: #51b44c;
}



#sub {
	background: #ceffc6;
	font-size: .9em;
}
#content #sub h2 {
	margin: 0;
	background: #58b947;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: .6em 15px;
}
#content #sub p {
	margin: .6em 15px;
	line-height: 1.3;
}
#content #sub p.highlight {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #45a240;
}
#content #sub hr {
	color: #58b947;
	background: #58b947;
	height: 1px;
	border: 0;
	margin: 1em 10px;
}
#content #sub ul {
	list-style: square;
	margin: 1.5em;
}
#content #sub li {
	margin: .4em 0 .4em 15px;
}
/* rounded corners */
#content #sub h2 {
	background: url(../img/subTop.gif) no-repeat  #58b947;
}
#sub {
	background: url(../img/subBottom.gif) no-repeat bottom #ceffc6;
	padding-bottom: .5em;
}





#nav {
	font-weight: bold;
	font-size: .9em;
}
#nav ul {
	height: 20px;
	margin-left: 22px;
	margin-top: 4px;
}
#nav a {
	margin-right: 4px;
	color: #58b947;
	border: 1px solid #ceffc6;
	background: #ceffc6;
	padding: 2px 4px;
}
#nav a:hover, #nav .selected a {
	border-color: #58b947;
	background: #fff;
}
#nav .selected a {
	cursor: default;
}





#footer {
	background: #58b947;
	border-top: 2em solid #fff;
	font-size: .7em;
	line-height: 3em;
	min-height: 3em;
	color: #ceffc6;
}
* html #footer {
	height: 3em;
}
#footer p {
	float: left;
	padding: 0 1em;
}
#footer p.design {
	float: right;
}
#footer a {
	color: #ceffc6;
}
#footer a:hover {
	text-decoration: underline;
}



/* pagination */
.pagination {
	margin-top: 3em;
	padding: .3em 1em;
	background: #ceffc6;
}
#main .pagination ul {
	margin:0;
}
#main .pagination p, #main .pagination ul {
	display: inline;
}
.pagination li {
	margin:0;
	padding:0;
	background:none;
	list-style: none;
	display: inline;
}
.pagination li a, .pagination li.active {
	padding: 1px 4px;
}
.pagination li.active {
	font-weight: bold;
}
#main .pagination li a:hover {
	text-decoration: underline overline;
}



/* style dropdown and custom button classses */
.imgLeft {
	float: left;
	margin-right: 8px;
}
.imgRight {
	float: right;
	margin-left: 8px;
}
.u {text-decoration: underline}
.strike {text-decoration: line-through}
.large {font-size: 1.2em}
.x-large {font-size: 1.4em}
.xx-large {font-size: 1.8em}
.small {font-size: .9em}