body{
	margin:0px;
	padding:0px;
	background:#336699 url(images/johns306-bg.jpg) repeat-x fixed top center;
	text-align:center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
}
#container{
	width:700px;
	margin:auto;
	padding-bottom:20px;
}

/* basic styles */
h1,h2,h3,h4,h5,h6{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#0A55A3;
}
h1{
	font-size:25px;
}
h2{
	font-size:22px;
	color:#0a294f;
}
h3{
	font-size:20px;
	color:#911322;
}
h4{
	font-size:18px;
	color:#202f0f;
}
h5{
	font-size:16px;
	color:#af3d0a;
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#222;
}
del{
	color:#999;
}
acronym{
	/*border-bottom:1px dotted #222;*/
	border:none;
	background:url(images/dottedborder_dark.gif) repeat-x bottom center;
	padding-bottom:1px;
	cursor:help;
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
a{
	color:#af2639;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:22px;
	margin:5px 0px 15px 0px;
	/*text-align:justify;*/
}
.noborder{
	border:0;
}
#content ul{
	margin:0px;
	padding:0px 10px 5px 15px;
	list-style-type:none;
}
#content ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
#content ul li{
	padding-bottom:7px;
	background:transparent url(images/arrow.gif) no-repeat 0px 5px;
	padding-left:10px;
}
#content ol li{
	padding-bottom:7px;
}
#content ul li ul{
	margin:8px 0px -7px 0px;
}
/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content .pre{
	font:11px "Courier New",Courier,sans-serif;
	color:#af454a;
}

img{
	border:none;
}


/* We dont want borders around images that are links
img.floatright,
img.floatleft,
#left img{
	border:1px solid #222;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:1px solid #af2639;
}
*/


/* floats, positioning, and widths */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:0px 15px 5px 0px;
}
img.floatright{
	margin:0px 0px 5px 15px;
}

/* rounded corners */
.tl{background:#222 url(images/corners/tl.gif) no-repeat top left;}
.tr{background:transparent url(images/corners/tr.gif) no-repeat top right;}
.br{background:transparent url(images/corners/br.gif) no-repeat bottom right;}
.bl{background:transparent url(images/corners/bl.gif) no-repeat bottom left;}

.ltl{background:#efefef url(images/corners/l_tl.gif) no-repeat top left;}
.ltr{background:transparent url(images/corners/l_tr.gif) no-repeat top right;}
.lbr{background:transparent url(images/corners/l_br.gif) no-repeat bottom right;}
.lbl{background:transparent url(images/corners/l_bl.gif) no-repeat bottom left;}

/* blockquotes and code*/
blockquote{
	min-height:35px;
	width:100%;
	display:block;
	margin:10px auto;
	background:transparent url(images/blockquote/quote.gif) no-repeat 10px 10px;
}
* html blockquote{
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p{
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
}
blockquote span{
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a{
	color:#555;
	text-decoration:none;
}
blockquote span a:hover{
	text-decoration:underline;
}
blockquote.go{
	background:#ccffcc url(images/blockquote/go.gif) no-repeat 10px 50%;
	border: 1px dashed #00cc00;
}
blockquote.stop{
	background:#ffcccc url(images/blockquote/stop.gif) no-repeat 11px 50%;
	border: 1px dashed #cc0000;
}
blockquote.exclamation{
	background:#ffffcc url(images/blockquote/exclamation.gif) no-repeat 23px 50%;
	border: 1px dashed #cccc00;
}
code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#af454a;
}

/* forms */
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}

/* top section */
#top{
	background:url(images/contentbg.gif) repeat-y top center;
}

/* very bottom curve */
#bottom{
	background:url(images/container_b.gif) no-repeat bottom center;
	height:9px;
}
* html #bottom{
	margin-top:-4px;
}

/* header */
#header{
	font:30px Verdana,Arial,Helvetica,sans-serif;
	width:680px;
	height:200px;
	margin:auto;
	background:url(/assets/images/johns306-header-oct08.jpg) no-repeat top center;
	text-align:left;
}
#title{
	display: none;
/*	margin-top:255px;
	margin-left:13px;
	position:absolute;
	color:#fff;
	background-color:transparent;
	cursor:default;*/
}

