html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	background-color: #C6C6C6;
	color : #555555;
}

img {
	border: 0px;
}

h1 {
	font-weight: bold;
	color: #2965B1;
	font-size : 21pt;
	padding : 0px;
	margin : 0px 0px 10px 0px;
}

h2 {
	font-weight : normal;
	color: #2965B1;
	font-size : 16pt;
	padding : 0px;
	margin : 0px;
}

h3 {
	font-weight : normal;
	color: #2965B1;
	font-size : 12pt;
	padding : 0px;
	margin : 0px 0px 0px 0px;
}

h4 {
	font-weight : normal;
	color: #2965B1;
	font-size : 11pt;
}

h5 {
	font-weight : normal;
	color: #2965B1;
	font-size : 10pt;
}

p {
	font-size: 10pt;
	color : #555555;
}

li {
	margin-bottom : 5px;
}

/* CUSTOM CLASSES */
.fakeLink {
	font-weight : normal;
	color : #2965B1;
	text-decoration : none;
	cursor : pointer;
}

.fakeLink:hover {
	text-decoration : underline;
}

.smallNote {
	color : #939393;
	font-size : 8pt;
}

.errorMessage {
	color : #DD0927;
}

a:link, a:active, a:visited {
	font-weight: normal;
	color: #2965B1;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.trialSms {
	padding : 0px 20px 0px 20px;
}

.phone {
	float: left;
	margin: 0px 10px 0px 15px;
}

.sendSms {
	padding: 10px;
}

.orangeText {
	color : #F78F2A;
}

/* CONTAINER SPECIFIC */


/* LEFT */

.left {
	font-size: 9pt;
	width: 225px;
	border-right: 1px #C6C6C6 solid;
}


/* LEFT MENU */
a.button:link, a.button:active, a.button:visited {
	display: block;
	width: 199px;
	height: 56px;
	margin: 10px 0px 0px 20px;
	background-image: url('/images/button.jpg');
	background-repeat: none;
	font-size : 10pt;
	text-align : left;
	color : black;
	font-weight : bold;
}

a.button.selected {
	background-image: url('/images/buttonSelect.jpg'); 
}

a.button:hover {
	display: block;
	width: 199px;
	height: 56px;
	margin: 10px 0px 0px 20px;
	background-image: url('/images/buttonSelect.jpg');
	background-repeat: none;
	text-decoration: none;
}

a.button .arrow {
	position : relative;
	font-weight: bold;
	font-size: 21px;
	color: #36A7E9;
	top : 11px;
	left : 4px;
}

a.button .menuButton {
	position : relative;
	display : block;
	margin : 0px 0px 0px 20px;
	width : 170px;
	top : -10px;
}

/* MORE LEFT */

.left .text {
	margin: 0px 0px 0px 20px;
	font-weight: normal;
}

.left .note {
	width: 199px;
	height: 45px;
	margin: 0px 0px 0px 20px;
}

.left .note .arrow {
	font-weight: bold;
	font-size: 21px;
	padding-left: 4px;
	padding-top: 14px;
	position: absolute;
	color: #A0A0A0;
}


/* MIDDLE */

.middleContent {
	text-align: left;
	width: 1024px;
	position: relative;
}

.middle {
	text-align: left;
	width: 525px;
	padding: 5px 5px 0px 10px;
}

.middle .arrow {
	font-weight: bold;
	font-size: 21px;
	color: #A0A0A0;
	display: inline;
	vertical-align: middle;
}

/* RIGHT */

.right {
	font-size: 9pt;
	text-align: left;
	width: 220px;
	border-left: 1px #C6C6C6 solid;
	padding-left : 10px;
}

.right hr {
	width : 90%;
	height : 0px;
	border-top : 1px black dotted;
}

/* HEADING */

.heading {
	position: relative;
	width: 1024px;
	height: 346px;
}


/* NAV BAR */

.nav {
	position: absolute;
	right: 30px;
	top: 315px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.nav a:link, .nav a:active, .nav a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	font-weight: bold
	font-size: 14px;
	color: #72C1F0;
	text-decoration: none;
}

/* QUOTE BOX */

.quoteBox {
	font-size : 19px;
	margin : 0px;
	padding : 0px;
	width : 100%;
	background-color : #CED4EB;
}

.quoteBox p {
	font-size : 8pt;
	margin-bottom : 0px;
}

.quoteBox b {
	font-size : 8pt;
}

.quoteBox img {
	padding : 10px;
}

.quoteCredit {
	font-size : 10px;
	color : #2965B1;
}

/* FOOTER */

.footerCaption {
	font-size: 8pt;
	margin-top: 10px;
	width: 1024px;
	height: 16px;
	padding-top: 2px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.footerLinks {
	font-size: 8pt;
	margin-bottom: 10px;
	width: 1024px;
	height: 16px;
	padding-top: 2px;
	background-color: #4961CB;
	color: #FFFFFF;
	text-align: center;
}

.footerLinks a:link, .footerLinks a:active, .footerLinks a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size : 8pt;
}

.footerLinks a:hover {
	font-weight: normal;
	color: #FFFFFF;;
	text-decoration: underline;
}

/* SIDE BOX */
.sideBox {
/*	background-color : #F78F2A;*/
}

.sideBox h1 {
	font-size : 9pt;
}

.sideBox p {
	font-size : 8pt;
	font-style : italic;
}

/* DONE */
