/**
 * main page styles
 */
html {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, tahoma, arial;
	background: #fff;
	color: #3a3a3a;
}

#topGrey {
	width: 100%;
	height: 6px;
	background: url("../img/content_top.png") repeat-x;
	margin-top: -13px;
}

#bottomGrey {
	width: 100%;
	height: 16px;
	background: url("../img/content_bottom.png") repeat-x;
}

#pageWrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


a {
	color: #3a3a3a;
	text-decoration:none;
}

a:link {color:blue;text-decoration:underline;}

a:visited {color: #660066;text-decoration:underline;}

a:hover {
	color: #1a1a1a;
	text-decoration:underline;
}

ul, li, img, a, tr, td, table, p, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/**
 * navigation styles
 */
.navigation {
	height: 100px;
	overflow: hidden;
	position: relative;
}

.navigation h1 {
	float: left;
	font-size: 2em;
	color: #173493;
}

.navigation h1 span {
	display: none;
}

.navigation h1 a {
	width: 237px;
	height: 79px;
	position: absolute;
	top: 0px;
	display: block;
	background: url("../img/logo.png") no-repeat;
}

.navigation ul {
	float: right;
	list-style: none;
	position: relative;
	top: 48px;
}

.navigation ul li {
	margin-right: 33px;
	display: inline;
}

.navigation ul li a {
	font-size: 1.2em;
	font-weight: lighter;
	color: #444;
	text-decoration: none;
}

.navigation ul li a:hover {
	color: #111;
}

.content ul {
	margin-left: 50px;
	margin-bottom: 15px;
}

.content ul li {
	margin-right: 40px;
	font-size: .8em;
}

/**
 * content styles
 */
.content {
	width: 980px;
	margin: auto;
}
.content p {
	font-size: .8em;
	margin-bottom: 15px;
}

#indexText p {
	font-size: 1.0em;
	margin-bottom: 15px;
}

.entry {
	padding-bottom: 15px;
	font-size:.8em;
}

.entryHome {
	padding-bottom: 15px;
	font-size:.8em;
}

.entryHome .readMore {
	margin-top: 1px;
	float:right;
}

.entryHome .readMore a {
	text-decoration: underline;
	color:#173492;
}

.entryHome h3 {
	font-size:1.4em;
}

.entry h3 {
	font-size:1.4em;
	margin-top:15px;
}

.offeringsBack {
	margin-top: 1px;
	float:right;
}

.offeringsBack a {
	text-decoration: underline;
	color:#173492;
}

#indexText {
	margin-bottom:20px;
}

h2 {
	overflow: hidden;
	position: relative;
	height: 39px;
	font-size: 1.5em;
	padding-bottom: 3px;
	margin-top: 13px;
	margin-bottom: 5px;
	color: #fff;
}

h2 span {
	width: 179px;
	height: 39px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
}


h2.about span {
	background: url("../img/about.png");
}

h2.offerings span {
	background: url("../img/offerings.png");
}

h2.news span {
	background: url("../img/news.png");
}

h2.blog span {
	background: url("../img/blog.png");
}

h2.contact span {
	background: url("../img/contact.png");
}

h2.privacy span {
	background: url("../img/privacy.png");
}

h2.successStories span {
	background: url("../img/successStoriesTitle.png");
}

h3 {
	color: #173492; 
	font-size:1.1em; 
	margin-bottom:2px;
	margin-top:8px;
}



h3 a {
	color: #173492;
}

h4 {
	color: #fff; 
	font-size:1.1em; 
	margin-bottom:2px;
	margin-top:8px;
}


/**
 * footer styles
 */
.footer {
	text-align: center;
	color: #aaa;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: .6em;
}

#recentNews {
	width: 435px;
	float: left;
	overflow:hidden;
	
}

#learnMore {
	width: 435px;
	float: right;
	margin-bottom: 55px;
	overflow:hidden;
	
}

#offeringLeft {
	width: 115px;
	float: left;
	overflow:hidden;
	
}

#offeringRight {
	width: 865px;
	float: right;
	overflow:hidden;
	
}

.offeringSection {
	width:980px;
	overflow: hidden;
}

#offeringSubLeft {
	width: 515px;
	float: left;
	overflow:hidden;
	
}

#offeringSubRight {
	width: 465px;
	float: right;
	overflow:hidden;
	
}

.offeringSubSection {
	width:980px;
	overflow: hidden;
	padding-bottom:15px;
}

#bigPicLeft {
	width: 551px;
	float: left;
	overflow:hidden;
	
}

#medPicLeft {
	width: 551px;
	float: left;
	overflow:hidden;
	
}
#bigPicRight {
	width: 429px;
	float: right;
	overflow:hidden;
	
}

#aboutPicRight {
	width: 550px;
	float: right;
	overflow:hidden;
	
}

#aboutPicLeft
{
    width: 400px;
    float: left;
    overflow: hidden;
    padding-right: 5px;
}


.bigPicSection {
	width:980px;
	overflow: hidden;
	padding-bottom:15px;
}

#maxim-flash {
	text-align:center;
	margin-bottom:-4px;
}

.homeBottom {
	width:1120px;
	overflow: hidden;
	margin-bottom:20px;
}

.homeBlueText { 
	color:#173492; 
	margin-bottom:15px;
}

.homeButton
{
    margin: 10px 0px 5px 0px;
}

.pdf {
	float:left;
	margin:0px 5px 10px 0px;
	clear:both;
}

.pdfLink {
	overflow:hidden;
	height:60px;
	margin-left:20px;
}

.pdfLink p {
	margin-top:15px;
	font-size:15px;
}

.pdfLink a, .redUnderline {
	color:#cc1818;
	text-decoration:underline;
}

.footer {
	font-size:.7em;
}

.footer a {
	color: #aaa;
}

.footer a:hover {
	color: #555;
}