/* menubar */
.nav{
	height:40px;
	background-color:#222;
	color:#fff;
	width:680px;
	margin:auto;
	text-align:left;
	font-size:11px;
	cursor:default;
}
.nav2{
	height:40px;
}
#slogan h1{
	position:absolute;
	margin:11px 0px 0px 15px;
	font-size:14px;
	color: #999999;
}
#navdiv{
	text-align:right;
}
#navlist{
	list-style-type:none;
	margin:0px;
	padding:13px 8px 0px 0px;
}
#navlist li{
	display:inline;
}
#navlist li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	padding:8px 6px 9px 6px;
}
#navlist li a:hover{
	color:#bfbfbf;
	/* other thoughts
	border-top:5px solid #fff;
	color:#df521b;
	*/
}

/* content */
#content{
	min-height:400px;
	width:680px;
	margin:auto;
	color:#222;
	text-align:left;
}
* html #content{
	min-height:400px;
	height:auto !important;
	height:400px;
}
#left{
	width:440px;
	float:left;
	padding:10px 5px 20px 5px;
}
* html #left{
	padding-top:20px;
}

/* sidebar */
#right{
	width:170px;
	float:right;
	padding:20px 10px 20px 10px;
}
* html #right{
	padding-top:30px;
}
#right .sideitem{
	margin-bottom:25px;
}
#right .sideitem h4{
	font:12px Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#222;
	width:100%;
	background:#fff url(images/dottedborder.gif) repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:13px;
}
#right .sideitem b{
	/*display:block;*/
}
#right .sideitem p{
	padding:0px 5px;
}
#right .sideitem ul{
	margin-left:-4px;
}

/* footer */
.footer{
	height:30px;
	width:680px;
	margin:auto;
	color:#fff;
	text-align:left;
	clear:both;
}
.footer div{
	height:30px;
}
#copyright{
	text-align:left;
	float:left;
	padding:8px;
	margin-top:0px !important;
	margin-bottom:-16px;
}
#designcredit{
	float:right;
	text-align:right;
	padding:8px;
	margin-bottom:-16px;
}
#designcredit a{
	color:#9f9f9f;
}
#designcredit a:hover{
	color:#cf262d;
	text-decoration:none;
}

p.message {
	background-color:#ffffcc;
	border: 1px dashed #cccc00;
}

#EmailForm label {
	clear: left;
	float: left;
}
#EmailForm input {
	clear: left;
	float: left;
}
#EmailForm select {
	clear: left;
	float: left;
}
#EmailForm textarea {
	clear: left;
	float: left;
}

/*
ul.links {
	list-style: none;
	margin: 0;
	padding: 5px 4px 0 0;
}
ul.links li {
	background: url("/assets/images/buttons/white_left.png") no-repeat left top;
	font-family: "lucida grande", tahoma, arial, sans-serif;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}
ul.links a, ul.links a:visited, ul.links a:hover{
	background: url("/assets/images/buttons/white_right.png") no-repeat right top;
	color: #737382;
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0;
	padding: 9px 10px 9px 5px;
	text-decoration: none;
	white-space: nowrap;
}
ul.links li.btnGreen {
	background: url("/assets/images/buttons/green_left.png") no-repeat left top;
}
ul.links a.btnGreen, ul.links a:visited.btnGreen, ul.links a:hover.btnGreen {
	background: url("/assets/images/buttons/green_right.png") no-repeat right top;
	color: #fff;
}
ul.links li.btnWhite {
	background: url("/assets/images/buttons/white_left.png") no-repeat left top;
}
ul.links a.btnWhite, ul.links a:visited.btnWhite, ul.links a:hover.btnWhite {
	background: url("/assets/images/buttons/white_right.png") no-repeat right top;
	color: #737382;
}
*/

div.contact-fieldtext {
	float:left;
	clear:left;
	width:100px;
	text-align: right;
}
div.contact-fieldtext>b {
	color: #333333;
}

div.contact-field {
	float:left;
	width:300px;
	margin-left:10px;
}
div.contact-field>input {
	float:left;
}

div.contact-foot {
	clear: both;
}

span.contact-required {
	color: #990000;
	font-size: 0.8em;
}
