@charset "UTF-8";
/* CSS Document */

body{
	background: url('../images/bg.gif') repeat-x top left;
	padding-top: 25px;
}

div#container{
	width: 788px;
	margin: 0 auto;
}

div#header{
	width: 100%;
	height: 80px;
}

div#header a#logo{
	float: left;
	margin-bottom: 10px;
}

div#header a img{
	border: none;
}	

div#header #player{
	float: right;
}

div#main{

	position: relative;

	background: url(../images/sidebg.gif) repeat-y top left;
	float: left;
	border: 4px solid #85cbc3;
	width: 780px;
	/*overflow: hidden;*/
	min-height: 450px;
}

div#nav{
	float: left;
	width: 170px;
	
	
	/*
	background: #85cbc3; 
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	*/
}

div#nav ul{
	float: right;
	margin-top: 20px;
}

div#nav ul li{
	text-align: right;
	width: 7em;
	border-left: 4px solid #85CBC3;
}

div#nav ul li.active{
	background: #ffffff;
	border-left: 4px solid #1C6B62;
}

div#nav ul li a{
	display: block;
	margin-right: 5px;
	padding: 3px 10px 3px 0;
	color: #ffffff;
	text-decoration: none;
}

div#nav ul li a:hover{
	background: url(../images/arrow.png) no-repeat 100% 50%;
}

div#nav ul li.active a{
	color: #1C6B62;
}

div#navcontact{
	/*
	clear: right;
	color: #fff;
	text-align: justify;
	width: 160px;
	margin: 0 auto;
	background: url(../images/trebc.png) no-repeat bottom right;
	*/
	position: absolute;
    bottom: 0;
    left: 3px;	
	color: #fff;
	text-align: justify;
	width: 160px;
	height: 65px;
	padding-top: 130px;
	background: url(../images/trebc.png) no-repeat bottom right;
}

div.clearall{
	clear: both;
}

span#telnum{
	display:block;
	width: 100%;
	text-align: right;
	font-size: 1.4em;
}

span#email{
	display:block;
	width: 100%;
	text-align: right;
	font-size: 0.95em;
	
}

div#content{
	float: left;
	width: 570px;
	padding: 10px 20px;
}

h1{
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 1.6em;
	margin-top: 5px;
	color: #1C6B62;
	width: 100%;
	border-bottom: 1px solid #D2D2D2;
}

div#content div.col{
	width: 46%;
	float: left;
	text-align: justify;
	padding: 15px 0;
}

.right{
	margin-left: 35px;
}

div#content h2{
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
	border-bottom: 1px solid #efefef;
}

div#content p{
	line-height: 1.4em;
}

div#content img#mainpic{
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #cacaca;
}

div#footer{
	clear: both;
	width: 788px;
	color: #999;
	font-size: 0.9em;
}

div#footer a{
	color: #999;
	text-decoration:none;
	border-bottom: 1px dotted #cacaca;
}	

div#footer p{
	padding: 3px 5px;
}

div#footer p#designby{
	float: left;
}

div#footer p#copyright{
	float: right;
}

div#contact{
	clear:both;
    width:450px;
    margin: 30px auto 0 auto;
}

div#contact input{
    margin:3px;
    border: 1px solid #999;
    padding: 3px;
    color: #333;
}

div#contact textarea{
    margin:3px;
    border: 1px solid #999;
    padding: 3px;
    color: #333;
}

div#contact label{
    margin:3px;
    padding: 3px;
    color: #333;
}

div#listen_player{
	width:255px;
	margin:0px auto 7px auto;
	height:60px;
}

iframe{
	border:0px;
	margin:0px;
	padding:0px;
}

div#listen ul{
	margin:5px 0 0 10px;
	
}

div#listen li{
	padding: 2px 0;
	color:#333333;
}

div#listen li a{
	padding: 2px 0;
	text-decoration:none;
	color:#1C6B62;
}
div#listen li a:hover{
	color:#333333;
	border-bottom: 1px dotted;

}

div.galitem{
	width: 100px;
	height:100px;
	float:left;
	margin:10px;
	padding:5px;
	border:1px solid #999;
}
