@charset "UTF-8";
/* DIF Design, created January 2010 */

@import url("fancybox.css");
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

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, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
	outline: 0; 
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif; 
	font-size: 100%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
body {
	font: 12px 'Droid Sans', Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: url(img/bg_main.png) top left scroll repeat-x #cbe6f0;
	color: #222;
	text-align: center;
}
#main {
	background: url(img/bg_header.png) center 50px scroll no-repeat;: 
}
#nav, #header, #contentWrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#nav {
	height: 50px;
}
#header {
	height: 200px;
}
#logo {
	width: 165px;
	padding-top: 35px;
	float: left;
}
#banner {
	width: 795px;
	float: right;
	height: inherit;
}
#contentWrapper {
	margin: 20px auto;
}
#sidebar {
	width: 300px;
	float: left;
	min-height: 400px;
}
#sidebarContent {
	padding: 40px;
	background: #374f65;
	/*--Rounded corners--*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebarFooter {
	width: 280px;
	padding: 20px 10px;
}
#sidebar iframe {
	border-top: 1px dotted #678bac;
	padding: 10px 0;
}
#content {
	width: 560px;
	background: #fff;
	float: right;
	min-height: 400px;
	padding: 40px;
	/*--Rounded corners--*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*--Shadow--*/
	-moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}
#contentFull {
	width: 880px;
	background: #fff;
	min-height: 400px;
	padding: 40px;
	/*--Rounded corners--*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*--Shadow--*/
	-moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}
#footer {
	width: 620px;
	padding: 10px;
	text-align: right;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
	text-shadow: 0 1px #eee;
}
.line {
	clear: both;
	margin: 0 0 10px 0;
	border-bottom: 1px #ccc dotted;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

/* Navigation */

ul#topnav {
	float:left;
	width: 100%;
	list-style: none;
	font-size: 14px;
	text-transform: uppercase;
}
ul#topnav li {
	float: left;
	position: relative;
	background: url(img/bg_nav.png) top right scroll no-repeat;
}
ul#topnav li a {
	float: left; 
	height: 50px;
	line-height: 50px;
	padding: 0 12px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px #000;
	overflow: auto;
}
ul#topnav li a.first {
	float: left; 
	height: 50px;
	line-height: 50px;
	padding: 0 12px 0 0;
}
ul#topnav li a.dropdown {
	background: url(img/bg_navArrow.png) center 38px no-repeat;
}
ul#topnav li.last, ul#topnav .sub ul li.last {
	background: none;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	color: #cbe6f0;
}
ul#topnav li .sub {
	background: url(img/bg_navSub.png) top left repeat-x #585858;
	position: absolute;	
	top: 50px; 
	left: 0;
	padding: 20px 20px 20px;
	float: left;
	text-transform: none;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomright: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-bottomleft: 5px;
	display: none;
	z-index: 1001;
}
ul#topnav li .sub ul{
	list-style: none;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	background: url(img/bg_navSubItem.png) bottom left repeat-x;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-shadow: 0 -1px #000;
}
ul#topnav .sub ul li a:hover {
	color: #ccc;
}

/* Home Page */

.column {
	width: 205px;
	height: 780px;
	float: left;
	margin-right: 20px;
	padding: 50px 10px 10px;
	/*--Rounded corners--*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*--Shadow--*/
	-moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}	
.last {
	margin-right: 0;
}
#col1 { /* Tiwtter */
	background: url(img/hdr_twitter.png) top left no-repeat #fff;
	overflow: hidden;
}
#col2 { /* Blog */
	background: url(img/hdr_blog.png) top left no-repeat #fff;
	overflow: hidden;
}
#col3 { /* Facebook */
	background: url(img/hdr_facebook.png) top left no-repeat #fff;
}
#col4 { /* YouTube */
	background: url(img/hdr_youtube.png) top left no-repeat #fff;
}
#col4 iframe {
	padding-bottom: 10px;
}
#creditfooter, .twtr-hd, .twtr-ft  {
	display: none; /* removes Feedburder logo from the feed on the home page */
}
#col1 .date, #col2 .date {
	font-size: 10px;
	color: #999;
}
#col1 p, #col2 p {
	line-height: 14px;
	margin-bottom: 5px;
}
#col1 ul li, #col2 ul li {
	border-bottom: 1px dotted #CCCCCC;
}
#promoTop {
	height: 125px;
	margin-bottom: 20px;
	/*--Rounded corners--*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*--Shadow--*/
	-moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}
.regbnrLeft img {
	float: left;
	/*--Rounded corners--*/
	-moz-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
.regbnrRight img {
	float: left;
	/*--Rounded corners--*/
	-moz-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}
#promo {
	background: url(img/bg_promo.png) top left no-repeat;
	height: 80px;
	margin-bottom: 20px;
	/*--Rounded corners--*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*--Shadow--*/
	-moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}
#logoSlider {
	width: 650px;
	float: left;
}
#videoBanner {
	width: 310px;
	float: right;
}

/* Text */

h1 {
	font-size: 22px;
	line-height: 26px;
	color: #374f65;
	margin-bottom: 15px;
}
h2 {
	fon-size: 18px;
	line-height: 22px;
	color: #587ea1;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#sidebar h2 {
	color: #fff;
	text-shadow: 0 -1px #000;
	line-height: 18px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin-bottom: 5px;
}
p {
	margin: 0 0 10px 0;
}
#content ul {
	margin-bottom: 15px;
}
#content ul li {
    background: url(img/list_content.png) no-repeat scroll left top transparent;
    margin: 0 0 0 20px;
    padding-left: 20px;
}
#video p {
	padding: 0 5px;
	color: #999;
}

/* Links */

a:link {
	color: #2882C1;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #2882C1;
	text-decoration: none;
}
#content a {
	color: #a63419;
	padding: 0 2px;
}
#content a:hover {
	color: #fff;
	background: #a63419;
	padding: 0 2px;
}

/* Forms */

.btnForm {
    background: url(img/bg_btn.png) no-repeat scroll left top transparent;
    border: medium none;
	display: block;
    color: #fff;
	text-shadow: 0 -1px #333;
	font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    width: 150px;
}

/* Images */

img {
	border: 0 none;
}
#content img {
	float: right;
	padding: 4px;
	background: #ddd;
	border: 1px #ccc solid;
	margin: 0 0 20px 10px;
}
#content #noImg img {
	float: none;
	padding: 0;
	background: 0 none;
	border: 0 none;
	margin: 0;
}
