/* LAYOUT CSS BEGINS */

/* html>body is used for Firefox-specific CSS */

/*======================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/*======================================================================*/

/* HEADER */

#header {
	height: 86px;
 	background-color: #F0AB00;
/*	min-width: 800px; */
	width: 100%;
	float: left;
	font-weight: bold;
}

#logo {
	float: left;
}

/* BANNER LINKS */

#banner {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;left: 85px;top: 20px;
	float: left;
	position: relative;
	left: 85px;top: 20px;
	width: auto;
}
#h1banner
{
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display:inline; 
}

html>body #banner {
	width: auto;
}

/* NAV BAR */

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	margin-left: 20px;
	.margin-left: -15px;
	_margin-left: -360px;
	margin-top: 0px;
	.margin-top: 12px;
	_margin-top: 67px;
	width: 760px;
	border: solid 10 red;
}

.NP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	position: fixed;
	height: 22px;
	text-align: center;
	vertical-align: middle;
}

.NP a {
    color: #ffffff;
	text-decoration: none;
} 

.NP a:hover {
    color: #F0AB00;
	text-decoration: none;
}

.NPTable {
    margin-top: 63px;
	margin-right: 260px;
	color: #ffffff;
	position: fixed;
}

html>body #nav {
	position: absolute;
	left: 270px;
	top: 54px;
	width: 760px; /* used to be auto to prevent from nav going to next line when user makes text bigger */
}

#nav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}

#nav ul li {
	float: left;
	text-align: center;
	color: #FFFFFF;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px;
	background-color: #00529C;
	background-image: url(gr/nav_topright.png);
	background-repeat: no-repeat;
	background-position: right top;
} 

#nav ul li a:hover {
	color: #F0AB00;
}

#nav ul li a.picked {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px;
	background-color: #77B1D4;
	background-image: url(gr/nav_topright_h.png);
	background-repeat: no-repeat;
	background-position: right top;
} 

#nav ul li a.picked:hover {
	color: #00529C;
}

img.corner {
   border: none;
   display: block;
}

.pladNav {
    margin-left: 28px;
	padding-bottom: 20px;
}

#PLADnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 228px;
	top: 62px;
	width: 700px;
	margin-bottom: 15px;
}

html>body #PLADnav {
	position: absolute;
	left: 275px;
	top: 54px;
	width: 800px; /* used to be auto to prevent from nav going to next line when user makes text bigger */
}

#PLADnav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;

}

#PLADnav ul li {
	float: left;
	text-align: center;
	color: #FFFFFF;
}

#PLADnav ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px;
	background-color: #00529C;
	background-image: url(/gr/nav_topright.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 15px;
} 

#PLADnav ul li a:hover {
	color: #F0AB00;
}

#PLADnav ul li a.picked {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px;
	background-color: #77B1D4;
	background-image: url(gr/nav_topright_h.png);
	background-repeat: no-repeat;
	background-position: right top;
} 

#PLADnav ul li a.picked:hover {
	color: #00529C;
}

.pladNav-title {
    font-weight:bold; 
	font-size:15px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-color: #000066;
	padding-left: 38px;
}

.navPadding {
    height: 10px;
	color: clear;
	width: 100%;
}

/* SUB-NAV BAR */

#subnavbar {
	background-color: #77B1D4;
	height: auto;
	width: 100%;
	color: #FFFFFF;
	float: left;
	clear: left;
}

#subnav {
	float: left;
	padding-bottom: 3px;
	width: auto;
}

#subnav ul {
	margin-top: 0px;
	list-style-image: none;
	list-style-type: none;
}

#subnav ul li {
	float: left;
	color: #FFFFFF;
}

#subnav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
}

#subnav a:hover {
	color: #00529C;
}

#subnav .subpicked {
	color: #00529C;
}

#subnavbar .home {
	display: none; /* this is used when there are no subnav links for a certain tab */
}

