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

#container  { 
	font-weight: normal; 
	text-align: 0 1px 1px 2px; 
	margin: 0 auto; 
	width: 970px}
#main {
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px dotted #000;
	height: auto;
}
#top { 
	background: url("../images/New-Banner.jpg") no-repeat; 
	margin: 0 auto; 
	width: 980px; 
	height: 321px}
#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: 40px; 
	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;
}

#navcontainer ul li a {
	background-color: #7581BC;
	width: 153px;
	height: 20px;
	padding: 3px 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 #fff 1px;
}

#navcontainer ul li a:hover {
	color: #C8D1FD;
	background: #fff;
	font-weight: bold;
	border-bottom: solid #C8D1FD 1px;
}

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

#navcontainer li#active a {
	background-color: #BFDCC8;
	color: #000000;
	font-weight: bold;
}
/* EndNav */

/* CONTENT */
#content {
	padding: 0px 40px 1px 60px;
	margin: 20px auto 0px auto;
	text-align: left;
	height: auto;
}

#content h2 {
	color: #333333;
	font-weight: bolder;
	font-size: 14px;
	margin: 0 0 5px 0;
}
#content h2	a:hover{
	color: #97C24D;
	text-decoration: underline;
}
#content h2 a{
	color: #003366;
	text-decoration: none;
}
#content h3 {
	color: #7581BC;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-bottom: -10px;
	padding-top: 5px;
}#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-align: justify;
}
.text {
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
}
.text a {
	color: #009900;
	text-decoration: underline;
	padding: 2px;
}
.text a:hover {
	color: #fff;
	background-color: #009900;
	text-decoration: none;
}

#container #middle #content strong {
	color: #7581BC;
}
.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: #7581BC;
	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: 5px;
	margin-left: 20px;
	margin-right: 0px;
	border: solid #7581BC 1px;
	padding: 2px;
}
.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: #000000;
	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;
	background-image: url(../images/side.gif);
	height: inherit;
	background-position: center;
	padding-bottom: 10px;
}
.sidenews {
	margin: 8x 10px 5px 10px;
	width: 190px;
	background-color: #7581BC;
	text-align: center;
	position: inherit;
}
#container #middle #sidebar .side img {
	border: solid #fff 1px;
	margin: 10px 0 5px 10px;
	clear: both;
}
#container #middle #sidebar .side p {
	color: #FFFFFF;
	font-size: 0.75em;
	line-height: 1.7em;
	text-align: center;
	margin-top: 10px;
}
#container #middle #sidebar .side a {
	color: #C8D1FD;
}
#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: #FFFFFF;
	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 {
	text-align: left;
	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: #C2C7DF;
	text-decoration: underline;
	padding: 1px;
}
#footertext a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #BFDCC8;
}
/* 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 : #e8e8e8;
	width : 120px;
	height : 15px;
	border : 1px solid #333;
	margin: 5px;
	color: #7581BC;
	font-weight: normal;
}

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

#container #top #findphoto a:hover {
	background-color: #C8D1FD;
}
/*END FIND PHOTO*/
#social {
	float: right;
	margin: 15px 8px 5px 0;
	font-size: 0.7em;
	color: #C8D1FD;
	padding: 2px 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	width: 200px;
}
/*SEARCH*/
#search {
	float: right;
	margin: 15px 24px 5px 0;
	font-size: 0.7em;
	color: #7581BC;
	padding: 2px 10px 5px 10px;
	border: solid #fff 1px;
	text-transform: uppercase;
	font-weight: bold;
	width: 130px;
}
#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: 356px;
	text-align: left;
	text-decoration: none;
	font-size: 0.8em;
	position: relative;
	color: #666666;
}
.formcontainer2 {
	font-size: 0.8em;
	color: #333333;
	background-color: #BFDCC8;
	margin: 0 120px;
	padding: 25px;
	height: 110px;
	border-color: #7581BC;
	border-width: 1px;
}
.containerleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
	text-align: right;
}
.containerleft2 {
	float: left;
	width: 240px;
	margin-bottom: 10px;
}
.container2head {
	float: left;
	margin-top: 10px;
	width: 350px;
	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;
}
#event_form {
	font-size: 0.9em;
	font-weight: bold;
}
#container #middle #content #inner .text #event_form #form2 label {
	width: 50px;
}
#container #middle #sidebar .side #social img {
	float: left;
	clear: none;
	border: 0;
	padding: 0 0 0 10px;
}
#container #middle #sidebar .side #social h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
#container #middle #sidebar .side #social a:hover {
	margin: 0px;
	padding: 0;
}
