/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p, td {
	font: normal 14px tahoma;}

/* Defines the body tag */
body {
	margin: 0px;
	padding: 0px;
	background-color: #5A9EC3;
	text-align: center;
}

/* Redefines the p tag */
p {
	color:#FFFFFF;
	padding-left: 25px;
}

/* GENERAL H1 TAG */
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FDFF32;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* GENERAL H2 TAG */
h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #99FFFF;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a {	
	text-decoration: underline;
	font-weight: bold;
	color: #0B408E;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;}
a:active {
	text-decoration: none;}

img {
	border: 0px;}

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

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

div {
	margin: 0px;
	padding: 0px;}

/* DIV CONTAINER */
div#container {
	margin: 12px auto 0px;
	width: 700px;
	background: url(images/layout2_02.jpg);
	height: auto;
	left: 10px;
	top: 11px;
	position: relative;
	border: 3px solid #E3D904;
	padding: 0px;
}

/* DIV HEADER */
div#header {
	width: 700px;
	height: 170px;
	background: url(images/layout2_01.jpg) no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
}
	#info span {
		font-size: 30px;}

/* DIV BODY */
div#body {
	clear: both;
	padding: 0 0 0px 10;
	color: #000;
	background: url(IMAGES/content_bg.gif) repeat left top;}

div#content {
	padding: 10px 0px 20px;
	width: 700px;
	margin: 0px auto;
	color: #FFFFFF;
	background-image: url(images/layout2_02.jpg);
	position: relative;
}
	#content h1 {
	padding: 5px 0 0 5px;
	text-align: center;
	color: #FFFF32;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
	#content h2 {
		margin: 10px 5px;
		font-weight: bold;}
	#content p {
		margin-right: 5px;
		margin-left: 5px;}
	#content dl {
		margin: 0;
		padding: 10px;
		width: 200px;}
	#content dt {
		padding: 5px 0;
		margin: 0;
		font-size: 14px;
		font-weight: bold;}
	#content dd {
		margin: 0;
		padding: 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;}
	#content table {
		margin: 0 0 0 10px;}
	#content td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* DIV FOOTER */
div#footer {
	text-align: center;
	font-size: 10px;
	background-image: url(images/layout2_03.jpg);
	height: 20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #99FFFF;
	letter-spacing: 1px;
}

	/* DIV UTILITY NAV */
	div#utilnav {
	text-align: center;
	font-size: 10px;
	background: #666666;
	border-right: 0;
	border-left: 0;
}
		#utilnav a {
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
			line-height: 18px;
			color: #FFFFFF;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #333333;}
	
	/* DIV COPYRIGHT */
	div#copyright {
	text-align: center;
	font-size: 9px;
	padding: 5px;
	background: #6699CC;
	color: #000000;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: none;
	border-left: 0 none;
	margin: 10px;
}
		#copyright a {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}
		#copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
	text-align: left;
	vertical-align: top;
	float: none;
	height: auto;
	width: auto;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#tblcontainer td {
	vertical-align: top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;
	margin: 0px 8px;
	border: 4px solid #B8CDD2;
}
img.right {
	float: right;
	margin: 0;
	padding: 0px;
	border: 4px solid #000000;
	position: absolute;
	left: 307px;
	width: 357px;
	top: 104px;
}
clear {
	clear: both;}

/* --------------------------------------------*/
/* ----------------- CSS NAV ----------------- */
/* --------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	clear: both;
	margin: 0px;
	float: left;
	width: 200px;
	height: 100%;}

div#nav img {
	margin: 10px 0;}
.tdinput {
	padding: 5px 0;}
.tdsubmit {
	padding: 10px 0;
	text-align: center;}
.field {
	color: #0B408E;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
#content h3 {

		padding: 5px 0 0 5px;
		text-align: left;
		color: #0B408E;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
}
div#address {
	padding: 1px;
	float: left;
	position: relative;
	font-size: 12px;
	font-weight: 900;
	color: #000000;
	font-family: Tahoma;
}
li {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	list-style-position: outside;
	font-weight: 900;
	letter-spacing: 1px;
	text-align: left;
	padding: 1px;
	margin: 0px 0px 0px 20px;
	clear: both;
	font-style: normal;
	list-style-image: url(images/bullet.gif);
}
#tablecontent {
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
}
.headerright {
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	left: 496px;
	top: 23px;
	width: 191px;
}
.headerright a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.headerleft {
	font-size: 11px;
	color: #99FFFF;
	position: absolute;
	left: 21px;
	top: 23px;
	width: 188px;
}
div.coupon {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 5px auto;
	width: 350px;
	border: 2px dotted #FFFFFF;
	padding: 8px;
}
