html, body {
	padding: 0px;
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.comp_table td {
	vertical-align: top;
	white-space: normal;
}

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	
}

#bigfoot {
	background-image: url(../images/footer.jpg);
	height: 615px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
#container  {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
}
.videobox {
	text-align: center;
	padding-top: 10px;
}
.fullwidthtext {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #FFFFFF;
	width: 920px;
	background-color: #7F8FA9;
	padding: 20px;
}

#mainContent {
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 1.2em;
	width: 980px;
	padding-top: 0px;
}

#redtab {
	width: 15px;
	text-align: left;
	position: relative;
	background-color:#CC0000;
	height: 500px;
	overflow: visible;
	margin-left:1100px;
	top: 300px;
}

.logo {
	padding-left: 20px;
	float:left;
	padding-top: 20px;
}

.learn {
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	color: #FFFFFF;
	padding-right: 20px;
	padding-top: 15px;
}
#goldband {
	background-color: #f7af00;
	width: 100%;
	height: 60px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: bottom;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#flashheader {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-color: #ebeced;
	height: 358px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#navymenu {
	background-color:#002053;
	width: 970px;
	height: 45px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14pt;
	color: #b9e5fb;
	padding-top: 5px;
	position: relative;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(../images/bluegradbig.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7af00;
	background-position: bottom;
}

#navymenu a {
	color: #899FCA;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	padding-bottom: 20px;
	font-weight: normal;
}
#navymenu a:link {
	text-decoration: none;
	font-weight: normal;
}
#navymenu a:visited {
	color: #899FCA;
	text-decoration: none;
}
#navymenu a:hover {
	color:#fff;
	text-decoration: none;
	border-bottom: solid 6px #f7af00;
}

#goldmenu {
	background-color: #000a0a;
	width: 970px;
	height: 25px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	color: #b9e5fb;
	padding-top: 7px;
	position: relative;
	padding-left: 10px;
}
#goldmenu a {
	color: #899FCA;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
#goldmenu a:link {
	color: #899FCA;
	text-decoration: none;
}
#goldmenu a:visited {
	color: #899FCA;
	text-decoration: none;
}
#goldmenu a:hover {
	color:#FFF;
	text-decoration: none;
	
}

#greyheaderbox {
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	background-color: #ebeced;
	position: relative;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333;
}

#contentbox {
	width: 920px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 10px;
	background-color: #ebeced;
	position: relative;
}

#boxholder {
	width:960px;
	margin:0px auto;
	overflow: auto;
	height: 100%;
}

#col1 {
	position: relative;
	width:302px;
	float: left;
	margin-right: 17px;
	padding: 0px;
	spacing: 0px;
	min-height: 30px;
}
#col2 {
	position: relative;
	width:302px;
	float: left;
	margin-right: 17px;
	padding: 0px;
	spacing: 0px;
	min-height: 30px;
}
#col3 {
	position: relative;
	float: left;
	padding: 0px;
	spacing: 0px;
	min-height: 30px;
	width: 302px;
}

#emptycontentbox {
	width: 960px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	clear: both;
}
#leftcol {
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	padding-top: 0px;
}
#leftcol p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fullcol {
	padding: 0px;
	width: 960px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}
#rightcol {
	width: 640px;
	float: left;
}



	
#rightcol p {
	line-height: 1.8em;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#sitemap {
	background-color: #f7af00;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	position: relative;
	clear:both;
}
.sitemap_pad {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #f7af00;
}
#sitemap H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	margin-bottom: 10px;
	padding-top: 10px;
}
#sitemapinner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 940px;
	padding: 10px;
	-moz-border-radius:1.5ex;
	-webkit-border-radius:1.5ex;
	position: relative;
	height: 310px;
}

#copyright {
	background-color:#FFFFFF;
	width: 970px;
	height: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding-top: 5px;
	position: relative;
	padding-left: 10px;
	clear:both;
}
#sitemap H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}
#sitemap H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
	margin-bottom: 0px;
	line-height: 20px;
	font-weight: normal;
}
.horizon_menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.horizon_menu li {
	display: inline;
	margin: 0px;
	padding: 0;
}

#shadbox {
	width: 980px;
	height: 18px;
	background-image: url(../images/shad_curve.jpg);
}
.singlegoldbox {
	position: relative;
	background-color: #f7af00;
	padding: 10px;
	width: 280px;
	color: #ffffff;
	margin-bottom: 10px;
}

.doublegoldbox {
	position: relative;
	background-color: #F3B600;
	padding: 10px;
	width: 620px;
	color: #ffffff;
	overflow:hidden;
	margin-bottom: 10px;
	background-image: url(../images/red_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.singleredbox {
	position: relative;
	background-image:url(../images/redgradlong.jpg);
	padding: 10px;
	width: 280px;
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #e1001a;
	margin-bottom: 10px;
}

.doubleredbox {
	position: relative;
	background-image:url(../images/redgradlong.jpg);
	background-color: #e1001a;
	padding: 10px;
	width: 620px;
	color: #ffffff;
	overflow:hidden;
}

.singlegreybox {
	position: relative;
	background-color: #E8E8EA;
	padding: 10px;
	width: 280px;
	color: #000000;
}

.doublegreybox {
	position: relative;
	background-color: #E8E8EA;
	width: 640px;
	color: #000000;
	overflow:hidden;
	padding-bottom: 20px;
	clear: both;
}
.singlegreyboxshad {
	position: relative;
	background-color: #ebebec;
	width: 300px;
	background-image: url(../images/greygradbig.jpg);
	background-position: top;
	line-height: 1.8em;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

.doublegreyboxshad {
	position: relative;
	background-color: #ebebec;
	width: 640px;
	overflow:hidden;
	background-image: url(../images/greygradbig.jpg);
	background-position: top;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-repeat: repeat-x;
	line-height: 1.8em;
}
.singlegoldbut {
	position: relative;
	background-color: #f7af00;
	width: 270px;
	color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.doublegoldbut {
	position: relative;
	background-color: #f7af00;
	padding: 10px;
	width: 620px;
	color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	margin-left: 0px;
}
.doublebluebut {
	position: relative;
	background-color: #464A78;
	padding: 10px;
	width: 620px;
	color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	margin-left: 0px;
}
.doublenavybut {
	position: relative;
	background-color: #141A3F;
	width: 620px;
	color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 10px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	margin-left: 0px;
}

.tabholder {
	position: relative;
	width: 640px;
	color: #000000;
	background-image: url(../images/greytabgrad.jpg);
	background-repeat: repeat-x;
	height: 29px;
}
.tabtext {
	float: left;
	height: 24px;
	font-size: 1.2em;
	padding-top: 4px;
	padding-left: 10px;
}
.tabarrow {
	float: left;
}
.floatRight {
	float: right;
}
.singleredbut {
	position: relative;
	background-color: #e1001a;
	padding: 10px;
	width: 280px;
	background-image: url(../images/redbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
}
.doubleredbut {
	position: relative;
	background-color: #e1001a;
	width: 640px;
	background-image: url(../images/redbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	height: 55px;
	clear: both;
	float: left;
}


.pageheading {
	font-size: 2.8em;
	color: #001742;
	padding-left: 10px;
}
.pagesubheading {
	font-size: 2.8em;
	color: #9395B5;
}
.singletabholder {
	position: relative;
	width: 300px;
	color: #000000;
	background-image: url(../images/greytabgrad.jpg);
	background-repeat: repeat-x;
	height: 27px;
}
.doubleshadbox {
	width: 640px;
	height: 42px;
	background-image: url(../images/double_shad_curve.jpg);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}
.singleshadbox {
	width: 300px;
	height: 42px;
	background-image: url(../images/single_shad_curve.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	clear: both;
}
.input_box {
	background-color:#FFFFFF;
	border: solid 0px #FFFFCC;
	font-size: 1.2em;
	color:#666666;
	padding: 5px;
}
.leftcurve {
	float: left;
	margin-top: 5px;
	width: 4px;
	clear: left;
	position: relative;
}
.rightcurve {
	margin-top: 5px;
	width: 6px;
	float: right;
	position: relative;
}
.input_back {
	background-color: #FFFFFF;
	margin-top: 5px;
	width: 270px;
	height: 31px;
	float:left;
	margin-bottom: 5px;
	position: relative;
}

.input_button {
	background:transparent;
	color:#FFFFFF;
	font-weight:bold;
	padding: 6px;
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	text-align: right;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	width: 278px;
	clear: both;
}

.input-button:hover {
color:#FFFFFF;
}
.doublegreenbut {
	position: relative;
	background-color: #519317;
	width: 640px;
	background-image: url(../images/greenbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	height: 55px;
	clear: both;
	margin-top: 5px;
}
.doubleorangebut {
	position: relative;
	background-color: #f1a400;
	width: 640px;
	background-image: url(../images/oranbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	height: 55px;
	clear: both;
	margin-top: 5px;	
}
.whitetxtfloat {
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 377px;
	padding-left: 10px;
	padding-top: 18px;
}
.whitetext {
	color: #FFFFFF;
}
.orangestatus {
	background-color: #f0bf25;
	background-image: url(../images/ltoranbutgrad.jpg);
	float: left;
	width: 120px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 32px;
	margin-right: 15px;
	padding-top: 18px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
}
.datetxt {
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding-top: 18px;
	text-align: right;
	padding-right: 10px;
}
.greencertificate {
	background-color: #9AB931;
	background-image: url(../images/ltgreenbutgrad.jpg);
	float: left;
	width: 120px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 32px;
	margin-right: 15px;
	padding-top: 18px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
}

.assignedtab1 {
	background-color: #EBEBED;
	width: 470px;
	padding: 10px;
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	height: 100%;
}

.assignedtab2 {
	background-color: #EBEBED;
	width: 115px;
	padding: 10px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	height: 100%;
}

.whitetxtfloatlong {
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 600px;
	padding-left: 20px;
	padding-top: 18px;
}

#vertical_container {
	clear: both;
	position: relative;
	text-align: left;
}
.inprogresstab1 {
	background-color: #EBEBED;
	width: 325px;
	padding: 10px;
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	margin-right: 15px;
	height: 100%;
}
.inprogresstab2 {
	background-color: #EBEBED;
	width: 110px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	float: left;
	height: 100%;
}
.inprogresstab3 {
	background-color: #EBEBED;
	width: 115px;
	padding: 10px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	height: 100%;
}
.tablecell {
	background-color: #EBEBED;
	margin: 0px;
	padding: 10px;
	position: relative;
	display: block;
	width: 115px;
}
.tablecelllong {
	background-color: #EBEBED;
	margin: 0px;
	padding: 10px;
	position: relative;
	display: block;
	width: 330px;
}
.navyfullcol {
	margin: 0px auto;
	padding: 10px;
	width: 930px;
	position: relative;
	background-color: #02143C;
	margin-top: 10px;
	color: #FFFFFF;
	clear: both;
}
#shadboxfullcol {
	width: 950px;
	height: 18px;
	background-image: url(../images/shad_curve.jpg);
	margin: 0px auto;
	background-position: -10px;
	margin-bottom: 0px;
}
.assigntab1 {
	background-color: #EBEBED;
	width: 635px;
	padding: 10px;
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	margin-right: 15px;
}
.textlist {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 20px;
}
.assigntab2 {
	background-color: #EBEBED;
	width: 110px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	float: left;
}
.assigntab3 {
	width: 115px;
	padding: 10px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	background-color: #EBEBED;
}
#fullcoltablebox {
	width: 951px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	clear: both;
}
.greentab2 {
	background-color: #519317;
	width: 110px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	float: left;
	background-image: url(../images/greenbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}
.greentab3 {
	background-color: #519317;
	width: 115px;
	padding: 10px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	background-image: url(../images/greenbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.orangetab2 {
	background-color: #f1a400;
	width: 110px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	float: left;
	background-image: url(../images/oranbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}
.orangetab3 {
	background-color: #f1a400;
	width: 115px;
	padding: 10px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	background-image: url(../images/oranbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.redtab2 {
	background-color: #e1001a;
	width: 110px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	float: left;
	background-image: url(../images/redbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}
.redtab3 {
	background-color: #e1001a;
	width: 115px;
	padding: 10px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	background-image: url(../images/redbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.singlegreenbox {
	position: relative;
	background-image:url(../images/greenbutgrad.jpg);
	padding: 10px;
	width: 280px;
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #5CA127;
	margin-bottom: 10px;
}
.singleorangebox {
	position: relative;
	background-image:url(../images/oranbutgrad.jpg);
	padding: 10px;
	width: 280px;
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f1a400;
	margin-bottom: 10px;
}
.navytab1 {
	background-color: #02143C;
	width: 325px;
	padding: 10px;
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	margin-right: 15px;
	color: #FFFFFF;
}
.navytab2 {
	background-color: #02143C;
	width: 110px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	float: left;
	color: #FFFFFF;
}
.navytab3 {
	background-color: #02143C;
	width: 115px;
	padding: 10px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.resultstab3 {
	background-color: #EBEBED;
	width: 115px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.navybtab1 {
	background-color: #02143C;
	width: 150px;
	padding: 10px;
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	margin-right: 15px;
	color: #FFFFFF;
}
.navybtab2 {
	background-color: #02143C;
	width: 210px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	float: left;
	color: #FFFFFF;
	margin-right: 15px;
}
.navybtab3 {
	background-color: #02143C;
	width: 105px;
	padding: 10px;
	position: relative;
	float: left;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.navybtab4 {
	background-color: #02143C;
	width: 50px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
.greytab1 {
	background-color: #EBEBED;
	width: 150px;
	padding: 10px;
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	margin-right: 15px;
	color: #000000;
}
.greytab2 {
	background-color: #EBEBED;
	width: 210px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	float: left;
	color: #000000;
	margin-right: 15px;
}
.greytab3 {
	background-color: #EBEBED;
	width: 105px;
	padding: 10px;
	position: relative;
	float: left;
	margin-bottom: 5px;
	color: #000000;
}
.greytab4 {
	background-color: #EBEBED;
	width: 50px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	color: #000000;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
}
.redfullcol {
	margin: 0px auto;
	width: 930px;
	position: relative;
	background-color: #e1001a;
	margin-top: 10px;
	color: #FFFFFF;
	background-image: url(../images/redbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: center;
	clear: both;
	height: 35px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.greenfullcol {
	width: 950px;
	position: relative;
	background-color: #5CA127;
	margin-top: 10px;
	color: #FFFFFF;
	background-image: url(../images/greenbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	height: 55px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.orangefullcol {
	margin: 0px auto;
	width: 950px;
	position: relative;
	background-color: #f1a400;
	color: #FFFFFF;
	background-image: url(../images/oranbutgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	height: 55px;
}
.h_comptab1 {
	background-color: #EBEBED;
	width: 490px;
	padding: 10px;
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	margin-right: 15px;
	color: #000000;
}
.h_comptab2 {
	background-color: #EBEBED;
	width: 110px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	float: left;
	color: #000000;
	margin-right: 15px;
}
.h_comptab3 {
	background-color: #EBEBED;
	width: 115px;
	padding: 10px;
	position: relative;
	float: left;
	margin-bottom: 5px;
	color: #000000;
}
.h_comptab4 {
	background-color: #EBEBED;
	width: 110px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	color: #000000;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.h_progresstab1 {
	background-color: #EBEBED;
	width: 490px;
	padding: 10px;
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	margin-right: 15px;
	color: #000000;
}
.h_progresstab2 {
	background-color: #EBEBED;
	width: 260px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	float: left;
	color: #000000;
	margin-right: 15px;
}

.h_progresstab3 {
	background-color: #EBEBED;
	width: 110px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	color: #000000;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.h_assignedtab1 {
	background-color: #EBEBED;
	width: 785px;
	padding: 10px;
	float: left;
	position: relative;
	clear: both;
	margin-bottom: 5px;
	margin-right: 15px;
	color: #000000;
}


.h_assignedtab2 {
	background-color: #EBEBED;
	width: 110px;
	position: relative;
	float: right;
	margin-bottom: 5px;
	color: #000000;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.h_orangestatus {
	background-color: #f0bf25;
	background-image: url(../images/ltoranbutgrad.jpg);
	float: left;
	width: 270px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
	margin-right: 15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.h_whitetxtfloat {
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 515px;
	padding-left: 10px;
	padding-top: 15px;
}
.h_greencertificate {
	background-color: #9AB931;
	background-image: url(../images/ltgreenbutgrad.jpg);
	float: left;
	width: 270px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
	margin-right: 15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.doublegreygradbox {
	position: relative;
	width: 640px;
	background-image: url(../images/greygradbig.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	height: 30px;
	clear: both;
}
.trianglefloatbox {
	float: left;
	height: 30px;
	width: 20px;
}
.blacktxtfloat {
	font-weight: normal;
	color: #333333;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
}

.blacktxtfloat a {
	color: #333333;
	text-decoration:none;
}
.blacktxtfloat a:link {
	color: #333333;
	text-decoration:none;
}
.blacktxtfloat a:visited {
	color: #333333;
	text-decoration:none;
}

.singlebluebox {
	position: relative;
	background-image:url(../images/bluegrad.jpg);
	width: 270px;
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	cursor: pointer;
}
.clear {
	clear:both;
	margin: 0px;
}
td a {
	text-decoration:none;
	color:#333333;
	}
	
td a:link {
	text-decoration:none;
	color:#333333;
	}
td a:visited {
	text-decoration:none;
	color:#333333;
	}
td a:hover {
	text-decoration:none;
	color:#000000;
	}
.submitastextdk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	border: none;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	color: #666666;
	text-align: left;
	width: 100px;
}

table {
border: 0px solid #000;
width: 640px;
border-collapse: collapse;
}

td { 

border-right: 5px solid #fff;
border-top: 5px solid #fff;
padding: 10px;
border-collapse: collapse;
background-color:#EBEBED;
 }

.no_right_border { 

border: 0px solid #fff;
border-top: 5px solid #fff;
padding: 10px;
border-collapse: collapse;
background-color:#EBEBED;
 }
.submitastextdklong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	border: none;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	color: #666666;
	text-align: left;
	white-space: normal;
}
#cornerbotright {
	background-image: url(../images/corner_br.png);
	float: right;
	height: 55px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#cornerbotleft {
	background-image: url(../images/corner_bl.png);
	float: left;
	height: 55px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#singleredcomments {
	position: relative;
	background-image:url(../images/redgradlong.jpg);
	padding: 20px;
	width: 260px;
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #e1001a;
}
#welcomebox {
	width: 940px;
	color: #666666;
	height: 80px;
	background-image: url(../images/redbutgrad.jpg);
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #DC001B;
}
#welcomeboxshad {
	background-image: url(../images/shadowonred.jpg);
	height: 25px;
	width: 940px;
}
.welcomebox  h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4em;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.welcomebox h2 {
	font-size: 1.3em;
	padding: 20px;
	font-weight: normal;
	line-height: 1.4em;
}
h6 {
	font-size: 4em;
	color: #990033;
	font-weight: bold;
}
.bigimage {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#singleopeningbox {
	position: relative;
	background-color: #002052;
	padding: 0px;
	width: 300px;
	color: #FEB006;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: none;
	background-position: bottom;
	background-repeat: repeat-x;
}
#singleopeningbox h1 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.services  ul  {
	list-style-type: disc;
	padding-left: 40px;
	list-style-position: outside;
	line-height: 1.6em;
	padding-top: 10px;
}
#bigfootinner {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 430px;
}
#bigfoottop {
	float: left;
	height: 235px;
	width: 700px;
	position: relative;
	padding-top: 20px;
	padding-left: 250px;
}
#bigfoottop p {
	font-size: 1.4em;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#bigfootbot {
	float: left;
	height: 67px;
	width: 780px;
	position: relative;
	font-size: 2.8em;
	color: #FFFFFF;
	padding-top: 33px;
	font-weight: bold;
	padding-left: 50px;
}
#bigfootunder {
	float: left;
	height: 60px;
	width: 700px;
	position: relative;
	font-size: 1.1em;
	color: #CCCCCC;
	padding-top: 15px;
	line-height: 1.3em;
	padding-left: 60px;
}
#bigfoottop h1 {
	font-size: 1.8em;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight: bolder;
}
#welcometext {
	float: left;
	height: 55px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}
#welcomebox h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
}
#welcomebox h2 {
	font-size: 1.4em;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#welcomewords  {
	height: 110px;
	width: 900px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	letter-spacing: .1em;
}
#welcomeshadbox {
	height: 25px;
	width: 980px;
	background-image: url(../images/welcomeshad.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#welcomewords  h1  {
	font-size: 2em;
	line-height: 1.2em;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#welcomewords  {
	height: 110px;
	width: 900px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	letter-spacing: .1em;
}
#welcomeshadbox {
	height: 25px;
	width: 980px;
	background-image: url(../images/welcomeshad.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#welcomewords  h1  {
	font-size: 2em;
	line-height: 1.2em;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.cs_singlegoldtextbox h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.cs_doublegoldtextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #F7AF00;
	width: 597px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	color: #FFFFFF;
	padding-bottom: 0px;
	margin-left: 320px;
}
}

.cs_singlegreytextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #ebeced;
	width: 280px;
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
	color: #666666;
}

.cs_singlegreytextbox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	margin-left: 90px;
	color: #666666;
}

.cs_singlegreytextbox h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120px;
	line-height: 100px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	color: #666666;
}
.cs_singlegreytextbox h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	color: #666666;
}

#cs_singleleftcol {
	width: 300px;
	position: relative;
	padding: 0;
	background-color: #ebeced;
	float: left;
}
.center {
	text-align: center;
}

#cs_doublerightcol {
	width: 620px;
	position: relative;
}
.cs_doublegreytextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #dedfe0;
	width: 615px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #666666;
	padding-bottom: 0px;
	margin-left: 320px;
}

.cs_doublegreytextbox H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#cs_fullcol {
	width: 960px;
	background-image: url(../images/cs_back.jpg);
	background-repeat: repeat-y;
	position: relative;
	clear: both;
}

#cs_whitefullcol {
	width: 960px;
	float: left;
}
#cs_whitefullcol h2 {
	font-size: 28px;
	display: inline;
	font-weight: normal;
	color: #000000;
}
#cs_whitefullcol h3 {
	font-size: 28px;
	color: #999999;
	display: inline;
	font-weight: normal;
}
.cs_plus_holder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	width: 300px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	background-image: url(images/horizontal_spacer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 58px;
}
.cs_plus_holder2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 621px;
	color: #666666;
	position: relative;
	height: 58px;
	float: right;
	background-image: url(images/horizontal_spacer_dark.jpg);
	background-repeat: repeat-x;
}
.cs_arrow_holder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	width: 300px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	position: relative;
	background-image: url(images/gold_grey_spacer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 58px;
}
#cs_spacercol {
	float: left;
	position: relative;
	padding: 0;
	background-color: #FFFFFF;
	width: 20px;
	height: 100%;
}
.cs_doublegreytextbox p {
	padding-left: 10px;
	padding-right: 10px;
}
.cs_singlegreytextbox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 21px;
	background-color: #ebeced;
	width: 280px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #666666;
	font-weight: normal;
}
.cs_singlegoldtextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	background-color: #f7af00;
	width: 280px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cs_singlegoldtextbox p {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
.cs_singlegoldtextbox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	color: #FFFFFF;
	margin: 0;
	font-weight: bold;
	text-align: center;
}

