/*-----------------------------------------------------------------------------
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: #999;
	color: #333;
	font: small Arial, Helvetica, sans-serif;
	}
	
#wrapper {
 	width: 810px;
	margin: 0 auto;
	background-color: #fff;
	border-right:1px solid #333;
	border-left:1px solid #333;
	border-bottom: 1px solid #333;
 	}
	
#innerWrapper {
	width: 800px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0 4px 4px 4px;
	}
	
#header {
	width: 800px;
	height: 281px;
	border-bottom: 1px solid #666;
	}
	
#headerSmall {
	width: 800px;
	height: 154px;
	border-bottom: 1px solid #666;
	}
	
#container {
	width: 800px;
	background-color: #fff;
	position: relative;
	}
	
#sideBar {
	width: 200px;
	float: left;
	}
	
.coloredBlock {
	padding:10px 10px 10px 0;
	background-color: #eee;
	border-bottom:1px dashed #333;
}
	
#contentContainer {
	float: left;
	width: 510px;
	padding-top: 10px;
	padding-left: 40px;
	}
	
.salesPitch {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	font-size: medium;
	line-height: 140%;
}
	
#footer {
	width: 800px;
	clear: both;
	font-size: 80%;
	}
	
/* =Navigation & sub navigation
-----------------------------------------------------------------------------*/
	
#MenuBlock {
	width: 800px;
	height: 30px;
	line-height:30px;
	background-color: #304E82;
	position:relative;
	border-top: 1px solid #fff;
	}
	
#MainNav {
	width:800px;
	line-height: 30px;
	float: left;
	list-style-type: none;
	padding:0;
	margin:0;
	}	
	
#MainNav li {
	float:left;
	text-transform: uppercase;
	}
	
#MainNav a {
	text-decoration: none;
	color:#fff;
	background-color: transparent;
	padding: 0px 20px;
	font-size: 90%;
	}
	
#MainNav a:hover, #MainNav a.menuButtonselect {
	background-color: transparent;
	text-decoration: underline;
	padding: 0px 20px;
	font-size: 90%;
	}
	
/* SideNav */

#sideBar ul {
	margin: 10px 0px 20px 0;
}
	
#sideBar li {
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 7px 20px;
	background: #fff url(../images/arrow.gif)top left no-repeat;
	}
	
#sideBar a {
	text-decoration: none;
	color: #633;
	}
	
#sideBar a:hover, #sideBar a.menuButtonselect {
	text-decoration: underline;
	background-color: transparent;
	}
	
/* =typography
-----------------------------------------------------------------------------*/	
	
p, h1, h2, h3, h4, h5 {
	padding-left:10px;
	margin: 10px 0;
	}

ul, ol {
	margin-left:20px;
	line-height: 140%;
	padding-left:10px;
	text-align: left;
}

ul.bold {
	padding: 0px 0 10px 30px;
}

ul.bold li {
	background:url(../images/check.jpg) top left no-repeat;
	list-style:none;
	padding-left:30px;
	line-height: 180%;
}
	
h1, .title {
	font: 170% "Times New Roman", Times, serif;
	color: #304E82;
	padding-top:10px;
	}
	
h2 {
	font: 110% "Times New Roman", Times, serif;
	color: #9B4432;
	font-weight:bold;	
}

h3 {
	color: #cc0000;
	font:36px Arial, Helvetica, sans-serif;
}
	
h4 {
	font:130% Arial, Helvetica, sans-serif;
	color:#666;
}

h5 {
	color: #cc0000;
	font:22px Arial, Helvetica, sans-serif;
}
	
#contentContainer p {
	width: 500px;
	line-height: 140%;
}

.optForm {
	width:300px;
	position:relative;
}
	
/* =links
-----------------------------------------------------------------------------*/
	
a {
	color: #633;
	text-decoration: underline;
	}
	
a:hover {
	color: #304E82;
	background-color: transparent;
	text-decoration: underline;
	}
	
/* =general
-----------------------------------------------------------------------------*/

.extraPadding {
	padding-top: 5px;
	padding-bottom: 5px;
}

.extraLarge {
	font-size: 26px;
	line-height: 50px;
}

.medium{
	font-size:24px;
	line-height: 30px;
}

.smallType {
	font-size:80%;
}

.bold {
	font-weight:bold;
	font-size: 14px;
}

.center {
	text-align: center;
}

.line {
	border-top: 1px dashed #633;
	padding: 20px 0 0 0;
}

ul.quotes {
	list-style-type: none;
	background: url(../images/quoteBegin.jpg) top left no-repeat;
	padding:10px 0 10px 40px;
	margin:0;
}

li.endQuote {
	background: url(../images/quoteFinish.jpg) bottom right no-repeat;
	padding-right: 20px;
}

/* =Sign Up
-----------------------------------------------------------------------------*/

#containerSignUp {
	width: 562px;
	text-align: center;
	margin: 20px auto 10px auto;
	background-color: #fff;
	border: 1px solid #333;
	padding-bottom: 15px;
	position: relative;
}

#footerSignUp {
	width: 562px;
	clear: both;
	font-size: 80%;
	margin: 0px auto;
	}
	
#containerSignUp p {
	width: 400px;
	line-height: 140%;
	margin: 0 auto;
	padding: 5px 0;
	text-align: left;
}
