/********************************************************************
Site-wide Styles
*********************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/interface/images/home-bkg.gif);
	background-repeat: repeat-x;
	background-color: #657D77;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
body div#pageContainer {
	width: 820px;
	margin: 0px auto;
	position: relative;
}
a,
a:link,
a:active,
a:visited,
a:hover {
	color: #559082;
}
a:hover {
	color: #CC6600;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0em 0em 0.05em;
	color: #357161;
}
p {
	margin: 0em 0em 1em;
}
ul#navigationList {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}
ul#navigationList li {
	height: auto;
}
ul#navigationList a,
ul#navigationList a:link,
ul#navigationList a:active,
ul#navigationList a:visited,
ul#navigationList a:hover {
	height: 25px;
	text-decoration: none;
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
}
ul#navigationList a img,
ul#navigationList a:link img,
ul#navigationList a:active img,
ul#navigationList a:visited img {
	filter: Alpha(Opacity=50);
}
ul#navigationList a.current,
ul#navigationList a.current img,
ul#navigationList a.current:link img,
ul#navigationList a.current:active img,
ul#navigationList a.current:visited img,
ul#navigationList a:hover img,
ul#navigationList a:hover {
	-moz-opacity: 1;
	filter: Alpha(Opacity=100);
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C4B48;
	margin: 0px 10px;
}
.titledBox {
	background-color: #F9F9F9;
}
.titledBox h5 {
	background-color: #FFFFFF;
	padding: 1px 0px;
	font-size: 12px;
	font-style: italic;
	color: #667E78;
	border-width: 0px 0px 2px;
	border-style: solid;
	border-color: #559082;
}
.titledBox .content {
	padding: 1px 4px;
	font-size: 11px;
	border-width: 3px 0px 0px;
	border-style: solid;
	border-color: #DEEDEA;
}
.titledBox ul,
.titledBox ol {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.titledBox li {
	margin: 0px 0px 5px;
}
.titledBox a,
.titledBox a:link,
.titledBox a:active,
.titledBox a:visited,
.titledBox a:hover {
	text-decoration: none;
	color: #357161;
}
.titledBox a:hover {
	color: #1C5142;
}

/********************************************************************
Site Home Page Styles
*********************************************************************/
body#home div#pageHeader {
	width: 820px;
	height: 60px;
	background-color: #FFFFFF;
	position: relative;
}
body#home div#pageContent {
	background-color: #FFFFFF;
	position: relative;
	width: 820px;
	height: 420px;
	background-image: url(/interface/images/home-btm-bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
body#home div#pageContent div#flashPanel {
	width: 820px;
	height: 220px;
	background-image: url(/interface/images/home-flash-left.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
}
body#home div#pageContent div#flashPanel div.content {
	margin: 0px;
	padding: 0px 10px;
	background-image: url(/interface/images/home-flash-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 800px;
	height: 220px;
	position: relative;
}
body#home div#pageContent div#contentContainer {
	background-image: url(/interface/images/home-btm-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	height: 200px;
	width: 820px;
	left: 0px;
}
body#home div#pageContent div#navPanel {
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0px;
	left: 20px;
	width: 190px;
	height: 190px;
	background-image: url(/interface/images/nav-rule_home.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
body#home ul#navigationList {
	margin: 10px 0px 0px 10px;
}
body#home div#pageContent div#contentRight {
	position: absolute;
	width: 610px;
	height: 200px;
	left: 210px;
	background-image: url(/interface/images/home-btm-right.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
body#home div#pageContent div#inventoryPanel {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 180px;
	background-image: url(/interface/images/home-v-rule.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
body#home div#pageContent div#inventoryPanel ul {
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	list-style-type: none;
	line-height: 15px;
}
body#home div#pageContent div#inventoryPanel a,
body#home div#pageContent div#inventoryPanel a:link,
body#home div#pageContent div#inventoryPanel a:active,
body#home div#pageContent div#inventoryPanel a:visited,
body#home div#pageContent div#inventoryPanel a:hover {
	text-decoration: none;
	color: #666666;
}
body#home div#pageContent div#inventoryPanel a:hover {
	color: #CC0000;
}
body#home div#pageContent div#textPanel {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 250px;
	height: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 0px;
	margin: 10px 0px 0px 10px;
	color: #666666;
}
body#home div#pageContent div#textPanel div.content {
	padding: 0px 10px;
}
body#home div#pageContent div#newsPanel {
	position: absolute;
	top: 110px;
	height: 60px;
	left: 0px;
	width: 195px;
}
body#home div#pageContent div#newsPanel ul {
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	list-style-type: none;
	line-height: 15px;
}
body#home div#pageContent div#newsPanel a,
body#home div#pageContent div#newsPanel a:link,
body#home div#pageContent div#newsPanel a:active,
body#home div#pageContent div#newsPanel a:visited,
body#home div#pageContent div#newsPanel a:hover {
	text-decoration: none;
	color: #667E78;
}
body#home div#pageFooter {
	position: absolute;
	width: 820px;
}
body#home div#pageFooter #copyright {
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
}
body#home div#pageFooter #contactInfo {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 11px;
	color: #EEEEEE;
}
body#home div#pageFooter #contactInfo h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
body#home div#pageFooter #GFDM {
	position: absolute;
	width: 171px;
	height: 20px;
	left: 649px;
}


