@charset "utf-8";
	body  {
	font: 16px Arial, Helvetica, sans-serif;
	background: #ffffea;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
a {
	border-style: none;
}
	h1 {
	color: #FF6600;
	line-height: 26px;
	letter-spacing:0.15em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	}
	h2 {
	letter-spacing: 0.1em;
	color:#333;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	}
	h3 {
	font:bold 14px/normal Arial, Helvetica, sans-serif;
	color:#333;
	}
	h4 {
		color:#666666;
		line-height:20px;
		margin-top:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: italic;
	}
	p {
		font: 14px/20px Arial, Helvetica, sans-serif;
		color: #666666;
		margin-top: 0px;
	}
	#container {
		background: #FFFFFF url(../images/graphics/sidebarBackground.gif) repeat-y;
		width: 1000px;
		margin: 0 auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
	} 
	#header {
	background: #F1FFF1 repeat-x top;
	height: 155px;
	float: right;
	width: 1000px;
	} 

	
#header #banner {
	height: 114px;
}
	#header #bannerLeft {
	margin-right: 50px;
	margin-left: 50px;
	}
	#header #bannerLogo {
	margin-left: 85px;
	border-style: none;
	}
	#header #bannerRight {
	margin-left: 136px;
	}

	#header #menuBar {
	height: 35px;
	background: #F1FFF1;
	border-top: 4px ridge #13A10D;
	border-bottom: 4px ridge #13A10D;
	color: #03C;
	font: bolder 18px/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	#menuBar a {
	text-decoration: none;
	display: block;
	color: #069809;
	height: 30px;
	padding-top: 5px;
	}
	#menuBar a:hover, #menuBar a:active, #menuBar a:focus {
		color: #F60;
		background: #FFFFEA;
	}
#menuBar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menuBar li {
	font-size: 18px;
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 25px;
	height: 35px;
	line-height: 1.6;
}
	#menuDate {
	float: left;
	width: 255px;
	padding-left: 5px;
	height: 35px;
	padding-top: 4px;
	}
	#menuPhone {
	float: right;
	padding-right: 10px;
	height: 35px;
	padding-top: 4px;
	width: 200px;
	text-align: right;
	}
	#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 211px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px;
	clear: right;
	}
	#mainNav {
	list-style: none;
	padding: 0px;
	background: #F1FFF1;
	clear: both;
	}
	#mainNav li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #6CF;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 35px;
	}
#mainNav a:link {
	color: #03C;
}
#mainNav a:visited {
	color: #069809;
}
	#mainNav a:hover, #mainNav a:active, #mainNav a:focus {
		color: #F60;
		background: #FFFFEA;
	}
	#divFloatSun {
	position: fixed;
	top: 580px;
	left: auto;
	right: auto;
	}
#divFloatSun a img {
	border-style: none;
}
	#mainContent {
	margin: 0 10px 0 250px;
	clear: right;
	padding-top: 10px;
	} 

	#footer {
		padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#FFFFEA;
		margin-top: 1px;
	} 
#socialLinks {
	float: left;
	margin-left: 245px;
	font-size: 18px;
	line-height: 1.5;
	height: 27px;
	width: 300px;
	border-style: none;
}


	#divTagLine {
		font: 18px/1.5 Arial, Helvetica, sans-serif;
		text-align: right;
		color: #0000D3;
		background: #F1FFF1;
		padding-right: 5px;
	}
	#divIPText {
		font: 11px/1.1 Arial, Helvetica, sans-serif;
		text-align: center;
		color: #555;
		padding-left: 233px;
		padding-top: 10px;
	}
	#footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	.caption {
	overflow: auto;
	text-align: center;
	font: italic 10px/normal Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 8px;
	}
	.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 8px;
	}
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
	
	.bodyText {
	font:14px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
	.bodyTextitalic  {
	color:#666666;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	}
.spryTrigger {
	font-style: italic;
	color: #029900;
	font-weight: bold;
}
.socialIcon {
	float: left;
	padding-right: 20px;
	text-decoration: none;
	border-style: none;
}
.socialIcon a {
	text-decoration: none;
	border-style: none;
}
.socialIcon a img {
	text-decoration: none;
	border-style: none;
}
.commentBoxRight {
	float: right;
	height: 175px;
	width: 150px;
	border: thick groove #090;
	position: static;
	margin: 0px 10px 10px;
	padding: 10px;
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #069809;
	text-align: center;
	background: #F1FFF1;
	cursor: pointer;
}

.commentBoxLeft {
	float: left;
	height: 175px;
	width: 150px;
	border: thick groove #090;
	position: static;
	margin: 0px 10px 10px;
	padding: 10px;
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #069809;
	text-align: center;
	background: #F1FFF1;
	cursor: pointer;
}
