/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	padding: 0px;
	text-align: left;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#14223D;
}

/* ----------------- LINKS ----------------- */
a:link {
	color: #14223D;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #3366FF;
}
a:active {
	color: #fc0;
}

/* ----------------- ADDRESS ----------------- */
address{
	width:194px;
	margin:0px;
	padding:25px 20px 10px 20px;
	font-size: 18px;
	font-style:normal;
	color: #3366FF;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/address_bg.gif) left top;
	height: 95px;
	text-align: center;
}

dt{
	font-size: 12px;
	font-weight:bold;
}

dd{
	font-size: 12px;
	margin-bottom:10px;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p, li {
	font-size: 14px;
}

h1{
	font-size: 18px;
	color: #FFFFFF;
	width:520px;
	background: url(images/h1_bg.gif);
	height: 25px;
	padding-left: 12px;
	line-height: normal;
	clear: both;
	display: block;
	margin: 0px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#logo {
	height: 130px;
	width: 234px;
}


h2{
	padding:0px;
	font-size: 14px;
	text-transform:uppercase;
	color: #3366FF;
}
h2#line{
	border-bottom: 2px solid #14223D;
}
h2#box{
	float:left;
	background-image: url(images/orange_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 25px 0px 25px;
}
h3{
	padding:0px;
	font-size: 12px;
	text-transform:uppercase;
	color: #f90;
}

iframe{
	allow-transparency: true;
	margin:-50px 0px 0px -10px; /* -50px top margin used in conjunction w/ tranaparency to push DIY pages "up" in content area. */
}


/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	padding:0px;
	width: 766px;
	background: url(images/container_bg.gif) top left repeat-y;
}

div#audio{
	width:234px;
	height:145px;
	margin:0px;
}


div#content {
	width:502px;
	padding:5px 15px;
	font-size:10px;
	color:#666666;
}

div#content p{
	font-family: Arial, Helvetica, sans-serif;
}
div#content li{
	list-style: outside;
	font-size: 12px;
	margin-bottom:8px;
}

div#cta{
	width:234px;
	height:97px;
	margin:0px;
	background-image: url(images/cta.gif);
}

/* Creates the div container for the footer. */
div#footer {
	width:532px;
	height:34px;
	margin:0px;
	clear:both;
	background: url(images/footer_bg.gif) top left;
	font-size: 11px;
	padding-top: 15px;
	text-align: center;
}

#leftcolumn {
	position: absolute;
	width: 234px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background: url(images/left_bg.gif) no-repeat;
}

#rightcolumn {
	position: absolute;
	width: 532px;
	left: 234px;
	top: 0px;
	background-image: url(images/rt_col_bg.gif);
}
#headpic {
	height: 133px;
	width: 532px;
}

div#signin {
	width:135px;
	height:40px;
	position: absolute;
	top:372px;
	left:0px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */
img.center {
	padding: 5px;
	background: #fff;
	margin:0 auto;
	border: 1px solid #ccc;
}

img.left {
	padding: 5px;
	background: #fff;
	margin-right: 15px;
	border: 1px solid #ccc;
	float:left;
}
img.right {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	margin-left:15px;
}

.floatleft{
	float:left;
	margin-right:15px;
}

.floatright{
	float:right;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.caption {
	float:left;
	margin: 2px;
}
.caption p {
	font-size:12px;
	font-weight:bold;
	text-align: center;
	color:#8F698F;
}

.checklist{
	width:500px;
	margin:0px auto;
	padding:7px 0px 7px 0px;
	clear:both;
}
.checklist h2{
	border-bottom: 2px solid #14223D;
}
.checklist li{
	list-style: url(images/check_bullet.gif) outside;
	font-size: 12px;
	padding: 0px 0 5px 10px;
	border-bottom: 1px dashed #ccc;
}

.listbox{
	width:240px;
	float:left;
	font-size:11px;
}

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* NAVIGATION CONTAINER */
div#nav {
	width: 532px;
	height: 40px;
	clear: both;
	background: url(images/nav_bg.gif) left top;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display: block;
	padding: 20px 14px 5px 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/nav_btn.gif);
	background-position: top right;
	white-space:nowrap;
	font-size: 12px;
	font-weight:bold;
}

* html #nav a {
	width: 1%;
}

div#nav li a:hover {
	color: #FFFFFF;
	background-image: url(images/nav_btn_hover.gif);
	background-position: right;
	padding: 18px 14px 7px 13px;
}

div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	background-image: url(images/nav_btn_current.gif);
	background-position: right;
	padding: 18px 14px 7px 13px;
}

/* ---------------------------- COPYRIGHT ----------------------------  */

div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ccc;
	width: 532px;
	margin:0px auto;
	clear: both;
	background-color: #14223D;
	text-align: center;
	padding-top: 5px;
}

div#copyright a:link {
	color: #ccc;
	text-decoration: underline;
}
div#copyright a:visited {
	text-decoration: none;
	color: #666;
}
div#copyright a:hover {
	text-decoration: none;
	color: #417EBD;
}
div#copyright a:active {
	font-weight: bold;
}


.textcenter {
text-align:center;
}