/********************************************************************
Site Interior Styles
*********************************************************************/
body#interior td#headerArea,
body#interior td#navPanel {
	background-color: #FFFFFF;
}
body#interior td#titlePhoto {
	background-image: url(/interface/images/photo.jpg);
	background-repeat: no-repeat;
	backgrouund-position: top left;
}
body#interior td#titleText {
	background-image: url(/interface/images/title.gif);
	background-repeat: no-repeat;
	backgrouund-position: top left;
}
body#interior td#navPanel {
	background-image: url(/interface/images/nav-rule.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
body#interior ul.subnavList {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body#interior ul.subnavList li {
	margin: 0px 0px 3px;
	height: auto;
}
body#interior ul.subnavList a,
body#interior ul.subnavList a:link,
body#interior ul.subnavList a:active,
body#interior ul.subnavList a:visited,
body#interior ul.subnavList a:hover {
	color: #666666;
	-moz-opacity: 1;
}
body#interior ul.subnavList a:hover {
	color: #000000;
}
body#interior td#leftEdge {
	background-image: url(/interface/images/interior-left.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
body#interior td#rightEdge {
	background-image: url(/interface/images/interior-right.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
body#interior td#contentArea {
	background-image: url(/interface/images/interior-content-bkg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
}
body#interior td#contentArea div#content {
	margin: 15px 20px 0px;
}
body#interior div#pageFooter {
}

/* FAQ Styles */
ol#faqList {
	font-weight: bold;
}
ol#faqList li {
	margin: 0em 0em 0.75em;
}
ol#faqList li div.answer {
	margin: 0.5em 0em 0em;
	display: none;
	font-weight: normal;
}

ol#faqList div.question a:link,
ol#faqList div.question a:active,
ol#faqList div.question a:visited {
	text-decoration: none;
	color: #333333;
}

ol#faqList div.close {
	margin: .5em 0em 0em;
	padding: 2px 0px;
	border-width: 1px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	text-align: right;
}
ol#faqList div.close a:link,
ol#faqList div.close a:active,
ol#faqList div.close a:visited,
ol#faqList div.close a:hover {
	padding: 2px 5px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
ol#faqList div.close a:hover {
	color: #559082;
}

/* Styles for Request Form */
form#requestForm fieldset {
	position: relative;
	margin: 0px 0px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #E0E0E0;
}
form#requestForm legend {
	font-weight: bold;
	font-size: 14px;
	color: #357161;
}
form#requestForm label {
	display: block;
	padding: 0px 5px 0px 0px;
	color: #357161;
}
form#requestForm label.required {
	font-weight: bold;
}
form#requestForm label.sub {
	display: inline;
	padding: 0px 5px 0px 0px;
	color: #657D77;
}
form#requestForm textarea.long {
	position: relative;
	width: 98%;
}
form#requestForm input.textbox {
	position: relative;
	border-width: 0px 0px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}
form#requestForm input.long {
	width: 100%;
}
form#requestForm div.insetBox {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-size: 11px;
	padding: 3px 8px;
}
div.alertBox {
	margin: 0px 0px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
}
div.alertBox h5 {
	background-color: #FF0000;
	padding: 2px 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
div.alertBox div.content {
	padding: 2px 5px;
}
body#interior div#inventoryLists {
	width: 100%;
	margin: 0px 0px 20px;
}
body#interior div#inventoryLists ul.column {
	float: left;
	width: 33.33%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* Styles for News section */
body#interior div#newsArea div#mainArticle div#articleSidebar {
	width: 200px;
	padding: 0px 0px 5px 20px;
	float: right;
}
body#interior div#newsArea div#mainArticle h2 {
	margin: 0em 0em 1em;
}
body#interior div#newsArea div#mainArticle span.dateline {
	float: left;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
	color: #667E78;
}
body#interior div#newsArea div#recentNews {
	margin: 20px 0px 10px;
}
body#interior div#newsArea div#recentNews h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 2px 0px 1px;
	border-width: 0px 0px 3px;
	border-style: solid;
	border-color: #DEEDEA;
}
body#interior div#newsArea div#recentNews ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-width: 2px 0px 0px;
	border-style: solid;
	border-color: #559082;
}
body#interior div#newsArea div#recentNews li {
	border-width: 1px 0px 0px;
	border-style: solid;
	border-color: #EEEEEE;
	line-height: 20px;
	font-size: 11px;
}

body#interior div#newsArea div#recentNews a,
body#interior div#newsArea div#recentNews a:link,
body#interior div#newsArea div#recentNews a:active,
body#interior div#newsArea div#recentNews a:visited,
body#interior div#newsArea div#recentNews a:hover {
	padding: 3px 5px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}
body#interior div#newsArea div#recentNews a:hover {
	color: #559082;
}
body#interior div#newsArea div#recentNews span.dateline {
	font-weight: bold;
}

body#interior div#newsArea div#recentNews li#archiveLink {
	text-align: right;
	border-width: 1px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	line-height: 20px;
}
body#interior div#newsArea div#recentNews li#archiveLink a,
body#interior div#newsArea div#recentNews li#archiveLink a:link,
body#interior div#newsArea div#recentNews li#archiveLink a:active,
body#interior div#newsArea div#recentNews li#archiveLink a:visited,
body#interior div#newsArea div#recentNews li#archiveLink a:hover {
	padding: 3px 5px;
	color: #559082;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
}
body#interior div#newsArea div#recentNews li#archiveLink a:hover {
	color: #1C5142;
}
