/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #2F43A9;
	font-family: Verdana, Tahoma, Geneva, 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, address {
	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;
	}
	
/* Styles A links */
a img, a>img {
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #283DA3;
	}
a:visited {
	text-decoration: underline;
	color: #02156E;
 }
a:hover {
	text-decoration: none;
	color: #1B2F91;
	}
a:active, a.selected {
	text-decoration: none;
	color: #0E217F;
	}
	
/* Style ordered and unordered lists */
ul, ol {
	margin-top: 0px;
	padding: 0px;
}
ul {
	list-style: url(images/bullet.gif);
}
body>ul#leftul, body>ul#rightul {
	list-style: url(images/bullet.gif) inside;	
}
ul#leftul, ul#rightul {
	list-style-type: url(images/bullet.gif);
	list-style-position: inside;
	margin-top: 0px;
}
/* CLASSES to create columns for unordered lists in browsers other than IE. */
body>ul#leftul, body>div#leftpara {
	margin-left: 0px;
	margin-right: 30px;
	padding-bottom: 10px;
}
body>ul#rightul, body>div#rightpara {
	float: left;
	margin-left: 0px;
}

/* CLASSES to create columns for unordered lists in IE. */
ul#leftul, div#leftpara {
	float: left;
	margin-left: 30px;
	margin-right: 40px;
	margin-top: 10px;
	padding-bottom: 10px;
}
ul#rightul, div#rightpara {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images.  */
.center {
	text-align: center;
}

/* Class to center text and images.  */
.caption {
	text-align: center;
	font-size: 10px;
	margin: 0px auto;
}

/* Styles h1, h2, h3, h4, h5 tags */
h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Verdana, Tahoma, Geneva, sans-serif;
	color: #02156E;
	}
h1, h2, h3, h4 {
	text-transform: uppercase;
}
h1 {
	font-size: 20px;
	padding: 0;
	margin: 0px 0px 10px;
	color: #ffffff;
}
h2 {
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 8px;
}
h3 {
	font-size: 16px;
	padding: 0;
	margin: 0px 0px 6px;
}
h4 {
	font-size: 14px;
	padding: 0;
	margin: 0px 0px 4px;
}
h5 {
	font-size: 12px;
	padding: 0;
	margin: 0px 0px 2px;
}
/* ----------------- 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/layout1.jpg) repeat; /* Faux column bg for page */
}

/* Creates DIV container for logo. */
div#logo {
	width: 210px;
	margin: 0px 0px 0px 0px;
	height: 75px;
	background: #021473;
	}

/* Creates DIV container for sidebar content */ 
div#sidebar {
	color: #fff;
	float: left;
	padding: 0px;
	width: 210px;
}
div#sidebar address {
	padding: 10px 0px 10px 10px;
}
div#sidebar a {
 	color: #fff;
	}

/* Creates DIV container for main content */ 
div#content {
	width: 560px;
	float: right;
	padding: 0px 0px 10px;
	position: relative;
}

/* Creates DIV container for header. */
div#header {
	width: 560px;
	margin: 0px;
	padding: 0px;
	}	
div#content #heading {
	height: 15px;
	width: 545px;
	padding: 2px 0px 0px 15px;
	background: #9E0202 url(images/heading_bg.jpg) no-repeat;
	margin: 0px;
}
div#content>#heading {
	height: 30px;
	width: 545px;
	padding: 7px 0px 3px 15px;
	background: #9E0202 url(images/heading_bg.jpg) no-repeat;
	margin: 0px;
}
div#content #heading h1, div#content>#heading h1  {
 	color: #ffffff;
	}
div#content p, h2, h3, h4, h5 {
	margin-left: 15px;
	margin-right: 15px;
}
div#content ol.list, ul.list {
	margin-left: 30px;
	margin-right: 15px;
}

/* Creates DIV container for photos */ 
div#topphotos, div#btmphotos {
	width: 540px;
	margin: 5px auto;
	text-align: center;
	font-size: 9px;
}
div#topphotos img, div#btmphotos img{
	border: 1px solid #898989;
}
div#topphotos .leftimg, div#btmphotos .leftimg {
	float:left;
	margin-right: 5px;
	width: 265px;
}
div#topphotos .rightimg, div#btmphotos .rightimg {
	float:left;
	margin-left: 5px;
	width: 265px;
}

/* Styles DIY frames in Plus sites */
iframe#iframe1 {
	overflow: hidden;
	margin: 0px;
	padding-left: -40px;
}

/* Creates DIV container for footer content */
div#footer {
	background: #9E0202 url(images/footer_bg1.jpg) repeat-y;
	color: #fff;
	font-size: 10px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 0px;
}
div#footer a {
 	color: #fff;
	font-weight: bold;
	}


/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	/**/margin-left: 210px;
	text-align: center;
	padding: 10px 0px 5px;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	line-height: 13px;
	/**/margin-left: 210px;
	text-align: center;
	padding: 5px 0px 10px;
}

div#copyright img {
margin-top: 10px;

}

/* ----------------- 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;
	width: 210px;
	background: #FFFFFF url(images/mainnav_bg.jpg) repeat-y;
}

/* 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: #0E2082 url(images/link_bg.jpg) no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #021473;
	text-decoration: none;
	display: block;
	width: 185px;
	padding: 5px 0px 4px 25px;
	text-transform: uppercase;
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #3B4CAA url(images/hoverlink_bg.jpg) no-repeat;
	color: #9E0202;
	width: 185px;
}
/* Creates 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: #900202 url(images/currentlink_bg.jpg) no-repeat;
	color: #ffffff;
	width: 185px;
}
/* Create CLASSES to float images and groups of images in SPAN tags */
.rt {
	float: right;
	margin: 10px 10px;
	font-size: 9px;
	text-align: center;
}
img.rtborder {
	border: 1px solid #898989;
}
.lft {
	float: left;
	margin: 10px 10px;
	font-size: 9px;
	text-align: center;
}
img.lftborder {
	border: 1px solid #898989;
}
img.ctr {
	border: 1px solid #898989;
	text-align: center;
	margin: 5px auto;
}



