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

body
{
	margin: 0;
	padding: 0;
	background: #000066;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

h1,h2,h3,h4
{
	font-family: 'Palatino', 'Palatino Linotype', serif;
	margin: 0 0 8pt 0;
}

h1
{
	font-size: 18pt;
}

h2
{
	font-size: 15pt;
}

h3
{
	padding-top: 4pt;
	padding-bottom: 2pt;
	font-size: 14pt;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

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

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

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

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

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

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

#header
{
	font-family: 'Palatino', 'Palatino Linotype', serif;
	height: 310px;
	background: #000066 url(../img/header-background.jpg) bottom no-repeat;
}

#header h1, #header h2, #header h3
{
	margin: 0;
}

#header #logo
{
	width: 472px;
	float: left;
	height: 98px;
	padding-left: 168px;
	background: url(../img/logo.png) left center no-repeat;
}

#header #logo h1
{
	font-size: 30pt;
	margin-top: 4px;
	margin-bottom: 4px;
}

#header #logo h1 a:link, #header #logo h1 a:visited
{
	color: #fff;
	text-decoration: none;
}

#header #logo h1 a:hover, #header #logo h1 a:active
{
}

#header #logo h2
{
	margin-bottom: 0;
}

#header #logo p
{
	margin-top: 6px;
	font-size: 10pt;
}

#header #phone
{
	width: 320px;
	float: right;
	height: 98px;
	text-align: right;
	vertical-align: bottom;
	position: relative;
}

#header #phone p
{
	margin-bottom: 0;
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 10pt;
}

#header #phone p span
{
	font-size: 22pt;
}

#navigation
{
	margin: 0;
	padding: 0;
	background: #f80;
	border: 1px solid #fff;
	text-align: center;
	height: 24px;
}

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

#navigation ul li
{
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	list-style: none;
	height: 24px;
}

#navigation ul li a:link, #navigation ul li a:visited
{
	margin: 0;
	padding: 0 8pt;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-size: 14pt;
	font-family: 'Palatino', 'Palatino Linotype', serif;
}

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


#content-container
{
	margin-top: 16px;
	color: #eee;
}

#content
{
	width: 704px;
	margin-left: 256px;
}

#content #main
{
	float: left;
	width: 413px;
	min-height: 88px;
	padding: 16px;
	background: url(../img/content-background.png) no-repeat;
}

#sidebar, #sidebar-left, #sidebar-right
{
	width: 212px;
	padding: 16px;
	min-height: 88px;
	background: url(../img/sidebar-background.png) no-repeat;
}

#sidebar, #sidebar-left
{
	float: left;
}

#sidebar-right
{
	float: right;
}


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

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

#footer a:link, #footer a:visited
{
	color:  #fff;
}

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

.blog-post
{
}

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

.blog-post .blog-post-header h2
{
	border-bottom: 1px dotted #2540B5;
}

.blog-post .blog-post-header h2 a:link, .blog-post .blog-post-header h2 a:visited
{
	font-size: 12pt;
	text-decoration: none;
}

.blog-post .blog-post-content
{
	margin: 0 8pt;
	font-family: serif;
	font-style: italic;
}

.blog-post .blog-post-footer
{
	text-align: right;
	font-size: 9pt;
}