/*----------------------------------------------
 CSS by John Ailor for MyOhMy Design
 (C) 2006 MyOhMy Design.
 ----------------------------------------------*/
/*----------------------
global white space reset 
****** !important ****** 
-----------------------*/ 

* { margin:0; padding:0; } 
/*----------------------------

Outer Elements & containers

----------------------------*/

body { 

	font: 77% Arial, "MS Serif", "New York", serif;
	color:#000;
}  

#wrapper { 
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding: 1px;
	background:#A5C6E6;
}

/*-------------
HEADER
--------------*/
#header{
	width: 100%;
	margin:auto;		
	}	
	
img.header{		
	border: none;	
}

/*------------
HTML Elements
--------------*/
ul li a:link{text-decoration: none; color:#00274E;}
ul li a:hover {text-decoration: none; color: #B22222;}
ul li a:active {text-decoration: none; color: #00274E;}
ul li a:visited {text-decoration: none; color: #B22222;}


h1 {
	margin:.5em 0 0.5em;
	color:#AF0300;
	font-size:2em;
	font-weight:normal;
	line-height:1.8;
	text-align: center;
}

h2 {
	margin:.5em 0 0.5em;
	color:#AF0300;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.8;
	text-align: center;
}

h3 {
	font-size:1.2em;
	margin-top:.5em;
	color:#00274E;
	line-height:1.6;
	text-align: center; 
}

h4 {

	font-size:1.2em;
	margin-top:.5em;
	color:#00274E;
	line-height:2.0;
}

p{
	font-size:1em;
	line-height:1.2;
}

ul{
	list-style: none;
	margin-top: 10px;
	margin-left: 5px;	
}

ul li{
	line-height:1.5;
}

ul#subMenu{
	list-style: square;
	list-style-position: outside;
	margin-top: 0px;
	margin-left: 10px;	
	width: 50px;
}

ul#tagLine{
font-size:12pt;
color:#AF0300;
text-align:center;
}

img{	
	display: block;
	border: none;
	margin: 15px auto;
	padding:5px;
}


/*------------
CONTENT
-------------*/

#content {
	width:100%;	
	margin:auto;
	padding:4px 0px;	
	background-color: ActiveBorder;
}

fieldset{
	padding: 10px;
	line-height: 1.8em;
}

/*-----------------
Home Page Columns
------------------*/

#leftColumn, #middleColumn, #rightColumn {
	float:left;
	position:relative;		
	margin-left:0px;
	font-size:.95em;	
	padding:10px;
	border: 2px groove white;
}

/* left column*/
#leftColumn {	
	width:25%;	
	background-color:#D4D0C8;
	margin-left: 2px;
	z-index:100;
}
/* middle column*/
#middleColumn {
	width:40%;
	background-color:#CCDFF1;		
	
}
/* right column*/
#rightColumn {	
	width:25%;
	background-color:#D4D0C8;
}

/*--------
Footer
---------*/

#footer {
	clear:both;
	width: 100%;
	padding: 8px 0px;
	height:20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background:#21466C url(foot.gif);
	border-bottom:2px solid #D7E6F4;
	color:#A5C6E6;
	font:88%/1.1 Arial, Tahoma, Verdana, sans-serif;
}



}
#footer ul {
	margin:4px 0 3px;
}

#footer li {
	list-style:none;
	display:inline;
	padding:0 10px 0 8px;
	border-right:1px solid;
}

#footer li.first {
	padding-left:none;
}

#footer .last, #footer span.last {
	border:none;
}

#footer a {
	color:#A5C6E6;
	text-decoration:none;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color:#fff;
}

/*--------
CLASSES
---------*/

p.event{
	padding:20px;
}

p.announcement {
	padding: 5px;
}


/*--------
Misc
---------*/

.asterisk {

	font-size: 13px;
	font-weight: bold;
	color:  #AF0300;
		}



/*---------------------

EXTRA RULES FOR IE MAC

---------------------*/

/*\*//*/

body {font-size:82%;}

div ul#topNav {

position:absolute;

right:0;

float:none;

}

div ul#udm {

font-size:105%;

}

div#wrap {position:absolute;}

div#footer {

position:relative;

margin-bottom:-3px;

}

div#footer #smlLogo {

float:none;

position:absolute;

left:0px;

top:0px;

}

#footer ul, #footer address {

margin-left:56px;

}

/**********Import Float fix for Nested Elements***********
See:
http://www.positioniseverything.net/easyclearing.html 
for details
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


