/* CSS Document */
body     {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-position: 50% top;
	margin: 0 auto 10px auto;
}

#container  {
	margin: 0 auto;
	width: 970px;
}
#main {
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px dotted #000;
	height: auto;
}
#top {
	margin: 0 auto;
	width: 980px;
	height: 384px;
	background-image: url(../images/cane-banner.jpg);
	background-repeat: no-repeat;
}
#middle {
	background: url("../images/middle.jpg") repeat-y;
	margin: -2px auto 0;
}
#bottom {
	background: url("../images/bottom2.jpg") no-repeat;
	margin: 0 auto 0;
	width: 970px;
	height: 50px;
	clear: both
}

/* Nav */
#navcontainer {
	padding: 1px 0 0 28px;
	height: 20px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 154px;
}

#navcontainer ul li a {
	background-color: #006633;
	width: 153px;
	height: 20px;
	padding: 4px 0 1px 0;
	margin: 0 1px 5px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	vertical-align: middle;
	border-bottom: solid #006633 2px;
}

#navcontainer ul li a:hover {
	color: #FFFFFF;
	background-color: #669999;
	font-weight: bold;
	border-bottom: solid #669999 2px;
}

#navcontainer a:active {
	background-color: #FFFFFF;
	color: #006633;
	border-bottom: solid #fff 1px;
}

#navcontainer li#active a {
	background-color: #FFFFFF;
	color: #006633;
	font-weight: bold;
	border-top: solid #fff 1px;
	border-right: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	padding: 3px 0 1px 0;
	height: 21px;
}
/* EndNav */

/* CONTENT */
#content {
	padding: 0px 40px 1px 60px;
	margin: 20px auto 0px auto;
	text-align: left;
	height: auto;
}
#content h1 {
	color: #006633;
	font-weight: bolder;
	font-size: 18px;
	margin: 0 0 10px 0;
	text-align: left;
	padding: 0;
}
#content h2 {
	color: #333333;
	font-weight: bolder;
	font-size: 14px;
	margin: 0 0 5px 0;
	letter-spacing: .5px;
}
#content h2	a:hover{
	color: #97C24D;
	text-decoration: underline;
}
#content h2 a{
	color: #003366;
	text-decoration: none;
}
#content h3 {
	color: #006633;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
}#content h4 {
	color: #666666;
	font-size: 8px;
	letter-spacing: 0.3em;
	padding: 0px 135px 0px 10px;
	text-decoration: underline;
}
#content p {
	font-size: 0.75em;
	line-height: 1.7em;
	margin: 0px 0px 1em 0px;
	vertical-align: top;
	color: #333333;
}
.text {
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
}
#inner a {
	color: #009900;
	text-decoration: underline;
	padding: 2px;
}
#inner a:hover {
	color: #fff;
	background-color: #009900;
	text-decoration: none;
}

#container #middle #content strong {
}
.clear {
	clear: both;	
}
.quicklinkbox {
	margin-left: 0px;
}
.quicklink {
	float: left;
	margin-right: 15px;
	padding: 1px;
	margin-bottom: 15px;
}

#container #middle #content li {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #006633;
	padding-right: 10px;
	line-height: 1.7em;
	margin-left: 10px;
}
.event {
	display: inline;
	line-height: 25px;
	font-style: italic;
	color: #7581BC;
	font-size: 12px;
	font-weight: bold;
}
.event2 {
	display: inline;
	padding-left: 60px;
	line-height: 25px;
	font-style: italic;
	color: #7581BC;
	font-size: 12px;
	font-weight: bold;
}
.contentpic {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 2px;
}
.contentflv {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 5px;
	background-color: #FFFF33;
	border: solid #006633 1px;
}
.contentpicleft {
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 20px;
}
#inner {
	width: 645px;
}

/*END COMTENT*/

/*GALLERY*/
#thumbnailsContainer {
	width: 625px;
	margin: 20px 0 15px 0;
	background-color: #BFDCC8;
	border: 5px solid #7581BC;
	position: relative;
}

