
body {
	text-align:center;
	font-family: calibri,helvetica,arial,sans-serif;
	font-size: 14px;
	color:#595959;
	margin:0;
	padding:0;
}

a, a:visited {
	color:#36679a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#canvas {
	width:1000px;
	text-align:left;
}	
	
#header {
	background: url('../images/header-reduced-dark.png') no-repeat;
	height: 65px;
	width: 1000px;
	
}	

#footer {
	background: url('../images/footer.png') no-repeat;
	height:24px;
	width: 1000px;
}	


#menu {
	float: right;
	margin-top: -15px;
}

.menuItem {
	float:left;
	padding: 0 20px 0 0;
}
.selected {
	color:#36679a;
	font-weight:bold;
}

#content {
	border-top: 1px solid #999;
	margin-top: 6px;
	padding:27px 63px 5px 63px;
	position:relative;
}

#content a, #content a:visited {
	color: #36679a;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .heading{
	font-size:23px;
	font-weight:bold;
}
#content .subheading{
	font-size:16px;
	font-weight:bold;
	margin-top:35px;
}
.callout {
background: #e6eff8 url('../images/blue-gradient.png') no-repeat;
max-width:550px;
width:550px;
padding:10px;
}
.round {
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.centerText {
	font-size:20px; 
	text-align:center; 
	width:620px;
	color:#666666;
}

#sidebar {
	float:right;
	width: 280px;
	padding-left:40px;
}

#bottomlinks {
	text-align: center;
	font-weight: normal;

	position: relative;

	top: 5	px;
	padding-bottom:10px;
}

#copyright {
	display: inline;
	margin-right: 10px;
	
}

.toggleImg {
	cursor:pointer;
	-moz-opacity: 0.7;
	opacity:.7;
	filter: alpha(opacity=70);
	padding:1px;
}
.toggleImg:hover {
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
	padding:1px;
}
.phone_icon {
	cursor:pointer;
	padding:3px;
}
.unsel {
	-moz-opacity: 0.1;
	opacity:.1;
	filter: alpha(opacity=10);
}
.unsel:hover {
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}