/***************************************************/
/* COMMON                                          */
/***************************************************/

body {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	background-color: #FEFEFE;
}

h1 {
	font-size: 33px;
	color: #FFFFFF;
	font-family: Georgia;
	font-weight: normal;
	margin-top: 0px;
}

h3 {
	font-family: Georgia;
	color: #DCC294;
	font-size: 14px;
}


a, a:link, a:active, a:visited {
	color: #A59477;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
}

a.info {
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
}

.infoTitle {
	color: #666666;
	font-size: 9px;
}

a.info:hover {
	color: #999999;
}

img {
	margin: 5px;
	border: 2px solid #FEFEFE;
}

li {
	margin-bottom: 5px;
}

.smallform {
	background-color: #333333;
	border: 1px solid #666666;
	padding: 5px;
	margin-top: 10px;
	margin: 0 auto;
}

.smallform {
	font-size: 10px;
}

.smallform td {
	font-size: 10px;
}

.smallform input {
	font-size: 10px;
	color: #666666;
}

.smallform .button {
	color: #000000;
}


/***************************************************/
/* CONTAINERS                                      */
/***************************************************/
#MainContainer {
	margin: 0 auto;
	width: 960px;
	border-left: 0px;
}

#Header {
	height: 258px;
	background-color: #333333;
}

#Page {
	padding: 30px;
	background-color: #000000;
}

#Footer {
	border-top: 10px solid #666666;
	background-color: #333333;
	padding: 10px 30px 10px 30px;
}

/***************************************************/
/* HEADER CLASSES                                  */
/***************************************************/

#Header .banner {
	height: 224px;
	background-image: url(../main_images/template/banner1.jpg);
	background-repeat: no-repeat;
}

.navigation {
	width:100%;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
.navigation ul {
	float:left;
	list-style-type: none;
	margin:0;
	padding:0;
}
.navigation li {
	display:inline;
	margin:0;
	padding:0;
}
.navigation a {
	float:left;
	background:url(../main_images/navigation/naviRoundLeft.gif) no-repeat left bottom;
	margin: 0px;
	padding:0 0 0px 16px;
	text-decoration:none;
}
.navigation a.last {
	padding:0 0 0px 17px;
}
.navigation a span {
	float:left;
	display:block;
	background:url(../main_images/navigation/naviRoundRight.gif) no-repeat right bottom;
	padding: 5px 16px 4px 0px;
	font-weight:bold;
	color:#000000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navigation a span {
	float:none;
}
/* End IE5-Mac hack */

.navigation a:hover span {
	color: black;
}
.navigation a.selected {
	background-position:0 -53px;
}
.navigation a.selected span {
	background-position:100% -53px; 
	color: black;
}
.navigation a:hover {
	background-position:0% -53px;
}
.navigation a:hover span {
	background-position:100% -53px;
}
/***************************************************/
/* PAGE       Classes                              */
/***************************************************/
.disclaimer {
	font-size: 9px;
	color: #A59477;
}

/* Form Classes */

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; 
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; 
	width: 150px; 
}

.cssform input[type="text"]{ 
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 100px;
}

* html .threepxfix{
margin-left: 3px;
}
/***************************************************/
/* PAGE: HOME Classes                              */
/***************************************************/


#Home .Col1 {
	display: block;
	float: left;
	width: 415px;
}

#Home .Col2 {
	float: right;
	width: 430px!important;
}

.infoimg {
	padding-bottom: 3px;
}

.infoimg a {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}


/***************************************************/
/* PAGE: FREE CONSIL. Classes                      */
/***************************************************/

#FreeCons .Col1 {
	float: left;
	width: 415px;
}

#FreeCons .Col2 {
	float: right!important;
	width: 430px;
}

#FreeCons .Col3 {
	border-top: 1px solid #A59477;
	border-bottom: 1px solid #A59477;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

/***************************************************/
/* PAGE: DIRECTIONS Classes                        */
/***************************************************/

#Directions .Col1 {
	float: left;
	width: 415px;
}

#Directions .Col2 {
	float: right;
	width: 450px;
	border: 2px solid #A59477;
}

/***************************************************/
/* PAGE: TEAM Classes                           */
/***************************************************/

#Team .Col1 {
	float: left;
	width: 660px;
}

#Team .Col2 {
	float: right;
	width: 200px;
}

/***************************************************/
/* PAGE: SLIDER                                    */
/***************************************************/
.expandable {
	font-family: Georgia;
	color: #DCC294;
	font-size: 14px;
	cursor: pointer;
	padding-left: 25px;
	background-image: url(../main_images/expandableArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.categoryitems {
	padding-left: 25px;
}

.directions {
	color: #666666;
	font-size: 9px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
/***************************************************/
/* FOOTER CLASSES                                  */
/***************************************************/
#Footer .address {
	float: left;
}

#Footer .phone {
	float: right;
}

/***************************************************/
/* LIVE VALIDATION                             */
/***************************************************/

.LV_valid {
	color: #00CC00;
	display: block;
}
	
.LV_invalid {
    color: #FF0000;
	display: block;
}