#thumbnails {
	width: 570px;
	margin: 20px 10px 10px 40px;
}
#thumbnails img {
	float: left;
	border: 1px solid #7581BC;
	margin: 0 20px 15px 0;
	padding: 10px;
}
.separator {
clear: both;
height: 0;
}
#frameBorder,#frameBackground,#displayArea {
left: 50%;
top: 50%;
position: absolute;
}
#frameBorder {
width: 600px;
margin-left: -300px;
height: 600px;
margin-top: -300px;
background-color: #000000;
z-index: 1;
}
#frameBackground {
	width: 570px;
	margin-left: -290px;
	height: 570px;
	margin-top: -290px;
	background-color: #000000;
	border: 5px solid #BFDCC8;
}
#displayArea {
	width: 550px;
	height: 550px;
	margin-left: -240px;
	margin-top: -240px;
	vertical-align: middle;
}
#displayArea img {
margin-bottom: 1em;
}
#frameBorder p {
text-align: right;
font: 10px Arial, sans-serif;
color: #888888;
}
#caption {
font-weight: bold;
color: #FFFFFF;
}
#credit {
font-weight: bold;
color: #BFDCC8;
}
p#closeWidget {
position: absolute;
top: 50%;
left: 50%;
margin-top: -310px;
margin-left: 190px;
width: 50px;
}
#closeWidget img {
border: 0;
margin: 0 0 -1px;
}


/*END GALLERY*/

	
/*SIDE*/
#sidebar {
	margin: 10px 45px 0 0;
	width: 200px;
	padding: 0 0 15px 20px;
	color: #999;
	float: right;
	text-align: center;
	clear: right;
}
.side {
	margin: 1px 0 1px 0;
	height: inherit;
	background-position: center;
	padding-bottom: 10px;
	border: solid #006633 1px;
}
.sidenews {
	margin: 8x 10px 5px 10px;
	width: 190px;
	text-align: center;
	position: inherit;
	color: #000000;
}
.sidenews dt {
	font-weight: bold;
}
#container #middle #sidebar .side img {
	border: solid #fff 1px;
	margin: 10px 0 5px 10px;
	clear: both;
}
#container #middle #sidebar .side p {
	color: #000;
	font-size: 0.75em;
	line-height: 1.7em;
	text-align: center;
	margin-top: 10px;
}
#container #middle #sidebar .side a {
	color: #006633;
}
#container #middle #sidebar a:hover {
	color: #000000;
	background-color: #BFDCC8;
	text-decoration: underline;
	padding: 0 2px 0 2px;
}
#sidebar .side h2 a {
	text-decoration: underline;
	padding: 0;
	font-size: 12px;
	text-align: center;
}
#sidebar .side h3 a {
	text-decoration: underline;
	padding: 0;
	font-size: 15px;
	text-align: center;
}
#container #middle #sidebar .side dl {
	color: #000;
	padding: 0 10px 0 10px;
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: center;
	margin-top: -5px;
}
#container #middle #sidebar .side dd {
	margin: 0 0 10px 0;
}
.cover {
	background-color: #FFFFFF;
	margin-top: -45px;
	width: 180px;
	height: 45px;
	z-index: 20;
}
.cover2 {
	background-color: #FFFFFF;
	width: 180px;
	height: 120px;
	z-index: 20;
}
#container #middle #sidebar .side .news {
	width: 150px;
	padding-top: 40px;
}
#newsholder {
	width: 645px;
}
#newsholder img{
	float: right;
	margin-bottom: 20px;
}
/* End Side */

/* FOOTER */

#footertext {
	font-size: 10px;
	font-weight: bold;
	margin: 0px auto 0px;
	height: 31px;
	width: 686px;
	height: 31px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}
#footertext a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
	padding: 1px;
}
#footertext a:hover {
	text-decoration: underline;
	color: #006633;
	background-color: #FFFF00;
}
/* End FOOTER */

