* {
	margin: 0;
}
html, body {
	height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a {
    text-decoration:none;
}
body {
    line-height: 1em;
}
ul{
    list-style-type:none;
}
ul, ol {
	list-style-position:inside;
}
.left{
	float:left;
}
.right{
	float:right;
}
.imgleft{
	float:left;
	margin: 15px 15px 15px 0;
}
.imgright{
    float:right;
    margin:15px 0 15px 15px;
}
.imgcenter{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
html,body{
    margin:0;
    padding:0;
    background:#e2e2e2;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    min-width:960px;
    line-height:21px;
    color:#6f6f6f;
}

#header_frame{
    width:100%;
    height:100px;
    margin:0 auto;
    background:url(./images/header_bg.jpg) repeat-x;
    z-index:1000
}

#dhg-phone {
    margin:0;
    float: right;
}

#dhg-intro{
    width:100%;
    height:460px;
    margin:0 auto;
    background:url(./images/featured_bg_1.jpg) repeat-x;
    z-index:30
}
#intro-container {
    width: 960px; 
    margin: 0 auto;

}

#dhg-intro #intro-container #anim {
    float: left;
    width: 400px;
    margin-top:-10px;
}
#dhg-intro #intro-container #text {
    float: right;
    width: 550px;
}
/*
#dhg-intro #intro-container #text .box {
    margin-left:60px;
    margin-top: 10px;
    width: 460px;
    height: 350px;
    padding:10px;
    color: #464646;
    background: #999; /* for non-css3 browsers */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ffcb99'); /* for IE */
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffcb99)); /* for webkit browsers */
    /*background: -moz-linear-gradient(top,  #fff,  #ffcb99); /* for firefox 3.6+ */ 
    /*border: 2px #000 solid;
}
*/
#dhg-intro #intro-container #text .box {
    margin-left:60px;
    margin-top: 10px;
    width: 460px;
    height: 350px;
    padding:10px;
    color: #464646;
    background: #999; /* for non-css3 browsers */
    
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffcb99)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #ffcb99); /* for firefox 3.6+ */ 
    border: 2px #000 solid;
}

.small-button {
    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ff6e00'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ff6e00)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #ff6e00); /* for firefox 3.6+ */ 
    border: 1px #000 solid;
    width: 80px;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
    color: #000;
}


#dhg-intro #intro-container #text .box p {
    line-height: normal;
    color: #393939;
    font-family: arial, georgia, verdana;
    font-size: 14px;
    margin-top: 10px;
}

.tear-line {
    background:url("./images/tear_line.png") repeat-x;
    height: 45px;
    width:100%;
    margin:0 auto;
}

.rounded-corners {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

#tagline_frame{
    width:100%;
    height:80px;
    margin:0 auto;
    background:url(./images/tagline_bg.jpg) repeat-x;
    z-index:30
}
#main_frame{
    width:100%;
	/*height:auto;*/
    margin:0 auto;
    background:#e2e2e2;
	
	min-height: 48%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#page_frame{
    width:100%;
    height:auto;
    margin:0 auto;
    background:url(./images/page_bg.jpg) repeat-y center top;
}
/*
#footer_frame{
    width:100%;
    height:auto;
    margin:0 auto;
    background: #0f0f0f url(./images/footer_bg.jpg) repeat-x;
}
*/
#footer_frame {
	width: 100%;
	height: 310px;
	margin: 0 auto;
	background: #0F0F0F url(./images/footer_bg.jpg) repeat-x;
}
.divider{
    background:url(./images/divider.jpg) center no-repeat;
    height:2px;
    width:960px;
    clear:both;
    padding: 35px 0;
}
.divider_small{
    background:url(./images/divider_small.jpg) center no-repeat;
    height:2px;
    width:630px;
    clear:both;
    padding: 35px 0;
}
a.read_more {
    color:#464646;
    background:url(./images/more_btn.jpg) no-repeat;
    height:26px;
    width:81px;
    line-height:26px;
    text-align:center;
    display:block;
    margin:15px 0 0 0;
}
a.read_more:hover {
    color:#464646;
    background:url(./images/more_btn_hover.jpg) no-repeat;
    height:26px;
    width:81px;
    line-height:26px;
    text-align:center;
    font-weight:bold
}
.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%;
}


