body {
	background-color: #002B42;
	padding-top: 40px;
	padding-bottom: 40px;	
	margin: 0;
}
/* Page structures */
#sizeRestrictor {
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/resources/images/shared/page_background.jpg);
	border: 1px solid #CFE0E9;
	margin: auto;
}
#pagePortion {
	background-image:url(/resources/images/shared/header_bg.jpg);
	background-position: top;
	background-repeat:no-repeat;
}
#bodySizeRestrictor {
	float: left;
	background-color: #FFFFFF;
	width: 575px;
	border: 1px solid #CFE0E9;
	margin-top: 10px;
}
#bodyPortion {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	/*Base font size for page body*/
	font-size: 11px;
}
#footerPortion {
	background-image:url(/resources/images/shared/header_bg.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	/*height: 40px;*/
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#footerPortion a, #footerPortion a:visited {
	color: #FFFFFF;
}
#copyRight {
	font-size: 0.6em;
	float: left;
	width: 130px;
}
#testimonials {
	font-size: .7em;
	font-style: italic;
	width: 550px;
	margin-left: 20px;
	float: left;
	text-align: center;
}
#logo {
	margin-left: 40px;
	width: 96px;
	float: left;
}
#hotbuttons {
	float: right;
	padding-top: 14px;
	padding-right: 9px;	
}
#hotbuttons img {
	padding-left: 9px;
}
.clearingDiv {
	clear:both;
}
.flashMovie {
	float: right;
	padding-left: 10px;
}
.terms {
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 10px;
	width: 90%;
}
#screenshots {
	float: right;
	width: 190px;
}
.weeklyPriceNote {
	font-size: 0.8em;
}

/* Formatting */
h1 {
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	margin-top: 1em;	
}
h2 {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	margin-top: 0em;	
}

.terms h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	margin-top: 0em;	
}
p {
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 0em;	
	line-height: 1.5em;
}
ul {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 1em;
}
li {
	margin-top: 0;
	margin-bottom: 0;	
}
a, a:visited {
	color: #F68F24;
}
a:hover {
	color: #DC730A;
	text-decoration: none;
}
.valueHighlight {
	color: #DC730A;
}
hr {
	height: 1px;
	border: none;
	background-color: #CFE0E9;
	color: #CFE0E9;
}
.price {
	font-size: 1.5em;
	padding: 5px;
	background-color: #E3EDF2;
	margin-right: 10px;
	font-weight: bold;
}
.price .monthlyOption {
	font-size: 0.7em;
}
.errorMessage {
	border: 2px solid #FF0000;
	background-color: #FFD5D5;
}
.author {
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin-right: 10px;
}

#ratesTable, #generalTable {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#ratesTable td {
	border-bottom: 1px solid #CFE0E9;
	text-align: center;
}
#generalTable td {
	border-bottom: 1px solid #CFE0E9;
}
#ratesTable th, #generalTable th {
	border-bottom: 1px solid #CFE0E9;
	text-align: left;
}
#ratesTable tr.top th {
	border-bottom: 1px solid #CFE0E9;
	text-align: center;
}
#ratesTable .alternate td, #ratesTable .alternate th, #generalTable .alternate td, #generalTable .alternate th {
	background-color: #F5F9FA;
}
#ratesTable .highlightedCol, #ratesTable .alternate .highlightedCol {
	background-color: #FDE38C;
}
/* Form */
#contactForm {
	margin-bottom: 1em;
	width: 500px;
}
#contactForm .field {
	width: 400px;
	padding: 3px;
	border-bottom: 1px solid #CFE0E9;	
}
#contactForm .field input, #contactForm .field select {
	width: 350px;
}
#contactForm .field label {
	width: 150px;
	display: block;
}

/* Main menu settings */
#mainmenu {
	font-size: 10px;
	float: left;
	margin-top: 80px;	
}
#mainmenu a, #mainmenu a:visited {
	text-decoration: none;
}
#mainmenu ul {
	width: 173px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CFE0E9;
}
#mainmenu ul li {
	margin: 0;
	padding: 0;
	background-color: #004D6D;
	border-top: 1px solid #CFE0E9;
	border-left: 1px solid #CFE0E9;	
	border-right: 1px solid #CFE0E9;	
	color: #FFFFFF;
	list-style: none;	
}
#mainmenu ul li a, #mainmenu ul li a:visited {
	background-color: #004D6D;
	color: #FFFFFF;
	display: block;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;	
}
#mainmenu ul li a:hover, #mainmenu ul li a.active {
	background-color: #FBB12E;
	background-image:url(/resources/images/shared/menu_bg.jpg);
}
/* Sub menu settings */
#mainmenu ul li ul {
	width: auto;
}
#mainmenu ul li ul li {
	border: none;
	font-size: 0.9em;
}
#mainmenu ul li ul li a, #mainmenu ul li ul li a:visited {
	padding-top: 1px;
	padding-bottom: 1px;	
}
