@charset "utf-8";
/* CSS Document */

/* 
http://ibusolutions.com
v2.0 10-12-09
Author: Justin Lascelle
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, li, 
fieldset, form, label, legend,
caption, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}
body { 
		color:#336633;
		font-family:'CenturyGothic','Century Gothic','HoeflerText-Regular','Hoefler Text','Times New Roman',serif;
		font-weight:bold;
        line-height:140%;
		background: url(../images/tile_watercolor_background.jpg);
		text-align: center;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
        display:block;
}

nav ul {
        list-style:none;
}

ul {
	padding:0;
	margin: 0 0 0 30px;
}

ol {
	padding:0;
	margin: 0 0 0 30px;
}

blockquote, q {
        quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
        content:'';
        content:none;
}

a {
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
		text-decoration: none;
}

ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
}

mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
}

del {
        text-decoration: line-through;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

table {
        border-collapse:collapse;
        border-spacing:0;
}

hr {
    display:block;
    height:3px;
    border:0;
    padding:0;
}

input, select {
        vertical-align:middle;
}

/*Structural*/

#container {
	background: #fff;
	width: 705px;
	margin: 0 auto 0 auto;
	display: block;
}

#header {
	text-align: left;
	margin:0;
	padding: 10px;
}

#footer {
	margin: 0;
	padding: 20px;
	border-top: 4px solid #4C802B;
}

#content {
	text-align: left;
	margin: 0;
	padding: 0px 15px 10px 15px;
}

/*Menu*/

#menu {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 4px;
	border-top: 4px solid #4C802B;
	border-bottom: 4px solid #4C802B;	
}

#menu li:first-child {border: none;} /*removes border from first menu item.*/

#menu li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #fff;
	font-size: 14px;
}

#menu li a {
	color:#819D56; 
	text-decoration: none;
	margin: 0;
    padding: 0px 15px 0px 15px;
}

#menu li a:hover {text-decoration: underline; color:#414141;}

.left {float: left;}
.right {float: right;}

/*Typography*/

#footer p {
	color:#1E4375;
	font-family:'CenturyGothic','Century Gothic','HoeflerText-Regular','Hoefler Text','Times New Roman',serif;
	font-weight:bold;
	font-size: 13px;
}

.blue {color:#1e4375;}

h2 {
	color: #1e4375;
	font-size: 24px;
}

h3 {
	font-family:'HoeflerText-Black','Hoefler Text','Times New Roman',serif;
	font-size:16px;
	font-weight:bold;
	color: #4c4c4c;
}

.headline {margin-top: 20px;}
.clients a{color: #7E9D52;}
.clients a:hover {color: #000;}