/* Import the tabs styles */
@import url(/style/lightbox.css);
@import url(/style/screen.css);
html, body {
	background-color: #FFFFFF;
	font-size:12px;
	line-height:1.5em;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	letter-spacing: 0px;
	word-spacing: 0px;
	color: #000000;
}
.frontpage {
	color: #202020;
	font-weight: bold;
	font-style: normal;
}
.frontpagetext {
	color: #5E7974;
	font-weight: normal;
	font-size: 13px;
}
#mainwrap {
	width: 945px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#front_header {
	position:relative;
	height: 700px;
	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: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #918BE3;
	font-style: 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:247px;
	top:-19px;
	text-align:left;
	color: #ABA6A5;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-style: normal;
	width: 679px;
	word-spacing: 0em;
}
#login_box {
	position: absolute;
	top:31px;
	left:58px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	height: 71px;
	font-style: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
}
#login_box label {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
}
#front_page_search {
	position: absolute;
	top:285px;
	left:-9px;
	width: 385px;
	height: 238px;
}
#login_box input {
	font-size: 11px;
	font-weight: normal;
	color: #000000);
}
.boldText {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9B9B9B;
}
.smallLowKey {
	color: #8075B9;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#front_info {
 clear:both;
}
#front_info #col_left {
	width:505px;
	float:left;
	padding:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 35px;
}
#front_info #col_right {
	width:300px;
	float:right;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: 2px solid #D9D9D9;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 10px;
}
#footer {
	text-align:center;
	padding:15px;
	margin:0;
	color: #767676;
	font-size:11px;
	background-image: url(../images/main-foot.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footerindex {
	text-align:center;
	padding:15px;
	margin:0;
	color: #999999;
	font-size:11px;
	font-weight: normal;
	font-style: normal;
}
#gallery_container div.gallery_box {
	-moz-box-shadow: 0px 0px 0px #666;
	-webkit-box-shadow: 0px 0px 0px #666;
	box-shadow: 0px 0px 10px #666;
	border: 2px solid #FFFFFF;
	-moz-border-radius: 0em;
	-webkit-border-radius: 0em;
	border-radius: 0em;
	background-color: #FFFFFF;
	margin:7px 0 0 7px;
}
.frontpage #gallery_container {
	margin: 0 auto 3em;
	width: 800px;
}
.frontpage #gallery_container div.gallery_box {
	height:80px;
	padding: 0em 0;
	min-height:80px;
	width:80px;
	min-width:80px;
}
.frontpage #gallery_container div.gallery_box:hover {
	border: 2px solid #6860B0;
	background-color:#FFFFFF;
	cursor:pointer;
}
.frontpage #gallery_container h2 {
	margin: 0;
	padding: 0em 0 0;
	color: #FFFFFF;
}
.frontpage h2 {
	color:#4E4E4E;
	word-spacing: 0px;
	font-style: normal;
	letter-spacing: -1px;
	font-size: 18px;
}
.highlight {
	color:#F7C3F1;
}

.lowlight {
	color: #91A0F1
}
.boldText {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4E4E4E;
}

.frontpage label {
	text-align:right;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}
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;
	background-image: url(../images/main-mid.jpg);
	background-repeat: repeat;
	background-position: top;
}
#maincontent #menu {
	width:180px;
	float:left;
	margin:0;
	padding:10px;
	background-image: url(../images/menu-border.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: 2px top;
}


#maincontent #content {
	width:725px;
  float:right;
  margin:0;
  padding:10px;
}
#login_form_wrap {
	width:185px;
	height:175px;
	font-size:11px;
	background-image: url(../images/login-back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	line-height: 11px;
	font-style: normal;
	font-weight: bold;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
#login_form_wrap h2 {
	font-size: 14px;
	color: #91A0F1;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align:left;
	line-height: 30px;
	font-style: normal;
}
#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:#918BE3;
}
a:hover {
	text-decoration:none;
	color:#F8BCF0;
}
input {
	font-size: 11px;
}
.txtright {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.titlemain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #918BE3;
	font-weight: bold;
	font-style: normal;
	
}

.titlemainlowlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.headingblack {
	color: #607570;
	font-size: 18px;
	
}
.forntformtext {
	color: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#searchbox {
	position:absolute;
	left:347px;
	top:45px;
	width:536px;
	height:60px;
	z-index:1;
}
#testimonial {
	position:absolute;
	left:696px;
	top:507px;
	width:119px;
	height:101px;
	z-index:10;
}
.testimonial_title {
	color: #FFFFFF;
	font-size: 17px;
	letter-spacing: 0px;
	word-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonial_copy {
	color: #413E66;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: normal;
}
.searchtext {
	color: #849D97;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 13px;
}
#copy {
	position:absolute;
	left:433px;
	top:11px;
	width:503px;
	height:29px;
	z-index:1;
}
.searchtexttitle {
	color: #1B2E1F;
	font-size: 19px;
	letter-spacing: -1px;
	word-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
}
.required {
	color:#525252;
	font-style:normal;
}
#photos {
	position:absolute;
	left:35px;
	top:610px;
	width:802px;
	height:122px;
	z-index:2;
}
.loggedingreen {
	color: #585F6F
}
.frontpageseo {
	color: #ADADAD;
	font-weight: normal;
	font-size: 11px;
}
.searchwhite {
	color: #FFFFFF;
	font-weight: normal;
}
.orange {
	color: #6860B0
}
#front_page_search .input .select {
	font-size: 11px;
	padding:0px 0px;
	height:0em;
	border-width:0px;
}
#login_box .input .select {
	font-size: 11px;
	padding:0px 0px;
	height:0em;
	border-width:0px;
}
#searchbox .input .select {
	font-size: 11px;
	padding:0px 0px;
	height:0em;
	border-width:0px;
}
#events {
	position:absolute;
	left:730px;
	top:454px;
	width:143px;
	height:45px;
	z-index:10;
}

