﻿/* ===================================

======================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
}
a {
	outline: 0;
}
/* ===================================
 Body Element
======================================*/
body {
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	padding: 0px 0px 0px 0px;
	line-height: 1.2em;
	font-size: 1em;
	color: #2d2e2e;
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	margin: 0px;
	background: #36424A url('../images/leather background.jpg');
}
body img {
	border: 0px;
	text-decoration: none;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* ===================================
Common Styles 
======================================*/
h1, h2, h3 {
	color: #1C140E;
	margin: 5px 0px 5px 10px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
/* ===================================
Link Styles unless specified separately
======================================*/
a, a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #2170bd;
	text-decoration: underline;
}
a:focus {
	color: #2170bd;
}
a:active {
	color: #2170bd;
}
/* ===================================
 This is a container for the page content.
======================================*/
#outerWrapper {
	background-color: #fff;
	width: 964px;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 0px auto 0px auto;
	margin: 25px auto 25px auto;
	border: 1px #000000 solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/* ===================================
Masthead Styles
======================================*/
#outerWrapper #header {
	font-weight: bold;
	min-height: 50px;
	border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	text-align: center;
	background-image: url('../images/form-bg.jpg');
	background-repeat: repeat;
}
/* ===================================
Top Navigation
======================================*/
#outerWrapper #topNavigation {
	background-color: #36424A;
	min-height: 2.3em;
	padding-top: 5px;
	border-bottom: solid 1px #1C140E;
}
#outerWrapper #topNavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #topNavigation li {
	float: left;
}
#outerWrapper #topNavigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 1px;
	padding: 3px 10px 3px 5px;
	display: block;
	font-weight: normal;
}
#outerWrapper #topNavigation a:hover {
	background-color: #EAEFF6;
	color: #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* ===================================
Wrapper for the content columns
======================================*/
#contentWrapper {
	clear: both;
	background-image: url('../images/content-bg.jpg');
	background-repeat: repeat-y;
}
#leftColumn1 {
	float: left;
	width: 200px;
	padding: 10px 10px 10px 10px;
}
/* ===================================
Left sidebar navigation menu
======================================*/
#outerWrapper #contentWrapper #leftColumn1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
#outerWrapper #contentWrapper #leftColumn1 ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
#outerWrapper #contentWrapper #leftColumn1 ul li a {
	font: normal .85em Arial;
	color: #000000;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 30px;
	text-decoration: none;
	background: url('../images/tree-bullet.png') 8px 6px no-repeat;;
}
#outerWrapper #contentWrapper #leftColumn1 ul li a:visited {
	color: #000000;
}
#outerWrapper #contentWrapper #leftColumn1 ul li a:hover {
	color: #ffffff;
	background: #434D53;
}
.heading {
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/;
	text-transform: uppercase;
	padding: 7px 0 7px 15px;
}
/* ===================================
Main Page Content
======================================*/
#content {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 220px;
}
/* ===================================
Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being 
cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the 
close of the container with floated elements. 
======================================*/
.clearFloat {
	display: block;
	clear: both;
}
/* ===================================
Footer Styles 
======================================*/
#footer {
	background-color: #eaeff5;
	border-top: solid 1px #9bb6d2;
	padding: 10px 10px 10px 10px;
	border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	color: #000000;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: .85em;
}
#footer a:link {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:visited {
	color: #003366;
}
#footer a:hover, #outerWrapper #footer a:focus {
	color: #800000;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:active {
	color: #999999;
}
/* ===================================
Floating images left, right or centered on page
======================================*/
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.imgctr {
	display: block;
	margin: 0px auto;
}
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
/* ===================================
Misc Typographic styles
======================================*/
.ctr {
	text-align: center;
}
.smltxt {
	font-size: small;
}
/* ===================================
form styles 
======================================*/
form fieldset {
	padding: 1em;
	font: 80%/1 sans-serif;
	border: 2px solid #000000;
	width: 95%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 6px #dddddd;
	-moz-box-shadow: 3px 3px 6px #dddddd;
	-webkit-box-shadow: 3px 3px 6px #dddddd;
}
form fieldset label {
	width: 15%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}
form fieldset legend {
	padding: 0.2em 0.5em;
	color: #000000;
	font-size: 90%;
	text-align: right;
	font-variant: small-caps;
}
.cf {
	border: 1px #353c48 solid;
	background-image: url('../images/form-bg.jpg');
	background-repeat: repeat;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	border: 1px solid #CDBB99;
	background-color: #313D46;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
input:focus {
	border: 2px solid #993300;
}
/* ===================================
For Google search box 
======================================*/
.search {
	text-align: center;
	margin: 3px auto 8px auto;
	font-size: .8em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
.search p {
	margin-bottom: 0px;
	font-size: .85em;
}
.myform {
	margin: 0;
	padding: 0;
}
.myform .textinput {
	width: 100px;
	border: 1px solid gray;
}
.myform .submit {
	font: bold 11px Verdana;
	height: 22px;
	background-color: #071532;;
	color: #FFFFFF;
}













