/* @group Page Wide Elements*/

body {
	font-family: arial, helvetica, sans-serif;
	padding-left: 50%;
	margin: 0px;
	background-color: #333;		padding-bottom: 0px;
	color: black;
	height: 100%;
}

#everything {
	background-color: white;
	width: 791px;
	margin-left: -395.5px;
	border-left: black 1px solid;
	border-right: black 1px solid;
	height: 100%;
}

a img {
	border: none;
}

.clear {
	clear: both;
}
/* @end */



/* @group Banner */
#banner {
	width: 791px;
	height: 173px;
	padding: 0px;
	margin: 0px;
}	
/* @end */


/* @group Menu */
#menu {
	width: 197px;
	position: relative;
	padding:  0px;
	margin:  0px;
}

p.menu {
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
}

#menu li {
	display: block;
	padding: 0px;
	list-style-type: none;
	height: 41px;
	width: 197px;
	margin-left: -40px;
	margin-top: 0px;
}

#menu li a {
	display: block;
	height: 41px;
	width: 197px;
	text-decoration: none;
	overflow: hidden;
	background-repeat: no-repeat;
}

a.home {
	background-image: url('images/button.jpg');
}

a.home:hover, a.home:active {
	background-image: url('images/button-on.jpg');
}

a.services {
	background-image: url('images/services.jpg');
}

a.services:hover, a.services:active {
	background-image: url('images/services-on.jpg');
}

a.portfolio {
	background-image: url('images/portfolio.jpg');
}

a.portfolio:hover, a.portfolio:active {
	background-image: url('images/portfolio-on.jpg');
}

a.pricing {
	background-image: url('images/pricing.jpg');
}

a.pricing:hover, a.pricing:active {
	background-image: url('images/pricing-on.jpg');
}

a.contact {
	background-image: url('images/contact.jpg');
}

a.contact:hover, a.contact:active {
	background-image: url('images/contact-on.jpg');
}

#menu li a span {
	visibility: hidden;
}


/* @end */


/* @group Main Content */
#content {
	width: 580px;
	position: relative;
	padding: 0px;
	margin-left: 185px;
	margin-top: -250px;
}

h1 {
	font-family: arial black, arial, helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	padding-top:  28px;	
	padding-left: 50px;
	margin-bottom: 20px;
}

#content p {
	margin-left: 50px;
	margin-right: 50px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content p a:link, a:active, a:visited {
	color: #A61B1A; 
	text-decoration: none;
	font-weight: bold;
}

#content p a:hover {
	color: #A61B1A;
	text-decoration: underline;
	font-weight: bold;
}

#content p.note {
	font-style: italic;
	padding: 0px;	
	margin-top: 50px;
	margin-bottom: 100px;
}

#content p.list {
	padding: 0px;
	margin-top: 30px;
}

#content p img.right {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
	padding: 4px;
	background-color: #A9CCD4; 
	border: maroon 3px solid;
}

#content p img.left {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 4px;
	background-color: #A9CCD4;
	border: maroon 3px solid;
}

#content li {
	padding: 0px;
	margin-left: 50px;
	margin-right: 100px;
	margin-bottom: 1em;
	line-height: 1.75em;
}

#content li.last {
	padding: 0px;
	margin-left: 50px;
	margin-right: 100px;
	margin-bottom: 30px;
}

/* @end */


.pre1 {
	visibility: hidden;
}

.pre2 {
	visibility: hidden;
}

.pre3 {
	visibility: hidden;
}

.pre4 {
	visibility: hidden;
}

.pre5 {
	visibility: hidden;
}


/* @group Footer */
#footer {
	display: block;
	width: 791px;
	position: relative;
	padding-top: 50px;
}

.footertop {
	display: block;
	width: 791px;
	height: 30px;
	background: url('images/footertop.jpg') no-repeat;
}

.footermiddle {
	font-size: 9pt;
	font-weight: bold;
	display: block;
    position: relative;
	text-align: right;
	width: 791px;
	background: url('images/footermiddle.jpg') repeat-y;
}

.footermiddle p {
	padding-right: 40px;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	margin: 0;
}

.footerbottom {
	display: block;
	width: 791px;
	height: 12px;
	position: relative;
	background: url('images/footerbottom.jpg') no-repeat;
}

.footermiddle a:link, a:visited {
	color: maroon;
	text-decoration: none;
	font-weight: bold;
}

#footer p a:hover {
	color: maroon;
	text-decoration: underline;
	font-weight: bold;
}

/* @end */

/* @group Browser Specific */

/* Hide from IE5/Mac \*/
* html #footer {
	height: 45px;}
/* End hide from IE5/Mac */

/* @end */
