/* CSS Document */

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

version:   1.0
author:    erik halber
email:     ehalber@affinity.com
website:   http://www.affinity.com/
-----------------------------------------------------------------------------*/

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

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


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


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

body {
	font: small/1.6em Tahoma, Verdana, sans-serif;
	background: #000;
}
a {
	color: #691420;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}
/* =forms
-----------------------------------------------------------------------------*/
label {
	display: block;
}
form {
	margin: auto;
	width: 350px;
}
form p {
	color: #990000;
	text-align: right;
	margin-right: 25px;
}
legend {
	font-weight: bold;
	font-size: 110%;
}
fieldset {
	padding: 10px;
	margin: 5px;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
input, textarea {
	width: 300px;
}
input.button {
	width: 50px;
}

/* =mainContainer
-----------------------------------------------------------------------------*/
#mainContainer {
	width: 780px;
	margin: 0 auto;
	background: #fff;
}
/* =header
-----------------------------------------------------------------------------*/
#header {
	float: left;
	width: 780px;
}
/* =mainContent
-----------------------------------------------------------------------------*/
#mainContent {
	float: left;
	width: 780px;
	border-top: 1px solid #fff;
	background: url(img/content-bg.gif) top left repeat-y;
	padding-bottom: 65px;
}

/* =mainNav
-----------------------------------------------------------------------------*/
#mainNav {
	float: left;
	width: 220px;
	padding: 20px;
	background: #691420 url(img/nav-bg.gif) top right repeat-y;
	list-style: none;
	color: #fff;
}
#mainNav h3 {
	padding: 10px 0px;
	font-size: 105%;
	border-top: 1px dashed #9b626a;
	display: block;
}
#mainNav h3.noBorder {
	border: none;
}
#mainNav h6 {
	padding: 10px 0px;
	font-size: 105%;
	border-top: 1px dashed #9b626a;
	display: block;
}
#mainNav h6.noBorder {
	border: none;
}
#mainNav ul {
	list-style: none;
	padding: 0 0 15px 0;
}
#mainNav li {
	background: url(img/nav-bullet.gif) 0 50% no-repeat;
	margin-left: 10px;
	padding: 0px 5px;
}
#mainNav a {
	color: #fff;
	padding: 5px;
}
#mainNav ul li a {
	color: #E4BEC4;
}
#mainNav a:hover {
	text-decoration: none;
}
#mainNav p {
	font-weight: bold;
}
/* =content
-----------------------------------------------------------------------------*/
#contactInfo {
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 70px;
	background: #000;
	color: #fff;
	float: right;
	width: 710px;
	font-family: Tahoma;
	font-size: 125%;
	font-weight: bold;
}
#contactInfo li {
	margin: 0 auto;
	padding: 0;
	display: inline;
	padding-right: 25px;
	font-size: 90%;
}

#content {
	float: right;
	width: 480px;
	padding: 20px;
	background: url(img/content-shadow.gif) top left repeat-x;
}
#content ul {
	padding: 0 30px 0 20px;
	margin: 15px 20px;
	list-style: square;
}
#content p {
	padding: 8px 0;
	text-align: justify;
}
#content span {
	font-weight:normal;
	font-size:12px;
	text-align:right;
}
#services li {
	font-weight: bold;
	font-variant: small-caps;
}
#content h1 {
	font-size: 105%;
	font-family: Georgia;
	display: inline;
}
#content h2 {
	font-size: 140%;
	display: inline;
	font-family: Georgia;
}
blockquote {
	padding: 15px;
	border: 1px solid #CCC;
	background:#EEe;
	margin: 15px 0;
	font-size: 85%;
	text-align: justify;
}
blockquote p#source {
	padding-right: 12px;
	font-style: italic;
	text-align: right;
}
/* =footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 10px;
	color: #fff;
	text-align: center;
	background: #000;
	font-size: 80%;
}
#copyright {
	text-align: center;
	margin: 20px 60px;
	border-top: 1px dotted #000;
	font-size: 80%;
	padding-top: 10px;
}
#phone {
	font-size: 130%;
	font-weight: bold;
}
