html, body {
	margin:0;
	border:0;
	padding:0;
	/*background-color:#8495AB;*/
	background-color:#fff;
	font-size:85%;
	font-family:Verdana, sans-serif;
}

/*clearing - try adding 'overflow:auto' to container element */

/* clearing floats */
.clearer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearer {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearer {height: 1%;}
.clearer {display: block;}
/* End hide from IE-mac */


#page, #home{
	background-color:#fff;
	padding-left:30px;
	min-height:600px;
}

* html #page, * html #home{height:600px;} /* ie6 doesn't get min height */

#header, #nav-area, #content{width:800px;position:relative;}

#header{
	background-color:#C51E12;
	font-size:90%;
	padding:5px 0;
}
#header h2{font-size:190%;font-weight:normal;color:#fff;padding:0 7px 0;margin:0;display:inline;}
#header a.button{background-image: url(images/button-white.gif);display:inline;color:#fff;}

.sublink{width:30%;float:right;text-align:right;}
#header .sublink a{color:#FFF;display:block;padding:10px 30px 5px 0; background:url(images/header-splat.gif) center right no-repeat;}

#nav-area{
	padding:50px 0 0;
	background:url(images/drip-header.gif) top right no-repeat;
}
#csoon #nav-area{height:50px;}

#logo{
	position:absolute;
	top:30px;
	left:0;
}

#footer{
	padding:20px 0 30px 30px;
	background:url(images/footer.gif) repeat-x;
	font-size:90%;
	background-color:#8495AB;
}
.av_link{font-size:90%;padding-top:1em;}

#content{padding:10px 0 30px;}
#col1 {
	width:180px;
	float:left;
}
#page #col1{font-size:90%;}

#col2{
	width:580px;
	float:right;
}

#col3{
	float:right;
	font-size:90%;
	width:180px;
	margin-left:15px;
}
#col3 .item{
	border:1px dotted #8495AB;
	padding:8px;
	margin-bottom:10px;
}

#csoon #col2{float:left;}
#csoon #logo{float:none}

/*home *********************************************/
#flash-gallery{
margin-left:-30px;
background:url(images/home-flash_bg.gif) center left repeat-x;
height:266px;
overflow:auto;
}

#home #col2 h1{color:#33A092;font-size:160%; margin-bottom:0.5em}
#home h4{color:#C51E12;}

#home #col2-inner{
	width: 360px;
	float:left;
	border-right:1px dotted #8495AB;
	padding-right:20px;
}

#home #col3{
	float:right;
	width:180px;
	padding:0;
	margin:0;
	border:0;
}

#home #col3 .item{
	border:0;
	padding:0;
	margin:0;
}



/* temp for holding page*/
#flash-gallery #flash img.holder{display:block;padding-left:25px;}

/* main nav **************************************************/
ul#mainnav{
	width:580px;
	float:right;
	list-style-type:none;
	padding:0;
	margin:0 0 20px;
	border-bottom:1px solid #C51E12;
	border-left:1px solid #C51E12;
	font-size:95%;
}

#mainnav li{
	width:auto; 
	float:left;
	padding:0 0 20px;
	margin:0 0 -20px;
	overflow:visible;
}

#mainnav li a{
	display:block;
	padding:4px 6px 7px;
	text-decoration:none;
	border-right:1px solid #C51E12;
	/*border-bottom:4px solid #fff;*/
	margin:0;
	
}
#mainnav li a:hover{/*border-bottom:4px solid #C51E12;*/background: url(images/mainnav-under.gif) bottom repeat-x;}

#mainnav li.down{background: url(images/mainnav-drip.gif) bottom right no-repeat;}
#mainnav li.down a{background: url(images/mainnav-under.gif) bottom repeat-x;}

ul#subnav{
	list-style-type:none;
	padding:0;
	margin:0 0 30px;
	border-right:1px solid #C51E12;
	border-top:1px solid #C51E12;
	font-size:110%;
}
#subnav li{padding:0;margin:0;border-bottom:1px solid #C51E12;}
#subnav li a{
	display:block;
	padding:7px 4px 7px 0;
	text-decoration:none;
	border-right:3px solid #FFF;
	margin:0;
	
}
#subnav li a:hover, #subnav li.down a{border-right:3px solid #C51E12;}


a.button, .news-single-backlink a, a.news-latest-more-link{
	display:block;
	width:auto;
	color:#C51E12; 
	padding: 2px 5px 5px 15px;	
	background: url(images/button-red.gif) center left no-repeat;
}

