@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/E1G-BKG-Header-Slice.png);
	background-repeat: repeat-x;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #00F;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.bullet {
	list-style-position: outside;
	margin-bottom: 14px;
	line-height: 1.2em;
}
.address {
	font-size: small;
	font-style: normal;
}


/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}
.login {
	background-color: #FFF;
	padding-left: 10px;
	padding-top: 15px;
	height: 25px;
	width: 950px;
	background-image: url(../images/E1G-login-slice.png);
	background-repeat: no-repeat;
}

.header {
	background-color: #FFF;
	padding-left: 10px;
	padding-top: 22px;
	height: 83px;
	float: left;
	width: 77px;
}
.header0 {
	background-color: #FFF;
	padding-top: 79px;
	height: 26px;
	float: right;
	width: 783px;
	background-image: url(../images/E1G-header0-slice.png);
	background-repeat: no-repeat;
	padding-left: 90px;
}

.header1 {
	background-color: #FFF;
	height: 71px;
	padding-top: 0px;
	padding-left: 175px;
	float: left;
	width: 560px;
	color: #000;
	clear: both;
}
.header2 {
	background-color: #FFF;
	padding-top: 41px;
	float: right;
	color: #000;
	text-align: right;
	padding-right: 25px;
	height: 30px;
	width: 199px;
	clear: right;
}


.topnav {
	background-color: #FFF;
	height: 40px;
	padding: 10px;
	color: #000;
	clear: both;
	background-image: url(../images/E1G-Top-Nav-Slice.png);
	background-repeat: repeat-x;
}

.topnav ul {
	list-style: none; 
	margin-bottom: 15px;
	border-top-style: none;
}

.topnav ul li {
	display: inline;
}

.topnav ul a, .topnav ul a:visited {
	display: inline-block;
	width: auto;
	text-decoration: none;
	color: #FFF;
	padding: 5px;
}

