body {
	background:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #242424;
	}

h1 {
	color: #2e4093;
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	border-bottom: #0f54cc 1px solid;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	}
	
h2 {
 	color: #2e4093;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	}
	
h3 {
	color: #2e4093;
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	}
	
.Clear {
	clear:both;
	}
	
/* Headers with Spans */
.blueSpan {
    color: #2e4093;
	font-size: 16px;
	font-weight: normal;
    }
    
.aquaSpan {
    color: #39b9ed;
	font-size: 16px;
	font-weight: normal;
    }
	
a {color: #696969; text-decoration: none; padding:0px; margin:0px;}
a:hover {color: #696969; text-decoration:underline; padding:0px; margin:0px;}

img {border: 0px;}

/* END: Global Assignments */


/* START: Main page containers */

#Wrapper {
	width: 795px;
	margin: 0 auto;
	text-align:left;
	background: url(../images/page-bg-expand.gif) repeat-y;
	}

#PageTop {
	background: url(../images/page-bg-top.gif) no-repeat;
	height:8px;
	}
	
#PageBottom {
	background: url(../images/page-bg-bottom.gif) no-repeat;
	height:7px;
	}
	
#PageMain {
	width: 780px;
	margin-left: 8px;
	}

/* END: Main page containers */

/* START: Homepage Specific containers */

#HpLeft {
    width: 380px;
    padding: 10px;
    margin-right: 10px;
    background-color: #f5f5f6;
    min-height: 250px;
	height: auto !important;
	height: 250px;
	float:left;
    }
    
#HpRight {
    width: 320px;
    min-height: 250px;
	height: auto !important;
	height: 250px;
	float:right;
	
    }

#HpRight .LatestNews {
    width:300px;
    padding: 10px;
    min-height: 105px;
	height: auto !important;
	height: 105px;
	margin-bottom: 20px;
	background-color: #d5d9e9;
    }
    
#HpRight .Newsletter {
    width:300px;
    padding: 10px;
    min-height: 105px;
	height: auto !important;
	height: 105px;
	background-color: #d5d9e9;
    }

/* END: Homepage Specific containers */

/* START: Banner containers */

#Banner { 
	height: 85px;
	width: 780px;
	background: url(../images/banner-bg-expand.gif) repeat-x;
	}
	
#Banner .LiveChat {
    text-align: left;
    background-image: url(../images/live-chat-bg.gif);
    background-repeat: no-repeat;
    background-position: top right;
    width:185px;
    float:right;
    height: 85px;
    }

#Banner .Logo {
	width: 272px;
	height: 85px;
	float: left;
	}

/* END: Banner containers */

/* START: Navigation containers */

#NavigationMenu {
	height: 30px;
	background: url(../images/navigation-bg-expand.gif) repeat-x;
	}

#NavigationMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 780px;
}

#NavigationMenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	border-right:1px solid #0f54cc;
}

#NavigationMenu ul li:hover {
	margin: 0px;
	padding: 0px;
	float: left;
	border-right:1px solid #0f54cc;
	background-color: #2d90eb;
}

#NavigationMenu ul li a
{
    color: white;
    padding: 4px 6px 4px 6px;
    height: 30px;
    line-height: 30px;
}
	
/* END: Navigation containers */


/* START: Main Content containers */

#MasterContent {
	width: 740px;
	padding: 20px;
	}

/* END: Main Content containers


/* START: Homepage Quote Boxes */

#Container {
	width: 740px;
	margin-bottom: 20px;
}
#Menu {
	width: 140px;
	height:265px;
	float: left;
	font-size:0px;
}
#Menu ul {
	padding: 0px;
	width:140px;
	list-style: none;
    margin: 0px;
}
#Menu ul li {
	padding: 0px;
	display: block;
	font-size:0px;
}
#Content {
	margin-left: 140px;
}
.Panel {
	display: none;
	width: 600px;
	height: 265px;
	background-color: #00adef;
}

.Panel .PanelDescription {
	float:right;
	width: 183px;
	padding:10px;
	color:#FFFFFF;
}

.DefaultPanel {
	display: block;
	height: 265px;
}

/* END: Homepage Quote Boxes */


/* START: Footer containers */

#FooterTop {
	width: 100%;
	border-top: #0f54cc 1px solid;
	padding-top: 20px;
	height: 120px;
	height: auto !important; 
	min-height:120px;
	}

#FooterTop .wrapper
{
	width:760px;
	text
}
	
#FooterTop .Address {
	float: left;
	width: 170px;
	color: #2e4093;
	text-align:left;
	}

#FooterTop .Phone {
	float: left;
	width: 230px;
	color: #2e4093;
	text-align:left;
	}

#FooterTop .Logos {
	float: left;
	width: 330px;
	color: #2e4093;
	padding-left: 10px;
	text-align:left;
	}

#FooterBottom .wrapper
{
	width:760px;
}
	
#FooterBottom {
	width: 100%;
	margin:0px 0px 20px 0px;
	padding-top:20px;
	border-top: #0f54cc 1px solid;
	height: 20px;
	height: auto !important; 
	min-height:20px;
	} 
/* END: Footer containers */
