/***** CSS Document *****/
@charset "iso-8859-1";


/***** Global Settings *****/
html, body {
	border:0;
	margin:0;
	padding:0;
	/*height: 100%;*/
}
 
body,td,th {
	font: 11pt Arial, Helvetica, sans-serif;
	color: #000;
}

body {
	background: #f0592f;
	/*background: #f47950;*/
	position: relative;
}
 
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	font-size: 30pt;
	font-weight: 400;
	color: #065474;
	font-family: 'Alex Brush', cursive;
	padding-bottom: 15px;
	/*clear: both;*/
}

h2 {
	font-weight: bold;
	color: #1a94b3;
	text-transform: capitalize;
	font-size: 13pt;
	padding-bottom: 15px;
	font-weight: normal;
}

h3 {
	font: 11pt Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 15px 0;
}
 
/***** Common Formatting - reset only unless further customization wanted *****/
li {
	margin-top: 8px;
	hspace: 5px;
}

hr {border: #fff dotted 2px;}

p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
 
ul, ol {padding:0 0 10px 30px;}
 
blockquote {
	margin: 10px;
	padding: 10px 10px 0 10px;
}
 
small {font-size: 8pt;}
 
img {border:0;}
 
sup {
	position:relative;
	bottom:5px;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-5px;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
a {
	color: #065474;
	text-decoration: none;
}

a:hover {
	color: #fff;
}
 
/***** Forms - reset only unless further customization wanted *****/
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font: 9pt Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
table {
	border:0;
	margin:0 0 20px 0;
	padding:0;
	border-collapse: collapse;
}
 
table tr td {padding:3px;}
 
/***** Basic Layout *****/

/*Full Page Background
http://css-tricks.com/perfect-full-page-background-image/
*/
#bg {
	position:absolute; 
	top:0;
	left: 0; 
	width:100%; 
	z-index: -500;
	background-color: #f0592f;
}
#bg img {
	position:absolute;
	top:0;
	left:0;
	height: auto;
	min-width: 1000px;
	min-height:574px;
	z-index: -500;
	width: 100%;
}

#wrapper {
	width: 1000px;
	margin: auto;
	/*position: relative;
	z-index: 1000;
	top: -574px;*/
}

#header {
	height: 127px;
	background: url(images/nav.png) top left no-repeat;
	position: relative;
	padding: 80px 0 0 223px;
	font-size: 14pt;
	color: #000;
	text-transform: uppercase;
}

#header h1 {
	font-family: 'Alex Brush', cursive;
	color: #065474;
	font-size: 38pt;
	position: absolute;
	left: 530px;
	top: 25px;
	text-transform: none;
	line-height: 50px;
	font-weight: 400;
}

#header .logo {
	position: absolute;
	top: 2px;
	left: 0;
}

#header .facebook {
	position: absolute;
	top: 20px;
	right: 25px;
	width: 50px;
	
}

#header .facebook img {
	margin-bottom: 5px;
	clear: both;
}

#header .oncall {
	position: absolute;
	top: 0;
	left: 216px;
}

#header .nav {
	position: absolute;
	bottom: 27px;
	left: 225px;
	line-height: 51px;
	height: 51px;
	width: 521px;
	color: #fff;
	text-transform: none;
	font-size: 93%;
}

/*nav container*/
#header .nav ul
{
    margin: 0;
    padding: 0;
}

#header .nav ul li
{
    list-style-type: none;
    display: inline;
	line-height: 51px;
}

#header .nav li:before {
content: "|";
color: #f47950;
}

#header .nav li:first-child:before {
content: none;
}

#header .nav a {color: #fff; margin: 0 10px;}
#header .nav a:hover {color: #000;}
/*end*/

/*main nav container*/

#content {
	clear: both;
}

#c1 {
	width: 195px;
	margin: 20px 0 0 0;
	float: left;
	color: #065474;

}

#c1 ul {padding:0; margin: 0 0 10px 5px;
	font-size: 12pt;}

#c1 li {
	margin: 8px;
	hspace: 0;
	border-bottom: #f0592f dashed 1px;
	padding-bottom: 8px;
}

#c1 h1 {
	font-family: 'Rammetto One', cursive;
	font-weight: normal 400;
	font-size: 12pt;
	line-height: 18px;
	text-transform: none;
	padding-bottom: 0;
}

#c1 h1:hover {
	color: #f0592f;
	display: block;
}

#c1 a {
	display: block;
}

#c1 a:hover {
	color: #f0592f;
}

#c1 .quotes {
	background: url(images/quotes.png);
	width: 194px;
	height: 140px;
	clear: both;
	text-align: center;
	color: #fff;
	margin-top: 50px;
	padding-top: 27px;
	font-size: 11pt;
	font-weight: bold;
}

#c2 {
	width: 780px;
	float: right;
}

#c2 h1 {
	line-height: 40px;
}

#c2 img {
	border: 5px #fff solid;
}

