/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    sheri bodnaruk
email:     sheri@picainteractive.com
website:   http://www.mrautomate.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
 	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/*-----------------------------------------------------------------------------*/

body {
	background: #fff; 
	color: #333; 
	font: 82.5% Georgia, "Times New Roman", Times, serif; 
	}

#wrapper {
	width: 980px;
	margin: 10px auto;
	}
	
#container {
	width:980px;
	}
	
#footer {
	width: 980px; 
	padding: 1.2em 0 0 0; 
	border-top: 2px solid #ccc; 
	float: left; 
	clear: both;
	text-align:right;
	}
	
/* =Navigation & sub navigation
-----------------------------------------------------------------------------*/
	
#MenuBlock {
	width: 980px;
	height: 30px;
	line-height:30px;
	position:relative;
	border-bottom:2px solid #666;
	font-size: 80%;
	}
	
#MainNav {
	width:980px;
	line-height: 30px;
	float: left;
	list-style-type: none;
	padding:0;
	margin:0;
	}	
	
#MainNav li {
	padding: 0.85em 40px 0.7em 0; 
	font: bold 1.4em Helvetica, Arial, sans-serif;
	text-transform: uppercase; 
	float: left;
	}
	
#MainNav a {
	color: #666; 
	text-decoration: none;
	}
	
#MainNav a:hover, #MainNav a.menuButtonselect {
	color: #666; 
	text-decoration: underline;
	}
	
/* =links
-----------------------------------------------------------------------------*/
	
a {
	color: #633;
	text-decoration: underline;
	}
	
a:hover {
	color: #304E82;
	background-color: transparent;
	text-decoration: underline;
	}
