@charset "UTF-8";
body {
	background-color: #98B2BB;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/web_page_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#topBanner {
	height: 231px;
}
#mainContent {
	width: 886px;
	background-image: url(images/white_bg.png);
	background-repeat: repeat;
	float: left;
}
.leftCol {
	float: left;
	width: 550px;
	padding-left: 25px;
	padding-right: 25px;
         padding-top: 1em;
}
.leftCol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.75em;
	color: #333333;
}
.leftCol  h1 a{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	color: #9B0202;
	letter-spacing: -1.75px;
	margin-top: 2em;
         text-decoration: none;
}
.leftCol a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #666666;
         text-decoration: none;
}
.leftCol a:hover{
         text-decoration: underline;
}
.leftCol  h2{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #9B0202;
	margin-top: 2em;
         text-decoration: none;
}
.sidebar2 {
	float: right;
	width: 214px;
	background-image: url(images/web_page_bg2_02.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}
.sidebar2 h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: lighter;
	background-color: #9F0101;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: uppercase;
	margin-top: 1.5em;
	letter-spacing: 1px;
}
.sidebar2 ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0em;
}
.sidebar2 li {
	margin-bottom: 1px;
}
.sidebar2 a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	font-weight: lighter;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	display: block;
	padding: 4px;
}
.sidebar2 a:hover {
	color: #000000;
	text-decoration: underline;
}
.sidebar2 h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin-bottom: 0.25em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
         list-style-type: none;
}

#sidebar1 {
	float: right;
	height: 681px;
	width: 114px;
}
#footer {
	background-image: url(images/balantyne_08.jpg);
	height: 87px;
	background-repeat: no-repeat;
}
#nav {
	width: 100%;
	top: 207px;
	position: relative;
}
#nav ul {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	padding-top: 0em;
}
#nav li {
	float: left;
	background-image: url(tabs/tab_left.gif);
	background-repeat: no-repeat;
	margin: 0 1px 0 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	list-style-type: none;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(tabs/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 30px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 40px;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: lighter;
}
#nav li:hover {
	background-image: url(tabs/tab_left_hover.gif);
	background-repeat: no-repeat;
}
#nav a:hover {
	background-image: url(tabs/tab_right_hover.gif);
	background-repeat: no-repeat;
}
br.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:0px;
	font-size: 1px;
	line-height: 0px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
