/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

.style1 {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
	.bread {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

	.bread2 {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}


.bread2 a:link, .bread2 a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#bread2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

	.bread3 {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	font-weight: bold;
}
.imgs {
	float:left;
	margin: 0 10px 5px 0;
}

.smallzCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.smallzCopy a:link, .smallzCopy a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #000000;
}

.smallzCopy a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}
/************ logo **************/
#logo {
	position:absolute;
	background-image:url(images/bgtop.jpg);
	top:0px;
	left:0px;
	width:100%;
	height:80px;
	z-index:1;
}
/************ top login menu **************/
#menu_1_top {
	position:absolute;
	width:99%;
	height:31px;
	z-index:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-transform: capitalize;
	color: #293a82;
	text-align: right;
	padding-top: 10px;
	top: 8px;
}
div#menu_1_top a, div#menu_1_top a:visited {
	color: #000000;
	text-decoration: none;
}

div#menu_1_top a:hover{
	color: #ffffff;
	text-decoration: underline;
}

/************ main horiz menu **************/
#mmenu2 {
	position:absolute;
	width:100%;
	height:32px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#FF6600;
	background-image: url(images/glbnav_background.gif);
	line-height: 33px;
	background-repeat: repeat;
	background-position: 0px 0px;
	overflow: hidden;
}
#mmenu {
	position:absolute;
	top:80px;
	width:100%;
	height:32px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#FF6600;
	background-image: url(images/glbnav_background.gif);
	line-height: 33px;
	background-repeat: repeat;
	background-position: 0px 0px;
	overflow:hidden;
	
}
.mmenu ul, .mmenu li{
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}
div#mmenu a, div#mmenu a:visited {
	font-size: 8pt;
	color: #ee1c25;
	font-weight: bold;
	border-right: 1px solid #8FB8BC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

div#mmenu a:hover{
	background-image: url(images/glblnav_selected.gif);
	color:#000000;
	text-decoration: none;
}
#content-cell {
	position:absolute;
	top:142px;
	left:0px;
	height:25px;
	width:100%;
	text-align: left;
	visibility: visible;
}

#content-cell2 {
	position:absolute;
	top:140px;
	height:450px;
	width:100%;
	overflow: visible;
}

#title {
	position:absolute;
	top:112px;
	left:182px;
	height:25px;
	width:600;
	text-align: left;
	visibility: visible;
}
/************ breadcrumbs **************/
#breadcrumbs {
	position:absolute;
	top:116px;
	height:25px;
	width:100%;
	text-indent: 15px;
	visibility: visible;
}

div#breadcrumbs a{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

div#breadcrumbs a:hover{
	color: #FF0000;
	text-decoration: underline;
}

.breadcrumbs ul, .breadcrumbs li{
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}
/************ breadcrumbs **************/

#pageNav{
	left:0px;
	width: 179px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
#sectionLinks h3{
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#F5f7f7;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	left: 0;

}
.menu {
	background-color:#F5f7f7;;
	width: 179px;
	padding: 3px;
	display: block;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color:#F5f7f7;
	text-indent: 5px;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color:#999999;
}
.menu a:link ul ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color:#99999;
}
.menu a:link, .menu a:visited, .menu a:active {
	color: #ff0000;
	display: block;
	text-decoration: none;
	line-height: 20px;
	width: 179px;
	font-weight: bold;
}

.menu a:hover {
	background-color: #ff0000;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.relatedLinks h3{
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

.relatedLinks a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
	padding: 10px;
}
.relatedLinks a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-size: 9pt;
	text-decoration: none;
}
.relatedLinks ul, .relatedLinks li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.td-hosting-tables {
	text-align:center;
 	background-image:url(images/glbnav_background.gif);
 	height:32px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 20px;
	text-align:right;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ff0000;
	border-right-color: #ff0000;
	border-left-color: #ff0000;
}
.td-hosting-tables2 {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 20px;
	text-align:right;
	border: thin solid #ff0000;
}
.td-hosting-tables3 {
	text-decoration: none;
	line-height: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff0000;
	border-bottom-color: #ff0000;
	border-left-color: #ff0000;
}
/************ live support **************/
#live-support {
	height:62px;
	width:223px;
	text-align: right;
	z-index: 100;
	visibility: visible;
	float: right;
	margin-top: 112px;
}
