/* 
 ______   _______  _______  ______   _______ 
(  __  \ (  ____ \(  ____ \(  __  \ (  ___  )
| (  \  )| (    \/| (    \/| (  \  )| (   ) |
| |   ) || (__    | (__    | |   ) || (___) |
| |   | ||  __)   |  __)   | |   | ||  ___  |
| |   ) || (      | (      | |   ) || (   ) |
| (__/  )| (____/\| (____/\| (__/  )| )   ( |
(______/ (_______/(_______/(______/ |/     \|, inc.

*/



/* Define Fonts */

@font-face {
	font-family: Museo;
	src: url('../fonts/museo700.otf');
}
@font-face {
	font-family: "Museo Sans";
	src: url('../fonts/museo500.otf');
}


/* The Basics */
body, html {
	font-family: "Georgia", "Times New Roman", Times, serif;
	line-height: 113.5%;
	padding: 0px;
	margin: 0;
	background: url('../img/gradiant-feature.png') repeat-x top;
}
#wrapper {
	width: 1050px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5 {
	font-family: "Helvetica", Arial, sans-serif;
}
*:focus {
	outline: 0;
}
.right {
	float: right;
}
.left {
	float: left;
}

/* Header */
#header {
	padding-top: 20px;
	clear: both;
	height: 68px;
}
#logo {
	float: left;
	width: 573px;
	height: 79px;
}
#logo h1 {
	margin: 0;
	padding: 0;
	background: transparent url('../images/deeda_logo.png') top left no-repeat;
	width: 573px;
	height: 79px;
}
#logo h1 span {
	display: none;
}
#navigation {
	float: right;
	margin-top: 50px;
	width: 200px;
	text-align: right;
	color: #bca400;
	font-family: Helvetica, Arial, sans-serif;
}
#navigation a {
	color: #000;
	text-decoration: none;
	font-family: Museo, "Trebuchet MS", Arial, sans-serif;
}
#navigation a:hover {
	color: #CC0000;
}

/* Feature */

#feature {
	margin: 30px 0;
	padding: 20px 0;
	border-top: 1px solid #DDD;
	/* border-bottom: 1px solid #DDD; */
	height: 106px;
}
#feature_p {
	margin: 0px 0px 0px 0px;
	font-size: 32pt !important;
	color: #737373;
	font-style: italic;
	line-height: 38pt !important;
}
.red {
	color: #b70000;
}
.black {
	color: #151515;
}

.noi {
	font-style: normal !important;
}

/* Columns  */
#content .content-box {
	width: 310px;
	float: left;
}
#content .middle-box {
	margin: 0px 60px;
}
#content .content-box h3 {
	height: 27px;
}
#content .content-box h3 span {
	display: none;
}
#content .content-box p {
	font-size: 11pt;
	color: #111;
	line-height: 1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#connect {
   margin: 0;
}

#share {
   margin: 0;
}

#thrive {
   margin: 0;
}

/* Footer */
#footer {
	margin-top: 30px;
	padding: 10px 0;
	clear: both;
	background: #FFFFFF url('../img/footer-border.png') repeat-x scroll center top;
}
#footer p {
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-size: 9.16px;
	margin-bottom: 0;
	line-height: 33%;
}

#footer a, #content a {
	color: #b70000;
	text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}


/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}
img {
	border:0px;
}
