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

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #6497CA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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, address {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p, li, td, and address tags */
p, li, td {
	font-size: 11px;
}
/* Sets the line-height for these tags */
p, td {
	line-height:18px;
}
li {
	line-height: 16px;
}
address {
	line-height: 14px;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
/* Styles A links */
a img {
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #B7D0EA;
	}
a:visited {
	text-decoration: underline;
	color: #fff;
 }
a:hover {
	text-decoration: none;
	color: #B7D0EA;
	}
a:active, a.selected {
	text-decoration: none;
	color: #D2E2F3;
	}
ul {
	list-style-image: url(images/bullet.gif);	
	}
/* CLASSES to create columns for unordered lists in browsers other than IE. */
body>ul.leftul {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	padding-bottom: 10px;
}
body>div#leftpara {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	padding-bottom: 10px;
}
body>ul.rightul {
	float: left;
	margin-left: 0px;
}
body>div#rightpara {
	float: left;
	margin-left: 0px;
}
/* CLASSES to create columns for unordered lists in IE. */
ul.leftul {
	float: left;
	margin-left: 14px;
	margin-right: 15px;
	margin-top: 5px;
	padding-bottom: 10px;
}
ul.rightul {
	float: left;
	margin-left: 0px;
	margin-top: 5px;	
}
div#leftpara {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 5px;
	padding-bottom: 10px;
}
div#rightpara {
	float: left;
	margin-left: 0px;
	margin-top: 5px;
}
.clear {
	clear: both;
}
h1 {
	color: #336699;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 10px;
}
h2 {
	color: #336699;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 10px;
}
h3 {
	color: #336699;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 8px;
}
h4{
	color: #336699;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 6px;
}
.emphasis {
	color: #336699;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 770px;
	margin: 0px auto;
	background: url(images/layout.jpg) repeat-y; /* Faux column bg for page */
}
/* Creates DIV container for header. */
div#header {
	width: 770px;
	margin: 0px 0px 0px -1px;
	}
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 210px;
	float: right;
	padding: 0px 10px 0px 0px;
	color: #D7E6F4;
}
div#sidebar a {
	color: #fff;
}
div#sidebar address {
	padding: 5px 0px 10px 5px;
}
/* Creates DIV container for main content */ 
div#content {
	width: 539px;
	float: left;
	padding: 0px 0px 10px 10px;
	clear: left;
}
div#content a {
	color: #336699;
	font-size: 11px;
	}
/* Creates DIV container(s) for page headings */ 
div#heading1, div#heading2, div#heading3, div#heading4 {
	width: 539px;
	height: 181px;
	padding: 0px;
	margin: 0px 0px 5px;
}
div#heading1 {
	background: url(images/pg2heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading2 {
	background: url(images/pg3heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading3 {
	background: url(images/pg4heading.jpg) no-repeat;
	text-indent: -1500px;
}
div#heading4 {
	background: url(images/pg5heading.jpg) no-repeat;
	text-indent: -1500px;
}
div#content p {
	margin: 0px 20px;
}
div#content h2, h3, h4 {
	margin-left: 20px;
	margin-right: 20px;
}
/* Styles DIY frames in Plus sites for browsers other than IE */
div#content>iframe#diyframe {
	margin: -20px 0px 0px -10px;
	overflow: hidden;
}
/* Styles DIY frames in Plus sites for IE */
iframe#diyframe {
	margin: -20px 0px 0px -10px;
	overflow-x: hidden;
	overflow-y: auto;
}
/* Creates DIV container for sub-navigation */
div#subnav {
	background: #336699 url(images/subnavbg.jpg) no-repeat;
	color: #B7D0EA;
	font-size: 10px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 10px 0px;
}
div#subnav .signin{
	font-size: 10px;
	position: relative;
	left: 25px;
}
/* Creates DIV container for copyright statement */
div#copyrght {
	background: #6497CA url(images/footer.jpg) no-repeat;
	font-size: 9px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 10px 0px 10px;
	color: #B7D0EA;
}
/* Styles the DIV that serves as the container for the intro animation. Setting the left and right margins to auto will center DIV. */
div#splash {
	width: 510px;
	margin: 10px auto;
	font-size: 9px;
	color: #B7D0EA;
}
div#enter {
	margin: 0px auto;
}
div#animation {
	margin: 0px 0px 0px -1px;
	}
div#links {
	font-size: 10px;
	text-align: center;
	padding: 5px 0px;
}
div#links a {
	font-size: 10px;
}
div#links .signin {
	font-size: 10px;
	position: relative;
	left: 25px;
}
div#cpyright {
	font-size: 9px;
	text-align: center;
	padding: 5px 0px;
}
div#cpyright a {
	font-size: 9px;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0px;
	padding: 0px 10px;
	width: 750px;
	background: #6497CA url(images/navbg.jpg) no-repeat;
	height: 27px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	background: #6497CA url(images/linkbg.jpg) repeat-x;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px 5px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #990099 url(images/linkhoverbg.jpg) repeat-x;
	color: #FFFFFF;
	width: auto;
}
/* Creates our our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #336699 url(images/linkcurrentbg.jpg) repeat-x;
	color: #FFFFFF;
	width: auto;
}
/* Create CLASSES to float images and groups of images in SPAN tags */
img.rt {
	float: right;
	margin: 5px 0px 10px 10px;
}
img.rtborder {
	border: 1px solid #336699;
	float: right;
	margin: 5px 0px 10px 10px;
}
img.lft {
	float: left;
	margin: 5px 10px 10px 0px;
}
img.lftborder {
	border: 1px solid #336699;
	float: left;
	margin: 5px 10px 10px 0px;
}
img.ctr {
	border: 1px solid #336699;
	text-align: center;
	margin: 5px auto;
}