@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background-color: #bcbabb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../images/pattern4.png);
	background-position:top left;
	background-repeat: repeat;
}

#wrapper { width:902px; min-height: 790px; margin: auto; overflow: hidden; }

#container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-image: url(../images/bkgnd-60p.png);
	background-repeat: repeat-y;
}

br.clear{clear:both; margin-top:-15px;}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----------------------------------------------TOP LANGUAGE SELECTOR-------------------------------------*/

.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

.language a:link {
	color: #666;
	text-decoration: none;

}

.language a:active {
	color: #666;
	text-decoration: none;

}

.language a:hover {
	color: black;
	text-decoration: none;

}

.language a:visited {
	color: #666;
	text-decoration: none;

}

/* ----------------------------------------------HEADER SECTION-------------------------------------*/

#top {
	float: left; 
	position: relative;
	width: 900px;
	height: 166px;
	z-index: 10;

}


#title {
  margin: auto;
  width: 238px;
  height: 80px;
  padding-top: 30px;
}
#title h1 {
  display: block;
  float: left;
  width: 238px;
  height: 80px;
  text-indent: -9999px;
}

#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* ----------------------------------------------NAVIGATION MENU-------------------------------------*/

#navigation{
float: left;
width: 892px;
height: 26px;
background: #ddd7bd;
margin-top: 30px;
padding-left: 8px;

}

#cn-navibar{
float: left;
width: 835px;
height: 26px;
background: #ddd7bd;
margin-top: 30px;
padding-left: 65px;
}

/* ----------------------------------------------LEFT COLUMN-------------------------------------*/

#sidebar1 {
	float: left;
	width: 216px;
	height: 504px;
	margin-left: 20px;
	padding-top: 20px;
	/*padding-right: 20px;*/
}

#sidebar2 {
	float: left;
	width: 210px;
	padding-top: 20px;
	/*padding-right: 20px;*/
	padding-left: 15px;
}

#sidebar2 h2{
	font-size: 1.5em;
	color: #886f3b;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

.sideimage img {
	text-decoration: none;
	border: 1px solid #666666;
}


.sidebar-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-indent: 10px;
	width: 214px;
	background-color: #666666;
	border:1px solid #666666;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.side-cntext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-indent: 10px;
	width: 214px;
	background-color: #666666;
	border:1px solid #666666;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* ----------------------------------------------RIGHT MAIN CONTENT-------------------------------------*/

#content1 {
	float: right;
	width: 640px;
	height: 504px;
	padding-top: 20px;
	padding-right: 4px;

}

#content3 {
	float: right;
	width: 640px;
	height: 504px;
	padding-top: 20px;
}


#intro {
	float: right;
	width: 588px;
	/*height: 175px;*/
	text-align: left;
	padding-top: 30px;
	padding-right: 50px;
}

.introtext {
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	font-size: 1em;
	line-height: 130%;
}

.introtext ul{
	list-style: disc url(images/bullet1.gif) inside;
	text-indent: 10px;
	padding-top: 8px;
	display: block;
}
	
.introtext li a{
	line-height: 150%;
	
}

	
.headertext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #886f3b;
	font-size: 1.5em;
	margin-bottom: 20px;
}


/* ----------------------------------------------FOR EVENTS & PROMO PAGE-------------------------------------*/

#event {
	float: left;
	width: 230px;
	display: block;
	text-align: left;
	font-size: 12.5px;
}

#event .eventname{
	color: #886f3b;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

.eventname a:link{color: #886f3b;text-decoration:none;}
.eventname a:visited{ color: #886f3b;text-decoration:none;}
.eventname a:hover{ color: #886f3b;text-decoration:underline;}

.eventdetails {
	margin-top: 8px;
	color: #666666;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.2em;
	margin-right: 2px;
}
.eventpic {border: 1px solid #886f3b; float: left; margin-right: 10px;}


/* ----------------------------------------------FOR NEWS PAGE-------------------------------------*/

.year {font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #886f3b; font-size: 1.3em; line-height: 130%; font-weight: bold; }

.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #886f3b;
	font-size: 1em;
	text-decoration: none;
	text-align: left;
	
}

.newstext a:link { color: #886f3b; text-decoration: none; }
.newstext a:visited { color: #886f3b; text-decoration: none; }
.newstext a:hover { color: #886f3b; text-decoration: underline; }
.newspic { border: 1px solid #886f3b; float: left; margin-right: 10px;}


/* ----------------------------------------------FOR CUSTOMER SERVICE PAGE-------------------------------------*/

#tips {
margin: 0;
padding: 0;
list-style: none;
}
	
#tips li{
	font-family: Arial, Helvetica, sans-serif;
	color: #886f3b;
	font-size: 1em;
	font-style: italic;
	margin-top: 8px;
	padding-left: 20px;
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
} 

#tips li a:link { color: #886f3b;	text-decoration: none; }

#tips li a:visited { color: #886f3b; text-decoration: none;}

#tips li a:hover {	color: #886f3b;	text-decoration: underline;}

.tipstext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	font-size: 1em;
	line-height: 130%;
}

.tipstext ul{ 	list-style-type: disc;	padding: 0;	margin: 0;}

.tipstext li{ padding-top: 6px; margin-left: 1.5em;}

.tipsheader {font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #886f3b; font-size: 1.1em; line-height: 130%; font-weight: bold; }

#tipscn {
margin: 0;
padding: 0;
list-style: none;
}

#tipscn li{
	font-family: Arial, Helvetica, sans-serif;
	color: #886f3b;
	font-size: 1.2em;
	font-style: normal;
	margin-top: 8px;
	padding-left: 20px;
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
} 

#tipscn li a:link { color: #886f3b;	text-decoration: none; }

#tipscn li a:visited { color: #886f3b; text-decoration: none;}

#tipscn li a:hover {	color: #886f3b;	text-decoration: underline;}

.tipscntext { font-family: Arial, Helvetica, sans-serif; 	font-weight: normal; color: #666666; font-size: 1.1em; line-height: 130%;}

.tipscntext ul{ list-style-type: disc;	padding: 0;	margin: 0; 	list-style-position: inside; }

.tipscntext li{ padding-top: 4px; margin-left: 1.5em;}

#privi {
display: block;
width: 420px;
float: right;
margin: 50px 40px 0 30px;
list-style: none;
}

#privi ul{ margin:0; padding: 0; list-style: none;}

#privi li{
	font-family: Arial, Helvetica, sans-serif;
	color: #886f3b;
	font-size: 1.1em;
	font-style: italic;
	margin-top: 10px;
	padding-left: 20px;
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
} 

#privicn {
display: block;
width: 420px;
float: right;
margin: 50px 40px 0 30px;
list-style: none;
}

#privicn ul{ margin:0; padding: 0; list-style: none;}

#privicn li{
	font-family: Arial, Helvetica, sans-serif;
	color: #886f3b;
	font-size: 1.1em;
	font-style: normal;
	margin-top: 15px;
	padding-left: 20px;
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: normal;
	line-height: 1.3em;
} 

#terms { display: block; width: 800px; margin: 50px auto; 10px}

/* ----------------------------------------------FOOTER-------------------------------------*/

#footer {
  float: left;
  width: 900px;
}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;  
	text-align: center;
	padding: 10px 0 20px 0;
	text-decoration: none;
}

.footnote a:link {
	color: #333333;
	text-decoration: none;
}
.footnote a:visited {
	color: #333333;
}

.footnote a:hover {
	color: #333333;
	text-decoration: none;
}

.footnote a:active {
	color: #333333;
}

