@charset "utf-8";
/* CSS Document */

body {
margin: 0; padding: 0; background: #FFF;
}

p {
font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin-top: 1.5em;
	width: 985px;
	height: 675px;/*650px*/
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* start masthead */
#masthead {
	margin: 0;
	height: 120px;
	width: 740px;
	border-top: 2px solid #900;
	border-right: 2px solid #900;
	border-bottom: 2px solid #900;
	background-color: #FFF;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	position: relative;
	padding-left: 2.5em;
}

#registered {
font-size: 14px;
}

#masthead h1 {
	font-family: "Times New Roman", Times, serif; font-size: 60px; font-weight:300; font-style:italic;
	letter-spacing: +.15em;
	padding: 12px 0 0 25px;
}

#masthead h1 b {
color: #900;
}

#masthead h3 {
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 100;
	letter-spacing: +.30em;
	padding: 0 1em .7em 0;
	text-align: right;
}

/*end masthead */

/* begin navlinks on right side, yellow area */

#navlinks {
	/*margin-top: 250px;*/
}

#navlinks li {
	display: block;
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: +.04em;
	padding: .5em 0 .5em 0 ;
	width:200px;
	line-height:30px;
	height:14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#navlinks a {
	color: #900;
	font-weight:bold;
	text-decoration: none;
}

#navlinks a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* end navlinks */

#clientlogin {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

/* Navigation box */

#navbox {
	width: 335px;
	height: 180px;
	border-left: 8px solid #FFCC33;
	background-color: #FFFFFF;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	padding: 5px 9px 5px 0;
}

/* end Navigation box */



/* begin column setup of 4 columns */
#columns {
	width: 985px;
}

#column-1, #column-2, #column-3, #column-4 {
	float: left;
	height: 610px;
}

#column-1 {
	width: 230px;
	background: url(../images/column-1-bg.jpg);
	background-repeat:repeat-x;
	height: 580px;
}

#column-2 {
	background: url(../images/column-2-bg.jpg);
	margin: 0;
	border-left: 3px solid #FFF;
	width: 350px;
	height: 640px;

}

#column-3 {
	background: url(../images/column-3-bg.jpg);
	background-repeat:repeat-x;
	width: 235px;
	border-left: 3px solid #FFF;
}

#column-4 {
	width: 157px;
	height: 609px;
	border-left: 3px solid #FFF;
}

/* end columns */

#ACTLogo {
	width: 190px;
	height: 70px;
}

#GFLogo {
	width: 230px;
	height: 30px;
}

#footer {
	margin:0 auto;
	height:50px;
	width: 985px;
	text-align:center;
	font-size:10px;
	color:#999999;
}
#footer a {
	color:#999999;
	text-decoration:underline;
}
