/* Default LF CSS */

body {
  margin:0;
  padding:0;
  text-align:center;
}

body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
  font: 84%/1.4 "Trebuchet MS", Arial, "Times New Roman";
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 


br.clear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height:0px;  
}

input {
  font-size:110%;
  padding:2px 3px 2px 2px;
  margin:2px 0 4px 0;
  display:block;
}
input[type=checkbox] {
  float:left;
	display:inline;
	margin:10px 5px 3px 0;
}
input.submit {
  margin:5px 0 15px 0;
  padding:3px;
  font-size:120%;
  font-weight:bolder;
  color:#003300;
}

label {
  display:block;
  margin:0;
  
}

textarea {
  width:90%;
  height:150px;
	font-size:105%;
}

select {
  margin:5px 0;
}

span.drag {
  cursor:move;
}

/*      Error Handling      */

p.success {
  font-size:105%;
  color:#006600;
  margin:10px 0;
  font-weight:bolder;
}

p.error {
  border-top:2px solid #FF0000;
  border-bottom:2px solid #FF0000;
  padding:6px 20px;
  text-align:left;
  margin:20px;
  color:#FF0000;
  font-size:105%;
  font-weight:bolder;
}
  
p.info {
  color:#666666;
  font-size:90%;
}



/*      Link Styles      */
a {
  cursor:pointer;
  outline-style:none;
}
a, a:link, a:visited {
  color:#0c3695;
  border-bottom:1px dashed #CCCCCC;
  text-decoration:none;
}
a:hover {
  color:#990000;
  border-bottom:1px solid #990000;
}
a img, a:link img, a:visited img, a:hover img {
 border:0;
}
a.delete {
  color:#CC0000;
}
a.delete:hover {
  color:#333333;
}


h1, h2, h3, h4 {
  font-size:160%;
  font-weight:normal;
  margin:0 0 0 0;
	padding:0 0 0 0;
  color:#333333;
}



#logo {
  float:left;
	margin:0;
	padding:0;
}

#nav {
  width:780px;
	clear:both;
}
#nav img {
  margin:0 0 0 -4px;
	padding:0;
}

#nav a:link, #nav a:visited {
  border-bottom:none;
}


#container {
  text-align:left;
  width:748px;
	padding:0 16px;
}

#footer {
  width:242px;
  color:#704e0b;
  font-size:90%;
  padding:5px 0 0 0;
	margin:20px 18px 0 0;
	border-top:1px solid #bcac8c;
	float:right;
	text-align:right;
	line-height:100%;
}

#footer a:link, #footer a:visited {
  color:#543a06;
  border:0;
}
#footer a:hover {
  color:#000;
}

#left {
  width:340px;
  float:left;
  margin:10px 0 0 0;
}

#right {
  width:340px;
  float:left;
  margin:10px 0 0 50px;
}



.brown, .about_1 {
  color:#694602;
}

.blue, .about_2 {
  color:#167bd7;
}

.green {
  color:#819101;
}



#brandsL {
  float:left;
	width:140px;
}

#brandsR {
  float:left;
	width:577px;
	margin:0 0 0 30px;
}



ul.list {
  margin:0 0 0 2px;
  padding:0;
	border-right:1px solid #bcac8c;
}
ul.list li {
  list-style:none;
}
ul.list li a {
  color:#704e0b;
	font-size:150%;
	border:none;
	display:block;
	font-weight:normal;
	width:100%;
}

ul.list li a:hover {
  color:#352300;
	border:none;
}

ul.subList,
ul.eventList {
  margin:0 0 0 5px;
  padding:0;
}
ul.subList li,
ul.eventList li {
  list-style:none;
}
ul.subList li a:link, ul.subList li a:visited,
ul.eventList li a:link, ul.eventList li a:visited {
  color:#232323;
	font-size:110%;
	border:none;
	display:block;
	width:100%;
}
ul.subList li a:hover,
ul.eventList li a:hover {
  color:#666;
	border:none;
}

ul.eventList li a:link, ul.eventList li a:visited {
	font-size:115%;
	background:url(../images/eventLine.png) left bottom no-repeat;
	padding:5px 0;
}
ul.eventList li a:hover {
	background:url(../images/eventLineO.png) left bottom no-repeat;
}
ul.eventList li a span {
	font-size:87%;
	color:#4d4d4d;
}


ul.adminList {
  margin:0;
	padding:0;
}

ul.adminList li {
  margin:0;
	padding:0;
	list-style:inside square;
}

ul.adminList li strong {
	display:inline;
	width:auto;
	clear:right;
}


div.line {
  background:url(../images/line.png) top left no-repeat;
	height:1px;
	width:479px;
	clear:both;
	margin:0 0 10px 0;
}


div.brandDesc {
  width:250px;
	float:right;
	margin:0 0 0 20px;
}
div.brandDesc p {
	margin:0;
	padding:0 0 0 0;
}

img.brandPic {
  float:left;
}

strong, div.brownStrong {
  color:#704e0b;
	font-size:160%;
	border:none;
	display:block;
	font-weight:normal;
	width:100%;
	clear:both;
}

dl.item {
  color:#545454;
	font-size:90%;
	width:100%;
	margin:0;
	padding:0;
}
dl.item dt {
	clear:left;
	float:left;
	padding-right:5px;
	padding-top:1px;
	width:60%;
	display:block;
}
dl.item dd {
	display:block;
	width:35%;
	float:right;
	margin:0 0 0 0;
}
div.pricingLine {
	border-right:1px solid #bfbfbf;
}
#pricing1 {
  width:230px;
	float:left;
	margin:10px 0 0 15px;
}

#pricing2 {
  width:205px;
	float:left;
	margin:10px 0 0 45px;
}

#pricing3 {
  width:195px;
	float:left;
	margin:10px 0 0 35px;
}

#pricing3 p {
	margin:0;
	padding:5px 0 0 0;
}

#pricingR div {
  padding:10px 0;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}



.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3, .sIFR-hasFlash h4 {
	visibility:hidden;
	letter-spacing: -9px;
	font-size:25px;
	margin:0;
	padding:0;
}