#subnavbar .foryourcust {
	position: relative;
	left: 150px;
	width: auto;
}

#subnavbar .foryou {
	position: relative;
	left: 150px;
	width: auto;
}

#subnavbar .aboutus {
	position: relative;
	left: 350px;
	width: auto;
}

/*======================================================================*/

/* CONTENT */

#hp-overflow {
	width: 565px;
}

div#container {
	min-width: 775px;
}

a { 
	color: #990000;
}

a:hover {
 	text-decoration: none;
}

h5 {
    color: #00529C;
	font-size: 11px;
}

.notes {
    color: #00529C;
	font-weight: bold;
}

&bull; {
    color: #990000;
}

/* LEFT BAR */

div#left {
	float: left;
	width: 205px;
}

div#lefttable {
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(gr/lefttableback.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 2px;
	border-top-color: #C0C0C0;
	border-top-style: solid;
	width: 215px;
}

html>body #lefttable {
	width: 205px;
}

div#leftcontent {
	padding-left: 10px;
	padding-right: 10px;
}

.announcement {
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}

.promo {
    float: right;
    font-size: 11px;
	text-align: left;
	padding: 2px 2px 2px 2px;
	width: 175px;
	height: 200px;
	border: 1px dotted #666;
}

html>body .announcement {
	padding-top: 0px;
}

.news {
	font-size: 11px;
}

.PromoCode {
    color: #990000;
	font-size: 11px;
	font-weight: bold;
}

#lefttablebottom {
	background-image: url(gr/lefttablebottom.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	margin-left: 10px;
	margin-right: 0px;
	width: 215px;
}

html>body #lefttablebottom {
	margin-top: -15px;
	width: 205px;
}

/* RIGHT BAR */

div#right {
	float: right;
	width: 175px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #77B1D4;
}

div#rightcontent {
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;	
}

.aheader {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00529C;
	color:#00529C;
}

.readmore a {
	color: #990000;
}

.readmore a:hover {
	text-decoration: none;
}

/* MAIN CONTENT */

div#content {
	margin-left: 225px;
	margin-right: 215px;
	font-size: 12px;
}

/* DIFFERENT HEADER TITLE IMAGES */

