* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	background: url(../img/bg2.gif);
}

p {
	line-height: 1.5em;
	margin-bottom: 15px;
}

a {outline: none;}
a, a:link, a:visited {color: #6e8d82;}
a:hover {color: #6e8d82; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	/*color: #C63;*/
	color: #000;
}

h1 {
	font-size: 18px;
	font-style: italic;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 15px;
}

h4 {font-size: 13px;}

h5 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #6e8d82;
}

h6 {
	margin-top: 15px;
	margin-bottom: 1px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #6e8d82;
}

input, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

img {border:0;}

img.frame {
	border: 1px solid #CCC; 
	padding: 3px;
}
	

/* container */

div#container {
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 15px;*/
	width: 900px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
}


/**********/
/* header */
/**********/

div#header {
	width: 900px;
	height: 68px;
	text-align: center;
	background: url(../img/frame/head.jpg) no-repeat 0 0;
	border-bottom: 1px solid #000;	
}


/**********/
/* navBar */
/**********/

div#navBar {
	height: 30px;
	border-top: 2px solid #CC9;
	border-bottom: 1px solid #000;
	background: url(../img/frame/nav_bg.gif) repeat-x 0 0;
}

#navBar ul {
	float: left;
	list-style: none;
}

#navBar li {
	float: left;
	height: 100%;
	background: url(../img/frame/btn_border.gif) no-repeat top right;
}

#navBar li a {
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 20px;
	font-weight: bold;
	padding: 4px 20px 2px 20px;
}

#navBar li a, #navBar li a:link, #navBar li a:visited {text-decoration: none; color: #fff;}
#navBar li a:hover {text-decoration: underline; color: #fff;}

#navBar li.on a {
	color: #CCE4D9;
	background: url(../img/frame/btn_on.gif) no-repeat top center;
}

#navBar li.on a, #navBar li.on a:link, #navBar li.on a:visited {color: #CCE4D9;}
#navBar li.on a:hover {color: #CCE4D9; text-decoration: none;}


/********/
/* main */
/********/

div#main {
	padding: 10px 20px;
	height: 1%;
}


/*****************/
/* features list */
/*****************/

ul.features {
	margin: 10px 0 20px 0;
	list-style: none;
}

.features li {
	padding: 3px 0 3px 22px;
	background: url(../img/bul/4diam.gif) no-repeat 0 4px;
}


/********************/
/* slideshow styles */
/********************/

div#slideshow {
	width: 800px;
	margin: 0 auto 15px auto;
	text-align: center;
	clear: both;
}


/*************************/
/* thumbnail list styles */
/*************************/

div#thumbnails {
	width: 765px;
	margin: 0 auto 15px auto;
}

#thumbnails ul {
	list-style: none;
}

#thumbnails li {
	display: inline;
}

#thumbnails img {
	margin: 5px;
	padding: 2px;
	border: 1px solid #CC9;
}

#thumbnails img.thumb {border: 1px solid #CCC;}

#thumbnails img.selThumb {border: 2px solid #09F;}


/******************************/
/* playButtons for slideshows */
/******************************/

div#playButtons {
	text-align: center;
	margin: 10px 0;
}

#playButtons ul {
	list-style: none;
}

#playButtons li {
	display: inline;
}


/**********/
/* footer */
/**********/

div#footer {
	height: 30px;
	padding-top: 5px;
	margin: 25px 15px 0 15px;
	font-size: 11px;
	color: #6e8d82;
	border-top: 1px solid #efefef;
}

#footer p {
	margin: 0;
}


/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }