/* CSS Document */
/* General Styles */
.clear {
	clear: both;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
               line-height:20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #555;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;	
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: oblique;	
}
p {
	margin-bottom: 1em;	
	text-align: left !important;
                font-family:Arial, Helvetica, sans-serif;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #4492da;	
}
a:visited {
	color: #333;	
}
div.wrapper {
	width: 960px;
	margin: 0 auto;
}
div.leftColumn {
	width: 245px;
	float: left;
	text-align: left;
}
div.rightColumn {
	width: 715px;
	float: left;
	text-align: left;
}
a.noBorder {
	border: none !important;
}
/* Header Styles */
div#header {
	background-color: #00529c;
	height: 78px;
}
div#header div.wrapper {
	padding-top: 12px;
	text-align: left;	
}
/* Top Naviation Styles */
div#navigation {
	background-color: #4b2d17;
	color: #fff;
	height: 31px;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
div#navigation div.wrapper {
	text-align: center;	
}
div#navigation ul {
	margin: 6px 0  0 0;
	padding: 0;
}
div#navigation li {
	display: inline;	
}
div#navigation a {
	color: #fff;
	font-family: Calibri, Arial, Verdana, sans-serif; 
	margin-right: 25px;
	text-decoration: none;
}
div#navigation a:visited {
	color: #fff;
}
div#navigation a:hover {
	color: #87776b;
}
div#transparentStripe {
	background: url(images/template/whiteTransparent.png);
	height: 128px;
	border-bottom: #e5e5e5 solid 2px;
	margin-bottom: -95px;
}
/* Green Navigation Styles */
div#greenNav {
	height: 25px;
	width: 285px;
	margin-left: 550px;
	background: url(images/template/greenNav.png) no-repeat;
}
div#greenNav div#greeNavContainer {
	position: relative;
	z-index:100;
	padding-left:7px;
	*padding-left:0;
}
div#greenNav UL {
	margin: 0;
	padding-top: 5px;
}
div#greenNav li {
	display: inline;
}
div#greenNav a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 0;
	border-right: #fff solid 1px;
}
div#greenNav a:visited {
	color: #fff;
}
div#greenNav a:hover {
	color: #87776b;
}
/* Top Rounded Corners Styles */
div#topRoundCorners {
	height: 9px;	
}
div#tlRC {
	background: url(images/template/tlRC.png) no-repeat;
	height: 9px;
	width: 9px;
	float: left;
}
div#midLeftFill {
	background-color: #4b2d17;
	height: 9px;
	width: 236px;
	float: left;
}
div#midRightFill {
	background-color: #fff;	
	height: 9px;
	width: 706px;
	float: left;	
}
div#trRC {
	background: url(images/template/trRC.png) no-repeat;
	height: 9px;
	width: 9px;
	float: left;
}
/* Top Header Styles */
div#topHeader div#tlColumn h3 {
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		padding: 15px 0 3px 10px;
}
div#topHeader div.leftColumn {
	background: #4b2d17;
	height: 40px;
}
div#topHeader div.rightColumn {
	background: #fff;
	height: 40px;
}
div#topHeader div.rightColumn h1 {
	margin: 14px 0 0 10px;
}
/* Content Styles */
div#content {
	background: #fff url(images/template/ContentBG.gif) repeat-y;
	text-align: left;
}
div#content div#contactWrapper {
	margin: 40px 0 25px 0;	
}
div#content div#contactHeader {
	background: url(images/template/contentHeader.gif) no-repeat;	
	height: 24px;
	width: 208px;
}
div#content div#contactInfo {
	width: 204px;
	margin: 0 0 25px 0;
	border: #ccc solid 1px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
div#content div#contactInfo a {
	line-height: 2em;
	font-size: 1.2em;
	font-weight: bold;
}
div#content div#contactInfo p {
	margin: 10px;
	line-height: 1.2em;
	margin-top: 5px;
}
div#content div#contentLCol li {
	margin: 10px 15px 10px 15px;
	padding: 0 0 10px 20px;
	border-bottom: #ccc solid 1px;
}
div#content div#contentLCol a {
	font-family: Calibri, Arial, Verdana, sans-serif;
	color: #444;
	text-decoration: none;
}
div#content div#contentLCol a:visited {
	color: #777;
}
div#content div#contentLCol a:hover {
	color: #999;
	text-decoration: underline;
}
div#content div#contentRCol {
	padding: 0 0 0 15px;
	width: 690px;
	line-height: normal;
	font-size: .8em;
}
div#content div#contentRCol object {margin-left:-15px;}
div#content div#contentRCol ul {
	list-style-type: circle;
	margin: 10px 0 10px 15px;
}
div#content div#contentRCol li {
	margin-left: 15px;	
}
div#blueDivider {
	background: #fff url(images/template/bottomBlueDivider.jpg) no-repeat;
	padding-bottom: 4px;
	height: 14px;
	width: 100%;
	clear: both;
}
/* Footer Styles */
div#footer {
	background-color: #4b2d17;	
	text-align: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
                line-height:16px;
	padding: 0;
}
div#footer p{
            margin:0;
             padding:0 0 0 15px;
            line-height:auto;
}
div#footer div#footerLinks {
	float: right;
                padding-right:15px;
}
div#footer div#footerLinks a  {
	color: #fff;
	text-decoration: none;
}
div#footer div#footerLinks a:visted {
	color: #fff;	
}
div#footer div#footerLinks a:hover {
	color: #4492da;	
}
div#footerRC {
	height: 9px;
}
div#footerRC div#footerBLCorner {
	background: url(images/template/footerBLCorner.png) no-repeat;
	height: 9px;
	width: 9px;
	float: left;
}
div#footerRC div#footerBrCorner {
	background: url(images/template/footerBRCorner.png) no-repeat;
	height: 9px;
	width: 9px;
	float: left;
}
div#footerRC div#footerFill {
	background-color: #4b2d17;
	height: 9px;
	width: 942px;
	float: left;
}
/* CSS Hacks */
* html body {
	text-align: center;
}
*:first-child+html body {
	text-align: center;
}
* html div#content {
	height:1px;
}
*:first-child+html div#content {
	min-height:400px;
}
* HTML div#topRoundCorners  { /* sets properties for the main text/content area in IE 6 */
	line-height: 2px;
}
*:first-child+html div#topRoundCorners  { /*  sets properties for the main text/content area in IE 7 */
	line-height: 2px;
}
* HTML div#footerRC div#footerFill{
	line-height: 2px;
}
*:first-child+html div#footerFill {
	line-height: 2px;
}