#contentheader {  /* default one */
	height: 91px;
	background-image: url(gr/header/default_fade.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentheader_home {
	height: 91px;
	background-image: url(gr/header/home_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentheader_home_test {
	height: 91px;
	background-image: url(gr/header/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentheader_home_test2 {
	height: 91px;
	background-image: url(gr/header/home3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentheader_fyc {
	height: 91px;
	background-image: url(gr/header/fyc_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentheader_fy {
	height: 91px;
	background-image: url(gr/header/fy_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentheader_about {
	height: 91px;
	background-image: url(gr/header/about_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentheader_contact {
	height: 91px;
	background-image: url(gr/header/contact_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentheader_support {
	height: 91px;
	background-image: url(gr/header/support_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentheader_other {
	height: 91px;
	background-image: url(gr/header/other_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentheader_press {
    height: 91px;
	background-image: url(gr/header/news_press_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}	
#h2contenttitle
{
	font-size: 15px;
	font-weight: bold;
	display:inline; 
}
#contenttitle {
	padding-left: 204px;
	font-size: 15px;
	font-weight: bold;
	height: 91px;
}

.tablecontenttitle {
	height: 91px;
	border: 0px;
}

.tablecontenttitle H1 {
    font-size: 15px;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #00529C;
}

/**************************************************/

.mcp-page-logo {
	margin-left: 40%;
	width: 127px;
	height: 72px;
	background-image: url(/gr/mcp_gold_certified_partner.jpg) no-repeat;
}

/* Homepage Tables */

#3Boxes {
    width: 95%;
	padding: 10px;
	font-size: 10px;
	margin-left: 5%;
}

.checkmark {
    background: url(/gr/check_mark.png) no-repeat;
}

.contentleft {
	width:30%;
	padding:0px;
	float:left;
	font-size: 10px;
}

.contentleft ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	text-align: left;
}

.contentleft li {
	text-align: left;
	list-style-image: url(/gr/check_mark.png);
	margin-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
}


.Box1-Title {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #77b1d4;
	padding-bottom: 3px;
	font-weight: bold;
}

.dividerOne {
    width: 1px;
	height: 270px;
	background: url(/gr/table_divider.png) no-repeat;
	float: left;
	margin-left: 5px;
	margin-top: 50px;
}

.dividerTwo {
    width: 1px;
	height: 270px;
	background: url(/gr/table_divider.png) no-repeat;
	float: right;
	margin-left: 1px;
	margin-top: 50px;
}

html>body .dividerTwo {
	margin-top: 50px;
	margin-right:5px;
}

.contentcenter {
	width:35%;
	padding:0px;
	float:left;
	margin-left: 5px;
	font-size: 10px;
}

.contentcenter ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	text-align: left;
}

.contentcenter li {
    text-align: left;
	list-style-image: url(/gr/check_mark.png);
	margin-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}


.Box2-Title {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #77b1d4;
	padding-bottom: 3px;	
	font-weight: bold;
}

.contentright {
	width:30%;
	padding:0px;
	float:right;
	padding-left: 5px;
	font-size: 10px;
}

.contentright ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	text-align: left;
}

.contentright li {
    text-align: left;
	list-style-image: url(/gr/check_mark.png);
	margin-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.Box3-Title {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #77b1d4;
	padding-bottom: 3px;
	font-weight: bold;
}

#ContentBottom {
    width: 90%;
	margin-top: 50px;
}

html>body #ContentBottom {
    margin-top: 575px;
}

/**************************************************/

/* FOR THE TABLES */

#content .aligncenter {
	text-align: center;
}

.centertable {
	margin-left: auto;
	margin-right: auto;
}

#content thead {
	padding-bottom: 2px;
	padding-top: 2px;
}

#content thead tr td,.blackRowWithText {
	background: #000000;
	color: #FFFFFF;
	font-weight: 700;
}

.rowNormal {
	background: #EEF0F2;
	text-align: left;
}

.highlighttablerow {
	background: #FBFBFB;
	text-align: left;
}

.cleardiv {
	clear: both;
	height: 1em;
}

/*======================================================================*/

/* FOOTER */

#footer {
	height: auto;
	width: 100%;
	background-color: #F0AB00;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer a {
	text-decoration: none;
	color: #000066;
}

#footer a:hover {
  	color: #FFFFFF;
}

/*======================================================================*/


/* Server Status */

.statusSpecialMsg {
    color: #990000;
}

/*======================================================================*/

/* Style Edits */
.style1 {color: #AA3300}

/*======================================================================*/

/* CRM Page */

.crm ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.crm li {
	color: #000000;
}

.crm strong {
	color: #00529C;
}

.crm-bottom {
	margin-left: 12px;
}

html>body .crm-bottom {
    margin-left: 0px;
}

.crm-bottom ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.crm-bottom li {
	color: #000000;
}

.crm-bottom strong {
	color: #00529C;
}

#crm-demo {
    width: 70px;
	float: right;
	margin-right: 30px;
	padding-left: 40px;
}

/*======================================================================*/

/* Ferris Promo */

#ferris-promo {
	padding-left: 5%;
	padding-top: 5px;
}

.ferris-content {
    border: 1px dotted #990000;
}

.ferris-title {
    font-size: 13px;
	font-weight: bold;
	color: #990000;
	padding-left: 5px;
	padding-top: 10px;
}

.ferris-body p {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}

.ferris-body strong {
	color: #990000;
}

.ferris-signup-button {
    background-color: #ffffff;
	border: 1px solid #990000;
	font-size: 10px;
	color: #990000;
}
/*======================================================================*/
/* Exchange 2007 Landing Pages */
.outlook2007 {
	padding:0px;
	float:left;
	font-size: 12px;
}

.outlook2007 ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	text-align: left;
}

.outlook2007 li {
	text-align: left;
	list-style-image: url(/gr/check_mark.png);
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.outlook2007 strong {
	color: #00529C;
}

#outlookbenefits {
	padding: 5px;
}

#outlookbenefits td {
	padding-left: 6px;
	padding-right: 3px;
}

#outlookbenefits strong {
	color: #00529c;
}

#builtinprotection strong {
	color: #00529C;
}

#exchange2007-table {
	margin-right: auto;
	margin-left: auto;
	color: #000066;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: top;
}

#exchange2007-table td {
	padding: 4px;
	text-align: left;
	border: 1px #ccc solid;
	vertical-align: top;
}

.exchange2007-table-title {
	background-color: #00529C;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.2007highlightedRow {
	background-color: rgb(240,171,0);
	color: #000066;
}

.2007tdDivider {
	border-right: 1px solid #cccccc;
}

#2007-feature-list a {
	color: #00529c;
}

#web-based-messaging strong {
	color: #00529c;
}

