/* CSS File by Jason Rhodes - JR Network Solutions */
html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E2F2FC;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*Header Styling*/
#header {
	height: 90px;
	background-image: url(../images/structure/banner.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #ccc;
}
/*End Header Styling*/
#container {
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ccc;
}
#wrapper {
	background-image: url(../images/structure/leftback.gif);
	background-repeat: repeat-y;
}
/*Nav Styling*/
#navigation {
	float: left;
	width: 190px;
}
.glossymenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
	border-bottom-width: 0;
}
.glossymenu li a {
	background: white url(../images/structure/glossyback.gif) repeat-x bottom left;
	font: bold .75em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fff;
	display: block;
	width: auto;
	padding: 2px 0;
	padding-left: 10px;
	text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 180px;
}
.glossymenu li a:visited, .glossymenu li a:active {
	color: #fff;
}
.glossymenu li a:hover {
	background-image: url(../images/structure/glossyback2.gif);
	color: #FFCC00;
}
.glossymenu li img {
	margin-bottom: 2px;
}
/*End Styling*/
/*Content Styling*/
#content {
	float: right;
	width: 545px;
	font-size: .7em;
	padding: 10px;
}
#content p {
	line-height: 1.4;
}
#content h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #FF0000;
}
#content h2 {
	font-size: 1.3em;
	font-weight: bold;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
}
#content li {
	line-height: 1.4;
}
#content a:link {
	color: #0066CC;
}
#content a:visited {
	color: #663399;
}
#content a:hover {
	color: #FF0000;
	text-decoration: none;
}
#content a:active {
	color: #0066CC;
}
/*End Content Styling*/
/*Footer Styling*/
#footer {
	clear: both;
	width: 100%;
}
#footer {
	font-size: 0.6em;
	border-top: 1px dashed #ccc;
	background-color: #FF9900;
}
#footer p {
	margin: 0;
	padding: 5px 10px;
	color: #000;
	line-height: 16px;
	padding: 10px;
}
a.footer:link {
	color: #000;
	text-decoration: none;
}
a.footer:visited {
	color: #000;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
	color: #000;
}
a.footer:active {
	color: #000;
	text-decoration: none;
}
/*End Footer Styling*/
/*Misc styling*/
.booktitle {
	color: #009900;
	font-size: 1.3em;
	font-weight: bold;
}
.floatbookimg {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #ccc;
}
.floatrightimg {
	float: right;
	margin: 0px 0px 0px 10px;
}
.floatrightimgborder {
	float: right;
	margin: 0px 0px 0px 10px;
	border: 1px solid #ccc;
}
.photoborder {
	border: 1px solid #000;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 540px;
	max-width: 540px;
	width: 540px; 
}
form fieldset {  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
	border: 1px solid #336699;
	padding: 10px;  /* padding in fieldset support spotty in IE */
	margin-top: 10px;
}
form fieldset legend {
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	color: #336699;
	font-size: 1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	font-size: 1em;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 160px; 
	padding: 0; 
	margin: 3px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
input.txt {
	color: #000;
	background-color: #fde8e8;
	border: 1px solid #cc0000;
	padding: 2px;
	margin: 3px 0 0 5px;
	font-size: 1.2em;
}
input.btn {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	background-color: #cc0000;
	border: 1px solid #fff;
	margin-top: 5px;
	margin: 3px 0 0 3px;
	font-size: 1.2em;
}
form textarea {
	color: #000;
	background-color: #fde8e8;
	border: 1px solid #cc0000;
	padding: 2px;
	margin: 3px 0 0 5px;
}
form select {
	color: #003300;
	background-color: #fde8e8;
	padding: 2px;
	margin: 3px 0 0 5px;
}
form input {
	margin: 3px 0 0 5px;
}
.clock {
	font-size: .7em;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
/* CSS File by Jason Rhodes - JR Network Solutions */