/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-attachment: fixed;
	background-color: #666;
	background-image: url(images/squaretile.gif);
	background-repeat: repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	color: #531C1C;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  font-family: Verdana, Arial, sans-serif;
}

h3 {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-family: Verdana, Arial, sans-serif;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #660000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #660000;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #660000;
  text-decoration: underline;
  outline: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #660000;
  outline: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #660000;
  outline: none;
}

p {
  font-family: Verdana, Arial, sans-serif;
}
#panel {
	background: #CCCCCC;
	height: 125px;
	border-bottom: 2px solid #333333;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
#panel  .close {
	clear: both;
	float: right;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	margin-top: 75px;
	margin-right: 40px;
}
#panel #form-box {
}
#search-panel form {
	float: right;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: 4px solid #660000;
	background: no-repeat center top;
}
.btn-slide {
	background: no-repeat;
	display: block;
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	position: relative;
	border-style: none;
}
.active {
}
#panel #form-box .log-in #login-form h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #680404;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 8px;
}
#panel  #form-box   img  {
	margin-right: 4px;
}
#panel #form-box .log-in {
	width: 370px;
	padding: 0px 0px 0px 12px;
	margin: 0px;
	float: left;
}
#panel #form-box .sign-up {
	width: 450px;
	padding-top: 8px;
	margin-left: 10px;
	padding-left: 150px;
}
#panel #form-box .sign-up h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.1em;
}
#panel  #form-box  .field-container  {
	float: left;
	margin-right: 12px;
	margin-top: 15px;
}
#panel #form-box .button-container {
	float: left;
	margin-top: 15px;
	text-align: center;
}
#panel #form-box .log-in .check-container {
	width: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #741B1B;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
}
#panel #form-box .log-in .forgot {
	font: 0.9em Geneva, Arial, Helvetica, sans-serif;
	color: #680404;
	padding-top: 4px;
	float: left;
	position: relative;
	left: 60px;
}
#panel #form-box .log-in .forgot a {
	color: #741B1B;
	text-decoration: none;
	outline: none;
}
#panel #form-box .log-in .forgot a:hover {
	color: #333333;
	text-decoration: underline;
}
#panel #form-box .log-in .field-container #password {
	width: 135px;
	float: left;
	border: 1px solid #333333;
	padding: 2px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#panel #form-box .log-in .field-container #username {
	width: 135px;
	padding: 2px;
	border: 1px solid #333333;
	float: left;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#panel #form-box .button-container #submit {
	width: 45px;
	float: left;
	background: #680404;
	border: 1px solid #333333;
	margin: 0px;
	padding: 2px;
	color: #FFFFFF;
}
#panel #form-box .sign-up .button-container #sign-up {
	float: left;
	background: #7E3E9D;
	border: 1px solid #333333;
	margin: 0px;
	padding: 2px;
	color: #FFFFFF;
}
#panel #form-box .sign-up .field-container #password2 {
width: 135px;
	padding: 2px;
	border: 1px solid #333333;
	float: left;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;}
#panel #form-box .sign-up .more {
	margin-top: 12px;
	float: left;
	width: 300px;
}
#panel #form-box .sign-up .more a {
	font: .90em Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#panel #form-box .sign-up .more a:hover {
	color: #333333;
	text-decoration: underline;
}


/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #ffffff;
	background-image: url("images/bg.jpg");
	margin: 0 auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 904px;
}

#outerWrapper #welcome {
	background-repeat: repeat;
	color: #ffffff;
	font-size: 14px;
	height: 43px;
	background-color: #4F5556;
	width: 876px;
	margin: 0px;
	padding: 0px 0px 0px 27px;
}
#outerWrapper #welcome #login {
	list-style: none;
	height: 43px;
	margin: 0px;
	padding: 0px;
	width: 903px;
	float: left;
	position: relative;
}

#panel #form-box .sign-up .field-container #email {
	width: 135px;
	padding: 2px;
	border: 1px solid #333333;
	float: left;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#outerWrapper #welcome #login li {
	display: inline;
}
#outerWrapper #welcome #login #left {
	height: 43px;
	width: 83px;
	display: block;
	position: relative;
	float: left;
}
#outerWrapper #welcome #login #sign-in {
	height: 43px;
	width: 82px;
	display: block;
	position: relative;
	float: left;
}
#outerWrapper #welcome #login #sign-in a {
	position: relative;
	float: left;
	height: 43px;
	width: 82px;
	background-image: url(images/login-tab0.png);
	outline: none;
}
#outerWrapper #welcome #login #sign-in a:hover {
	background-image: url(images/login-tab1.png);
	background-position: left;
	outline: none;
}
#outerWrapper #welcome #login #register a {
	background: url(images/main_slices/register.gif);
	height: 43px;
	width: 69px;
	float: left;
	position: relative;
	outline: none;
}
#outerWrapper #welcome #login #register a:hover {
	background: url(images/main_slices/register.gif) left -43px;
	outline: none;
}
#outerWrapper #welcome #login #register {
	float: left;
	height: 43px;
	width: 69px;
	position: relative;
}

#outerWrapper #header {
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 904px;
	height: auto;
	float: left;
}

#outerWrapper #header #textheader {
	padding: 30px 30px 0px 30px;
	color: #6d6d6d;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	z-index: 10000;
}

#outerWrapper #header #textheader a{
    font-weight: normal;
	text-decoration: none;
	outline: none;
}

#outerWrapper #header #textheader h1 {
	color: #660000;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	float: left;
	height: 55px;
	width: 350px;
	clear: both;
	position: relative;
}
#outerWrapper #header #textheader img {
	float: right;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #header #navigation {
	position: relative;
	z-index: 11111111;
	float: left;
	width: 600px;
	height: 25px;
	padding-left: 0px;
	padding-bottom: 18px;
	clear: left;
	margin-top: 10px;
	margin-left: -3px;
	margin-bottom: 0px;
}
#outerWrapper #flash-box {
	position: relative;
	float: left;
	width: 904px;
	height: 348px;
	
}
#outerWrapper #contentWrapper {
	background-attachment: fixed;
	background-image: url("images/content.jpg");
	background-repeat: repeat;
	overflow: hidden;
	width: 904px;
	float: left;
	clear: left;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-attachment: fixed;
	background-color: #ebebeb;
	background-image: url("images/content.jpg");
	background-repeat: repeat;
	float: right;
	padding: 30px 20px 10px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 300px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #contentWrapper #rightColumn1 h2 {
  color: #660000;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
}

#outerWrapper #contentWrapper #content {
	background-attachment: fixed;
	background-image: url("images/content.jpg");
	background-repeat: repeat;
	width: 475px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#outerWrapper #contentWrapper #content h3{
  color: #660000;
  font-size: 14px; 
  font-family: Verdana, Arial, sans-serif;
}

#outerWrapper #footer {
	background-color: #ffffff; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #6d6d6d;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: left;
	float: left;
	width: 874px;
}
.clear  {
	clear: both;
}




