@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: #BEB8B8 url(../images/layout/brow_bg.jpg) repeat-x top left;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #666666;
}
/* Layout
----------------------------------------------------------------------------------------------------*/
#container {
	width:960px;
	margin:0 auto;
	padding-top:10px;
	background: #fff;
}
#header {
	position:relative;
}
#logo{
	position:absolute;
	top: 20px;
	left:50px;
}
#nav {
	background:#FFFFFF url(../images/layout/nav_bg.jpg) repeat-x left top;
	border: solid 2px #fff;
	overflow:hidden;
}
#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li{
	display:inline;
}
#nav ul li a{
	color:#fff;
	background:url(../images/layout/nav_div.jpg) no-repeat center right;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	padding: 0 20px;
	display:inline-block;
	height:30px;
	padding-top:10px;
}
#nav ul li a:hover{
	color:#d52f26;
}
#wrap {
	background: url(../images/layout/col_bg.gif) repeat-y left top;	
}
#col,#content {
	float:left;
	display: inline; 
	padding-bottom:20px;
}
#col {
	width:280px;
	margin-left:10px;
}
#content {
	width:650px;
	margin-left:15px;
}
#footer {
	clear:both;
	background-color:#fff;
	border-bottom:solid 2px #D52F26;
	width: 940px;
	margin: 10px auto;
	padding:10px;
}
/* Default Styles
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
h1 {
	font-size:24px;
	color:#0689e1;
}
h2 {
	font-size:22px;
	color:#f47321;
}
h3 {
	font-size:20px;
	color:#d52f26;
	border-bottom: solid 1px #DDDBDA;
}
h4 {
	font-size:18px;
	color:#0689e1;
}
h5 {
	font-size:16px;
	color:#f47321;
}
img {
	border:none;
}
a:link {
	color:#0689e1;
}
a:visited {
	color:#0689e1;
}
a:hover {
	color:#f47321;
}
a:active {
	color:#f47321;
}
/* Classes
----------------------------------------------------------------------------------------------------*/
.border {
	border:solid 1px #000;
}
.flleft {
	float:left;
}
.flright {
	float:right;
}
.table {
	border:solid 1px #DDDBDA;
	margin-bottom:20px;
}
.table th {
	background-color:#999999;
	color:#FFFFFF;
	text-align:left;
}
.table td,th {
	padding:6px;
}
.table .odd {
	background-color:#F7F5F5;
}
.program {
	display: inline; 
	float:left;
	width:200px;
	margin:5px 8px;
/*	width:33.3%;*/
}
.program h2{
	background-color:#DFE2CF;
	font-size:17px;
	padding:3px;
}
.program-links{
/*	width:90%;*/
	border: solid 1px #D6D3D3;
	margin: 10px auto;
	padding:5px;
	line-height:2.0;
	background: #fff url(../images/layout/links_bg.gif) no-repeat right top;
}
.program-links h5{
	border-bottom: solid 1px #DDDBDA;
	padding:5px 0;
}
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}
.subnav {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-bottom:10px;
}
.subnav li{
	padding:15px;
	border-bottom:dotted 1px #DDDBDA;
	background:url(../images/layout/subnav_arrow.gif) no-repeat left center;
}
.subnav li a{
	text-decoration:none;
}
.subnav li:hover {
	background:#ffffff url(../images/layout/subnav_arrow.gif) no-repeat left center;
}
ul.gallery {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.gallery li {
	float:left;
	display:inline;
	margin: 1px 3px;
	margin-left:0px;
}
ul.gallery li a{
	float:left;
	border: solid 1px #fff;
}
ul.gallery li a:hover {
	float:left;
	border: solid 1px #000;
}