/*Style Sheet for Version 4 Browsers */
body {
	background-color : #FFFFFF;
	background-image : url(assets/gw3_pgbg.gif);
	background-repeat : repeat-x
}

/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-left : 36px;
	padding-right : 24px}

.imgfloatleft {
	float: left;
	margin: 0 20px 5px 0;
}
.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #69A3C3;
}

.maindiv a:link { color : #0F6C9F}
.maindiv a:visited { color : #0F6C9F}
.maindiv a:hover { color : #C38200}

/* Lists*/
ul {
	color : #9999CC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

ol {
	color : #99CC66;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

/*Style for The Little Icon Layers */
.icondiv a { color:#FFFFFF }
.icondivL a { color:#FFFFFF }

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px
}

.navDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

.navDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #C38200;
	margin-bottom : 12px;
	margin-right : 48px;
	margin-top : 12px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 4px;
	margin-top : 6px
}

.navButts a {
	background-color : #C7DFEC;
	border : 1px solid #999999;
	color : #333333;
	display : block;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right: 4px;
	padding-top : 4px;
	text-decoration : none;
	width : 95%
}

.navButts a:hover {
	background-color : #69A3C3;
	border : 1px solid #999999;
	color : #FFFFFF;
	text-decoration : none
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-top : 0px
}

.navSubs a {
	background-color : #FFFFFF;
	color : #333333;
	display : block;
	padding-left : 10px;
	text-decoration : none;
	width : 95%
}

.navSubs a:hover {
	background-color : #C7DFEC;
	color : #999999;
	text-decoration : none
}

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a {
	background-color : #69A3C3;
	border : 1px solid #999999;
	color : #FFFFFF;
	display : block;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right: 4px;
	padding-top : 4px;
	text-decoration : none;
	width : 95%
}

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
}


/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/

a.nn4imgWhite { color: #FFFFFF}


/*Styles Applied to Form Elements*/
form td {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }

/*Styles Applied to order form */
.orderdiv {
	border-left : 1px dotted #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left : 20px;
	padding-right : 20px
}
.orderdiv p {
	margin-top : 10px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	vertical-align: text-bottom;
}

.orderdiv h1 {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 2px;
	margin-top : 0px
}

.orderdiv td {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.orderdiv a:link {
	color : #0F6C9F;
	text-align: right;
}

.orderdiv a:visited { color : #0F6C9F }

.orderdiv a:hover { color : #C38200 }

.orderfield {
	margin-bottom : 0px;
	margin-top : 0px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	width: 335px;
	border-bottom-width: 1px;
}

.ordercheckbox {
	width: 25px;
	border: solid #000000 1px;
}
