@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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F4F4EC;
}
input[type=text] {border: 1px solid #ADD8E6; font-family: Arial; font-size: 12px; padding: 3px 3px; width: 200px;}
input[type=password] {border: 1px solid #ADD8E6; font-family: Arial; font-size: 12px; padding: 3px 3px; width: 200px;}
input[type=radio] {border: 0px;}
input[type=checkbox] {border: 0px;}
textarea {border: 1px solid #ADD8E6; font-family: Arial; font-size: 12px; padding: 3px 3px; width: 280px; height: 80px;}
button, input[type=submit]{border: 1px solid #F7E5BD; font-family: Arial; font-size: 15px; font-weight: bold; padding: 4px 6px; color: white; background-color: #da5f46; cursor: pointer;}
select {border: 1px solid #ADD8E6; font-family: Arial; font-size: 12px; padding: 3px 3px; width: 280px;}
#wrapper {
	width: 100%;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #F16649;
	height: 100%;
} 
#topper {
	height: 30px;
	width: 100%;
	color: #FFF;
	font-size: 9px;
	line-height: 25px;
	background-color: #005A84;
	text-align: left;
}
#topperLinks a:link, #topperLinks a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	display: inline;
	padding-top: 5px;
	}

#topperLinks a:hover{
	color: #CBD9DA;
	text-decoration: underline;
    }

#header {
	height: 475px;
	width: 100%;
	background-color: #030302;
	background-repeat: no-repeat;
	background-image: url(../_images/design/header_navBG.png);
	background-position: center center;
} 
#menu {
	position: absolute;
	height: 60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	top: 210px;
}
#indexMain {
	vertical-align: top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images/design/index_mainBG.png);
	background-repeat: no-repeat;
	height: 439px;
	width: 100%;
	position: absolute;
	top: 275px;
	z-index: 1000;
	background-position: center center;
} 
#indexMain998 {
	vertical-align: top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images/design/mainBG998.png);
	background-repeat: no-repeat;
	height: 439px;
	width: 100%;
	position: absolute;
	top: 270px;
	z-index: 1000;
	background-position: center center;
} 
#indexMain2 {
	vertical-align: top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images/design/index_columns.png);
	height: 588px;
	width: 100%;
	position: absolute;
	top: 698px;
	z-index: 1000;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F16649;
	overflow: auto;
} 
#scroller {
	height: 750px;
	width: 560px;
	overflow: scroll;
}

#insideMain998 {
	vertical-align: top;
	background-image: url(../_images/design/inside_mainBG998.png);
	background-repeat: no-repeat;
	height: 800px;
	width: 100%;
	position: absolute;
	top: 272px;
	z-index: 1000;
	background-position: center center;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	text-align: center;
	left: auto;
	right: auto;
} 
#insidePlain998 {
	vertical-align: top;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 2000px;
	width: 859px;
	position: absolute;
	top: 272px;
	z-index: 1000;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	background-color: #F4F4EC;
} 
#insideContent {
	vertical-align: top;
	height: 795px;
	width: 855px;
	z-index: 1000;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	overflow: auto;
	text-align: center;
} 
.insideTable {
	vertical-align: top;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	background-color: #F4F4EC;
} 
#Orange {
	background-color: #F16649;
	height: 100%;
	width: 100%;
	z-index: 100;
	position: absolute;
	top: 505px;
}
#bottom_nav {
	vertical-align: top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images/design/bottom_nav.png);
	height: 350px;
	z-index: 1000;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F16649;
	width: 100%;
	position: absolute;
	top: 1286px;
} 
#bottom_nav2 {
	vertical-align: top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images/design/bottom_nav.png);
	height: 350px;
	z-index: 1000;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F16649;
	width: 100%;
	position: absolute;
	top: 1070px;
} 

.white {
	color: #FFF;
	text-align: left;
}
.white14 {
	color: #FFF;
	font-size: 14px;
}
.orange14 {
	color: #F16649;
	font-size: 14px;
}
.creme {
	color: #FFC;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #E7ECEF;
	background-image: url(../images/nav_bg_feathered.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
}
#insideLinks a:link, #insideLinks a:visited {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
}
#insideLinks a:hover{
	color: #F16649;
	text-decoration: underline;
}
#navLinks3 a:link, #navLinks3 a:visited {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 2px;
}
#navLinks3 a:hover{
	color: #F16649;
	text-decoration: underline;
}
#navLinks2 a:link, #navLinks2 a:visited {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 2px;
}
#navLinks2 a:hover{
	color: #F16649;
	text-decoration: underline;
}
#navLinks a:link, #navLinks a:visited {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 2px;
}
#navLinks a:hover{
	color: #F16649;
	text-decoration: underline;
}
#mainContent {
	vertical-align: top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFF;
} 
#index_placeholder {
	background-image: url(../scr_images/index_content.png);
	background-repeat: no-repeat;
	height: 450px;
	width: 650px;
}
#footer {
	background-color: #A0BBC2;
	background-image: url(../scr_images/footer_brown.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 875px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#copyright {
	font-size: 9px;
	color: #FFF;
	float: right;
	margin-right: 30px;
	margin-top: 3px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #005A84;
}
.creme16 {
	font-size: 16px;
	font-weight: bold;
	color: #FFC;
}
.grey13 {
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
}
.red13 {
	font-size: 10px;
	font-weight: normal;
	color: #800000;
}


h2 {
	font-family: "Tw Cen MT", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
h1 {
	font-family: "Tw Cen MT", "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.red18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #930;
	font-weight: bold;
	text-align: left;
}
.small_bold {
	font-size: 9px;
	font-weight: bold;
	color: #333;
}


.title {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.sub_red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #AE290D;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.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;
}
#login a:link, #login a:visited {
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 100px;
	display: block;
	margin-left: 50px;
}

#login a:hover{
	background-image: url(../images/login_over.jpg);
	background-repeat: no-repeat;
}
#news a:link, #news a:hover, #news a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DD8847;
	text-align: center;
}
.tableBG {
	background-color: #FDE4CE;
}
.PageTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
#insideLinks ul li {
	padding-top: 3px;
	list-style-type: none;
	line-height: normal;
	font-size: 10px;
}
.productTable {
	background-color: #FFF;
	border: thin solid #FF4040;
}
#team {
	text-align: center;
	height: 790px;
	width: 860px;
}