.input_box_red {
	background-color: #FFFFFF;
	border: 3px solid #990000;
	padding: 10px;
	-moz-border-radius:1ex;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	-webkit-border-radius:1ex;
	font-size: 11pt;
	margin-top: 5px;
	margin-bottom: 10px;
}
.productBox h5 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.productBox p {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.redgradbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
	color: #666666;
	background-image: url(../images/redgradlong.jpg);
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
	width: 280px;
}

.redgradbox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	margin-left: 90px;
	color: #FFFFFF;
}

.redgradbox h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120px;
	line-height: 100px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
}
.redgradbox h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
}
.gallery {
	width: 700px;
	position: relative;
	padding: 5px;
}	

#contents {
	position: relative;
	padding: 5px;
	margin-left: 710px;
}

.buttons {
	position: relative;
	width: 200px;	
}

#contents ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;

	
}
#contents li {
	list-style: none;

	
}
#contents li :hover {
	list-style: none;
	background-color: #CCD8D3;
	color: inherit;

	
}
#contents ul li a {
	text-decoration: none;
	padding: 0 0px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	height: 30px;
	background-color: #B4BFBA;
	text-align: left;
	display: block;
	
}
#swf_box {
position: relative;
width: 690px;
padding: 10px;
background-color:#000033;
}

