@charset "UTF-8";
/* CSS Document */


/* 
Blue: #3a7283
Yellow: #e4b017
*/

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	text-align: center;
	font-size: 80%; /* Resets 1em to 16px */
	font-family: Arial, Helvetica, sans-serif;
	color: #727272;
	text-align: center;
	}
	
	
/* Main Structure */

.main-wrapper {
	width:800px;
	margin:auto;
	text-align:left;
	}
	
#header {
	width: 800px;
	padding:15px 0 15px 0;
	}
	
#header p {
	border:none;
	text-align:right;
	padding: 30px 0 0 0;
	color:#3a7283;
	font-size: 4.5em;	
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:1.2em;
	}
	
	
#navigation {
	width: 800px;
	height:52px;
	background-image:url(images/nav-bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #007385;
	}
	
#navigation ul {
	font-size:1.1em;
	margin:0;
	padding:15px 15px 0 0;
	text-align:right;
	}
	
#navigation li {
	display:inline;
	padding:0 15px 0 25px;
	margin:0;
	background-image:url(images/nav-separator.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
	
#navigation a {
	color:white;
	text-decoration:none;
	}
	
#navigation a:hover {
	color:#e4b017;
	}
	
#content {
	width: 525px;
	padding: 0 50px 15px 0;
	float: left;
	}
	
#sidebar {
	width: 225px;
	margin:6px 0 0 0;
	float:left;
	}
	
#sidebar p {
	font-size:1em;
	}
	
#sidebar ul li {
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	}
	
.sidebar-box {
	width: 185px;
	padding: 20px 20px 0 20px;
	background-image:url(images/side-box-top-corner.gif);
	background-repeat: no-repeat;
	background-position:top left;
	background-color: #EEFCFF;
	}
	
.sidebar-box-bottom {
	height:25px;
	margin:0 0 20px 0;
	background-image:url(images/side-box-bottom-corner.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	background-color: #EEFCFF;
	}
	
#footer {
	width:800px;
	clear:both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #3a7283;
	}
	
#footer p {
	font-size:0.8em;
	text-align:center;
	}
	
table ul li {
	margin:0;
	}
	
	
th {
	background-color:#007385;
	font-size:1.2em;
	color:white;
	height:20px;
	vertical-align:middle;
	text-align:left;
	padding:5px;
	}
	
.leftcol {
	width:140px;
	padding:5px;
	font-weight:bold;
	font-size:1.1em;
	}
	
.middlecol {
	width:240px;
	padding:5px;
	}
	
.rightcol {
	width:115px;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding:5px;
	}
	
.howtobuy-leftcol {
	width:270px;
	padding:5px;
	font-weight:bold;
	font-size:1em;
	vertical-align:middle;
	}
	
.howtobuy-middlecol {
	width:110px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	padding:5px;
	vertical-align:middle;
	}
	
.howtobuy-rightcol {
	width:115px;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding:5px;
	vertical-align:middle;
	}
	
td {
	background-color:#EEFCFF;
	}



/* Headings */

h1 {
	color:#3a7283;
	font-size: 3em;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3a7283;
	font-family: "Times New Roman", Times, serif;
	}

h2 {
	font-size:2em;
	color:#3a7283;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3a7283;
	font-family: "Times New Roman", Times, serif;
	}
	
h3 {
	font-size:1.8em;
	color:#3a7283;
	padding-bottom: 5px;
	padding-top: 7px;
	font-family: "Times New Roman", Times, serif;
	}
	
h4 {
	font-size:1.6em;
	font-family: "Times New Roman", Times, serif;
	color:#3a7283;
	}
	
h5 {
	font-size:1.4em;
	font-family: "Times New Roman", Times, serif;
	color:#3a7283;
	padding:10px 0 5px 0;
	}
	
h6 {
	font-size:1.2em;
	font-family: "Times New Roman", Times, serif;
	color:#3a7283;
	}
	
/* Tags and Classes*/

p {
	font-size: 1.2em;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height:1.4em;
}


ul { 
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul li { 
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:20px;
	margin-left:20px;
	background:url(images/tick.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
}

a {
	color: #3a7283;
	text-decoration: none;
}

a:hover {
	color: #e4b017;
	text-decoration: none;
}

.text-yellow {
	color: #e4b017;
}

.text-yellow-bold {
	font-size:1.2em;
	font-weight:bold;
	color: #e4b017;	
}

.text-blue-bold {
	font-size:1.2em;
	font-weight:bold;
	color: #3a7283;	
}

.text-blue-bold-underline {
	font-size:1.4em;
	font-weight:bold;
	color: #3a7283;
	text-decoration:underline;
}

.text-blue{
	color: #3a7283;	
}

.smallprint {
	font-size:0.9em;
	padding:2px 0 2px 0;
	}
	
.smallprint-yellow {
	font-size:0.9em;
	padding:2px 0 2px 0;
	color:#e4b017;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.clearboth {
	clear:both;
	}
