@charset "utf-8";
body {
	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;
	position: relative;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left 610px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FBFBFB;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	height: 120px;
	z-index: 10;
}
#header #logo {
	position: absolute;
	z-index: 10;
	left: 5px;
	visibility: visible;
	top: 12px;
}
#header #company {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 160px;
	top: 53px;
}
#header #headercontent {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 550px;
	text-align: right;
}

#header #headercontent a:link, #header #headercontent a:visited{
	color: #666666;
	text-decoration: underline;	
}

#header #headercontent a:hover, #header #headercontent a:active{
	color: #000000;
	text-decoration: none;
}

#mainnav {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 600px;
	text-align: right;
}
#nav {
	list-style-type: none;
	margin: 0px;
	position: absolute;
	top: -26px;
	right: 0px;
}

#nav ul   { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#nav  a:link, #nav a:visited {
	display: block;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	bottom: 0px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
#nav a:active, #nav a:hover {
	display: block;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: 20px;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-decoration: underline;
}
#mainnav #nav .tab {
	background-image: url(../images/navtab.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainContent {
	background-color: #ffffff;
	border: 5px solid #F4F4F4;
	color: #FFFFFF;
	height: 400px;
	padding: 0;
	position: relative;
}
#mainContent #leftcol {
	float: left;
	height: 400px;
	width: 590px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
#mainContent #rightcol {
	float: right;
	height: 400px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
}
#mainContent  #rightcol  #rightcontent {
	height: 400px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #F3F3F3;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
	width: 306px;
}
#footer {
	padding: 0;
	position: relative;
}
#footer #bottomlinks {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#footer #bottomlinks a:link, #footer #bottomlinks a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 9px;
}
#footer #bottomlinks a:active, #footer #bottomlinks a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 9px;
}
#footer #contactinfo {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: 80px;
	color: #999999;
	text-align: right;
}
#footer #bottomcircle {
	position: absolute;
	right: 10px;
	z-index: 10;
	top: -20px;
}

#siteby {
	position: absolute;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#siteby a:link, #siteby a:visited {
	text-decoration: none;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#siteby a:active, #siteby a:hover {
	text-decoration: underline;
}
h2 {
	padding: 0px;
	font-size: 12pt;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 8pt;
	text-indent: 0px;
}
#rightcol ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 30px;
}



a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
.scroll-pane {

}

#commentForm label {
	width: 70px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
#commentForm input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#commentForm textarea {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#commentForm select {
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#commentForm p {
	text-indent: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
#commentForm .submit {
	width: 60px;
	margin-left: 75px;
	border: 1px solid #666666;
}

