/* Import the tabs styles */
@import url(/style/lightbox.css);
@import url(/style/screen.css);
html, body {
	background-color: #673466;
	font-size:12px;
	line-height:1.5em;
	background-image: url(../images/bg-grad.jpg);
	background-repeat: repeat-x;
}
.frontpage {
	color: #D0DBF2;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}
#mainwrap {
	width: 945px;
  margin: 0 auto;
}
#front_header {
	position:relative;
	height: 609px;
	padding: 0 0 35px 0;
	background-image: url(../images/home-new.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
#front_header h1 {
	text-indent: -9999px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #020100;
	font-style: normal;
	font-weight: normal;
}

#header {
	background:url(../images/new-header.jpg) no-repeat center top #FFFFFF;
	position:relative;
	height: 200px;
	padding: 0;
}
#header #loggedin_status {
	position:absolute;
	right:710px;
	top:120px;
	text-align:right;
	color: #909090;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	letter-spacing: 0px;
	font-style: normal;
}
#login_box {
	position: absolute;
	top:1.7em;
	left:530px;
	font-size: 14px;
	font-family: "AvantGarde Bk BT", Arial, "Trebuchet MS";
	font-weight: bold;
	color: #666666;
	height: 71px;
}
#login_box label {
  color: #FFFFFF;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}
#front_page_search {
	position: absolute;
	top:415px;
	left:62px;
	color: #333333;
}
#login_box input {
	font-size: 11px;
	font-weight: normal;
	color: #000000);
}
.boldText {
  font-size: 14px;
  font-family: "AvantGarde Bk BT", Arial, "Trebuchet MS";
  font-weight: bold;
  color: #ECE831;
}
.smallLowKey {
  color: #999999;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#front_info {
 clear:both;
}
#front_info #col_left {
	width:555px;
	float:left;
	padding:10px;
	margin: 0 0 0 25px;
}
#front_info #col_right {
	width:268px;
	float:right;
	padding:10px;
	margin: 0 25px 0 0;
	background-color: #020100;
	color: #666666;
	border: 3px solid #FFFFFF;
}
#footer {
	text-align:center;
	padding:15px;
	margin:0;
	color: white;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
#gallery_container div.gallery_box {
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	border: 3px solid #FFFFFF;
	
}
.frontpage #gallery_container {
	margin: 0 auto 3em;
  width: 930px;
}
.frontpage #gallery_container div.gallery_box {
	background-color:#020100;
	height:135px;
	padding: 0.5em 0;
	min-height:135px;
}
.frontpage #gallery_container div.gallery_box:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}
.frontpage #gallery_container h2 {
	margin: 0;
	padding: 1em 0 0;
	color: #FFFFFF;
}
.frontpage h2 {
	color:#666666;
	font-style: normal;
}
.highlight {
	color:#FFFFFF;
}
.lowlight {
  color: #7C7C7C
}
.boldText {
	font-size: 14px;
	font-family: "AvantGarde Bk BT", Arial, "Trebuchet MS";
	font-weight: bold;
	color: #CB5379;
}
.highlight {
	color: #FFFFFF
}
.frontpage label {
	text-align:right;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
select {
	font-size: 11px;
}

.frontpage ul.features {
	font-size:18px;
  list-style:none;
  margin:0;
  padding:0;
}
.frontpage ul.features li {
	marging:0;
  padding:0;
}
#maincontent {
	background-color:white;
}
#maincontent #menu {
	width:180px;
  float:left;
  margin:0;
  padding:10px;
}
#maincontent #content {
	width:725px;
  float:right;
  margin:0;
  padding:10px;
}
#login_form_wrap {
	width:135px;
	height:170px;
	font-size:12px;
	margin:0 0 0 2px;
	padding:7px;
	background:#FFFFFF url(/images/login-back.gif) no-repeat left top;
}
#login_form_wrap h2 {
	font-size: 14px;
	color: #B1CFE4;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align:left;
	line-height: 30px;
}
#login_form_wrap label {
  color: #000000;
  display:block;
  font-style: normal;
  font-weight: bold;
}
#login_form_wrap .fieldinput {
	width:125px;
  margin:5px 0;
  padding:0;
}
.datetext {
  color: #000000;
  line-height: 1.5em;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
}
#menu ul {
	list-style:none;
  padding:0;
  margin:0;
    line-height: 1em;
}
#menu ul li {
  padding:0;
  margin:0;
}
#user_stats {
  color: #999999;
  font-weight: bold;
}
a {
  text-decoration:none;
  color:#666666;
}
a:hover {
  text-decoration:none;
  color:#556393;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}

