/* Html definitions */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/body_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

p {
	font-size: 12px;
	color: #000000;
}
/* Main structure divs */
#siteDiv {
	border: solid 1px #000000;
	width: 800px;
	text-align: left;
	margin-left: auto;	
	margin-right: auto;
	background-color: #FFFFFF;
	z-index: 1;
}

#header {
	height: 189px;
	width: 800px;
}

#nav {
	width: 800px;
	height: 28px;
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
}

#leftpnl {
	position: absolute;
	width: 269px; 
	height: 425px;
	background-color: #FFFFFF;
	float: left;
	
	padding-left: 14px;
	padding-top: 17px;
}

#contentpnl {
	position: relative;
	left: 269px;
	width: 531px;
	min-height: 459px;
	height: auto !important;
	height: 459px;
	background-color: #FFFFFF;
}

#footer {
	width: 800px;
	height:112px;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000000;
}
/* end main structure divs */

/* Nav menu text styles */
/* End Nav text style */

/* left panel styles */
#leftcontent {
	width: 246px;
	height: auto;
	background-image: url('../images/leftcontent_bg.gif');
	background-repeat: repeat-y;
}

.leftcontenttext {
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 15px;
}

#leftcontentbottom {
	background-image: url('../images/leftcontent_bottom.gif');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 246px;
	height: 22px;
	vertical-align: bottom;
}

#leftcontentheadline 
{
	background-image: url('../images/leftcontent_headlinegfx_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	width: 246px;
	height: 23px;
	border-left: solid 2px #CACACA;
	border-right: solid 1px #CACACA;	
}

.hltext 
{
	background-image: none;
	background-color: #fff;
	font-family: Arial, helvetica, Sans-Serif;
	/*font-size: 23px; */
	color: #726f70;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	letter-spacing: .08em;
	white-space: nowrap;
	width: auto;
}

#leftcontentheadline .hlgfx
{
	text-align: left;
	vertical-align: bottom;
	width: 100%;
}

.aboutus-quote {
	font-size: 14px;
	color: #000000;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
}

.leftcontentnav {
	font-size: 14px;
	color: #969696;
	font-weight: bold; 
	text-decoration: none;
}

#loginform {
	padding-top: 0px;
	font-size: 12px;
	font-weight: bold;
}

#loginform p{
	font-size: 12px;
	padding-left: 8px;
	padding-top: 8px;
	margin: 0px;
}

#loginform input {
	width: 190px;
	font-size: 11px;
}

/* end left panel styles */

/* content styles */
#contentpnl p, #contentpnl h1 {
	padding-right: 20px;
	padding-left: 10px;
	line-height: 18px;
}

.content-text-start {
	font-size: 13px;
	font-weight: bold;
}


.content-photo-right {
	float: right;	
	margin-left: 8px;
}

.content-photo-left {
	float: left;
	margin-right: 8px;
}

.content-photo-btleft {
	padding-right: 5px;
}

.content-photo-btright {

}
/* end content styles */

/* footer styles */
#footer div {
	vertical-align: bottom;
	text-align: center;

}
#footer p.fnav {
	position: relative;
	top: 75px;
	left: 10px;
	vertical-align: bottom;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
}

#footer p.fcontent {
	position: relative;
	right: 20px;
	top: 26px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	font-style: italic;
	letter-spacing: 1px;
}

#footer a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
	
/* end footer styles */

/* misc text styles */
.ulHead 
{
	text-decoration: underline;
}

/* new on GMJ - may need to move to the other sites */

h3 
{
	font-size: 16px;
	font-weight: bold;
}

li 
{
	font-size: 12px;
}

li a 
{
	text-decoration: none;
	font-size: 14px;
}

li a:hover 
{
	text-decoration: underline;
}



.rightPanel img 
{
	margin-bottom: 3px;	
	padding-right: 10px;
}

.leftcontenttext p, .leftcontenttext a
{
	font-size: 14px;
	color: Black;
}

.leftcontenttext a:hover 
{
	color: #00569b;
}

/* form styles */
.textfield
{
	width: 225px;
	font-size: 12px;
}

.formtbl 
{
	
}

.formtbl td 
{
	padding-left: 5px;
	font-size: 12px;
	
}

.rbl 
{
	padding-left: 5px;
	font-size: 12px;
}


.footer-links 
{
	font-size: 10px;
	color: #666666;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.footer-links a 
{
	color: #666666;
	text-decoration: none;	
}

.footer-links a:hover 
{
	color: #00569B;
}

.footer-copyright 
{
	font-size: 10px;
	color: black;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}