/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background:url(images/body-bkg-repeat.gif) top left repeat-x #5e9636;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	padding-bottom:10px;
	line-height:1.6em;
}
h1 {
	font-size:30px;
	padding-bottom:2px;
	font-weight:normal;
	color:#3d4ea3;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom:1px solid #b2bced;
	margin-bottom:15px;
	font-style:oblique;
}
h2 {
	font-size:18px;
	padding-top:10px;
	padding-bottom:3px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom:1px solid #D2D2D2;
	margin-bottom:10px;
	width:400px;
	font-style:oblique;
}
address {
	text-align:left;
	font-style:normal;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:1000px;
	margin:0 auto;
}
div#header {
	background:url(images/header-bkg.jpg) top left no-repeat;
	widows:1000px;
	height:299px;
	position:relative;
}
/* ----------------- TOP NAV ----------------- */
div#topnav {
	position:absolute;
	width:784px;
	left: 194px;
	top: 98px;
}
div#topnav ul {
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
div#topnav ul li a {
	text-decoration:none;
	color:#FFF;
	padding:10px 7px 10px 6px;
	display:block;
	float:left;
	font-size:10px;
	background:url(images/nav-border-right.gif) top right no-repeat;
}
div#topnav ul li a:hover {
	color:#FFFFFF;
	background:#3f50a6;
}
div#topnav ul li .current {
	color:#FFFFFF;
	background:#4e60bb;
}
div#flash {
	position:absolute;
	top:138px;
	left:219px;
}
div#container {
	width:1000px;
	background:url(images/content-bkg-repeat.gif) top left repeat-y;
	clear:both;
	float:left;
}
div#content {
	width:1000px;
	float:left;
}
div#sidebar {
	float:left;
	width:194px;
}
div#sidebar address {
	color:#FFF;
	font-style:oblique;
	line-height:1.4em;
}
div#sidebar address strong {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
}
div#sidebar address strong.line {
	border-bottom:1px solid #FFF;
	display:block;
	margin-bottom:5px;
	padding-left:5px;
	margin-right:23px;
	font-size:15px;
}
div#sidebar address a {
	color:#f2ffe9;
}
div#sidebar address a:hover {
	color:#bdeb9c;
}
div#rightcol {
	float:right;
	width:707px;
	padding:20px 71px 0px 28px;
}
div#rightcol ul {
	margin-left:25px;
	line-height:1.7em;
}
div#rightcol ul li {
	list-style-image:url(images/bullet.gif);
}
div#footer {
	width:1000px;
	background:url(images/footer-bkg.gif) top left no-repeat;
	clear:both;
	padding-bottom: 30px;
}
div#bottomnav {
	padding:15px;
	margin-left:140px;
	color:e9ffd9;
}
div#bottomnav a {
	font-size:10px;
	padding:0px 5px;
	color:#e9ffd9;
}
div#bottomnav a:hover {
	color:#FFF;
}
div#owner {
	margin-left:140px;
}
div#owner a {
	text-transform:uppercase;
	color:#e9ffd9;
	font-size:10px;
	font-weight:bold;
}
div#owner a:hover {
	color:#CCC;
}
div#copyrightcontainer {
	clear:both;
	background:#37601a;
	width:100%;
}
div#copyright {
	font-size:10px;
	margin-left:80px;
	padding:7px 0px;
	color:#FFF;
}
div#copyright a {
	font-size:10px;
	color:#e9ffd9;
}
div#copyright a:hover {
	color:#CCC;
}
/* FLOAT LIST - SERVICES PAGE */
div#floatlist {
	float:left;
	width:230px;
}
/* IMG STYLES */

img.left {
	float:left;
	margin:10px 0px 10px 10px;
}
img.right {
	float:right;
	margin:10px 0px 10px 10px;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
img.border {
	border:1px solid #000;
	margin:10px;
	padding:0px;
}

/* IFRAMES */

div#iframe { text-align:left;}