﻿/* ==== Master Positioning Elements ==== */
#wrapper {
	position: relative;
	left: 0px;
	text-align: left;
	width: 848px;
	margin: 0 auto;
}
#header {
	height: 122px;
	background-color: #fff;
}
#loginView {
 position:absolute;
 top:10px;
 right:0;
 width:300px;
 color: #FFF;
}
#loginView a {
 color: #FFF;
}
#nav {
	background-color: #fff;
	text-align: left;
	margin: 0px 0px 0px 10px;
}
#breadcrumbs {
	float: left;
	margin: 5px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #FDAD33;
}
#breadcrumbs b {
	color: #999;
}
#utilities {
	float: right;
	text-align:center;
	margin: 5px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#utilities img {
	vertical-align: middle;
}
.cover:after {
	content: '.';
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
/* ==== Main Body Elements ==== */
#descriptive{
	/* 848 (#main) - 16 (margins) = 832 */
	width: 832px;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 0px 0px;
}
/* ==== Left-side Elements ==== */
#left {
	float: left;
	width: 624px;
}
.left6col, .left8col{
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 1px 2px; /* adjusted downward to line up with body bubble */
}
.left6col{
	width: 624px;
	padding-bottom: 15px;
}
.left8col{
	width: 832px;
}
#detail {
	width: 270px;
	height: 180px;
	min-height: 180px;
	margin: 10px 0px 10px 12px; /* bottom value is to prevent overlap with container curve */
	padding: 0px 0px 0px 0px;
}
#detailTall {
    width: 270px;
	height: 500px;
	margin: 10px 0px 10px 12px; /* bottom value is to prevent overlap with container curve */
	padding: 0px 0px 0px 0px;
}
div[class] #detail {
	height: auto;
	position: relative;
	padding: 0px 0px 10px 0px;
}
#detailWide4, #detailWide6, #detailWide8, #detailWide6Tall, #detailWide4Tall, #detailWide4Tall_EventRego, #detailWide10 {
	margin: 10px 0px 10px 12px;
	padding: 0px 0px 15px 0px;
}
#detailWide4, #detailWide4Tall {
    width: 410px;
}
#detailWide4Tall_EventRego {
	width: 600px;
}
	
#detailWide6, #detailWide6Tall {
	width: 595px;
}
#detailWide4Tall {
    height: 200px;
}
#detailWide4Tall_EventRego {
    /*height: 650px;*/
}
#detailWide6Tall {
    height: 500px;
}
#detailWide8 {
	width: 740px;
}

#detailWide10 {
	width: 820px;
}
#right2col {
	display: block;
	float: right;
	width: 208px;
	margin: 0px 0px 10px -12px; /* bottom value is to prevent overlap with container curve */
	padding: 0px 0px 0px 0px;
}
.left {
	float: left;
}
/* ==== Right-Side Elements ==== */
#marginSubNav {
	width: 208px;
	margin: 0px 0px -2px 0px;
	padding: 0px 0px 0px 0px;
}
.marginBubble2Col {
	width: 208px;
	margin: 2px 0px -2px 0px;
	padding: 2px 0px 0px 0px;
}
.marginBubble2Col, #marginSubNav {
	background-image: url(/images/backgrounds/column_2_bg_with_head.gif);
	border-bottom: solid 1px #fff;
}
#marginSubNav {
	background-image: url(/images/backgrounds/subnav_top.gif) !important;
}
.marginBubble2Col b {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FDAD33;
	padding-top: 8px;
	letter-spacing: 1px;
}
.marginBubble2Col img {
	float:none;
	margin-left: 10px;
}
table.collapse {
	border-collapse: collapse;
}
.welcomeMessage {
    color: #232f85;
}
.marginBubble2Col p, .marginBubble2Col h4 {
	margin: 8px 0px 8px 0px;
	padding: 2px 0px 0px 10px;
}
table.collapse {
	margin: 0px;
	padding: 0px;
}
table.collapse tr {
	margin: 0px;
	padding: 0px;
}
table.collapse td {
	margin: 0px;
	padding: 0px;
}
.pillBottom2Col, .pillBottomSubNav {
	background-color: Transparent;
	background-repeat: no-repeat;
	width: 208px;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
.pillBottom2Col {
	background-image: url(/images/curves/column_2_bttm.gif);
}
.pillBottomSubNav {
	background-image: url(/images/curves/subnav_bttm.gif);
	height: 16px;	
}
/* ==== End Main Body Elements ==== */
#containerBottom {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px -22px 0px;
	background-color: #fff;	
}
#footer {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-color: #fff;
	color: #999;
	border: solid 1px #fff;
}
#footer p {
	margin: 3px 10px 10px 10px;
}

/* 
=============================================
These "decoy" styles are used to hide the 
browser text before it is replaced... 
the negative-letter spacing in this case is 
used to make the browser text metrics match up 
with the sIFR text metrics since the sIFR text 
in this example is so much narrower... 
your own settings may vary... any weird sizing 
issues you may run into are usually fixed 
by tweaking these decoy styles 
=============================================
*/
.sIFR-hasFlash .sIFR-Me, .sIFR-hasFlash .sIFR-Model {
	letter-spacing: 0px;
	visibility: hidden;
}
.sIFR-hasFlash .sIFR-ModelName {
	visibility: hidden;
}

/* 
==============================================
These are standard sIFR styles... do not modify 
==============================================
*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.input {
	width: 168px;
	vertical-align: middle;
	border: solid 1px #666;
	font-size: 10px;
}
.inputAdmin {
	width: 400px;
	vertical-align: middle;
	border: solid 1px #666;
	font-size: 10px;
}
.inputThin {
	width: 130px;
	vertical-align: middle;
	border: solid 1px #666;
	font-size: 10px;
}
.inputMultiLine {
	width: 200px;
	vertical-align: middle;
	border: solid 1px #666;
	font-size: 11px;
}
.submit {
	width: 100px;
	vertical-align: middle;
	border: solid 1px #666;
	font-size: 10px;
	font-weight:bold;
}
.boldRedFont {
    color: Red;
    font-weight: bold;
}
.bubble720 {
    background-image: url(/images/backgrounds/column_720_bg_with_head.gif);
    width: 720px;
	margin: 2px 0px -2px 0px;
	padding: 2px 0px 0px 1px;
	border-bottom: solid 1px #fff; /* firefox hack */
	font-size: 10px;
}
.bubble720Bottom
{
    background-image: url(/images/curves/column_720_bttm.gif);
    width: 720px;
    background-color: Transparent;
	background-repeat: no-repeat;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
.bubble800 {
    background-image: url(/images/backgrounds/column_800_bg_with_head.gif);
    width: 800px;
	margin: 2px 0px -2px 0px;
	padding: 2px 0px 0px 1px;
	border-bottom: solid 1px #fff; /* firefox hack */
	font-size: 10px;
}
.bubble800Bottom {
    background-image: url(/images/curves/column_800_bttm.gif);
    width: 800px;
    background-color: Transparent;
	background-repeat: no-repeat;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
table.table {
    font-size: 10px;
}
#detailWide4_Right {
    margin: 10px 0px 10px 400px;
	padding: 0px 0px 15px 0px;
	width: 410px;
} 
.blueMessage {
    color: #232F85;
}
