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

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 {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Text Altering Classes */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #006666;
	margin: 25px 0px;
	text-align: center;
	}
	
h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	}
	
h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	}
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.underline {
	text-decoration: underline;
	}
	
.caps {
	text-transform: uppercase;
	}
	
	
/* Background & Header Elements */

body {
	background: url(images/background.jpg) repeat;
}

#pagewrap {
	width: 800px;
	margin: auto;
	}
	
#bkgd {
	background: #fff;
	width: 700px;
	border-color: #006666;
	border-width: 40px;
	border-style: solid;
	height: 1000px;
}

#bkgd_long {
	background: #fff;
	width: 700px;
	border-color: #006666;
	border-width: 40px;
	border-style: solid;
	height: 1355px;
}

#bkgd_short {
	background: #fff;
	width: 700px;
	border-color: #006666;
	border-width: 40px;
	border-style: solid;
	height: 705px;
}

.border {
	background: url(images/border.jpg) repeat-y;
	width: 700px;
	height: 207px;
	margin: 40px 0px;
	float: left;
}

.logo {
	background: url(images/logo.png);
	float: left;
	margin: -275px 0px 0px 16px;
}

	
.tollfree {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006666;
	margin: -270px 10px 0px 0px;
}
	
/* Navbar & Links Elements */

#nav {
	float: left;
	margin: -170px 0px 0px 15px;
}

a:link {
	text-decoration: underline;
	color: #066;
	}
a:visited {
	text-decoration: underline;
	color: #066;
	}
a:hover {
	text-decoration: underline;
	color: #066;
	}
a:active {
	text-decoration: underline;
	color: #066;
	}

#header {
	float: right;
	margin: -234px 0px;
}

.tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006666;
	float: right;
	font-weight: bold;
	margin: -70px 65px 0px 0px;
}

#pics {
	float: right;	
	margin: -32px 28px 0px 0px;
}

/* Main Content Elements */

#sidebar {
	float: left;
	margin: 120px 0px 0px -253px;
}

.colorbox {
	background: url(images/colorbox.jpg) repeat-y;
	height: 280px;
	width: 253px;
}

.colorbox_long {
	background: url(images/colorbox.jpg) repeat-y;
	height: 630px;
	width: 253px;
}

#content {
	float: right;
	width: 380px;
	margin: 5px 30px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
	line-height: 20px;
}

.aclass{
	float: right;
	margin: 10px 135px 0px 0px;
	border-style:solid;
	border-color: #066;
	border-width: 1px;
	padding: 3px;
}

.iso {
	float: right;
	text-align: center;
	border-color: #006666;
	border-style: solid;
	border-width: 3px;
	padding: 10px;
	margin: 5px 20px 15px 0px;
	font-weight: bold;
}

/* Footer & Credit */

#footer {
	color: #006666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	margin: 20px auto;
	line-height: 16px;
	background: #9cc;
	width: 700px;
	padding: 5px 0px 5px 0px;
}
