/*********************************************************************/
/* HTML tag styles                                                   */
/*********************************************************************/

/* Global Reset */body,img,p,h1,h2,h3,h4,h5,h6,ul,ol, a, form {margin:0; padding:0; list-style:none; border:none;}   
/*body,img,p,h1,h2,h3,h4,h5,h6,ul,ol, a, form, input, textarea {margin:0; padding:0; list-style:none; border:none;}   
*/
html {
	height: 100%;
	
}

body{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font: 90%/1.2em Arial, Helvetica, sans-serif;
	color: #000000;
}

/******* groovy responsive stuff *******************************************/
@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 80%;
    padding: 0;
  }
  .right {
    width: 100%;
  }
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}

/******* hyperlink and anchor tag styles ***********************************/

a, a:link, a:visited{
	color: #000000;
	text-decoration: none;
	border: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles ***************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #000000;
	margin: 0px 0px 0.5em;
	padding: 0px;
	font-size: 140%;
	font-weight: lighter;
	line-height: 1em;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h6 {
}

p {
	margin-bottom: 1em;

}

img, a {
	border-style: none;
}
/*************** list tag styles ********************************************/

ul{
 list-style-type: square;
}

/********* form and related tag styles **************************************/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #000000;
}
				
input, select, textarea{
font-family: Arial,sans-serif;
}
#skipnavigation {
	float: right;
	font-size: 10px;
	background: #84B448;
	border: 1px solid #8AC145;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#skipnavigation a {
	color: #FFFFFF;
}
#skipnavigation a:hover, #skipnavigation a:visited {
	color: #FFFFFF;
}




/***********************************************/
/* Navbar Divs                                 */
/***********************************************/

/*********************************************************************/
/* Layout Divs                                 						 */
/*********************************************************************/

#container {
	width:90%;
	margin: auto;
}
#container #header {
	background: url(../images/header.jpg) no-repeat;
	height: 85px;
	width: 100%;
	margin: 10px 0px 0px 0px
}
#container #header #telephone {
	font-size: 180%;
	color: #000000;
	text-align: right;
	float: right;
	width: 100%;
	font-weight: bold;
	margin: 45px 0px 0px 0px;
	padding-top:4px;
	padding-bottom:4px;
}
#container  #header  #telephone .telnum {
	font: 150% "arial black", arial, san-serif;
	color: #000000;
	text-align:right; /*?????*/
}

#container #content {
	padding: 0px;
	margin:0px;
	width: 90%;
	background: #FFFFFF;
	clear: both;
}
#nav {
	//width:800px;
	padding: 10px 0px 0px;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px 0px 10px 105px;
	height: 100%;
	float: left;
}
#nav #navbar #buttons ul {
	list-style: none;
}
#nav #navbar #buttons li {
	display: block;
	list-style: none;
	height: 38px;
	width: 233px;
	//background: url(../images/button_up.jpg) no-repeat;
}

#nav #navbar #buttons a, #nav #navbar #buttons a:visited, #nav #navbar #buttons a:active {
	height: 38px;
	width: 233px;
	color: #000000;
	font-weight: bold;
	display: block;
	line-height: 38px;
}
#nav #navbar #buttons a:hover {
	height: 38px;
	width: 233px;
	color: #000000;
	//background: url(../images/button_over.jpg) no-repeat;
	text-decoration: none;
}
#nav    #navbar    #buttons    a.active  {
	//background: url(../images/button_over.jpg) no-repeat;
	color: #FFFFFF;
}
#content #maincol {
	width: 75%;
	display: block;

}
#content #maincol #textcol {
	margin: 15px 10px 0px;
	padding-bottom: 10px;
}
#hoverbox {
	margin-top: 0px;
	text-align:center;
}
p.mini, #hoverbox p  {
	font-size: 11px;
	color: #999999;
	margin-left: 4px;
}
.thumblandscape {
	padding: 2px;
}
.thumbportrait {
	padding: 6px;
}






/************* Footer styles ****************************************/
#container #footer
 {
	//background: url(../images/footer_background.png) no-repeat;
	width: 80%;
	clear: both;
	//height: 123px;
}
#container  #footer #footxt {
	font-size: 70%;
	color: #000000;
	padding-top: 25px;
	padding-left: 0px;
}

#footainer {
	margin: auto;
	padding: 0px;
	width: 90%;
	//background: #FFFFFF url(../images/footer.jpg) no-repeat 0px 0px;
	background-color: #FFFFFF
	height: 177px;
}

#footxt a, #footxt a:active, #footxt a:visited {
	color: #000000;
	text-decoration: none;
}
#footxt a:hover {
	color: #000000;
}


/*************** story styles *******************************************/


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/********************* end *******************************************/
