.left {float: left; margin-right: 1em;}
.right {float: right; margin-left: 0.5em;}
.small {font-size: smaller; line-height: 1.5em;}
.large {font-size: larger; line-height: 1.5em;}
.hide {display: none;}

li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 2em; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
	

/* Navigation
--------------------------------------- */

.nav {margin: 0; padding: 0;}
.nav li {display: inline; list-style: none;}

#header .nav {
	position: absolute;
	top: 70px;
	right: 0;
}

#header .nav a {
	font-size: 1.333em;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	line-height: 32px;
	height: 33px;
	float: left;
	text-align: center;
	margin-right: 0.75em;
}

#header .nav a:hover {color: #80d5f6;}

#footer .nav a {
	font-weight: bold;
	color: #0c5793;
	text-decoration: none;
	margin: 0 0.5em;
}

#footer .nav a:hover {
	color: #4eace3;
}

/* Headers
--------------------------------------- */

h1 {
	font-size: 12px;
	line-height: 1em;
;	padding-top: 80px; padding-left: 10px;
	color: #666666;
	}

h2, #extraCol h1 {
	font-size: 12px;
	line-height: 1em;
	margin:5px;
	color: #666666;
	}

h3, #extraCol h2 {
	font-size: 12px;
	line-height: 1em;
	margin: 1.125em 0 .375em;
	color: #666666;
	}

h4, #extraCol h3, .feedburnerFeedBlock span.headline {
	font-size: 1.1667em;
	line-height: 1.286em;
	margin: 1.929em 0 0.643em;
	color: #333;
	}

h5, #extraCol h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 2.25em 0 0.75em;
	font-weight: bold;
	color: #333;
	}

h6, #extraCol h5 {
	font-size: 1em;
	line-height: 1.2857em;
	margin: 2.25em 0 0;
	font-weight: bold;
	color: #333;
}

.home #h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
	font-size: 12px !important;
	color: #FFF !important;
	font-weight: bold !important;
	margin: 5px; !important;
	padding: 0;
	line-height: 130%;
}


/* Content
--------------------------------------- */

#header h1 {
	margin: 0px !important;
	width: 322px;
	
}

#header h1 a {
	height: 202px;
	display: block;
	text-decoration: none;
}

.home #feature {
	height: 332px;
	min-height: 332px;
}

.home #mainCol p, .home #subCol p, .home #extraCol p {clear: both;}

.home h2 img {vertical-align: text-top;}

.feedburnerFeedBlock ul {margin: 0; padding: 0;}
.feedburnerFeedBlock li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.feedburnerFeedBlock p.date {
	color: #999;
	margin: 0;
}

.bordered {border: 1px solid #CCC;}


/* Feature carousel
--------------------------------------- */

#mySlides {
	overflow: hidden;
	width: 632px;
	height: 254px !important;
	}

#mySlides .slide {
	color: #333333;
	font-size: 11px ;
	font-family:"Arial Unicode MS, Arial !important";
}

#mySlides .slide h2 {
	font-size: 12px !important;
	margin: 10px !important;
	width: 350px;
	font-family:"Arial Unicode MS, Arial !important";
}

#mySlides .slide p {width: 350px;}


#feature .nav {
	background: #ffffff;
	font-size: 11px;
	color: #13a6ea;
	height: 44px;
	position: relative;
	padding-left: 30px;
	font-family:"Arial Unicode MS, Arial !important";
}

#feature .nav a {
	color: #666666;
	float: left;
	height: 58px;
	line-height: 58px;
	margin-top: -7px;
	margin-right: 1em;
	padding-left: 0px;
}

#feature .nav .one a {background: url() no-repeat left top;}
#feature .nav .two a {background: url() no-repeat left top;}
#feature .nav .three a {background: url() no-repeat left top;}

#feature .nav a:hover, #feature .nav a.jFlowSelected {
	color: #FF6600;
	text-decoration: none;
	background-position: left 0px;
}

#feature .nav .hide {display: none;}
.textfeature {padding-left:10px;}

	
/* Clearing
--------------------------------------- */

.clearfix:after, #container:after, #frame:after, .contents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, #container, #frame {display: inline-block;}
* html .clearfix, * html #container, * html #frame {height: 1%;}
.clearfix #container, #frame {display: block;}
.clear { clear:both; }