/*FIND PHOTO*/
#container #top #findphoto {
	float: right;
	margin: 15px 40px 0 0;
	font-size: 0.7em;
	color: #7581BC;
	background-color: #C8D1FD;
	padding: 2px 5px 0 5px;
	border: solid #fff 1px;
	text-transform: uppercase;
	font-weight: bold;
	width: 155px;
}
#container #top #findphoto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0000FF;
}
#container #top #findphoto .searchform form {
	margin: 0;
}
.button {
	font-size : 12px;
	font-family : "trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
	line-height : 15px;
	background-color : #FFFF00;
	width : 120px;
	height : 15px;
	border : 1px solid #006633;
	margin: 5px 5px 10px;
	color: #006633;
	font-weight: normal;
}

.button:focus {
	background-color : #BFDCC8;
	color: #333333;
}

#container #top #findphoto a:hover {
	background-color: #C8D1FD;
}
/*END FIND PHOTO*/

/*SEARCH*/
#search {
	margin: 5px auto;
	font-size: 0.7em;
	color: #7581BC;
	padding: 0;
	border: solid #fff 1px;
	text-transform: uppercase;
	font-weight: bold;
	width: 180px;
}
#search p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0000FF;
}
.searchform form {
	margin: 0;
}
#container #middle #sidebar .side #search .searchform a:hover {
	background-color: #7581BC;
}
/*END SEARCH*/
#container #middle #frameBorder #frameBackground #displayArea #closeWidget a {
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
}
#container #middle #frameBorder #frameBackground #displayArea #closeWidget a:hover {
	color: #FF0000;
}
#container #middle #sidebar .side #search .searchform a:hover {
	padding: 0px;
}
/* SUB MENU */

#navContentcontainer ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type: none;
	background-color: #7581BC;
	color: #FFF;
	width: 100%;
	text-align: center;
}

#navContentcontainer li {
	display: inline;
	text-align: center;
}

#navContentcontainer li a
{
	text-decoration: none;
	background-color: #7581BC;
	color: #FFF;
	padding: 1px 2px 2px 2px;
}

#navContentcontainer li a:hover
{
background-color: #fff;
color: #C8D1FD;
}
#navContentcontainer li#active a {
	background-color: #BFDCC8;
	color: #7581BC;
}
/* FORM */
.formcontainer {
	width: 620px;
	text-align: left;
	text-decoration: none;
	font-size: 0.8em;
	position: relative;
	color: #666666;
}
.containerleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
}
.containerleft2 {
	float: left;
	width: 450px;
	margin-bottom: 10px;
}
.container2head {
	float: left;
	margin-top: 10px;
	width: 380px;
	margin-bottom: 10px;
	color: #FFCC00;
}
input.send-btn {
	width: 100px;
	height: 20px;
	background: #333 url(../images/btn-send.gif) no-repeat;
	outline: none;
	margin-bottom: 5px;
}
input.send-btn:hover {
background: #666 url(../images/btn-send.gif) no-repeat 0 -20px;
}
/* -- END Form --*/
.textright {
	float: right;
	width: 400px;
}
#container #middle #sidebar .side #search .searchform #Image5 {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.captiongallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 145px;
	padding: 10px;
	margin: 10px 0 10px 32px;
	border: 1px solid #7581BC;
	text-align: center;
	color: #000000;
	float: left;
}
.santaproductgallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 10px;
	margin: 10px 0 10px 32px;
	border: 1px solid #7581BC;
	text-align: center;
	color: #000000;
	float: left;
}
#thumbnailsContainer2 {
	width: 625px;
	margin: 10.px 0 15px 0;
	background-color: #BFDCC8;
	border: 5px solid #7581BC;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: inherit;
}
#container #middle #content #inner .text #thumbnailsContainer2 .captiongallery a {
	color: #333399;
	padding: 2px;
}
#container #middle #content #inner .text #thumbnailsContainer2 .captiongallery a:hover {
	color: #fff;
}
#container #middle #content #inner .text #thumbnailsContainer2 .captiongallery img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.pad {
	height: 18px;
}
/* Event Page Stuff*/
.eventlink {
	float: left;
	margin-right: 20px;
	width: 120px;
	text-align: center;
	height: 120px;
	border: 1px solid #7581BC;
	padding: 5px;
}
#container #middle #content #inner .text .eventlink img {
	margin-bottom: 5px;
}
#photopop {
	margin: 15px auto;
	font-size: 0.7em;
	color: #7581BC;
	background-color: #C8D1FD;
	padding: 2px 5px 0 5px;
	border: solid #7581BC 1px;
	text-transform: uppercase;
	font-weight: bold;
	width: 155px;
}
.jstext {
	text-decoration: underline;
	cursor: crosshair;
}
#container #middle #content #inner .formcontainer .class_form .container2head p {
	font-size: 1em;
}
.eventhead {
	width: 100%;
	background-color: #37619e;
	background-image: url(../hyundai/images/hyundai.gif);
	height: 120px;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
}
.eventhead h1 {
	padding-top: 40px;
}
#container #top h2 {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
}
#container #top span {
	color: #FFFF00;
}
#headertext {
	padding-top: 170px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* TABLE*/