#description {
position: relative;
width: 690px;
padding: 10px;
background-color:#FFF;
top: 5px;
font-size: 80%;

}

#description h1 {

font-size: 90%;
font-style: bold;

}

.leading24 {
	line-height: 24px;
	font-weight: bold;
}


#singleleftcol {
	background-color: #FFFFFF;
	width: 300px;
	float: left;
	position: relative;
	padding: 0px;
}
#doublerightcol {
	width: 620px;
	float: right;
	clear: right;
	position: relative;
}
.doublegreytextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	background-color: #ebeced;
	width: 600px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.doublegreytextbox a {
	text-decoration: none;
	color:#666666;
	font-weight: bold;
}

.singlegreytextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	background-color: #ebeced;
	width: 280px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.singlegreytextbox a {
text-decoration: none;
	color:#666666;
	font-weight: bold;

}

.doublegreytextbox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 26px;
	color: #CC0000;
	padding: 0px;
	margin: 0px;
}
.horizon_menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.horizon_menu li {
	display: inline;
	margin: 0px;
	padding: 0;
}
.email_link {
	text-decoration: none;
}
.email_link a {
	color:#000000;
	font-weight:bold;
	text-decoration: none
}
.email_link a:link {
	color:#000000;
	font-weight:bold;
	text-decoration: none
}
.email_link a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration: none
}
.email_link a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration: none
}
.textalignleft {
	text-align: left;
}

