@import url(http://cdn.fireup.net/lib/reset.css);

body
{
	background: #ddd url(../img/body-background.png) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #444;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Garamond, serif;
	color: #008c9a;
	margin-bottom: 8pt;
}

h1
{
	font-size: 24pt;
	color: #005E67;
}

h2
{
	font-size: 20pt;
}

h3
{
	font-size: 16pt;
	color: #005E67;
}

h4
{
	font-size: 14pt;
}

p
{
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 8pt;
}

ul
{
	margin-left: 8pt;
	margin-bottom: 8pt;
}

li
{
	margin-left: 8pt;
	list-style: disc;
	margin-bottom: 4pt;
	line-height: 11pt;
}

img
{
	padding: 1px;
	border: 1px solid #ccc;
}

img unstyled
{

}




a:link, a:visited
{
	color: #008C9A;
	text-decoration: none;
}

a:hover, a:active
{
	color: #9A3100;
}

#container
{
	width: 962px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	margin-top: 10px;
	padding: 10px;
	height: 97px;
	background: url(../img/header-background.png) no-repeat;
}

#logo
{
	width: 461px;
	height: 95px;
	float: left;
}

#logo img
{
	padding: 0;
	border: none;
}

#phone
{
	width: 240px;
	height: 85px;
	float: left;
	padding-top: 10px;
	margin-left: 40px;
	text-align: center;
	color: #444;
}

#phone h1
{
	font-size: 32pt;
	margin-bottom: 0;
}

#phone p
{
}

#container-outer
{
	margin-top: 10px;
	background: url(../img/top-background.png) no-repeat;
	padding-top: 10px;
}

#container-inner
{
	background: url(../img/inner-background.png) repeat-y;
	padding: 0 10px;
}

#column-left
{
	width: 700px;
	margin-right: 20px;
	float: left;
}

#column-middle
{
	width: 460px;
	float: left;
	margin: 0 20px;
}

#column-right
{
	width: 220px;
	float: left;
}

#navigation
{
	background: #f2f2f2;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#navigation ul
{
	margin: 0;
}

#navigation ul li
{
	margin: 0;
	list-style: none;
}

#navigation ul li a:link, #navigation ul li a:visited
{
	display: block;
	padding: 4pt 10px;
	color: #222;
	text-decoration: none;
	border-top: 2px solid #fff;
	font-size: 11pt;
}

#navigation ul li a:link.first, #navigation ul li a:visited.first
{
	border-top: none;
}

#navigation ul li a:hover, #navigation ul li a:active
{
	color: #fff;
	background: #409097;
}

#navigation ul li ul
{
	padding-bottom: 4pt;
}

#navigation ul li ul li
{
	margin-left: 30px;
	list-style: square;
	color: #ccc;
}

#navigation ul li ul li a:link, #navigation ul li ul li a:visited
{
	padding: 2pt 0;
	border: none;
	color: #005E67;
	font-size: 10pt;

}

#navigation ul li ul li a:hover, #navigation ul li ul li a:active
{
	background: none;
	color: #9A3100;
}

#footer
{
	clear: both;
	background: #ddd url(../img/bottom-background.png) no-repeat;
	padding: 10px 10px 10px 10px;
}

#footer p
{
	font-size: 8pt;
	color: #666;
	margin-bottom: 0;
}

#footer a:link, #footer a:visited
{
	color: #005E67;
}

#footer a:hover, #footer a:active
{
	color: #000;
}


label
{
	display: block;
	line-height: 14pt;
	color: #005E67;
}

#form_quote
{
	background: #f2f2f2;
	border: 1px solid #ccc;
	padding: 10px;
}

#form_quote input, #form_quote select, #form_quote textarea
{
	margin-bottom: 8pt;
	background: #fff;
	border: 1px solid #ccc;
	width: 190px;
	padding: 4px;
	color: #444;
	height: 16px;
}

#form_quote select
{
	height: 28px;
	width: 200px;
}

#form_quote option
{
	padding: 4px;
	height: 16px;
}

#form_quote textarea
{
	height: 180px;
}

#form_quote input.submit, #form_quote input[type=submit]
{
	border: 1px solid #005e67;
	height: 28px;
	width: 140px;
	background: #f3f3f3;
	margin: 0 30px;
	cursor: pointer;
}

#form_quote fieldset
{
	float: left;
	margin-right: 20px;
	display: inline;
}

#form_quote #buttons
{
	text-align: center;
}

.clear
{
	clear: both;
}



.blog-post
{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.blog-post-header h2
{
	font-size: 16pt;
}

.blog-post-meta-data
{
	display: none;
}

.blog-post-footer
{
	margin: 10px 0;
	text-align: right;
}


img.unstyled
{
	border: none;
	padding: 0;
}
