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

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background: #ccc;
	color: #383938;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.7em;
}

h3
{
	font-size: 1.4em;
}

h4
{
	font-size: 1.1em;
}

h1,h2,h3,h4,p
{
	margin: .5em 0;
}

h2.sIFR-replaced, h3.sIFR-replaced
{
	margin: 0;
	padding: 0;
	height: 32px;
	margin-top: 8pt;
}

p
{
	font-size: 10pt;
	line-height: 13pt;
	margin-bottom: 1em;
}

ul
{
	margin-left: 16px;
}

li
{
	list-style: disc;
	margin-left: 16px;
	font-size: 10pt;
	line-height: 13pt;
}

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

a:hover, a:active
{
	color: #3467A3;
}

strong
{
	color: #345780;
}

#container
{
	width: 960px;
	margin: 16px auto;
	padding: 0;
	background: #fff;
	border: 1px solid #383938;
	background: #fff url(../img/content-background.png) 0 274px repeat-x;
}

#header
{
	height: 240px;
	border-bottom: 1px solid #fff;
	background: url(../img/header.jpg) no-repeat;
}

#header h1
{
	margin: 0;
	padding: 0;
	width: 500px;
	height: 114px;
	float: left;
}

#header h1 a
{
	width: 500px;
	height: 114px;
	display: block;
	text-indent: -10000px;
	background: url(../img/logo.jpg) no-repeat;
}

#header #phone
{
	width: 240px;
	float: right;
	color: #fff;
	margin-top: 12px;
	text-align: center;
	height: 114px;
	overflow: hidden;
}

#header #phone p
{
	margin: 0;
}

#navigation
{
	height: 32px;
	line-height: 32px;
	background: #345780;
	text-align: center;
}

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

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

#navigation ul li a:link, #navigation ul li a:visited
{
	padding: 0 16px;
	height: 31px;
	line-height: 32px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
}

#navigation ul li a:hover, #navigation ul li a:active
{
	background-color: #3467A3;
}

#content-container
{
	margin: 0;
	padding: 0;
}

#content
{
	margin: 16px;
	padding-bottom: 16px;
}

#footer
{
	clear: both;
	margin: 16px 8px 8px 8px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
}

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


.column-left, .column-middle, .column-right
{
	width: 288px;
	float: left;
}

.column-left-wide, .column-right-wide
{
	width: 608px;
	float: left;
}

.column-left, .column-left-wide
{
	margin-right: 16px;
}

.column-right, .column-right-wide
{
	margin-left: 16px;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

img.left, img.right
{
	margin: 8px;
}

img.stylized
{
	padding: 2px;
	border: 1px solid #888;
}