body{
    font-family:verdana, trebuchet ms, sans-serif;
    font-size:1em;
    text-align:left;
}
#page{
    margin: 0 auto 0 auto;
    width:880px;
    background:  #fff;
	overflow:auto;
}

/* header contains the logo and the right contact info*/

#header{}

/* logo */

#logo{
    float:left;
    width:271px;
    height:94px;
    margin:40px 0px 0px 0px;
}
#logo p{
    display: none;
	overflow: hidden;
	height: 0px;
}
/* the top contact details */

#upper_contact{
	float:right;
	width:570px;
	margin:100px 0px 0px 0px;
	text-align:right;
}
#upper_contact h4{
	color:#000;
	font-size:85%;
	font-weight:normal;
}
#upper_contact h4 strong{
	font-size:105%;
}

/* upper nav */

#stage,#nav,#menu {
   display:none;
}


/* the sidebar includes the right modules*/

#sidebar{
	float:right;
	width:220px;
	margin-top:15px;
	margin-bottom:15px;
}
#sidebar img.standaloneImg{
	width:220px;
	margin-top:15px;clear:both;
}

/* location map */

a#map_box{
	display:block;
	width:220px;
	height:189px;
	background: url("../img/location_map.gif") no-repeat top left;
}
a:hover#map_box{
   background: url("../img/location_map.gif") no-repeat bottom left;
}

/* the graph */

#graph_box{
	width:100%;
	margin-top:15px;
	width:220px;
	height:220px;
}

/* the comments */

#comment_box{
	width:100%;
    margin-top:15px;
	background:#d3dae7;
	font-size:70%;
	overflow:auto;
}



#comment_box p{
	padding:10px;
	line-height:130%;	
}
#comment_box a{
	color:#a52e32;
	text-decoration:none;	
}
#comment_box a:hover{
	color:#000;	
	text-decoration:underline;
}
#comment_box div#title{
	background:#90a2c3;
	padding:10px;
	color:#fff;
}
#comment_box div#title h4{
	font-size:130%;
	text-transform:uppercase;
	padding-bottom:3px;
}

/* main content area  */

#content{
    float:left;
	display:inline;
    width:600px;
    margin:20px 0 0px 20px;
    font-size:80%;
    color:#000;
}
#content h4{
	clear:left;
    font-size:140%;
    color:#939598;
	padding-bottom:5px;
}
#content h5{
    font-size:100%;
    color:#000;
	margin-bottom:-7px;
}
#content p{
	padding:7px 0px;
}
#content  a{
	color:#939598;
	text-decoration:none;
}
#content  a:hover{
	text-decoration:underline;
}
#content img.imgLeft{
	float:left;
	margin:5px 10px 5px 0;
}
#content img.imgRight{
	float:right;
	margin:5px 0px 5px 10px;
}
/* news page  */

dl.news_list{}
dl.news_list dt{
	font-weight:bold;
	padding-top:10px;
}
dl.news_list dd{
	padding-bottom:10px;
	border-bottom:1px dashed #000;
}
dl.news_list dd a{
	color:#000 !important;
	font-weight:bold;
}

/* gallery page  */

p#magnify{
	display:block;
	background: url("../img/magnify.gif") no-repeat center left;
	color:#939598;
	width:170px;
	padding-left:20px;
	float:left;
}
ul#paginator{
	float:right;
	margin:7px 0;
	list-style-type:none;
}
ul#paginator li{
	color:#939598;
	float:left;
}
ul#paginator li a{
	padding:7px;
}
ul#paginator li a:hover{
	text-decoration:none;
	color:#000;
}
ul#paginator li a.clicked{
	text-decoration:none;
	color:#000;
}
ul#gallery{
	list-style-type:none;
	clear:both;
}
ul#gallery li {
	margin:0px 0px 10px 13px;
	float:left;
	display:inline;
	width:154px;
	height:154px;
	background:#717b75;
	overflow:hidden;
}
ul#gallery li a{
	position:absolute;
	display:block;
	width:154px;
	height:154px;margin:0;padding:0;
}
ul#gallery li a:hover{
	background-image:none !important;
}
ul#gallery li.first{
	margin-left:0px;
}
ul#gallery li p{
	color:#fff;
	text-align:center;
	padding:40px 5px;
}
img.gallery_img_big{
	display:block;
	margin:0px auto 0 auto;
}
a.close_gal{
	display:block;
	float:right;
	margin-top:7px;
	background: url("../img/close.gif") no-repeat center left;
	width:66px;
	height:16px;
}
#caption{
	display:block;
	color:#939598;
	float:left;
	width:400px;
}

/*generic style */

ul,h1,h2,h3,h4,h5,h6,ol,p,dl,dd,dt{
    margin:0px;
    padding:0px;
}
a img{
	border:0px;
}
.cb{
    clear:both !important;
}
.bigger{
   width:855px !important;
   margin-left:5px !important;
}
.wai{
    display:none;
}
.fr{
	float:right;
}

/*footer style */

#footer{
    clear:both;
    margin: 0 auto 0 auto;
    font-size:55%;
    padding:5px 10px;
    width:880px;
    color:#000;
	background:#d6d5cf;
}
#footer a{
    color:#000;
    text-decoration:none;
}
#footer a:hover{
    text-decoration:underline;
}
#footer ul{
    list-style-type:none;
    float:left;
}