#testing h5, #testing h3{
    margin-bottom:15px;
}

button{
    margin:0;
    padding:0;
    border:none;
}
.button{
    background: transparent url(./images/btn_right.jpg) no-repeat scroll top right; 
    display: block;
    float: left;
    height: 36px;
    margin-right: 6px;
    padding-right: 12px;
    padding-bottom:2px;
    cursor:pointer;
}
.button span { 
    background: transparent url(./images/btn_left.jpg) no-repeat; 
    display: block;
    line-height: 36px;
    padding: 0px 3px 4px 15px;
    margin-top:-1px;
} 

#top-link { display:none; position:fixed; right:5px; bottom:5px; color:green; font-weight:bold; text-decoration:none; border:1px solid green; background:Lightgreen; padding:10px; }


.one_third{
    width:300px;
    margin-right:30px;
    float:left;
    display:inline
}
.one_third_last{
    width:300px;
    float:left;
    display:inline;
}
.one_third_sm{
    width:180px;
    margin-right:45px;
    float:left;
    display:inline;
}
.one_third_sm_last{
    width:180px;
    float:left;
    display:inline;
}
.two_third{
    width:600px;
    float:left;
    margin-right:30px;
    display:inline;
}
.two_third_last{
    width:600px;
    float:left;
    display:inline;
}
.two_third_sm{
    width:360px;
    margin-right:45px;
    float:left;
    display:inline;
}
.two_third_sm_last{
    width:360px;
    float:left;
    display:inline;
}
.one_half{
    width:465px;
    margin-right:30px;
    float:left;
    display:inline;
}
.one_half_last{
    width:465px;
    float:left;
    display:inline;
}
.one_fourth{
    width:225px;
    margin-right:20px;
    float:left;
    display:inline;
}
.one_fourth_last{
    width:225px;
    float:left;
    display:inline;
}
.three_fourth{
    width:675px;
    float:left;
    margin-right:20px;
    display:inline;
}
.three_fourth_last{
    width:675px;
    float:left;
    display:inline;
}

a{
    color:#ff6e00;
}

h1,h2,h3,h4,h5,h6{
    font-family: Enigmatic, sans-serif;
}
h1{
    font-size:30px;
    color:#f9f9f9;
    font-weight:bold;
}
h2{
    font-size:27px;
    color:#797979;
    font-weight:normal;
    line-height:30px;
}
h3{
    font-size:23px;
    color:#494949;
    font-weight:normal;
    line-height:25px;
    margin-bottom:25px;
}
h4{
    font-size:18px;
    color:#494949;
    font-weight:normal;
    line-height:25px;
    padding-bottom:10px;
    padding-top:5px;
    margin-bottom:25px;
    border-bottom:1px solid #c7c7c7;
}
h5{
    font-size:16px;
    color:#494949;
    font-weight:normal;
    line-height:23px;
    margin-bottom:25px;
}
h6{
    font-size:13px;
    color:#222;
    font-weight:normal;
    line-height:20px;
    margin-bottom:10px;
}

#header{
    width:960px;
    margin:0 auto;
    height:100px;
    z-index:100
}
.logo{
    float:left;
    margin-top: 6px;
}

/*
ul#nav{
    float:right;
    margin-top:38px;
    z-index:1000;
    margin-right: -175px;
}
ul#nav li{
    float:left;
    display:inline;
    padding:0 10px;
    height:30px;
    line-height:30px;
}
ul#nav li a{
    color: white;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    display:block;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;

}
ul#nav li a:hover{
    color:#ff6e00;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
}
ul#nav li.current{
    background:#f5f5f5;
    border-bottom:2px solid #949494;
    border-top:1px solid #f1f1f1;
    height:30px;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;

    background: #ff8a31; <!-- for non-css3 browsers -->
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa968', endColorstr='#ff8a31'); <!-- for IE -->
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa968), to(#ff8a31)); <!-- for webkit browsers -->
    background: -moz-linear-gradient(top,  #ffa968,  #ff8a31);  <!-- for firefox 3.6+ -->
    border: 2px #000 solid;


}
ul#nav li.current a{
    color:#fff;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
}
ul#nav li ul {
    display: none; 
    width: 150px;  <!-- Width to help Opera out -->
    background-color: #f5f5f5;
}
ul#nav li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 6px 0 0 0;
    z-index:100;
    background: url(./images/nav_top_arrow.png) no-repeat top ;
}
ul#nav li:hover li {
    float: none; 
    height:25px;
    margin:0;
    padding:0
}
ul#nav li:hover li a {
    background-color: #f5f5f5;
    border-bottom: 1px solid #cdcdcd;
    color: #000; 
    padding-left:10px;
    font-size:12px;
}
ul#nav li li a:hover {
    background-color: #dcdcdc; 
}

ul.ui-tabs-hs{

}
ul.ui-tabs-hs li{
display:none;
}
*/