/*a.button:hover, a.button:visited:hover, .news-single-backlink a:hover, .news-single-backlink a:visited:hover, a.news-latest-more-link:hover, a.news-latest-more-link:visited:hover, .occupier-single-backlink a:hover, .occupier-single-backlink a:visited:hover{color:#000;background-image: url(images/splat0.gif)}*/

.bluepanel{
	border:1px dotted #2DA6D6;
	padding:4px;
	margin-bottom:10px;
}

.orangepanel{
	border:1px dotted #D07319;
	padding:4px;
	margin-bottom:10px;
}
.aquapanel{
	border:1px dotted #33A092;
	padding:4px;
	margin-bottom:10px;
}
.greypanel{
	padding:4px;
	border:1px dotted #8495AB;
	margin: 0 0 10px;
}
/* page right column **************/
.item h1{font-size:160%;}
.item h1, .item h2, .item h3{margin-top:0;}

/*#page .item img{padding-right:4px;}*/

.bluepanel h2, .orangepanel h2, .aquapanel h2 {
	margin:5px -5px -5px;
	padding:3px 5px;
	background: url(images/button-white.gif) center right no-repeat #2DA6D6;
	color:#fff;
	font-size:115%;
}

.orangepanel h2{background-color:#D07319}
.aquapanel h2{background-color:#33A092}

#home #col3 h2 a, #page .bluepanel h2 a, #page .orangepanel h2 a, #page .aquapanel h2 a{color:#fff;text-decoration:none;}


/* news/events ***************************************/
.news-latest-container h2, .news-latest-item{
	border-bottom:1px dotted #8495AB;
	padding-bottom:5px;
	margin-bottom:0;
}
.news-latest-item{
	font-size:95%;
	padding-top:5px;
}
.news-latest-item h3{font-size:110%;font-weight:bold;}
.news-latest-date{display:block;font-weight:bold;}
.news-latest-image{
	width: 55px;
	background-color:#C1CAD5;
	float:right;
	text-align:center;
}

.news-list-item{
	padding:8px;
	border:1px dotted #8495AB;
	margin: 0 0 10px;
	overflow:auto;
	/*width:100%;*/
	width:565px;
}
.news-list-date{padding-bottom:.7em;font-size:90%;font-weight:bold;}

.news-list-item h2{
	margin:0 0 10px;
	padding:4px 6px;
	background: url(images/button-white.gif) center right no-repeat #9BBD53;
	color:#fff;
	font-size:115%;
}

.news-list-item h2 a{color:#fff;text-decoration:none;}
.news-list-item h2 a:hover , .news-list-item h2 a:visited:hover{text-decoration:underline;}

.news-list-item .news-list-image{
	float:right;
	background-color:#C1CAD5;
	width:120px;
	text-align:center;
	margin-left:10px;
}

.news-single-top h2{
	border:1px dotted #8495AB;
	padding:8px;
	font-size:170%;
	color:#D07319;
}
.news-single-top h3{color:#2DA6D6;margin-bottom:1em;}
.news-single-img{
	float:right;
	background-color:#C1CAD5;
	width:240px;
	text-align:center;
	margin:0 0 10px 10px;
}
.news-single-img a{
	display:block;
}

.news-single-backlink{
	border-top:1px dotted #8495AB;
	margin-top:10px;
	padding-top:5px;
}




.csc-textpic-caption{font-size:90%; margin-bottom:1em;}

/* basic text ***************************************/
a:link, a:visited{color:#C51E12;text-decoration:underline;}
a:hover, a:visited:hover{text-decoration:none;color:inherit;}

h1,h2,h3,h4,h5,h6{margin:0.2em 0 0.2em;padding:0;color:#C51E12;}

h1{font-size:170%;font-weight:normal;}
h2{font-size:150%;font-weight:normal;}
h3{font-size:130%;font-weight:normal;color:#2DA6D6}
h4, #home h5{font-size:110%;font-weight:bold; font-style:normal;margin-bottom:0;color:#9BBD53;}/* #33A092 jade */
#home h5 a{color:inherit;}
h5,h6{font-size:100%;font-style:italic;font-weight:normal;}
p{margin:0.2em 0 .8em; padding:0;}

img {border:0}

ul{
	list-style: square;
	margin: .5em 1em .5em 15px;
	padding-left:2px
}
ol{
	list-style-type: decimal;
	margin: .5em 1em .5em 30px;
	padding-left:2px;
}

li{
	margin:0 0 0.5em 0;
	padding:0;
}

