/*CSS File by Jason Rhodes - JR Network Solutions www.jrnetworksolutions.com*/

/*---===Beginning of Standard CSS classes===---*/
html,body {
	margin: 0;
	padding: 0;
}
body {
	margin: 10px;
	background-color: #fdd774;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: .8em;
}
div#container {
	text-align: left;
	background-image: url(images/structure/faux.gif);
	background-repeat: repeat-y;
	background-position: -1px;
	
}
div#container {
	width: 760px;
	margin: 0 auto;
	border: 1px solid #669933;
}
div#header {
	height: 100px;
	margin: 0;
	background-image: url(images/structure/title.gif);
	background-repeat: no-repeat;
	border-style: none none solid none;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;	
	
}
/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu {
	width: 200px;
	border-style: none solid none none;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}
#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/structure/menu1.gif);
	padding: 8px 0 0 10px;
}
#menu li a:hover, #menu li #current {
	color: #26370A;
	background: url(images/structure/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
#menu li a:active {
	color: #26370A;
	background: url(images/structure/menu1.gif) 0 -64px;
	padding: 8px 0 0 10px;
}

div#content {
	float: right;
	width: 546px;
	padding: 5px 5px 10px 5px;
	background-color: #FFF;
	background-image: url(images/structure/duckbackground.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#content p {
	line-height:1.4;
}
div#content li {
	line-height:1.4;
}
div#content h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #7B1415;
}
div#content h2 {
	font-size: 1.1em;
	color: #7B1415;
}
div#content h3 {
	font-size: 1.0em;
}
div#content a:link {
	color: #336600;
	text-decoration: underline;
}
div#content a:visited {
	color: #336600;
	text-decoration: underline;
}
div#content a:hover {
	color: #99cc33;
	text-decoration: none;
}
div#footer {
	clear: both;
}
div#footer {
	background: url(images/structure/footer.jpg);
	height: 31px;
	color: #000;
	border-style: solid none none none;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}
div#footer p {
	margin: 0;
	padding: 10px 10px;
	font-size: .8em;
}
div#footer a:link {
	color: #336600;
	text-decoration: underline;
}
div#footer a:visited {
	color: #336600;
	text-decoration: underline;
}
div#footer a:hover {
	color: #99cc33;
	text-decoration: none;
}
/*Classes for forms*/
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-size: .8em;
	color: #000000;
	border-width: 1;
	border-color: #BFB091;
	border-style: solid;
	border-top-color: #BFB091;}
/*Use this for text input fields, boxes and submit & reset buttons*/
TEXTAREA, INPUT, SELECT {
	border: #B9D0EB 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	colour: #48698F;	
	BACKGROUND-COLOR: #EFF7FF}
/*onFocus is for dynamic on/off on form input fields*/
.onFocus{
	border: 1px solid #2eace3;
	BACKGROUND-COLOR: #f1f0f0;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.onBlur {
	border: 1px solid #006699; 
	BACKGROUND-COLOR: #f0f7fb; 
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
}
img.floatRightBorder { 
    float: right; 
    margin: 6px 0px 6px 6px;
	border: 1px solid #333333;
}
.thumbs {
	border: 1px solid #999999;
	border-thickness: 1px;
}
/*CSS File by Jason Rhodes - JR Network Solutions* =END=/
