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

a, a:link, a:visited, a:active, a:focus {
	color: #4573B3;
	text-decoration: none
}
a:hover {
	color: #CF6700;
	text-decoration: none;
}
#border{
	width: 883px;
	border-width: 1px;
	border-style: solid;
	border-color: #C5BFB6;
	position: absolute;
	margin-top: 20px;
	margin-bottom: 20px;	
	left: 50%;
	margin-left: -441px;
}
#containerA{
	overflow: hidden;
	width: 843px;
	background-image: url(images/system/dotted_line_v.gif);
	background-repeat: repeat-y;
	background-position: 234px;
	margin: 20px;
	padding-bottom: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
}
#containerB{
	overflow: hidden;
	background-image: url(images/system/dotted_line_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#leftCol{
	width: 234px;
	float: left;
	background-image: url(images/system/dotted_line_v.gif);
	background-repeat: repeat-y;
	background-position: 234px;
}
#rightCol{
	width: 600px;
	float: left;
	clear: right; /*JK added for ie fix*/
}

#logo{
	text-align: center;
	padding-bottom: 20px;
}
#topNav{
	padding-top: 24px;
	padding-left: 20px;
	width: 596px;
}
#l1MenuItem{
	float: left;
	margin-right: 12px;
}
#menuGroup{
	float: left;
	margin-right: 13px;
	margin-bottom: 18px;
}
#l2MenuItem{
}
#content{
	clear: left;
	padding: 20px;
	background-image: url(images/system/dotted_line_h.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#content_rgt{ /*JK added for ie fix, padding is removed from the right*/
	clear: left;
	padding: 20px 0px 20px 20px;
	background-image: url(images/system/dotted_line_h.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#fbTitle{
}
#fbSubTitle{
	font-weight: bold;
}
#fbPhoto{
	margin-top: 20px;
	width: 187px;
	padding: 2px;
	border: 1px solid #AFB68C;
}
#fbText{
	margin-top: 20px;
}
#thumbOff{
	padding: 2px;
	margin-right: 11px;
	margin-bottom: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #B1A28B;
	width: 47px;
	float: left;
}
#thumbOn{
	padding: 2px;
	margin-right: 11px;
	margin-bottom: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0052;
	width: 47px;
	float: left;
}
#photoTitle{
	margin-bottom: 18px;
	font-weight: bold;
}
#pageNav{
	clear: both;
}
#contactTitle{
	text-align: right;
	margin-bottom: 12px;
}
#contactText{
	margin-bottom: 8px;
}
#pageTitle{
	margin-top: 16px;
	margin-bottom: 26px;
}
#splash{
	top: 200px;
	text-align:center;
	position: relative;
}