.topnav ul a:hover, .topnav ul a:active, .topnav ul a:focus {
	color: #FFF;
	background-color: #CCC;
	height: 28px;
}
.secondarynav {
	background-color: #FFF;
	height: 39px;
	color: #000;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	width: 955px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-decoration: none;
	padding-left: 5px;
	font-size: small;
}
.secondarynav ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.secondarynav ul li {
	display: inline;
	text-decoration: none;
}
.secondarynav ul a, .secondarynav ul a:visited {
	display: inline-block;
	text-decoration: none;
}
.secondarynav ul a:hover, .secondarynav ul a:active, .secondarynav ul a:focus {
	padding: 3px;
	display: inline; 
	width: auto;  
	text-decoration: none;
	color: #666;
}
.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	background-color: #CCC;
	padding-top: 10px;
}
.content {
	width: 718px;
	float: left;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;  
	width: 160px;  
	text-decoration: none;
	background-color: #999;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	background-color: #999;
}
/* ~~ The footer ~~ */
.footertop {
	position: relative;
	clear: both;
	background-color: #FFF;
	font-size: small;
	background-image: url(../images/E1G-Footer-Slice.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: 30px;
	float: left;
	width: 500px;
}

.footertop ul {
	margin: 0px;
	padding: 0px;
}

.footertop li {
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
	display: inline;
}

.footertopright {
	position: relative;
	background-color: #FFF;
	font-size: medium;
	background-image: url(../images/E1G-Footer-Slice.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: 30px;
	float: right;
	width: 460px;
}

/* ~~ The footer styles ~~ */
.footer {
	position: relative;
	clear: both; 
	background-color: #FFF;
	font-size: small;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 245px;
	height: 150px;
	float: left;
}
.footercenter {
	position: relative;
	background-color: #FFF;
	font-size: small;
	padding-top: 115px;
	padding-right: 0;
	padding-bottom: 10px;
	width: 460px;
	float: left;
	height: 55px;
}
.footerright {
	position: relative;
	background-color: #FFF;
	font-size: small;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 10px;
	width: 160px;
	float: right;
	height: 110px;
	margin-bottom: 50px;
	padding-left: 90px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.styleone:link {
	color: #c32127;
	text-decoration: none; 
}
.styleone:visited {
	color: #c32127;;
	text-decoration: none;
}
.styleone:hover, .styleone:active, styleone:focus { 
	text-decoration: underline;
}
.styletwo:link {
	color: #000;
	text-decoration: none;
}
.styletwo:visited {
	color: #000;
	;
	text-decoration: none;
}
.styletwo:hover, .styletwo:active, styletwo:focus {
	text-decoration: none;
	color: #c32127;
}
.style1 {
	font-size: xx-small;
	font-weight: normal;
	color: #000;
}
.style1a {
	font-size: xx-small;
	font-weight: normal;
	color: #666;
}
.style1b {
	font-size: xx-small;
	font-weight: normal;
	color: #c32127; 
}
.style2 {
	font-size: xx-small;
	font-weight: bold;
	color: #000;
}
.style2a {
	font-size: xx-small;
	font-weight: bold;
	color: #666;
}
.style2b {
	font-size: xx-small;
	font-weight: bold;
	color: #c32127;
}
.style3 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
.style3a {
	font-size: xx-small;
	font-style: italic;
	color: #666;
}
.style3b {
	font-size: xx-small;
	font-style: italic;
	color: #c32127;
}
.style4 {
	font-size: x-small;
	font-weight: normal;
	color: #000;
}
.style4a {
	font-size: x-small;
	font-weight: normal;
	color: #666;
}
.style4b {
	font-size: x-small;
	font-weight: normal;
	color: #c32127;
}
.style5 {
	font-size: x-small;
	font-weight: bold;
	color: #000;
}
.style5a {
	font-size: x-small;
	font-weight: bold;
	color: #666;
}
.style5b {
	font-size: x-small;
	font-weight: bold;
	color: #c32127;
}
.style6 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
.style6a {
	font-size: x-small;
	font-style: italic;
	color: #666;
}
.style6b {
	font-size: x-small;
	font-style: italic;
	color: #c32127;
}
.style7 {
	font-size: small;
	font-weight: normal;
	color: #000;
}
.style7a {
	font-size: small;
	font-weight: normal;
	color: #666;
}
.style7b {
	font-size: small;
	font-weight: normal;
	color: #c32127;
}
.style8 {
	font-size: small;
	font-weight: bold;
	color: #000;
}
.style8a {
	font-size: small;
	font-weight: bold;
	color: #666;
}
.style8b {
	font-size: small;
	font-weight: bold;
	color: #c32127;
}
.style9 {
	font-size: small;
	font-style: italic;
	color: #000;
}
.style9a {
	font-size: small;
	font-style: italic;
	color: #666;
}
.style9b {
	font-size: small;
	color: #c32127;
	font-style: italic;
}
.style10 {
	font-size: medium;
	font-weight: normal;
	color: #000;
}
.style10a {
	font-size: medium;
	font-weight: normal;
	color: #666;
}
.style10b {
	font-size: medium;
	font-weight: normal;
	color: #c32127;
}
.style11 {
	font-size: medium;
	font-weight: bold;
	color: #000;
}
.style11a {
	font-size: medium;
	font-weight: bold;
	color: #666;
}
.style11b {
	font-size: medium;
	font-weight: bold;
	color: #c32127;
}
.style12 {
	font-size: medium;
	font-weight: italic;
	color: #000;
}
.style12a {
	font-size: medium;
	font-style: italic;
	color: #666;
}
.style12b {
	font-size: medium;
	font-style: italic;
	color: #c32127;
}
.style13 {
	font-size: large;
	font-weight: normal;
	color: #000;
}
.style13a {
	font-size: large;
	font-weight: normal;
	color: #666;
}
.style13b {
	font-size: large;
	font-weight: normal;
	color: #c32127;
}
.style14 {
	font-size: large;
	font-weight: bold;
	color: #000;
}
.style14a {
	font-size: large;
	font-weight: bold;
	color: #666;
}
.style14b {
	font-size: large;
	font-weight: bold;
	color: #c32127;
}
.style15 {
	font-size: large;
	font-style: italic;
	color: #000;
}
.style15a {
	font-size: large;
	font-style: italic;
	color: #666;
}
.style15b {
	font-size: large;
	font-style: italic;
	color: #c32127;
}
.style16 {
	font-size: x-large;
	font-weight: normal;
	color: #000;
}
.style16a {
	font-size: x-large;
	font-weight: normal;
	color: #666;
}
.style16b {
	font-size: x-large;
	font-weight: normal;
	color: #c32127;
}
.style17 {
	font-size: x-large;
	font-weight: bold;
	color: #000;
}
.style17a {
	font-size: x-large;
	font-weight: bold;
	color: #666;
}
.style17b {
	font-size: x-large;
	font-weight: bold;
	color: #c32127;
}
.style18 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
.style18a {
	font-size: x-large;
	font-style: italic;
	color: #666;
}
.style18b {
	font-size: x-large;
	font-style: italic;
	color: #c32127;
}
.style19 {
	font-size: xx-large;
	font-weight: normal;
	color: #000;
}
.style19a {
	font-size: xx-large;
	font-weight: normal;
	color: #666;
}
.style19b {
	font-size: xx-large;
	font-weight: normal;
	color: #c32127;
}
.style20 {
	font-size: xx-large;
	font-weight: bold;
	color: #000;
}
.style20a {
	font-size: xx-large;
	font-weight: bold;
	color: #666;
}
.style20b {
	font-size: xx-large;
	font-weight: bold;
	color: #c32127;
}
.style21 {
	font-size: xx-large;
	font-style: italic;
	color: #000;
}
.style21a {
	font-size: xx-large;
	font-style: italic;
	color: #666;
}
.style21b {
	font-size: xx-large;
	font-style: italic;
	color: #c32127;
}
