/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
}

/* 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, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #82469E;
	text-transform: uppercase;
	text-indent: 0pt;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEF7FC;
	margin-right: 30px;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	color: #187EB9;
	margin-top: 0px;
	font-weight: bold;
	margin-left: 30px;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	line-height: 16px;
	margin-right: 40px;
	margin-bottom: -15px;
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #F54D2B;
}
strong {
	color: #1A80BB;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #18953E;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #187EB9;
	padding: 10px 0px;
	text-align: center;
	background-color: #CBEBFC;
	margin: 0px;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #F5C950;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: #935eab url(images/header.gif) no-repeat;
	position: relative;	width: 770px;
	height: 285px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div#left {
	float: left;
	width: 190px;
}
div#left strong {
	text-transform: uppercase;
	color: #187EB9;
}


div#flash {
	position: absolute;
	top: 122px;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 100%;
	top: 92px;
	position: absolute;
	text-align: left;
	left: 0px;
	width: 100%;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background-image: url(images/navcurrent.gif);
	background-position: left top;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	width: auto;
	display:block;
	padding:8px 28px 7px 29px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-indent: 4pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #46A8E0;
}

div#nav li a:hover {
	text-decoration: underline;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	width: 575px;
	float: right;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 32px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #CBEBFC;
	padding: 1px;
}

div#content img.left {
	padding: 0px;
	margin: 0px;
	float: none;
}
div#audio {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #177DB8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBEBFC;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 770px;
	height: 28px;
	color: #F5C950;
	font-size: 9px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}

/* UL TAG */
div#footer ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#footer li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#footer li a {
	width: auto;
	display:block;
	padding:6px 28px 5px 29px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-indent: 4pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #46A8E0;
}

div#footer li a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 5px auto 20px;
	padding: 0px;
	clear: both;
	width: 770px;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- right side ----------------- */

div#rightside {
	float: right;
	width: 238px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #1E3765;
}
div#rightside img {
	border: none;
	background-color: #970000;
}

ul#list {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 100px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

.map {
	margin-bottom: 20px;
	border: 1px solid #666666;
}
.clear {
	clear: both;
}

.right{
	float: right;
	
	margin: 10px;
}

.right img{
	border: 1px solid #CBEBFC;
	padding: 1px;
}