#content #inner table {
	border-collapse: collapse;
	border: 2px solid #006633;
	color: #000;
	background-color: #FFFF00;
	margin: 5px 0;
	font-size: .75em;
  }#content #inner table img {
	float: right;
  }
#content #inner caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
#content #inner td, th {
	border: 1px dotted #006633;
	padding: 0.4em;
	color: #000000;
	text-align: center;
	line-height: 2em;
  }

#content #inner thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #006633;;
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }
#content #inner tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
#content #inner tbody td a:hover {
  background: #C2F64D;
  color: #fff;
  }
#content #inner tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
#content #inner tbody th a:hover {
  background: transparent;
  color: #fff;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
#content #inner tfoot td {
  border: 1px solid #006633;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
#content #inner tbody tr:hover {
	background-color: #fff;
	border: 1px solid #006633;
	color: #fff;
  }
#content #inner tbody tr:hover th,
tbody tr.odd:hover th {
  background: #fff;
  color: #fff;
  }
  /* NEWS TABLE*/
#content #inner .news table {
	border-collapse: collapse;
	border: 0;
	color: #000;
	background-color: #FFF;
	margin: 5px 0;
	font-size: .75em;
  }
#content #inner table img {
	float: right;
	margin: 10px 0 10px 10px;
  }
#content #inner .news caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #000;
  text-transform: uppercase;
  }
#content #inner .news td, th {
	border: 0;
	padding: 0.4em;
	color: #000000;
	text-align: left;
	line-height: 2em;
  }

#content #inner .news thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 0;
  text-align: left;
  background: #fff;
  color: #000;
  padding-top:3px;
  }
#content #inner .news tbody td a {
	background: transparent;
	color: #006633;
	text-decoration: underline;
  }
#content #inner .news tbody td a:hover {
  background: #006633;
  color: #fff;
  }
#content #inner .news tbody th a {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	color: #006633;
	text-decoration: underline;
  }
#content #inner .news tbody th a:hover {
  background: 006633;
  color: #fff;
  }
.news tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
#content #inner .news tfoot td {
  border: 1px solid #006633;
  background: #fff;
  padding-top:3px;
  color: #000;
  }
#content #inner .news tbody tr:hover {
	background-color: #fff;
	border: 1px solid #006633;
	color: #fff;
  }
#content #inner .news tbody tr:hover th,
tbody tr.odd:hover th {
  background: #fff;
  color: #fff;
  }
/*Product boxes*/
.product {
	width: 200px;
	border-right: solid #669999 1px;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 10px 0;
}
.product-right {
	width: 190px;
	float: left;
	padding: 5px;
}
.product-box {
	width: 200px;
	border: solid #669999 1px;
	float: left;
	padding: 5px 0 0;
	margin: 0 15px 15px 0;
	height: 250px;
}
.product-box-right {
	width: 200px;
	border: solid #669999 1px;
	float: left;
	padding: 5px 0 0;
	margin: 0 0 15px 0;
	height: 250px;
}
#container #middle #content #inner .contentpic p {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #006633;
}
#logos {
	width: 860px;
	margin: 0 0 0 60px;
	clear: both;
	display: block;
}
#logos img {
	float: left;
	margin: 10px 10px 10px 0;
}