/*#c2 .whitecallout {
	position: absolute;
	right: 0;
	top: -79px;
	background: #fff;
	width: 195px;
	padding: 10px;
}*/

#c2 .whitecallout {
	float: right;
	margin: -79px 0 15px 15px;
	background: #fff;
	width: 195px;
	padding: 10px;
}

#c2 ul {padding:0; margin: 0 0 10px 5px;}

#c2 li {
	margin: 8px;
	hspace: 0;
}

#c2 .whitecallout h1 {
	font-family: 'Rammetto One', cursive;
	font-weight: normal 400;
	color: #1a94b3;
	font-size: 12pt;
	line-height: 18px;
	text-transform: none;
	padding-bottom: 0;
}
	
#c2 .direct-gradient {
	background:url(images/direct-gradient.png) top left repeat-y;
	padding: 0;
	clear: both;
}

#c2 .direct-gradient img{
	float: left; 
	margin: -30px 15px 0 0;
	border: 5px #f47950 solid;
}

#c2 .direct-gradient h1 {
	padding-top: 30px;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
}

#c2 .bluebox {
	width: 200px;
	background: #065474;
	color: #fff;
	float: left;
	margin: 0 0 10px 0;
	padding: 20px;
	border:2px solid;
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	clear: both;
}	

/*#footer {
	font-size: 8pt;
	clear: both;
	background: url(images/bottom-trans.png) repeat-x top center;
	height: 273px;
	margin-top: -564px;
	position: relative;
}*/

#footer {
	position:absolute; 
	bottom:0;
	left: 0; 
	width:100%; 
	z-index: -500;
	background-color: #f47950;
	clear: both;
	/*margin-top: -50px;*/
}

#footer img {
	position:absolute;
	top:0;
	left:0;
	bottom: 0;
	height: auto;
	min-width: 1000px;
	min-height:274px;
	z-index: -500;
	width: 100%;
}

#footer_wrapper {
	width: 1000px;
	margin: auto;
	color: #fff;
	font-weight: bold;
	margin-top: 50px;
}

#footer_wrapper a {color: #fff;}
#footer_wrapper a:hover {color: #2fa5bf;}

#footer_wrapper .columns {
	/*width: 165px;*/
	margin: 100px 22px 0 22px;
	float: left;
	font-size: 8pt;
	height: 111px;
}

#footer .columns img{
	/*position:absolute;
	top:0;
	left:0;
	height: auto;
	min-width: 1000px;
	min-height:274px;
	z-index: -500;
	width: 100%;*/
}

/***** Optional Classes *****/
.small		{font-size: 8pt;}
.border		{border: solid 1px #000;}
 
/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; margin: 0 15px 15px 0; }
.float-right   { float:right; margin: 0 0 15px 15px; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.large			{font-size: 20pt;}
.white			{color: #fff;}
.letter-space	{letter-spacing: 1px;}
.blue_dk		{color: #065474;}
.blue			{color: #1a94b3;}
.orange			{color: #f0592f;}
.extra-spacing	{line-height: 25px;}
.center			{
	margin: auto;
	text-align: center;
}

.deco {
	font-family: 'Alex Brush', cursive;
	font-size: 22pt;
}
	
/*cycle*/
.slideshow { height: 260px; width: 520px; overflow:hidden; margin-top: 10px; margin-bottom: 30px; }
.slideshow img { padding: 0; border: 0; } 

#blogc1{
	float: left;
	margin: 0;
	width: 500px;
}

#blogc2{
	float: left;
	margin: 0 0 0 15px;
	width: 200px;
	font-size: 8.5pt;
	text-transform: uppercase;
}

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

#blogc2 li {
	margin: 0;
	hspace: 0;
	list-style: none;
}

.entry-title {
	font-size: 22pt;
	font-weight: 400;
	color: #065474;
	font-family: 'Alex Brush', cursive;
	padding-bottom: 15px;
}

.widget-title {
	font-family: 'Rammetto One', cursive;
	font-weight: normal 400;
	font-size: 10pt;
	color: #065474;
	text-transform: none;
	padding-top: 8px;
}

.entry-meta {
	font-size: 8pt;
	padding-bottom: 15px;
	color: #f0592f;
}

.entry-meta a {
	color: #f0592f;
}

.entry-utility {
	font-size: 8pt;
}

.alignright {float:right;}
.alignleft {float:left;}

.feature {
	width: 100%;
	color: #fff;
	font-size: .9em;
	margin: 30px 0 0 0;
	/*text-align: center;*/
}

.feature h2 {
	color: #FF0;
	font-size: 10pt;
}

#c2 .feature-float {
	float: right;
	margin: 40px 0 15px 15px;
	background: #fff;
	width: 195px;
	padding: 10px;
	line-height: 18px;
	clear: right;
}

#c2 .feature-float h1 {
	font-family: 'Rammetto One', cursive;
	font-weight: normal 400;
	color: #1a94b3;
	font-size: 12pt;
	line-height: 18px;
	text-transform: none;
	padding-bottom: 0;
}