* { margin: 0; padding: 0; }

/* == GENERAL == */

p {
	color: #eee;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
	
}

p.quote {
	font-style: italic;
}

h1, h2, h3, h4 {
	color: #eee;
	font-family: , Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 15px 0;
}

h3 {
	color: #CE6B4E;
}

h5, h6 {
	color: #ce6b4e;
	font-weight: bold;
	padding: 0;
}

ol, ul {
	color: #fff;
	margin-left: 15px;
}

a, a:link, a:active, a:visited, a:hover { color: #777; }

a:hover { text-decoration: none; }

strong { color: #777; }

a.button {
	background: #CE6B4E;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a:hover.button {
	background: #fff;
	color: #CE6B4E;
}

.clearfix {
	clear:both;
	height: 0px;
}

/* == TEMPLATE == */

body {
	background: #393939;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 13px;
	line-height: 20px;
}

#top_header {
	background: url(../images/header_bg_pattern.jpg) repeat-x left top scroll;
	height: 144px;
	width: 100%;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#header a:link, #header a:active, #header a:visited, #header a:hover {
	position: absolute;
	top: 40px;
	left: 0px;
}

#menu {
	background: url(../images/menu_bg.jpg) repeat-x left top scroll;
	height: 41px;
	width: 100%;
}

	#nav_holder {
		margin: 0 auto;
		width: 980px;
	}
	
	ul#nav { margin: 0 !important; padding: 0 !important; }

	#nav ul,
	#nav ul li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}

	#nav li {
	float:left;
	display: inline;
	}
	
	#nav a:link,
	#nav a:active,
	#nav a:visited,
	#nav a:hover {
	border:medium none;
	color:#EEEEEE;
	display:block;
	font-size:14px;
	font-weight:lighter;
	height:18px;
	margin:5px 1px 0 1px;
	padding:4px 17px 8px 17px;
	text-align:center;
	text-decoration:none;
	}

	#nav a:hover {
	/* background: #CE6B4E; */
	background: url(../images/button_bg.jpg) repeat-x left top;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#home_header_area {
	background: url(../images/midarea_bg_home.jpg) repeat-x left top scroll;
	height: 361px;
	width: 100%;
}

#home_header {
	height: inherit;
	margin: 0 auto;
	width: 980px;
	height: 361px;
	background-attachment: scroll;
	background-image: url(../images/banner_10.26.10.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#content_container {
	background: #000;
	width: 100%;
}

#content_area {
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}

#content {
	float: left;
	padding: 20px 10px 20px 0;
	width: 630px;
}

#sidebar {
	background: url(../images/sidebar_shade_bg.jpg) no-repeat left top;
	float: right;
	margin: 40px 0;
	padding: 10px 20px;
	width: 292px;
}

a:link.sidebar_circle {
	border: none;
	float: left;
	margin: 20px 10px 10px 10px;
}

a:link.sidebar_readmore {
	border: none;
	clear: both;
	display: block;
	height: 77px;
	margin: 0;
	padding: 10px 0 0 5px;
	width: 274px;
}

#footer_container {
	background: url(../images/footer_bg.jpg) repeat-x left top scroll;
	border-bottom: 1px solid #262525;
	height: 68px;
	width: 100%;
}

#footer {
	color: #eee;
	font-size: 13px;
	height: 44px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: right;
	width: 980px;	
}

#footer a {
	color: #eee;
}

/*  PAGES  */

#bio {
	padding: 30px;
}

#bio h1 {
	margin: 0;
	padding: 0;
}

#bio h2 {
	font-weight: normal;
	margin: 0;
	padding: 5px 0 10px 0;
}

/* TABS in TESTIMONIALS Page */

				UL.tabNavigation {
                    list-style: none;
                    margin: 20px 0 0 0;
                    padding: 0 0 20px 0;
                }

                UL.tabNavigation LI {
                    display: inline;
                }

                UL.tabNavigation LI A {
                	background-color: #000;
                    color: #fff;
                    display: block;
                    float: left;
                    height: 22px;
                    margin-right: 5px;
                    padding: 4px 10px;
                    text-align: center;
                    text-decoration: none;
                    width: 185px;
                }

                UL.tabNavigation LI A.selected,
                UL.tabNavigation LI A:hover {
                    background: url(../images/button_bg.jpg) repeat-x left top;
                    /* background-color: #CE6B4E; */
                    -moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					
					/* For IE */
					border-top-left-radius:     5px;
					border-top-right-radius:    5px;
					border-bottom-right-radius: 5px;
					border-bottom-left-radius:  5px;
                }
                
                UL.tabNavigation LI A:focus {
                        outline: 0;
                }

                div.tabs > div {
                        padding: 20px 0;
                }
                
                div.tabs > div h2 {
                        margin-top: 0;
                }

                #first {
                }

                #second {
                }
                
.jsclass body .randomcontent { 
	/*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}

#fading_testamonies{
      position: relative;
      height: 210px;
}
#fading_testamonies div.fading_testamony{ 
      position: absolute;
}