#tabPanelholder {
	margin-bottom: 0px;
	position: relative;
	background-color: #FFFFFF;
	border: 10px solid #f7af00;
	padding-left: 0px;
	padding-right: 10px;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#tabPanelgreybox {
	position: relative;
	background-color: #ebeced;
	width: 600px;
	padding: 0px;
}
.compress {
	background-color: #000033;
	height: 40px;
	width: 288px;
	padding: 10px;
	color: #FFFFFF;
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-topright:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-top-right-radius:1ex;
	background-image: url(images/boxheader.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
}
.boxes {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-topright:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-top-right-radius:1ex;
}
.innerbox {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.boxheadtext {
	width: 240px;
	float: left;
	height: 40px;
	color: white;
	font-size: 20px;
	padding-top: 15px;
	padding-left: 20px;
}
.padding10 {
	padding: 10px;
}
.productBoxHead {
	background-color: #F7AF00;
	height: 25px;
	width: 268px;
	color: #FFFFFF;
	margin-top: 2px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	cursor: pointer;
}
.productBox {
	background-color: #ececed;
	width: 308px;
	color: #666666;
	font-size: 9pt;
	line-height: 12pt;
}
.productinnerbox {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mapcol1 {
	position: relative;
	width:296px;
	float: left;
	margin-right: 17px;
	padding: 0px;
	spacing: 0px;
	min-height: 30px;
}
#mapcol2 {
	position: relative;
	width:296px;
	float: left;
	margin-right: 17px;
	padding: 0px;
	spacing: 0px;
	min-height: 30px;
}
#mapcol3 {
	position: relative;
	width:296px;
	float: left;
	margin-right: 17px;
	padding: 0px;
	spacing: 0px;
	min-height: 30px;
}
#display {
	color:#666666;
	background-color:#fff;
	border: 20px solid #fff;
	width: 490px;
	height: 40px;
	text-align: left;
	padding: 20px;
}
.innerbox2 {
	width:610px;
	background-color: #ffffff;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
.emptyPlaceMarker
{
	z-index: 2;
	border-right: red thin dashed;
	border-top: red thin dashed;
	border-left: red thin dashed;
	border-bottom: red thin dashed;
	background-color: Transparent;
}
.adminsearchboxdeep {
	background-color: #f7af00;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}
.adminsearchbase {
	background-color: #999999;
	padding: 0px;
}
#ebookerror ul {
	font-weight: bold;
	color: #CC0000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.adminsearchbase a {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	display: block;
}
.adminsearchbase a:hover {
	text-decoration: none;
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight: bold;
	display: block;
}

.singlegreytextbox ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 260px;
	float: left;

}

