@charset "utf-8";

/* This opening body rule zeros out browser defaults, which are not consistent.  We can then redefine presentation so the site displays more consistently accross browsers.  The bread crumbs, as a <p> were displaying differently in different browsers.  I elected to keep the default <p> browser values, however, so I made the breadcrumbs a <h4> and zeroed out margin & padding for <h4>  Removed from suggested rule: ul, li, h1, h2, h3, p */

body, h1, h4  {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #C5FEFE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
}
/* Centering liquid layouts: Some older browsers (most notably ie5) do not correctly center a div with auto margins (wrapper div below).  The fix is to use the "text-align center" property in the body rule and then set it back to left in the wrapper div. */

#wrapper {
	text-align: left;
	width: 795px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 172px;
	width: 795px;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#banner {
	background-image: url(../images/banner.jpg);
	height: 172px;
	width: 795px;
	background-repeat: no-repeat;
}

.hidden 
{
	position:absolute;
	left:0px;
	top:-2000px;
	width:1px;
	height:1px;
	display: none;
	overflow:hidden;
}
h1 {
	font-size: 1.4em;
	padding-top: 18px;
	padding-bottom: 8px;
	color: #50026C;
}
h2 {
	font-size: 1.2em;
	line-height: 1.4em;
}
h3 {
	font-size: 1.1em;
	color: #9D0EC8;
}
h4 {
	font-size: 1em;
}

h5 {
	padding: 0.01em;
}
p {
	line-height: 1.5em;
}
li {
	padding-bottom: 1.05em;
	padding-top: 1.05em;
}
ul  ul {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

img
{  border-style: none;
}

#nav {
	height: 34px;
	width: 795px;
}
#nav_buttons {
	float: right;
	height: 34px;
	width: 570px;
}
#home_page_picture {
	float: left;
	width: 293px;
	background-image: url(../images/welcome_image.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#bread_crumbs {
	float: left;
	width: 225px;
	background-image: url(../images/breadcrumb.jpg);
	background-position: left;
	height: 34px;
}
#bread_crumbs h4 {
	padding-top: 12px;
	padding-left: 47px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4705CC;
	font-style: italic;
	font-weight: bold;
}
#content_container {
	float: left;
	width: 476px;
	background-color: #D8FEFE;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 10px;
}
/* Older versions of IE, like v6 don't rendor margins correctly on some divs. */
* html #content_container {
    \margin-left: 19px; /* for IE5 and IE6 in quirks mode */
    m\argin-left: 47px; /* for IE6 in standards mode */
}
#content {
	margin: 3px;
	width: 428px;
	border: 2px solid #B0AFCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #3E0A52;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
}
* html #content {
    \width: 470px; /* for IE5 and IE6 in quirks mode */
    w\idth: 428px; /* for IE6 in standards mode */
}
/* The content box should total 476 pixels.
For compliant browsers: 428 content + 18 + 18 padding + 2 + 2 border + 3 + 3 margin = 476
For IE5 and IE6 in quirks mode  470 includes content + padding + border. Add 3 + 3 margin = 476
 */

.smaller_font {
	font-size: 0.8em;
	line-height: 140%;
}

.smallest_font {
	font-size: 0.6em;
	line-height: 140%;
	font-weight: bold;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.georgia p {
	font-size: 1.05em;
	line-height: 125%;
}
.bold {
	font-weight: bold;
}
.purple {
	color: #9D0EC8;
}
.purple a:link, a:visited {
	color: #9D0EC8;
}
.purple a:hover {
	color: #50026C;
}
.red {
	font-size: 1em;
	color: #CC0000;
}

#p .bold purple a:link, #footer a:visited {
	color: #9D0EC8;
}

