@charset "utf-8";
/* CSS Document 

-----------------------------------------------------------------------------
RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote {margin:0;padding:0;vertical-align:top;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr {border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var,i,b {font-style:normal;font-weight:normal;}
caption,th {
	text-align:left;
	color: #FFF;
}
a,u {text-decoration:none;}
ul, ol {margin-bottom:1.7em;}
p {margin:.7em 0;}
li {list-style:none;}

/*-----------------------------------------------------------------------------
TABLE STYLES
-----------------------------------------------------------------------------*/

.locationsTable {
	border-color:#FFF;
}

.locationsTable td {
	background-color:#F6EEDE;
}

.locationsTable th {
	background-color:#842A29;
}

/*-----------------------------------------------------------------------------
REG LIST
-----------------------------------------------------------------------------*/

ul.regList {
	margin-left: 42px;
	margin-top:	15px;
	color: #0055a5;
}

ul.regList li {
	margin-bottom: 10px;
	list-style: disc;
	color: #666666;
}

/*-----------------------------------------------------------------------------
3 COLUMN BOX
-----------------------------------------------------------------------------*/

div.columnContainer {
	margin-top: 20px;
}

ul.threeColumnBox  {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

ul.threeColumnBox  li {
	float: left;
	display: block;
	padding-left: 30px;
	width: 190px;
}

/*-----------------------------------------------------------------------------
2 COLUMN BOX
-----------------------------------------------------------------------------*/

ul.twoColumnBox {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

ul.twoColumnBox li {
	float: left;
	display: block;
	padding-left: 30px;
}

li.productDesc {
	width:450px;
}

li.productDescWide {
	width:650px;
}

li.productImg {
	width:150px;
}

li.productDescMain {
	width:300px;
}

li.productImgMain {
	width:300px;
}

/*-----------------------------------------------------------------------------
LAYOUT
-----------------------------------------------------------------------------*/

.regcontent {
	padding-left:30px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f6eede;
}

#bg-top {
	height: 50px;
	background-color: #842a28;
	background-image: url(../images/bg-top.jpg);
	background-position: center;
}

#bg-top-tile {
	position: relative;
	top: 50px;
	background-color: #f6eede;
	background-image: url(../images/bg-top-tile.gif);
	background-position: top;
	background: repeat-x;
}

#bg-bottom {
	height: 50px;
	background-color: #842a28;
	background-image: url(../images/bg-top.jpg);
	background-position: center;
}

#bg-bottom-tile {
	background-color: #f6eede;
	background-image: url(../images/bg-bottom-tile.gif);
	background-position: top;
	background: repeat-x;
}

#bg-main {
	position: relative;
	top: 0px;
	height: 809px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main {
	position: absolute;
	width: 100%;
	top: 0px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	top: 0px;
	width:960px;
}

#flash-content {
	position:relative;
	height: 491px;
}

#flash-content-nav {
	position:relative;
	height: 266px;
}

#feature1 {
	position:relative;
	float: left;
	width: 320px;
	height: 300px;
}

#feature2 {
	position:relative;
	float:left;
	width: 320px;
	height: 300px;
}

#feature3 {
	position:relative;
	float:left;
	width: 320px;
	height: 300px;
}

#sub-menu {
	position:relative;
	float:left;
	width:192px;
}

#main-area {
	position:relative;
	float:left;
	padding:15px;
	width:735px;
}

#content-bg {
	position:relative;
	background-color:#FFF;
	padding-left:10px;
	padding-right:10px;
	width: 715px;
}

#footer {
	position:relative;
	width: 960px;
	margin:10px;
}

#subnav {
	background-image:url(../images/subnav-bg.jpg);
	height:24px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
}

#subnav2 {
	background-color:#FFF;
	height:16px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:30px;
	border-left: solid #AC0837 1px;
	border-right: solid #AC0837 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#subnavClose {
	background-color:#FFF;
	height:5px;
	border-left: solid #AC0837 1px;
	border-right: solid #AC0837 1px;
	border-bottom: solid #AC0837 1px;
}

.subnav2 a {
	color:#AC0837;
}

.subnav2 a:hover {
	background-color:#AC0837;
	color:#FFF;
}

.clear { clear: both;}

.main a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #842A29;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #842A29;
}

h1 {
	margin-bottom:15px;
	font-size:24px;
}

h2 {
	font-size: 19px;
}

p,label, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/*------------------------------------------------------------------------------
Holly Hack
------------------------------------------------------------------------------*/

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

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