#featured{  
    width:960px;  
    margin:0 auto; 
    position:relative;   
    z-index:1; 
}  
#feat_tab{
    width:876px;
    margin:0 auto;
    padding:0 42px 0 43px;
    position:relative;
}
#nivo {
    position:relative;
    background:url(./images/loading.gif) no-repeat 50% 50%; 
    top:30px
}
#nivo img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#static img{
    margin-top:30px;
}
#featured ul.ui-tabs-nav{
    position:absolute;
    top:113px; 
    left:43px;
    list-style:none;
    padding:0; margin:0;
    width:225px;
}
#featured .tabs_shadow{
    z-index:10;
    position: absolute;
    top:280px;
    left:0
}
#featured ul.ui-tabs-nav li{
    font-size:13px;
    color:#fff;
    background: url(./images/featured/tab.jpg) no-repeat;
    height:35px;
    margin-bottom:0;
}
#featured ul.ui-tabs-nav li a span{
    font-size:13px;
    line-height:32px;
    padding-left:18px;
    display:block;
    color:#fff;
}
#featured .ui-tabs-panel{
    width:640px; 
    height:305px;
    position:relative;
    overflow:hidden;
    top:43px;
    left:268px;
    border:5px solid #000;
}
#featured .slider_shadow{
    z-index:10;
    position: absolute;
    top:366px;
    left:240px;
}
#featured .slider_bg{
    z-index:10;
    position:absolute;
    top:37px;
    left:250px;
}
#featured .ui-tabs-hide{
    display:none;
}
#featured ul.ui-tabs-nav li.ui-tabs-nav-item:hover{
    background: url(./images/featured/active_tab.jpg) no-repeat;
    width:225px;
    height:35px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected{ /*Selected tab style*/
    background: url(./images/featured/active_tab.jpg) no-repeat;
    width:225px;
    height:35px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a span, #featured ul.ui-tabs-nav li.ui-tabs-nav-item:hover a span{
    color:#000;
}


#tagline{
    margin:0 auto;
    height:80px;
    line-height:80px;
    color:#fff;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
    font-size:15px;
    width:960px;
}
#tagline h1{
    float:left;
    line-height:70px;
    margin-right:4px;
}



#news_flicker{
    margin:0 auto;
    width:960px;
    color:#fff;
    font-size:14px;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
    position:relative;
    z-index:8;
    height:0;
}
#news{
    overflow:hidden;
    position:absolute;
    top:-39px;
    left:100px;
}
#news li{
    float:left;
    display:inline;
}
#news_flicker img{
    float:left;
    margin-top:-80px;
    margin-right:0px;
}
#search{
    position:absolute;
    top:-45px;
    right:0;
    width:290px;
}
#search form input{
    background:url(./images/search_bg.png) no-repeat;
    width:238px;
    height:30px;
    float:left;
    border:none;
    padding:0 5px;
    color:#969696;
    font-style:italic;
    line-height:30px;
}
#search form button{
    border:none;
    background:url(./images/search_btn.png) no-repeat;
    height:30px;
    width:42px;
    float:left;
    cursor:pointer;
}
#search form button:hover{
    border:none;
    background:url(./images/search_btn_hover.png) no-repeat;
    height:30px;
    width:42px;
    float:left;
}



#main{
    width:960px;
    margin:0 auto;
    padding:20px 0;
    position:relative;
}
.tagline h2{
    width: 960px;
    float: left;
}