#side_pic_top {
	float: right;
	width: 216px;
	padding-right: 40px;
	margin-top: 60px;
}
/* Older versions of IE, like v5 don't rendor margins correctly on some divs. By using padding on #side_pic objects rather than margins, that issue is avoided. */
#side_pic_middle {
	width: 216px;
	padding-right: 40px;
	margin-top: 23px;
	float: right;
	clear: right;
}
#side_quote_container {
	width: 216px;
	background-color: #D8FEFE;
	margin-bottom: 9px;
	margin-top: 23px;
	float: right;
	margin-right: 40px;
	clear: right;
}
/* Older versions of IE, like v5 don't rendor margins correctly on some divs.  */
* html #side_quote_container {
    \margin-right: 19px; /* for IE5 and IE6 in quirks mode */
    m\argin-right: 40px; /* for IE6 in standards mode */
}	
#side_quote {
	width: 186px;
	border: 2px solid #B0AFCF;
	margin: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 115%;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	color: #50026C;
	font-style: italic;
}
* html #side_quote {
    \width: 210px; /* for IE5 and IE6 in quirks mode */
    w\idth: 186px; /* for IE6 in standards mode */
}
/* The side_quote box should total 216 pixels.
For compliant browsers: 186 content + 8 + 12 padding + 2 + 2 border + 3 + 3 margin = 216
For IE5 and IE6 in quirks mode  210 includes content + padding + border. Add 3 + 3 margin = 216
 */

#side_nav_container {
	width: 216px;
	background-color: #D8FEFE;
	margin-top: 60px;
	float: right;
	margin-right: 40px;
}
/* Older versions of IE, like v5 don't rendor margins correctly on some divs.  */
* html #side_nav_container {
    \margin-right: 19px; /* for IE5 and IE6 in quirks mode */
    m\argin-right: 40px; /* for IE6 in standards mode */
}
#side_nav_panel {
	width: 176px;
	border: 2px solid #B0AFCF;
	margin: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 140%;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 22px;
	font-weight: bold;
}
* html #side_nav_panel {
    \width: 210px; /* for IE5 and IE6 in quirks mode */
    w\idth: 190px; /* for IE6 in standards mode */
}
/* The side_nav_panel box should total 216 pixels wide.
For compliant browsers: 176 content + 8 + 22 padding + 2 + 2 border + 3 + 3 margin = 216
For IE5 and IE6 in quirks mode  210 includes content + padding + border. Add 3 + 3 margin = 216
 */
#side_nav_panel h3 {
	color: #9D0EC8;
	font-weight: bold;
}
#side_nav_panel a:link {
	color: #9A0DB4;
}
#side_nav_panel a:visited {
	color: #0216D0;
}
#side_nav_panel a:hover {
	color: #2D1417;
}
.current_page {
	color: #2D1417;
}

#side_opt-in_container {
	width: 216px;
	background-color: #D8FEFE;
	float: right;
	margin-right: 40px;
	clear: right;
	margin-top: 23px;
}
/* Older versions of IE, like v5 don't rendor margins correctly on some divs.  */
* html #side_opt-in_container {
    \margin-right: 19px; /* for IE5 and IE6 in quirks mode */
    m\argin-right: 40px; /* for IE6 in standards mode */
}	
#side_opt-in {
	width: 186px;
	border: 2px solid #B0AFCF;
	margin: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 115%;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	color: #50026C;
	font-style: normal;
}
* html #side_opt-in {
    \width: 210px; /* for IE5 and IE6 in quirks mode */
    w\idth: 186px; /* for IE6 in standards mode */
}
/* The side_opt-in box should total 216 pixels.
For compliant browsers: 186 content + 8 + 12 padding + 2 + 2 border + 3 + 3 margin = 216
For IE5 and IE6 in quirks mode  210 includes content + padding + border. Add 3 + 3 margin = 216
 */

#footer {
	background-image: url(../images/footer.jpg);
	height: 64px;
	width: 795px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #550B71;
	font-weight: bold;
	text-align: center;
	clear: both;
}
#footer p {
	padding-top: 27px;
}
#footer a:link, #footer a:visited  {
	text-decoration: none;
	color: #550B71;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #550B71;
}
.indent {
	margin-left: 40px;
}
.img_border {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