.singlegreytextbox ul li {
	clear: left;
	float: left;
	font-weight: bold;
	color: #ffffff;
}

.singlegreytextbox ul li a
{
	color: #ffffff;
	background-color: #f7af00;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: left;
	width: 260px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.singlegreytextbox ul li a:hover {
	background-color: #cc0000;
	text-decoration: none;
	
}#ebookdivider {
	background-color: #999999;
	padding: 10px;
	width: 260px;
	position: relative;
	clear: both;
	height: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #CC0000;
}

.singlenavytextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	background-color: #000066;
	width: 282px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
	}
#rightcol {
	width: 640px;
}
#prodcol1 {
	position: relative;
	width:307px;
	float: left;
	margin-right: 17px;
	spacing: 0px;
	min-height: 30px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#prodcol2 {
	position: relative;
	width:308px;
	float: left;
	margin-right: 17px;
	spacing: 0px;
	min-height: 30px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#prodcol3 {
	position: relative;
	float: left;
	spacing: 0px;
	min-height: 30px;
	width: 308px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainprodholder {
	float: left;
	width: 960px;
}
.indexprodtitle {
	font-size: 1.4em;
	color: #FFFFFF;
	float: left;
	width: 278px;
	background-color: #000033;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: bold;
}
.indexprodcolleft {
	float: left;
	width: 308px;
	margin-right: 17px;
}
.indexprodimage {
	height: 130px;
	width: 308px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	float: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
.indexprodcolmiddle {
	float: left;
	width: 308px;
	margin-right: 17px;
}
.indexprodtext {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666666;
	float: left;
	width: 288px;
	padding: 10px;
}
.indexprodtext p {
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.indexprodtext a {
	color: #000033;
	text-decoration: none;
	font-size: 1.1em;
}
.indexprodtext a:hover {
	color: #F7AF00;
}
.indexprodcolright {
	float: left;
	width: 308px;
}
.indexprodshad {
	background-image: url(../images/single_shad_curve.jpg);
	width: 308px;
	height: 22px;
	float: left;
	background-position: bottom;
	margin-bottom: 20px;
}
#introtext {
	width: 290px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666666;
	font-size: 1em;
}
#introtext p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#bigfootunder a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#bigfootunder a:hover {
	color: #CCCCCC;
}

