/*
	Site-wide CSS
*/
/* Tag overrides */
body {
	background: #c4c4c4;
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 11pt;
	font-family: "Calibri", "Arial", "Helvetica", "Helv";
}	

h1, h2, h3, h4{
	font-family: "Cambria", "Times New Roman", "Times Roman", "Times";
}

h1, h2 {
	font-size: 11pt;
	margin: 0 0 0 10px;
	position: relative; top: 3px;
	color: #fff;
}

h3 {
	font-size: 10pt;
	margin: 0;
}

h4 {
	font-size: 9pt;
	margin: 0;
}

a img {
	border: 0;
}

a, a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	color: blue;
}
a:hover {
	text-decoration:underline;
}

td {
	font-size: 11pt;
	text-align:left;
	padding-right: 10px;
}

th {
	font-size: 11pt;
	font-weight:bold;
	text-align:left;
	padding-right: 10px;
}

li ul {
	padding-left: 18px;
}

li.bullet {
	list-style-type: disc;
	margin: 4px 0 4px 0;
}

.flush {
	clear: both;
	margin-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p.quote{
	margin: 0 40px 0 40px;
	padding: 10px 0 10px 0;
}

.clear{
	clear: both;
	float: none;
}

/* Page Layout */

#page {
	width:1024px;
	margin-left: auto; /* Align centered in W3C compliant browsers */
	margin-right: auto;
	text-align:center; /* Align centred in IE */	
}

/* banner */
#banner {
	width: 1024px;
	height: 150px;
	background-color: #000;
}

.js #banner img{
	display: none;
}

/* Footer */
#footer {
	float:left;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	width: 1024px;
	height: 20px;	
	text-align: center;
}

#w3c{
	float: left;	
}

#w3c a img{
	margin:3px 0 0 5px;
	border: none;
}

#addthis{
	float: right;
	margin: 2px 2px 0 0;
}

/* Navigation */ 
#nav-bar{
	float:left;
	background-image: url(../images/navbar.jpg);
	width: 1024px;
	height: 35px;
	font-weight: bold;
}
#nav-bar a{
	text-decoration: none;
	color:black;
}

#nav-content{
	float: left;
}

.nav-button{
	float:left;
	padding-top: 5px;
	padding-left: 81px;
}
.nav-button img{
	border: 0;
	vertical-align: middle;	
}
.nav-button span {
	vertical-align: middle;
	margin-left: 0px;
}

/* Content */
#content{
	clear: left;
	float: left;
	width: 1024px;
	text-align: left;
	background-color: #ffffff;
}

.tab-content{
	clear: both;
	float: none;
}

.redTabTitle {
	background-image: url(../images/red_bar_title.png);
	height: 27px;
	background-repeat:repeat-x;
	float: left;
}

.redTabCurve {
	background-image: url(../images/red_bar_curve.png);
	width: 73px;
	height: 27px;
	background-repeat:no-repeat;
	float: left;
}

.redTabBar {
	background-image: url(../images/red_bar_horiz.png);
	height: 10px;
	background-repeat: repeat-x;
	float: left;
}

.blueTabTitle {
	background-image: url(../images/blue_bar_title.png);
	height: 27px;
	background-repeat: repeat-x;
	float: left;
}

.blueTabCurve {
	background-image: url(../images/blue_bar_curve.png);
	width: 44px;
	height: 27px;
	background-repeat: no-repeat;
	float: left;
}

.blueTabBar {
	background-image: url(../images/blue_bar_horiz.png);
	height: 10px;
	background-repeat: repeat-x;
	float: left;
}

.blueTabBarDiv {
	background-image: url(../images/blue_bar_div_horiz.png);
	height: 3px;
	background-repeat: repeat-x;
	float: left;
}

