@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
	background-image: url(images/pageBackground.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}
p {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 0.8em;
}
li {
	font-size: .8em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* IE colors legend BLUE! */
legend {
	color: #000000;
}

a:link, a:visited {
	text-decoration:none;
	color: #dd3333;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
}
a:active {
	color: #dd3333;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
}
#header {
	background: #000000;
	padding: 0;
}
#container #navbar {
	background-image: url(images/navbar-bkgrnd.gif);
	background-repeat: repeat-x;
	height: 41px;
}

#navbar .navbuttons {
	margin-left: 34px;
}

#content {
	background-image: url(images/content-bkgrnd.gif);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	padding-bottom:10px;
}
#mainContent {
	padding-top: 1em;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent h1 {
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent {
}

.sideBarFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#sidebar1 {
	margin: 0px;
	padding: 0px;
}

.sideBarFixLtHdr #mainContent { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.sideBarFrontPage {
	border: 3px solid #cc0000;
}
.sideBarFrontPage .rightcol {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
}
.twoColFrontPage {
	border: 3px solid #cc0000;
	height: 100%;
}
.twoColFrontPage img {
	padding: 4px;
}

.twoColFrontPage .leftcol {
	float:left;
	width:317px;
	padding: 15px 10px 15px 20px;
}
.twoColFrontPage .rightcol {
	margin: 0 0 0 348px;
	padding: 15px 10px 15px 20px;
}
.threeColFrontPage {
	border: 3px solid #cc0000;
	background-image: url(images/triboxbar.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}
.threeColFrontPageBkgrnd {
	background-image: url(images/tribox-bkgrnd.gif);
	background-repeat: repeat-y;
}

.threeColFrontPage .midcol p {
	margin-bottom: 0px;
}

.threeColFrontPage ul {
	margin-bottom: 5px;
}

.threeColFrontPage .leftcol {
	float: left;
	width: 225px;
	padding-top: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: 100%;
}
.threeColFrontPage .rightcol {
	float: right;
	width: 225px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: 100%;
}
.threeColFrontPage .midcol {
	margin-right: 235px;
	margin-left: 235px;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 8px;
	height: 100%;
}
.threeColFrontPage .tcHdrTxt a {
	color: #FFFFFF;
}
.threeColFrontPage .tcHdrTxt a:hover {
	color: #CC0000;
}
.threeColFrontPage 

ul.nav {
	list-style-type: none;
	padding-left:0;
	margin-left:0;
}
ul.nav a {
	font-weight:bold;
	padding-bottom: 5px;
	display:block;
}
ul.nav a:hover {
	font-size:larger;
}
* html ul.nav a {	/* IE6 bug */
	height: 1px;
}

#footer {
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.7em;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4f4f4f;
	border-bottom-color: #4f4f4f;
	height: 100%;
}
#footer p {
	padding: 0px;
	color: #333333;
}
.footer_text {
	padding-right: 15px;
	padding-left: 15px;
	color: #333333;
}
.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;
}
.photo {
	padding: 4px;

}
.midcol .photo {
	padding: 0px;
	margin-top: 20px;
	margin-left: 45px;
	margin-bottom: 20px;
}

/* form layout */
/*#contactForm */
.label {
	float:left;
	width:10em;
	text-align:right;
	margin-right: 15px;
	clear:left;
}
.form_error{
	font-weight: bold;
	color: #FF0000;
}
input#submit {
	margin-left: 11em;
}
.align-right {
	text-align: right;
}
.contact-info {
}
.contact-gv {
	margin-left:265px;
}