/**********************************************************************
This CSS will produce a two column layout with a header and footer.
The footer will appear at the bottom of the window (provided that the
content is shorter than the height of the window) in IE-Win, and Firefox
and will degrade gracefully in Safari and IE-Mac to appear beneath the
largest content block.
**********************************************************************/
body, html
{
	margin:0;
	padding:0;
	height:100%;
	background:#CCCCCC;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

p
{
	margin:0 0 10px 0;
	line-height: 1.3em;
}

a
{
	color: #50667C;
}

/***************************************
           STRUCTURAL DIV STYLES
***************************************/
#container
{
	position:relative;
	min-height:100%;
	height:100%;
	background:#F2EBD9 url(../Images/background_container.gif) right top repeat-y;
	width:760px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
html>body #container
{
	height:auto;
}
body.homepage #container
{
	background:#F2EBD9 url(../Images/background_homepagecontainer.gif) left top repeat-y;	
}

#maincontent
{
	position:relative;
	margin:0 226px 0 0;
	padding: 150px 25px 50px 25px;
	width:auto;
	min-width:200px;
	z-index:4;
	background: url(../Images/background_maincontent.gif) 0 150px repeat-x;
}
body.homepage #maincontent
{
	padding: 290px 25px 50px 25px;
	margin:0 0 0 276px;
	background: url(../Images/background_maincontent.gif) 0 290px repeat-x;
}

#header
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150px;
	background:#000000;
	color:#FFFFFF;
	z-index:6;
}
body.homepage #header
{
	background:#000000;
	height:290px
}

#headercontent
{
	background:#767F54 url(../Images/ddLogo.gif) no-repeat;
	height:90px;
	margin: 25px 0;
	padding-left: 220px;
	padding-top: 10px;
	position:relative;
}
body.homepage #headercontent
{
	background:#F2EBD9 url(../Images/background_maincontent.gif) 0 0 repeat-x;
	height:230px;
}

#headersidebar
{
	margin-left:460px;
	width:300px;
	height: 240px;
	position:absolute;
	top:0;
	right:0;
}

#headersidebar div div
{
	padding:10px;
}

#headersidebar #top
{
	background: #D14414 url(../Images/bgkd_homepageheader.jpg) 0 0 no-repeat;
	height:108px;
	width:300px;
	position:relative;	
	text-align:center;
	font-size:12px;	
	font-family: Georgia, Times New Roman;
	padding-top:12px;
	color:Black;
}

#headersidebar #left
{
	background: #50667C url(../Images/calendar.jpg) 0 0 repeat-x;
	margin:10px 10px 0px 0px;
	height:109px;
	width:145px;
	position:relative;
	font-size:11px;	
	font-family: Georgia, Times New Roman;
	font-weight:normal;
	padding-top:1px;
}

#headersidebar #right
{
	text-align:center;
	vertical-align:middle;
	background: #50667C url(../Images/tipicon.gif) 0 0 repeat-x;
	margin:10px 0 0 0;
	height:105px;
	float:right;
	width:145px;
	position:relative;
	font-size:12px;	
	font-family: Georgia, Times New Roman;
	font-weight:normal;
	padding-top:5px;
}

#headerflash
{
	width:450px;
	height:240px;
	background:#767F54;
	position:absolute;
	top:0;
	left:0;
}

#nav
{
	position:absolute;
	top:100px;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	width:130%;
}

html>body #nav
{
	position:absolute;
	top:100px;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	width:98%;
}

body.homepage #nav
{
	top:240px;
}

#nav li
{
	display: inline;
	margin:0 15px;
	line-height:25px;
}

#nav li a 
{
	text-decoration:none;
	color:#FFFFFF;
}

#sidebar 
{
	position:absolute;
	top:150px;
	right:0;
	width:225px;
	z-index:5;
	background: url(../Images/background_sidebar.gif) 0 0 repeat-x;
}
body.homepage #sidebar
{
	top:290px;	
	width: 275px;
	left:0;
	right:auto;
}

#footer
{
	width:485px;
	height:30px;
	position:absolute;
	bottom:0;
	z-index:5;
	margin:30 225px 0 0;
	padding: 20px 25px 0 25px;
	text-align:center;
	color: #767F54;
	font-size:smaller;
}
html>body #footer
{
	width:485px;
	height:90px;
	position:absolute;
	bottom:0;
	z-index:5;
	margin:30 225px 0 0;
	padding: 20px 25px 0 25px;
	text-align:center;
	color: #767F54;
	font-size:smaller;
}
body.homepage #footer
{
	width:435px;
	margin:0 0 0 275px;
}

/***************************************
          CONTENT BLOCK STYLES
***************************************/
.block
{
	padding:5px 0 0 5px ;
	margin:5px;
}

.block h3
{
	margin:0;
}

.block .blockcontent
{
	padding:0 10px 10px 0;
}

.block hr
{
	display:none;
}

/***************************************
           HEADER STYLES
***************************************/

h1
{
	margin: 30px 0 10px 0;
	font-size: xx-large;
	font-weight:normal;
}

h2
{
	margin: 10px 0 10px 0;
	font-size: x-large;
	font-weight:normal;	
}

h3
{
	margin:0;
	font-size:large;
	font-weight:normal;	
}
/***************************************
              EVENTS STYLES
***************************************/
#eventsmini
{
	
}

#eventsmini #minnesota
{
	background: url(../images/background_mnevents.gif) -5px -5px no-repeat;
	width:210px;
	position:relative;
	float:left;
	margin-right:10px;
}

#eventsmini #arizona
{
	background: url(../images/background_azevents.gif) -5px -5px no-repeat;
	width:210px;
	position:relative;
	float:left;
}

#eventsmini h3
{
	margin:10px 0 5px 10px;
}

#eventsmini #minnesota ul, #eventsmini #arizona ul 
{
	background:none;
	margin:0 0 0 10px;
	padding:0 0 10px 0;
	list-style:none;
	position:relative;
}

#eventsmini ul li .date
{
	left:0px;
	font-size:9px;
}
html>body #eventsmini ul li .date
{
	left:0;
}

#eventsmini ul li
{
	margin:0 0 8px 5px;
	font-size:11px;
	line-height:1.1em;
}

p.viewall
{
	clear:both;
	text-align:center;
	font-size:smaller;
	margin-top:10px;
}

#eventssidebar
{
	padding:5px;
}

#eventssidebar ul
{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#eventssidebar h4
{
	font-weight:normal;
	margin: 20px 30px 10px 0;
	font-size:14px;
	text-align:right;
}

#eventssidebar h5
{
	margin:0;
	font-weight:normal;
	font-size:12px;
}

#eventssidebar .EventDate, #eventssidebar .EventLocation
{
	font-size:10px;
}

#eventssidebar .EventDesc
{
	font-size:11px;
}

#eventssidebar #minnesota 
{
	background: url(../images/background_mneventssidebar.gif) 100% 0 no-repeat;
	height:75px;
}
html>body #eventssidebar #minnesota 
{
	height:auto;
	min-height:75px;
}

#eventssidebar #arizona 
{
	background: url(../images/background_azeventssidebar.gif) 100% 0 no-repeat;
	height:75px;
}
html>body #eventssidebar #arizona 
{
	height:auto;
	min-height:75px;
}

#eventssidebar .noevents
{
	margin:0 30px;
	font-size:11px;
}




#events
{
}

#events ul
{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#events h5
{
	margin:0;
	padding-bottom:3px;
	font-weight:normal;
	font-size:14px;
	border-bottom: 1px solid #000000;
}

#events .EventDate
{
	font-size:11px;
	float:left;
}

#events .EventLocation
{
	font-size:11px;
	float:right;
}

#events .EventDesc
{
	font-size:11px;
	clear:both;
}

#events .minnesota 
{
	background: url(../images/background_mnevents.gif) 100% 0 no-repeat;
	height:75px;
}
html>body #events .minnesota 
{
	height:auto;
	min-height:75px;
}

#events .arizona 
{
	background: url(../images/background_azevents.gif) 100% 0 no-repeat;
	height:75px;
}
html>body #events .arizona 
{
	height:auto;
	min-height:75px;
}


#eventdetail h3
{
	border-bottom:1px solid #000000;
	margin-bottom:10px;
	padding-bottom:10px;
}

/***************************************
              NEWS STYLES
***************************************/
#newsmini
{
	
}

#newsmini #minnesota
{
	background: url(../images/background_mnevents.gif) -5px -5px no-repeat;
	width:210px;
	position:relative;
	float:left;
	margin-right:10px;
}

#newsmini #arizona
{
	background: url(../images/background_azevents.gif) -5px -5px no-repeat;
	width:210px;
	position:relative;
	float:left;
}

#newsmini h3
{
	margin:10px 0 5px 10px;
}

#newsmini #minnesota ul, #newsmini #arizona ul 
{
	background:none;
	margin:0 0 0 10px;
	padding:0 0 10px 0;
	list-style:none;
	position:relative;
}

#newsmini ul li .date
{
	left:0px;
	font-size:9px;
}
html>body #newsmini ul li .date
{
	left:0;
}

#newsmini ul li
{
	margin:0 0 8px 5px;
	font-size:11px;
	line-height:1.1em;
}


#newssidebar
{
	padding:5px;
}

#newssidebar ul
{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#newssidebar h4
{
	font-weight:normal;
	margin: 20px 30px 10px 0;
	font-size:14px;
	text-align:right;
}

#newssidebar h5
{
	margin:0;
	font-weight:normal;
	font-size:12px;
}

#newssidebar .newsDate, #newssidebar .NewsLocation
{
	font-size:10px;
}

#newssidebar .NewsDesc
{
	font-size:11px;
}

#newssidebar #minnesota 
{
	height:75px;
}
html>body #newssidebar #minnesota 
{
	height:auto;
	min-height:75px;
}

#newssidebar #arizona 
{
	background: url(../images/background_azeventssidebar.gif) 100% 0 no-repeat;
	height:75px;
}
html>body #newssidebar #arizona 
{
	height:auto;
	min-height:75px;
}

#newssidebar .nonews
{
	margin:0 30px;
	font-size:11px;
}

#news
{
}

#news ul
{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#news h5
{
	margin:0;
	padding-bottom:3px;
	font-weight:normal;
	font-size:14px;
	border-bottom: 1px solid #000000;
}

#news .NewsDate
{
	font-size:11px;
	float:left;
}

#news .NewsLocation
{
	font-size:11px;
	float:right;
}

#news .NewsDesc
{
	font-size:11px;
	clear:both;
}

#news .minnesota 
{
	background: url(../images/background_mnevents.gif) 100% 0 no-repeat;
	height:75px;
}
html>body #news .minnesota 
{
	height:auto;
	min-height:75px;
}

#news .arizona 
{
	background: url(../images/background_azevents.gif) 100% 0 no-repeat;
	height:75px;
}
html>body #news .arizona 
{
	height:auto;
	min-height:75px;
}


#newsdetail h3
{
	border-bottom:1px solid #000000;
	margin-bottom:10px;
	padding-bottom:10px;
}

/***************************************
 Testimonials styles
 ***************************************/

.testimonial
{
	position:relative;
	float:left;
	width:235px;
	margin:10px 0 5px 10px;
}

.testimonialgutter
{
	position:relative;
	float:left;
	width:190px;
}

.testimonial .quote
{
	font-style: italic;
}

.testimonial .quotee
{
	text-align:right;
	font-size:xx-small;
	margin:3px 0 0 0;
}

#eventsmini #minnesota
{
	background: url(../images/background_mnevents.gif) -5px -5px no-repeat;
	width:210px;
	position:relative;
	float:left;
	margin-right:10px;
}

.SuccessText
{
	color:Green;
}

.ErrorText
{
	color:Red;
}

/***************************************
              sIFR STYLES
***************************************/
@media screen
{
	.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;
	}
	
	
	/* 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 h1 {
		visibility: hidden;
	}
	
	.sIFR-hasFlash h2 {
		visibility: hidden;
	}
	
	.sIFR-hasFlash h3 {
		visibility: hidden;
	}
}

.RegLink a
{
	text-align: center;
	display: block;
	padding: 4px;
	border: solid 1px #aaa;
}