#page{
    width:960px;
    height:auto;
    margin:0 auto;
    padding:25px 0 40px;
    position:relative;
}
#main_content{
    width:630px;
    float:right;
    height:auto;
    padding-left:30px;
}
#page h4{
    margin-bottom:25px;
    padding-top:0;
    padding-bottom:0;
    border-bottom:none;
}

ul.process li{
    clear:both;
}
ul.process li p{
    float:left;
    margin-bottom:35px;
}
ul.process li img{
    float:right;
    padding:0 0 15px 25px;
}
.enjoy{
    text-align:center;
    margin:0 70px
}

#form_errors{
    background:#fae1d6 url(./images/icons/error.png) no-repeat 10px center;
    padding:10px 0 10px 35px;
    border:1px solid #f59b73;
    color:#000; 
    margin-bottom:15px;
    display:none;}
#form_thanks{
    background:#e2fad6 url(./images/icons/success.png) no-repeat 10px center;
    padding:10px 0 10px 35px;
    border:1px solid #91db6c;
    color:#000; 
    margin-bottom:15px;
    display:none;}

input[type="text"], textarea {
    -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    background:none repeat scroll 0 0 #F9F9F9;
    border:1px solid #BBBBBB;
    margin-bottom:10px;
}
#author, #email, #url, #data {
    border:1px solid #909090;
    font-family:Arial,'Myriad Pro';
    font-size:14px;
    line-height:20px;
    padding:4px;
}
#data {
    width:98%;
    overflow:auto;
}
small{
    text-transform:uppercase;
    font-size:11px;

}

#footer{
    width:960px;
    margin:0 auto;
    padding-top:20px;
    height:290px;
    min-height:290px;
}

#footer h4{
    color:#e8e8e8;
    border-bottom:none;
    margin-bottom:0px;
}
#footer_links ul{
    width:300px;
    background:#212121;
}
#footer_links ul li{
    height:30px;
}
#footer_links ul li a{
    height:30px;
    width:300px;
    color:#6c6c6c;
    padding-left:11px;
    display:block;
    line-height:30px;
}
#footer_links ul li a:hover{
    height:30px;
    width:300px;
    font-weight: bold;
    color:#ff6e00;
    padding-left:11px;
    background:url(./images/footer_link_hover.jpg) no-repeat;
}

#footer_social ul li{
    background:url(./images/social_bg.jpg) no-repeat;
    height:51px;
    width:300px;
    display:block;
    margin-bottom:15px;
}
#footer_social ul li img{
    float:left;
    margin:10px;
}
#footer_social a{
    color:#fff;
    float:left;
    padding-top:9px;
}
#footer_social a span{
    color:#007ebf;
}

#footer_info{
    width:960px;
    border-top:1px solid #2b2b2b;
    padding:10px 0;
    margin-top:15px;
}
#footer_info ul li{
    float:left;
    display:inline;
    margin-left:4px;
}
#footer_info li a{
    color:#6c6c6c;
}
#footer_info li a:hover{
    color:#fff;
}

#newsletter input {
    margin-top: 10px;
    background-image: url(./images/input-newsletter.png);
    height: 28px;
    width: 279px;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
    float: left;
    color: #999;
    vertical-align: middle;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#newsletter input.submit {
    background-image: none;
    background-color: transparent;
    text-align: right;
    padding: 0px;
    color: white;
    text-shadow: 1px 1px 0 black;
    float: left;
    margin: 0px;
    cursor: pointer;
}

#social-media {
    text-align: center;
}



#story{
	margin-bottom:20px;
}
#cms_data{	
	font-size:14px;
	/*color:#FF0000;
	border:#339900 dashed 2px;*/	
}
#cms_data ul{
	padding-left:20px;
}
#cms_data li{
	/*margin-left:20px;*/
	margin-bottom:10px;
	/*list-style:square;*/
	line-height:2em;
}

#cms_data li li{
	/*margin-left:20px;*/
	margin-bottom:5px;	
	/*list-style:inside;*/
	line-height:2em;
}

#cms_data li li #heading{
	display:block;
	margin-bottom:15px;	
	margin-top:15px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}
#cms_data li li li{
	/*margin-left:30px;*/
	margin-bottom:5px;
	list-style:circle;
	line-height:2em;	
}