body
{
	margin: 0;
	padding: 0;
	background: #848584 url(../img/body-background.jpg) repeat-x;
	color: #e0dede;
	font-family: Verdana, sans-serif;
	font-size: 80%;
}

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

h1
{
	font-size: 1.9em;
}

h2
{
	font-size: 1.7em;
}

h3
{
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

h4
{
	font-size: 1.1em;
}

p
{
	line-height: 1.2em;
	margin-bottom: 8pt;
}

ul
{
	margin-left: 16px;
}

ul li
{
	list-style: disc;
	margin-left: 16px;
	font-size: 9pt;
	line-height: 14pt;
}

img
{
	border: 1px solid #575757;
	padding: 1px;
	margin: 8pt;
}


a:link, a:visited
{
	color: #ffc42c;
}

a:hover, a:active
{
	color: #fff;
}

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

#header
{
	height: 245px;
	width: 960px;
	background: url(../img/header-background.jpg) no-repeat;
}

#navigation
{
	width: 960px;
	height: 35px;
	position: absolute;
	top: 210px;

	background: url(../img/navigation-background.png) no-repeat;

	text-align: right;
}


#navigation ul
{
	margin: 0 14pt;
	padding: 0;
}

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

#navigation ul li a:link, #navigation ul li a:visited
{
	margin: 0 8pt;
	font-family: Garamond, serif;
	font-weight: bold;
	line-height: 32px;
	font-size: 14pt;
	text-decoration: none;
	color: #cececf;
}

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

#contact
{
	margin-top: 8pt;
	height: 40px;
	font-family: Garamond;
}

#contact p
{
	margin: 0;
}

#contact #phone
{
	width: 480px;
	float: left;
	font-size: 16pt;
}

#contact #general
{
	width: 480px;
	float: right;
}

#contact #general p
{
	font-style: italic;
	font-size: 11pt;
	line-height: 10pt;
	text-align: right;
}

#headline
{
	background: url(../img/line.png) bottom no-repeat;
	clear: both;
	width: 810px;
	text-align: left;
}

#headline h2
{
	font-size: 24pt;
	font-family: Garamond, serif;
	font-weight: normal;
	margin-left: 16px;
}

#content-container
{
	clear: both;
}

#services, #content, #testimonials
{
	margin: 14pt 0;
	float: left;
}

#services
{
	width: 200px;
}

#services ul
{
}

#services ul li
{
	margin: 8pt 0 4pt 0;
	list-style: none;
}

#services ul li a:link, #services ul li a:visited
{
	height: 36px;
	line-height: 32px;
	width: 200px;
	display: block;
	background: url(../img/secondary-navigation-background.png) no-repeat;
	font-family: Garamond, serif;
	color: #cfcfcf;
	text-decoration: none;
	font-size: 14pt;
	text-indent: 14pt;
/*
	font-weight: bold;
*/
}

#services ul li a:hover, #services ul li a:active
{
	color: #fff;
}

#services ul li ul li
{
	list-style: circle;
	margin: 0 0 0 14pt;
}

#services ul li ul li a:link, #services ul li ul li a:visited
{
	margin: 0;
	text-indent: 0;
	background: none;
	line-height: 14pt;
	height: 14pt;
	font-size: 12pt;
}

#content
{
	margin: 14pt 0 14pt 80px;
	width: 680px;
}

#content p
{
	font-size: 9pt;
	line-height: 14pt;
}

#testimonials
{
	width: 140px;
	text-align: right;
}

#testimonials p
{
	font-family: Garamond, serif;
	font-style: italic;
	font-size: 12pt;
	text-align: right;
}

#testimonials cite
{
	margin-top: 14px;
	display: block;
	text-align: right;
}


#footer
{
	clear: both;

	margin: 8pt 0 0 0;
	padding: 4pt 8pt;

	background: #575757;
	color: #cbcbcb;

	font-size: 8pt;
}

#footer p
{
	margin: 0;
}

#footer a:link, #footer a:visited
{
	color: #ddd;
	text-decoration: none;
}

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

.clear
{
	clear: both;
}

.column-left, .column-middle, .column-right
{
	float: left;
	width: 33%;
}


fieldset
{
	border: 0;
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #17263D;
	background: url(http://cdn.fireup.net/img/wht-010.png);
}

legend
{
	display: block;
	font-weight: bold;
	padding: 0 5px;
}

label
{
	display: block;
	float: left;
	width: 140px;
	padding-right: 15px;
}

textarea

{

	width: 340px;
	border: 1px solid #17263D;
	background: url(http://cdn.fireup.net/img/wht-090.png);
	height: 150px;
	margin: 5px 0;
}

form div
{
	padding: 2px;
}

form div div
{
	clear: both;
	margin-left: 155px;
}

form div label
{
}

form div input
{
	border: 1px solid #17263D;
	width: 180px;
	background: url(http://cdn.fireup.net/img/wht-090.png);
}

form div input.radio
{
	width: 20px;
	background: none;
	border: none;
}

form div input.checkbox
{
	width: 20px;
	background: none;
	border: none;
}

form input.submit
{
	margin-top: 20px;
	margin-left: 80px;
}


div.col-040
{
	width: 40%;
	float: left;
}

div.col-060
{
	width: 60%;
	float: left;
}

div.col-030
{
	width: 30%;
	float: left;
}

div.col-070
{
	width: 70%;
	float: left;
}

div.col-050
{
	width: 50%;
	float: left;
}

.inline
{
	display: inline;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.centered
{
	text-align: center;
}

.blog-post, .news-post
{
	margin-bottom: 40px;
}

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

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


