﻿/* CSS layout */
.handcursor{
cursor:hand;
cursor:pointer;
}

html {
	width: 99%;
	height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	border: none;
}

body{
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('images/background.png');
	position:relative;
}

#masthead {

}

#top_nav {
	text-align:left;
	width: 960px;
}

#container 
{
	overflow:hidden;
	width: 960px;
	background-image: url('images/contentBack.gif');
	min-height: 900px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.ContentPanel
{	
	float: right;
	width: 750px;
	font-family: Verdana, Courier New, sans-serif;
	font-size: small;
}

.ListPanel
{	float: left;
	width: 200px;
	padding-top: 30px;
	font-family: Verdana, Courier New, sans-serif;
}

.FooterPanel 
{	width: 960px;
	background-image:url('images/bottomBack.gif');
	height:70px;
	bottom: 0px;
}

.FooterPttern
{	position:fixed;
	width: 101%;
	background-image:url('images/bottomPattern.png');
	height:160px;
	bottom: 0px;
	left: 0px;	
}

.noborder {
	border: 0px;
}

.border {
	border: 1px;
	border-color:#CCCC66;
	border-style:dashed;
}

.highlighted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC3300;
	font-weight: bold;
	text-transform: uppercase;
}

.list {
	font-family: Verdana, Courier New, sans-serif;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}
.list:link{
	color: #000000;
}
.list:visited {
	color: #663300;
}
.list:active{
	color: #000000;
}
.list:hover {
	color: #CC0000;
}

.textbox {
	border: 1px #CCCC66 dashed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 40px;
	padding: 10px;
	width: 190px;
	text-align: center;
	float: right;
	background-color: #FFFFCC;
}

.details {
	border: 1px #CCCC66 dashed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 330px;
	text-align: left;
	background-color: #ddffaa;
}

.body {
	font-family: Verdana, Courier New, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333300;
	background-image: url('newImages/body.png');
	text-align:left;
	padding-right:40px;
}

.credit {
	font-family: Verdana, Courier New, sans-serif;
	font-size: x-small;
	color: #666600;
	margin-right: 40px;
	text-align: right;
}

H1 {
	font-family: Arial;
	text-align: center;
	color:#FF6633;
	font-weight:bold;
	text-transform: uppercase;
}

H2 {
	font-family: Arial;
	text-align: center;
	color:#FF6633;
	font-weight:bold;
	text-transform: uppercase;
}

H3 {20px;
	font-family: Arial;
	color:#660000;
	font-weight:bold;
	text-transform: uppercase;
	text-align:left;
}

H4 {
	font-family: Arial;
	color:#000000;
	font-weight:bold;
	text-transform: uppercase;
	text-align:left;
}

ol {
	text-align: left;
}

.bottomSpace {
	min-height:50px;
}

.small
{
	font-family: Verdana, Courier New, sans-serif;
	font-size: x-small;
	color: #666600;
}

.footer
{
	font-family: Verdana, Courier New, sans-serif;
	font-size:small;
	font-weight:bold;
	text-decoration: none;
}
.footer:link    
{
    color: #FFFFFF;
	text-decoration: none;
}
.footer:visited {
    color: #FFFFFF;
	text-decoration: none;
}
.footer:hover {
	color: #660000;
}

.listButton{
	height: 28px;
	background-image: url('../../images/button.png');
	text-align:center;
	font-family: Verdana, Courier New, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #000000;
}

.nextBut {
	border: 0px;
	background-image: url('../../images/button_next.gif');
	background-repeat: no-repeat;
	height: 20px;
	width: 120px;
	background-color: #FFFFFF;
}

.prevBut {
	border: 0px;
	background-image: url('../../images/button_prev.gif');
	background-repeat: no-repeat;
	width: 120px;
	height: 20px;
	background-color: #FFFFFF;
}
.attachBut {
	border: 0px;
	background-image: url('../../images/button_attach.gif');
	background-repeat: no-repeat;
	width: 120px;
	height: 20px;
	background-color: #FFFFFF;
}

.space	{
	margin-left: 10px;
	margin-right:10px;
}

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 200px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: black url(../../images/glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(../../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	colorz: white;
}
