@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	font-family: Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:-.4px;
	line-height: 24px;
	color:#3f3104;
	color:#75643a;
}

html, body{
	height: 100%;
	background-image:url(../images/background_color.gif);
}

div#container{
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -253px; /* the bottom margin is the negative value of the footer's height */
}

div#header{
	position:relative;
	height: 175px;
	background-image:url(../images/background_header.gif);
}

div#logo{
	width: 760px;
	height: 110px;
	margin-left:auto;
	margin-right:auto;
}

div#navigation{
	width: 760px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
}

.navbutton{
	position: relative;
	float:left;
	border-style:none;
}

div#content{
	position:relative;
	width: 760px;
	height: 1150px;
	margin-left: auto;
	margin-right: auto;
}

div#content img{
	position:relative;
	float: left;
}

.errorMessage {
	color: #990000;
	padding-bottom:20px;
	font-weight:bold;
}

.errorMessage ul {
	margin-left:30px;
}

.errorMessage ul li {
	color: #990000;
}

div#leftcolumn{
	position:relative;
	width:202px;
	height:550px;
	float:left;
	background-image: url(../images/left_column_bg.png);
	background-position:5px 100px;
	background-repeat:no-repeat;
}

div#leftcolumn img{
	position: relative;
	float:left;
	margin-left: 5px;
}

div#rightcolumn{
	position:relative;
	width: 558px;
	float:left;
	background-image: url(../images/contentleftborder.gif);
	background-repeat:no-repeat;
}

div#rightcolumn img{
	position:relative;
	float:left;
	margin-left: 15px;
}

div#rightcolumn div{
	position:relative;
	float:left;
	margin-left:15px;
}

.formFieldTitles {
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.formField {
	height:80px;
	margin-top:5px;
	margin-bottom:5px;
}

/*div#readmore {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:-.4px;
	color:#75643a;
	vertical-align:middle
}

div#readmore A {text-decoration:none; color:#75643a;}
div#readmore img {vertical-align:middle;}
*/

/*div#readmore A:link {text-decoration: underline; color: #b60026;}
div#readmore A:visited {text-decoration: underline; color: #b60026;}
div#readmore A:active {text-decoration: underline; color: #b60026;}
div#readmore A:hover {text-decoration: none; color: #b60026;}
*/

/*div#readmore {
	margin-left: -30px;
	color: #b60026;
}
*/

/*div#readmore A:link {text-decoration: none;}
div#readmore A:visited {text-decoration: none;}
div#readmore A:active {text-decoration: none;}
div#readmore A:hover {text-decoration: none;}
*/

a.redlink:link {text-decoration: underline; color: #b60026;}
a.redlink:visited {text-decoration: underline; color: #b60026;}
a.redlink:active {text-decoration: underline; color: #b60026;}
a.redlink:hover {text-decoration: none; color: #b60026;}

div#footer{
	position:relative;
	height: 253px; /* .push must be the same height as .footer */
	background-image:url(../images/gs_footer_background.gif);
}
div#footercontent{
	width: 760px;
	height: 149px;
	position:relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
}

div#siteinfo{
	width: 542px;
	height: 149px;
	float: left;
	position:relative;
}

div#siteinfo p{
	padding: 0px;
	margin-left: 8px;
	margin-right: 8px;
	color:#FFFFFF;
}

div#getflash{
	width: 218px;
	height: 149;
	float: left;
	margin-top: 60px;
	position:relative;
	text-align:center;
}

div#footerhr {
	height: 2px;
	width: 750px;
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
	position:relative;
	top: 5px;
	margin-left: auto;
	margin-right: auto;
}

div#footerlinks{
	text-align:center;
	width:750px;
	height:70px;
	font-size: 12px;
	color:#FFFFFF;
	position:relative;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
}

div#footerlinks A:link {text-decoration: underline; color: white;}
div#footerlinks A:visited {text-decoration: underline; color: white;}
div#footerlinks A:active {text-decoration: underline; color: white;}
div#footerlinks A:hover {text-decoration: none; color: white;}

div#copyright{
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	position:relative;
	top: 5px;
}	

div#push{
	height: 253px;
}

#basic-accordian{
	position:relative;
	width:529px;
	left:0px;
	z-index:2;
}

.accordion_headings{
	position:relative;
	float:left;
	left: -25px;
	cursor:pointer;
	width: 529px;
	height: 32px;
	background-image:url(../images/acord_header.png)
}

.accordion_headings_font{
	font-size:16px;
	letter-spacing:-.4px;
	color:#75643a;
	font-weight:bold;
	position:absolute;
	padding-left:15px;
	padding-top:3px;
}

.header_highlight{
	background-image:url(../images/acord_header_highlight.png)
}

.accordion_child{
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	vertical-align:middle;
}

.accordion_child_font{
	margin-left:20px;
	vertical-align:middle;
}
		
