/***** CUSTOM FONTS HANDLING *****/

@font-face {
  font-family: "museo";
  src: url("fonts/museo500-regular-webfont.eot");
  src: local("?"),
    url("fonts/museo500-regular-webfont.woff") format("woff"),
    url("fonts/Museo500-Regular.otf") format("opentype"),
    url("fonts/museo500-regular-webfont.svg#museo500") format("svg");
  font-weight: normal;
  font-style: normal;
}


body {
	background: url('images/GerberBlueDotBack.jpg');
	height: 100%;
}

.main {text-align: center; }
/*#header {width: 1024px; height: 100%; margin-left: auto; margin-right: auto;}
#TopHeader {width: 100%; height: 45px; background-color: #dae8fa; z-index: 1000; position: relative}
*/
#header {width: 1024px; height: 100%; margin-left: auto; margin-right: auto; position:relative;}
#TopHeader {width: 100%; height: 45px; background-color: #dae8fa; z-index: 1000; position: relative; top: -5px; text-align: right}
#MainHeader {
text-align: left;
border-radius: 5px;
-moz-border-radius: 5px; 
width: 100%; 
height: 166px;
background-color: #ffffff;
top: -15px;
position: relative;
behavior: url(/portals/0/skins/www2011/pie.htc);
}

#NavHeader {
height: 30px;
padding: 0px 7px 0px 7px;
margin: 4px 7px 0px 7px;
border-radius: 5px; 
-moz-border-radius: 5px; 
background-color: #a5cafc;
position:relative;
behavior: url(/portals/0/skins/www2011/pie.htc);
}

a.NavItem, a.NavItem:link, a.NavItem:active, a.NavItem:visited {
	float: left;
	padding: 5px 15px 0px 15px;
	height: 25px;
	display: block;
	background: url('images/NavBack.png');
	color: white;
	font-family: 'museo';
	font-weight: bold;
	font-size: 1.25em;
	text-decoration: none;
}
a.NavItem:hover {
	text-decoration: none;
	padding: 5px 15px 0px 15px;
	background: url('images/NavBackHover.png')
}

.NavSeparator {
	float: left;
	width: 4px;
	height: 25px;
	padding-top:4px;
	background: url('images/NavSeparator.png');
}

a.NavItemRight, a.NavItemRight:link, a.NavItemRight:active, a.NavItemRight:visited {
	float: left;
	padding: 10px 10px 0px 10px;
	/*height: 30px;*/
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

a.NavItemRight:hover {
	text-decoration: none;
}

.NavSeparatorRight {
	float: left;
	padding-top:5px;
	color: #2379bd;
	/*width: 4px;
	height: 30px;
	background: url('images/NavSeparatorRight.png');*/
}

#Content {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	width: 100%; 
	/*height: 600px;*/
	background-color: #ffffff;
	/*position: relative;*/
	behavior: url(/portals/0/skins/www2011/pie.htc);
}

.MainContent {
	margin: 15px;
	padding: 15px;
	width:700px;
	float: left;
	position: relative;
}

.LeftContent {
	margin: 15px;
	padding: 15px;
	float:left;
	position: relative;
	width: 200px;
}

#Footer {
	width: 100%;
	position: relative;
	top: -5px;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	background-color: #dae8fa;
	behavior: url(/portals/0/skins/www2011/pie.htc);
	height: 180px;
	padding-top: 20px;
}

.GCI_RoundBox {
	color: white;
	border-radius: 6px;
	-moz-border-radius: 6px; 
	background-color: #A5CBFC;;
	behavior: url(/portals/0/skins/www2011/pie.htc);
	font-family: museo;
    font-size: 3.5em;
    height: 53px;
    line-height: 53px;
    margin: 0;
    text-align: center;
}

.FooterSection {
	float: left;
	width: 240px;
	height: 150px;
	padding-top: 15px;
	text-align: left;
	margin-right: 10px;
}

.FooterTitle {
	font-family: 'museo';
	font-weight: bold;
	font-size: .95em;
	border-bottom: solid #a2c0e9 2px;
	margin-bottom: 5px;
	color: #035199;
	width: 230px;
}

.FooterContent {
	margin-top: 0px;
}
ul.FooterContent li {
	list-style: none outside none;
	margin-left: 0px;
	padding-left: 0px;
	color: #808ea0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .8em;
	padding-top: 2px;
	text-decoration: none;
	/*margin-left: -40px;*/
}

.FooterContent a, .FooterContent a:link, .FooterContent a:active, .FooterContent a:visited {
	color: #808ea0;
	font-size: 12px;
	text-decoration: none;
}

.FooterContent a:hover {
	text-decoration: underline;
}

a.RetailerLink {
	padding-top: 5px;
	margin-top: 5px;
}


#CopyRight {
	width: 100%;
	text-align: center;
	color: #035199;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: .75em;
	padding: 10px 0px 15px 0px;
	height: 50px;
}

.DNNEmptyPane {width: 0}

.containerheadtextblank {
	font-size: 18px;
	color: #538EED;
}

.Normal {
	font-size: 12px;
	color: #8B8C8E;
}

.NormalBold {
	font-size: 12px;
	color: #8B8C8E;
	font-weight: bold;
}

.NormalRed {
	font-size: 12px;
	color: red;
	font-weight: bold;
}

td, th {

}