@font-face{
    font-family: Steamer;
    src: url('/fonts/capture_it.ttf');
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

@font-face
{
    font-family: Sansation;
    src: url('/fonts/Sansation_Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

@font-face
{
    font-family: Sansation;
    src: url('/fonts/Sansation_Bold.ttf');
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

html
{
	width:100%;
	background:#000;
}

body
{
	font-family: Sansation, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#38342e;
	min-width:944px;
	background:url(/images/texture.jpg) center 0 repeat #d7c69f;
}

strong { font-weight: bold; }
h2
{
    font-size: 48px;
    line-height:1.2em;
    margin-bottom:4px;
    text-transform:uppercase;
    color:#49978c;
    /*font-weight: bold;*/
    font-family: Steamer;
    letter-spacing: 6px;
}

/*h2 strong {color:#322e26; font-size:0.6em; display:block; }*/

h3
{
    font-size: 36px;
    text-transform: uppercase;
	/*font-weight: bold;*/
    font-family: Steamer;
}

#content h3
{
    line-height: 1.2em;
}

#header h3.header-box-title { line-height: 1.2em; }

.border-bottom { width:100%; background:url(/images/spacer-x.gif) 0 bottom repeat-x; }

#background-top
{
	width:100%;
	background:url(/images/tail-top2.png) center 0 repeat-x;
}

#background-bottom
{
	width:100%;
	background:url(/images/tail-bot.png) center bottom repeat-x;
}

#main
{
	width:944px;
	padding:0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.333em;
}

a:hover
{
    cursor:pointer;
    text-decoration:none;
}

a
{
	color:#38342e;
	outline:none;
	text-decoration: none;
}

div.button a span { vertical-align: middle; }

object{ outline:none; }
fieldset{ border:0; }

ul, ol { list-style:none; }

.clear
{
	clear:both;
	line-height:0;
	font-size:0;
	width:100%;
}

.color-1 { color:#fff; }
.color-2 { color:#000; }
.color-3 { color:#49978c; }

.box
{
    width: 100%;
    -moz-border-radius: 15px;
    border-radius: 15px;
	background:url(/images/box-tail.png) 0 0 repeat;
	min-height: 140px;
    height: auto !important;
    height: 140px;
}

.full-width-column .box
{
    height: 110px;
    min-height: 110px;
}

.button
{
	-moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 0px 10px 15px;
    display:block;
    float:left;
    height:23px;
    overflow:hidden;
    font-size:1.166em;
    line-height:1.285em;
    text-transform:uppercase;
	margin-top: 10px;
}

.button a
{
    text-decoration: none;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
	height: 23px;
    vertical-align: middle;
}

.column
{
    float: left;
    width: 232px;
    padding-left: 2px;
}

.full-width-column
{
    float: left;
    width: 100%;
    padding-top: 60px;
}

.double-column
{
	float: left;
	width: 460px;
	padding-left: 2px;
}

.triple-column
{
    float: left;
    width: 690px;
    padding-left: 2px;
}

.box-color-1{ background:url(/images/box1-texture.gif) 0 0 repeat; }

.box-color-2{ background:url(/images/box2-texture.gif) 0 0 repeat; }

.box-color-3{ background:url(/images/box3-texture.gif) 0 0 repeat; }

.box-color-4{ background:url(/images/box4-texture.gif) 0 0 repeat; }

.wrapper {width:100%; overflow:hidden;}

#header .column .box
{
	position: relative;
}

#col-content, #col-news, #col-headlines{ float:left; }

#container { width:100%; }

#nav-menu-container
{
    margin: 10px 0 0 0;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
    height: 20px;
}

#nav-menu
{
    margin-left: auto;
    margin-right: auto;
	text-transform: uppercase;
	/*font-weight: bolder;*/
    font-family: Steamer;
}

#nav-menu ul
{
	margin: 0px;
	padding: 0px;
}

#nav-menu li
{
    display: inline;
    float: left;
    list-style: none;
    padding-left: 1em;
}

#nav-menu li a, #nav-menu li a:visited
{
    color: #faeed7;
}

#nav-menu li a:hover
{
	text-decoration: underline;
}

#rotating-banner
{
    margin: 40px 0 0 0;
    height: 400px;
    padding-bottom: 5px;
    width: 944px;
    margin-left: auto;
    margin-right: auto;
}

.slideshow
{
    width: 100%;

}

#header
{
    min-height: 140px;
    height: auto !important;
    height: 140px;
    width: 100%;
    color:#fbf0dc;
    line-height:1.5em;
}

#content-header
{
    min-height: 110px;
    height: auto !important;
    height: 110px;
    width: 100%;
    color:#fbf0dc;
    line-height:1.5em;
}

#header .box h3
{
    padding: 15px 0px 0px 15px;
    color: #fbf0dc;
}

#header .box p
{
    padding: 5px 15px 10px 15px;
}

#header .button
{
	color: #000;
    background: #faeed6;
}

#header .box-color-1 a:hover { color:#154e50; }
#header .box-color-2 a:hover { color:#a84132; }
#header .box-color-3 a:hover { color:#d0902c; }
#header .box-color-4 a:hover { color:#a84132; }

#header .button
{
	position: absolute;
	bottom: 0;
}

#content { padding-top: 5px; }

#content .button
{
	color: #faeed7;
	background: #a84132;
}

#content .button a
{
	color: #faeed7;
}

.spacer-2 {width:100%; background:url(/images/spacer-y.gif) 462px 0 repeat-y;}
.spacer-3 {width:100%; background:url(/images/spacer-y.gif) 700px 0 repeat-y;}

#content .box .wrapper
{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

#col-content, #col-news, #col-headlines
{
	width: 100%;
}

#content p, #content h2, #content h3, #col-news .news-article, .article
{
	padding-left: 15px;
}

#col-news .news-article, .article
{
    padding-top: 5px;
}

#col-news .news-article .news-date
{
	color: #49978c;
	font-weight: bold;
}

.news-headline a, .article-headline a
{
	font-weight: bold;
}

.article-headline, .article-headline a
{
    color: #49978C;
    font-size: 20px;
}

.article-date
{
    color: #000;
    font-size: 20px;
}

.special-title
{
    padding-left: 15px;
    font-weight: bold;
    margin-top: .5em;
}

#footer
{
	height: 30px;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: center;
	color: #faefdb;
}

#footer a{ color: #9c392c; }
#footer a:hover{ text-decoration: underline; }

.content-header-logo
{
   width: 265px;
   padding-right: 10px;
   margin-top: -20px;
   float: right;
}

.content-header-text
{
    float: left;
    width: 40%;
    padding-left: 15px;
}

.sub-title
{
    font-weight: bold;
    margin-top: .5em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

div#col-content h3
{
    padding-top: 10px;
    padding-bottom: 5px;
}

div#col-content ul li
{
    padding-left: 20px;
}

div.entry-content table
{
    margin-left: 25px;
    margin-bottom: 10px;
}

div.entry-content table tr.rowhead td
{
    font-weight: bold;
    padding-top: 5px;
}
#col-headlines h3 { font-size: 28px; }
#col-headlines img
{
    margin-top: 10px;
    margin-left: 20px;
}

.g-thumbnail
{
    webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 8px #333;
    -moz-box-shadow: 3px 3px 8px #333;
    -webkit-box-shadow: 3px 3px 8px #333;
}

table.pricing tr td
{
    padding-left: 5px;
}

