/* General Page Layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}

div#wrapper {
	width: 752px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}

div#banner {
	margin-bottom: 4px;
}
div#navigation {
	margin-bottom: 4px;
	text-align: right;
	padding: 3px 8px 3px 0;
}
div#navigation ul {
	margin: 0;
	padding: 0;
}
div#navigation li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#content {
	width: 752px;
	margin-bottom: 4px;
	background-color: #DDDDDD;
}
div.padded {
	padding: 14px;
}
div#footer {
	width: 740px;
	background-color: #2b4321;
	color: #FFFFFF;
	padding: 6px;
	text-align: center;
}

div.clearing {
	clear: both;
}

/* Text */
h1 {
	color: #2b4321;
	font-size: 20px;
	margin-top: 0;
}
h2 {
	color: #2b4321;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}
p {
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}

/* Links */
a {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #666699;
	text-decoration: underline;
}

div#navigation a {
	color: #000000;
	text-decoration: none;
}
div#navigation a:visited {
	color: #000000;
	text-decoration: none;
}
div#navigation a:active {
	color: #000000;
	text-decoration: none;
}
div#navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

div#footer a {
	color: #CCCCCC;
	text-decoration: underline;
}
div#footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
div#footer a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
div#footer a:hover {
	color: #888888;
	text-decoration: underline;
}

/* Home Page */
ol.home li {
	margin-bottom: 8px
}

/* Services Page */
table.pricing {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
}
table.pricing tr.header {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
table.pricing td {
	padding: 5px;
	margin: 0;
}
table.pricing tr.tr1 {
	background-color: #CCCCCC;
}
table.pricing tr.tr2 {
	background-color: #BBBBBB;
}

/* Proposal Design Page */
ul.proposal_design h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
}
ul.proposal_design li {
	margin-top: 0;
	margin-bottom: 20px;
}
ul.proposal_design li ul li {
	margin-bottom: 0;
}

/* Contact Page */
textarea.contact {
	width: 500px;
	height: 200px;
}

/* About Page */
div.barbarapic {
	width: 300px;
}
li {
	margin-bottom: 3px;
}

/* Images */
.floatright {
	float: right;
	clear: both;
}
div.image {
	padding: 4px;
	border: 1px solid #999999;
	background-color: #f2f2f2;
	margin: 0 0 16px 16px;
}
div.image img {
	margin-left: auto;
	margin-right: auto;
}
div.image p {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 4px;
}
