@charset "utf-8";
/* CSS Document */

* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 background-color: #B8C9E2;
 font-size: 12px;
}
.wrapper {
 width: 782px;
 margin: 0 auto;
}
#border {
 border: 1px solid #668AC2;
 margin: 20px 0px 5px 0px;
 background-color: #fff;
 min-height: 776px;
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 
/* ------------------------ Start Header -----------------*/
.header {
 text-align: center;
 margin: 4px 4px 0px 4px;
 background-color: #668BC2;
}
/* ------------------------ End Header -----------------*/


/* ------------------------ Start Navigation Bar -----------------*/
#nav-bar {
 color: #fff;
 font-weight: bold;
 margin: 4px 6px 0px 6px;
 background-color: #668BC2;
 background-repeat: no-repeat;
 height: 21px;
 padding: 5px 0px 0px 10px;
}
/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}
/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 200px;
 float: left;
 min-height: 300px;
 padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 180px;
 float: left;
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

.news-box { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 195px;
 float: left;
 min-height: 125px;
 margin-bottom: 7px;
}
* html .news-box {height:125px} /* IE Min-Height Hack */


#rightcolumn {
 margin: 12px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 565px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 6px;
 width: 570px; 
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}


.left-mid {
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}
.left-heading {
 background-repeat: no-repeat;
 padding: 9px 14px 5px 10px;
 font-size: 16px;
 color: #fff;
 min-height: 11px;
 font-weight: bold;

}
* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #668AC2;
}
/* ------------------------- End Headings ---------------------*/


#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
}
#nav-bar li {
 list-style: none;
}

/* ------------------------------- */
/* ---------- NAV LINKS ---------- */
/* ------------------------------- */

ul#nav-links li {
 list-style: none;
 /*margin-left: 2px;*/
}
ul#nav-links li a:link{
 color: #666;
 text-decoration: none;
 /*font-weight: bold;*/
}
ul#nav-links li a:visited{
 color: #666;
 text-decoration: none;
 /*font-weight: bold;*/
}
ul#nav-links li a:hover{
 color: #999;
 text-decoration: none;
 /*font-weight: bold;*/
}

.link-section {
	font-weight: bold;
	font-style: italic;	
	margin-top: 10px;
	color: #000;
	/*color: #FFFFFF;
	margin-left: 0px;
	background-color: #7C9CCB;
	padding: 3px;
	*/	
}
.link-item {
	font-weight: bold;
	margin-left: 0px;
}












#nav-bar a:link {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:visited {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:hover {
 color: #fff;
 text-decoration: none;
}
a:link {
 /*color: #006600;*/
 color: #668BC2;
 /*text-decoration: none;*/
}
a:visited {
 /*color: #006600;*/
 color: #668BC2;
 /*text-decoration: none;*/
}

.valid {
 margin: 10px 0px 0px 10px;
}

.pagesHeading h1 {
		background-color: #E5E5E5;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 10px 0;
		padding: 5px;
}

.tblOrderForm {width: 300px;}
.tblOrderForm td {padding: 10px;}

.tblSizing {width: 500px; margin-top: 10px; margin-bottom: 10px;}
.tblSizing td {padding: 10px;}

.tblContactForm {width: 500px;}
.tblContactForm td {padding: 10px;}
