/* ||||||||||||||||||||||||||||||||||||||||||||| */
/* |CSS Stylesheet (C) Copyright 2005 Zen Webs | */
/* ||||||||||||||||||||||||||||||||||||||||||||| */

/* | Main Layout Styles | */
body {
 	margin: 5px 0 0 0;
 	padding: 5px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747474;
	background-color: #FFF;
}
div#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
   	width: 720px;
	height: auto;
}
div#logo {
	position: relative;
	text-align: right;
	height: 5px;
	clear: both;
	z-index: 2;
}
a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #0000FF;
}

a:hover {
	font-weight: normal;
	color: #B54702;
}

a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #0000FF;
}




div#logo a {
	padding-right: 3px;
	padding-left: 3px;
}
div#logo a:link, div#logo a:visited, div#logo a:active {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}
div#logo a:hover {
	color: #999999;
	text-decoration: underline;
}
div#logoName {
	float: left;
	height: 50px;
	width: 300px;
}
div#address {
	float: right;
	height: 50px;
	vertical-align: bottom;
	text-align: right;
	clear: right;
}

div#header {
	border: solid 0px #999;
	text-align: right;
	height: 150px;
	background-image: url(../images/siteimages/title1.gif);
	z-index: 1;
	width: 720px;
	vertical-align: top;
	background-repeat: no-repeat;
}
div#contentWrapper {
	margin: 5px 0;
	padding: 5px;
	border: solid 1px #999999;
	text-align: left;
	background-color: #FFF;
	height: 100%;
}
div#leftColumn {
	float: left;
	border: solid 1px #b54702;
	width: 200px;
	height: 500px;
	margin-bottom: 5px;
	clear: none;
}

div#leftMenu {
	background-color: #DDE3E4;
	}

div#content {
	float: right;
	padding: 5px;
	clear: right;
	width: 480px;
/*	height: 500px;*/
 	display: inline;
}

div#footer {
	clear: both;
	margin-top: 5px;
	padding: 5px;
	border: solid 1px #999999;
	background-color: #DDE3E4;
	text-align: center;
	height: 20px;
}

div#leftText {
	padding: 5px 10px;
	color: #747474;
	font-size: 11px;
}

/* | Site Link Colors | */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

div#leftMenu a {
	text-decoration: none;
	width: 170px;
	display: block;
	border-bottom: 2px groove #CCC;	
	padding: 5px 5px 5px 25px;

}
.firstLink {
	border-top: 2px groove #CCC;
}

div#leftMenu a:link, div#leftMenu a:visited, div#leftMenu a:active {
	text-align: left;
	color: #333;
}

div#leftMenu a:hover {
	text-align: right;
	padding: 5px 25px 5px 5px;
	background-color:#f2d200;
	color: #0086A5;
}



div#footer a {
	padding-right: 3px;
	padding-left: 3px;
}
div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerlinks {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

/* | Heading Colors | */

h1 {
	font-size: 16pt;
	line-height: 125%;
	font-weight: normal;
	color: #0085A4;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #B54702;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #0085A4;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	color: #B54702;
}
h6 {
	font-size: 13px;
	color: #666666;
}
div#leftMenu h1 {
	margin: 0;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #b54702;
}

/* | Miscellaneous Styles | */

.copy {
	font-size: 10px;

}


.imgBorder {
	border: solid 1px #999;
	padding: 5px;
}

.imgPadding {
	padding: 5px;
	border: 0;
}

li {
	list-style-position: outside;
	list-style-image: url(../images/list1.gif);
	line-height: 150%;
}
li li  {
	list-style-position: outside;
	list-style-image: url(../images/list2.gif);
}
li li li{
	list-style-position: outside;
	list-style-image: url(../images/list3.gif);
}
