/* CSS Document */

body {
	background-color: #F3F3F3;
	margin-top: 10px;
}
#header {
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 910px;
}
#contentArea {
	background-image: url(../images/contentBack.jpg);
	background-repeat: repeat-y;
	width: 910px;
	z-index: -99;
	font-family: Arial, Helvetica, sans-serif;
}
#backContent {
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
	width: 910px;
	z-index: 1;
	display: table;
	position: relative;
}
#baseContent {
	background-image: url(../images/index_03.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 910px;
}
#footer {}
#leftColumn {
	width: 175px;
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: left;
	text-align: center;
	vertical-align: top;
}
#leftColumn a {
	display: block;
	height: 23px;
	width: 154px;
	background-image: url(../images/link_back.jpg);
	font-size: 12px;
	text-decoration: none;
	color: #FFFF66;
	padding-top: 10px;
	text-align: right;
	padding-right: 18px;
	font-weight: bold;
	background-repeat: no-repeat;
}
#leftColumn a:hover {
	color: #FFFFFF;
}
#midColumn {
	width: 460px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
#midColumn a {
	color: #FF0000;
	text-decoration: underline;
}
#midColumn a:hover {
	color: #073E93;
}
#rightColumn {
	float: left;
	width: 190px;
	margin-top: 170px;
	margin-bottom: 10px;
	margin-left: 22px;
	clear: right;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
}
#rightColumn a {
	color: #990000;
	text-decoration: underline;
	}
#rightColumn a:hover {
	color: #333333;
}
#footer {
	width: 875px;
	height: 40px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	vertical-align: top;
}
#footer a {
	color: #003B8E;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #003B8E;
}
h2 {
	font-size: 15px;
	color: #073E93;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
.phone {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

/* Following Styles Added by Robert Granlund rgranlund@rockintuitdesign.com */

.profile_img	{
	float:left;
	clear:left;
	margin-right:5px;
	margin-bottom:5px;
}

.profile_img img	{
	border:3px solid #cccccc;
}

.profile_container	{
	width:100%;
	padding-bottom:10px;
	padding-top:5px;
	border-top:dotted 1px #cccccc;
	clear:both;
}

/* END Robert Granlund Styles */