#collapse-title {
	width: 90%;
	border-right: 0px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 0em;
	/*background-color: #0a3c6d;*/
	color: #fff;
	}
	
#collapse-title ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-left: 
}
		
#collapse-title li {
	border-bottom: 0px solid #7a93ae;
	margin: 0;
	padding-bottom: 5px;
	color: #000000;
}

#collapse-title h3 {
	font-weight: bold;
	font-size: 12px;
	color: #000066;
}

#collapse-title p {
	font-size: 10px;
	color: #000066;
}

#collapse-title li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	/*border-right: 5px solid #87b6e2;*/
	background-color: #fff;
	color: #000066;
	text-decoration: none;
	width: 100%;
	border: 1px dotted #CCCCCC;
}

html>body #collapse-title li a {
	width: auto;
}

#collapse-title li a:hover {
	border: 1px dotted #CCCCCC;
	/*border-right: 10px solid #5ba3e0;*/
	background-color: #f0ab00;
	color: #fff;
}


/*******************************************/
/*** Div Expand Styles ***/
/*** On Exchange 2007 Features ***/
.expand-feature-lists {
	width: 90%;
	text-align: center;
}
/* Toggle Expand Content */
.showstate { 
	cursor:hand;
	cursor:pointer;
	float: right;
	margin-top: 2px;
	margin-right: 3px;
}

#headers {
	width: 99%;
	font-size: 12px;
	color: #00529b;
	font-weight: bold;
	border: 1px dashed #cccccc;
	background-color: #f1f1f1;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-bottom: 15px;
}

#headers a {
    color: #00529b;
	text-decoration: none;
}

#headers a:hover {
    color: #00529b;
	text-decoration: none;
	background-color: #f0ab00;
}

#headers img { 
	border: none;
	padding-left: 5px;
	margin-top: 2px;
	float: left;
}

#headers:hover {
	background-color: #f0ab00;
}

.leftExpandArrow {
    float: left;
	width: 10px;
	height: 11px;
	padding-left: 5px;
}

.switchcontent {
	width: 99%;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	border-top-width: 0;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: -15px;
}

.switchcontent-text {
	padding-left: 4px;
	padding-right: 4px;
}
/*****************************************************/
/* Expand Menu 2 */
.trigger {
	cursor:pointer;
}		

.trigger:hover {
	cursor:pointer;
	background:#7a93ae;
}		

.trigger a {
	background-color: #f1f1f1;
}

.expanded {
	background:#f1f1f1;
	cursor:pointer;
}
.expanded:hover {
	background:#7a93ae;
	cursor:pointer;
}
.show {
	position:static;
    display: table;
}
.hide {
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}
/*****************************************************/