#bigfoottop a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#bigfoottop a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#bigfoottop a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#bigfoottop a:hover {
	color: #000000;
}


.doublenavybox {
	position: relative;
	background-color: #141A3F;
	width: 620px;
	color: #ffffff;
	padding: 10px;
	margin-left: 0px;
	font-size: 1.8em;
}
.whitetext    a {
	color: #FFFFFF;
	text-decoration: none;
}
.whitetext a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.whitetext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.singleltbluebox {
	position: relative;
	width: 270px;
	color: #ffffff;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #90AAD7;
	vertical-align: middle;
	font-size: 1.4em;
}
.imgalign {
	vertical-align: top;
}
.singleltbluebox a {
color:white;
text-decoration:none;
}
.singleltbluebox a:link {
color:white;
text-decoration:none;
}
.singleltbluebox a:visited {
color:white;
text-decoration:none;
}
.forename_back {
	background-color:#FFFFFF;
	border: 0px solid #FFFFFF;
	font-size: 1.1em;
	color:#666666;
	padding: 5px;
	position: relative;
	background-image: url(../images/forename_back.jpg);
	background-repeat: no-repeat;
}
.surname_back {
	background-color:#FFFFFF;
	border: 0px solid #FFFFFF;
	font-size: 1.1em;
	color:#666666;
	padding: 5px;
	position: relative;
	background-image: url(../images/surname_back.jpg);
	background-repeat: no-repeat;
}
.company_back {
	background-color:#FFFFFF;
	border: 0px solid #FFFFFF;
	font-size: 1.1em;
	color:#666666;
	padding: 5px;
	position: relative;
	background-image: url(../images/company_back.jpg);
	background-repeat: no-repeat;
}
.position_back {
	background-color:#FFFFFF;
	border: 0px solid #FFFFFF;
	font-size: 1.1em;
	color:#666666;
	padding: 5px;
	position: relative;
	background-image: url(../images/position_back.jpg);
	background-repeat: no-repeat;
}
.email_back {
	background-color:#FFFFFF;
	border: 0px solid #FFFFFF;
	font-size: 1.1em;
	color:#666666;
	position: relative;
	background-image: url(../images/email_back.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
.password_back {
	background-color:#FFFFFF;
	border: 0px solid #FFFFFF;
	font-size: 1.1em;
	color:#666666;
	padding: 5px;
	position: relative;
	background-image: url(../images/password_back.jpg);
	background-repeat: no-repeat;
}
.redloginbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	width: 300px;
	margin-right: 0px;
	margin-left: 0px;
	color: #666666;
	background-image: url(../images/redgradlong.jpg);
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
	background-color: #8C001A;
}
#singlebox1 a {
	color: #000000;
	text-decoration: none;
}
#singlebox1 a:hover {
	color: #666666;
}
#sitemap a {
	font-size: 1.4em;
	color: #999999;
	text-decoration: none;
	line-height: 1.6em;
}
#sitemap a:hover {
	color: #333333;
}
.campaign {
	padding-left: 20px;
}

.campaign a {
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
.campaign a:link {
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
.campaign a:visited {
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
.campaign a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.fullwidthtext a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.fullwidthtext a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.fullwidthtext a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.fullwidthtext a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.indexmailtitle {
	font-size: 1.4em;
	color: #FFFFFF;
	float: left;
	width: 278px;
	background-color: #FFCC00;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: bold;
}
.indexmailtext {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFFFFF;
	float: left;
	width: 288px;
	padding: 10px;
	background-color: #FFCC00;
}
