/* reset code*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* actual css*/

a:link { 
	color: #000;
	text-decoration: none;
	font-weight:bold;
	}
a:visited {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	}
a:active {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	}
	

body {
	background-color: #f0f7f8;
	color: #666;
	line-height: 16px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.clear-me{ clear:both;}

#content-holder{
	margin:auto;
	width:940px;
	background-color:white;
}

#header-menu-section{
	width:380px;
	height:234px;
	background-color:#fff;
	float:left;
	background-repeat: no-repeat;
	background-image: url(images/logo.gif);
}

#header-image-section{
	width:560px;
	background-color:#fff;
	float:right;
	height:234px;
}

#radio-player{
	background-color: #e5f0f3;
	height: 41px;
	width: 247px;
	float: right;
}

#main-menu{
	float:right;
	clear:both;
	margin-top:23px;
	width:140px;
	height:140px;
	background-color:#006d86;
}


#main-menu a:link { 
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	}
#main-menu a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	}
#main-menu a:hover {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	}
#main-menu a:active {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	}

#main-menu ul{
	padding:10px;
}

#right-col{
width:620px;
float:right;
}

#right-col ul{
list-style:outside;
margin-left:20px;
}


#left-col{
width:270px;
float:left;
padding-left:30px;
}

#main-content{
padding-left:20px;
padding-right:80px;
}

#content-body{
margin-top:30px;
}

#quote{
margin-top:20px;
background-color:#ffe88c;
padding:15px;
margin-right:50px;
margin-left:10px;
}

#quote p{
color:#333333;
font-size:17px;
line-height: 20px;
font-family:"Times New Roman", Times, serif;
}

#footer{
margin-top:20px;
width:940px;
height:306px;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
}

#footer-flash{
height:140px;
background-color:#fff;
margin-left:320px;
}
#footer-content{
margin-left:30px;
margin-top:100px;
color:#000000;
}

.bold-text{
font-weight:bold;
}
.right-box{
background-color:#9cc7ce;
padding:10px;
color:#006d86;
margin-bottom:20px;
}

h2{
font-size:14px;
font-weight:bold;
margin-bottom:5px;
}

p{
margin-bottom:5px;
}

.text-col{
width:125px;
float:left;

}
.text-col a:hover {background:#9cc7ce; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:200px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffcc00; border:1px solid #ffcc00; color:#666;}