@charset "utf-8";
/* CSS Document */

/* GENERAL MARKUP */
html, body, #wrapper {height: 100%;}

body > #wrapper {
	height: auto; 
	min-height: 100%;
}

#wrapper {
	overflow:auto;
	padding-bottom: 100px;
}  /* must be same height as the footer */
	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/carbon_bg.jpg);
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #333;
}

a:link {
	color: #F6841E;
}

a:visited {
	color: #F6841E;
}

div.dotted_separator {
	width: 100%;
	border-bottom: 1px #fff dotted;
	margin-top: 10px;
	margin-bottom: 0px;
}
	

/* DIV MARKUP */
#wrapper {
	min-height: 100%;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 215px;
	background-image:url(../images/content_bg.jpg);
}

#headerFlash {
	width: 950px;
	height: 350px;
}

#headerNoFlash {
	width: 950px;
	height: 200px;
	background-image: url(../images/header_noflash.jpg);
}

#menu {
	width: 950px;
	height: 40px;
	background-color: #333;
}

#mainContent {
	float: left;
	width: 950px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#leftContent {
	width: 672px;
	padding: 14px 14px 14px 14px;
	float: left;
	text-align: left;
}

#rightContent {
	width: 250px;
	background-color: #787878;
	float: right;
	margin-right: 0;
}

#footer {
	position:relative;
	margin-top: -215px; /* negative value of footer height */
	clear:both;
	width: 935px;
	height: 215px;
	background-color: #333;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 15px;
} 

/* SPECIAL */
#fbConnect {
	float: right;
	width: 250px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}

#fbConnect a:link, #fbConnect a:visited {
	color: #fff;
}

#fbConnect a:link:hover, #fbConnect a:visited:hover {
	color: #fff;
}

.fbName {
	display: block;
	float: right;
	padding: 5px 20px 7px 5px;
}

/* MENU MARKUP */
ul.mainMenu {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}

ul.mainMenu li {
	float: left;
	margin: 0 42px 0 0;
}

ul.mainMenu li:hover {
	padding: 0 0 4px 0;
	border-bottom: 5px #F6841E solid;
}

ul.mainMenu li.last {
	margin: 0;
	margin-right: 22px;
}

ul.mainMenu li.activeMenu {
	padding: 0 0 4px 0;
	border-bottom: 5px #F6841E solid;
}

ul.mainMenu a:link, ul.mainMenu a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}


/* WIDGET MARKUP */
.widget {
	text-align: left;
	margin-left: 7px;
	margin-top: 14px;
	width: 243px;
}

.widget .widgetTitle {
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 5px 5px;
}

.widget .widgetContent {
	width: 233px;
	background-color: #ebebeb;
	margin-top: 1px;
	padding: 5px 5px 5px 5px;
}

.widget .widgetDate {
	font-size: 11px;
}

.widget .widgetLocation {
	font-size: 12px;
	margin-left: 10px;
}

.widget a:link, .widget a:visited {
	color: #333;
}

/* CSS Clearfix HACK */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

table.dialog_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;;
	border: 1px solid #fe3131;
}

table.dialog_table thead tr td {
	padding: 5px 5px 5px 5px;
	background-color: #fe3131; 
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #fe3131;
	margin: 0;
	line-height: 1;
}

table.dialog_table tr td {
	padding: 5px 5px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1;
}

table.footerLinks {
	width: 100%;
	text-align: left;
	color: #F6841E;
}

table.footerLinks thead tr td {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

table.footerLinks a:link, table.footerLinks a:visited {
	text-decoration: none;
}

table.footerLinks a:link:hover, table.footerLinks a:visited:hover {
	text-decoration: underline;
}

.designedBy {
	width: 920px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 50px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	background-color:#fff;
}

.designedBy a:link, .designedBy a:visited {
	color: #000;
	text-decoration: none;
}


	

