/*----------------------------------------------------------------------------
	Dharma - Global
	Version:   1.0
	Author:    RealDecoy Inc.
___________________________________________________________________________ */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

img {
    behavior: url('/css/iepngfix.htc');
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}


body {
	background:#e8e9d8 url(../images/body_bg.jpg) top repeat-x;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

#screen {
	width:980px;
	margin: 0 auto;
	padding:0;
	text-align: center;
	/*background: #f5f6ef url(../images/screen2_bg.gif) bottom repeat-x;*/
	background: url(../images/screen3_bg.gif) repeat;
}

#home_screen {
	width:980px;
	margin: 0 auto;
	padding:0;
	text-align: center;
	/*background: #f5f6ef url(../images/screen2_bg.gif) bottom repeat-x;*/
	/*background: url(../images/screen3_bg.gif) repeat;*/
}

* html #screen { 
	margin-left:auto;
	margin-right:auto;
}

.homepage {
	background-color:transparent;
	background-image:none;
}

/* ------------ MAIN NAV RULES ------------ */

#nav {
	height:84px;
	width:980px;
	margin:0 auto;
	font-size:100%;
	/*background-color: #fff;*/
	/*border-bottom:1px solid #f2f2ef;*/
}

#nav ul {
}

#nav ul li {
	height: 84px;
	width: 120px;
	float: left;
	/*border-right:1px solid #fafaf7;*/
}

#nav ul li a {
	display: block;
	height: 84px;
	width: 120px;
	background: transparent url(/images/nav_bg.jpg) -9px 0px no-repeat;
	text-decoration: none;
	color: #afb3a9;
}

#nav ul li a:hover {
	display:block;
	background: url(../images/nav_bg.jpg);
}

#nav ul li#firstLink, #nav ul li#firstLink a {
	width: 121px;
	background-position: -8px 0px;
}

#nav ul li#lastLink, #nav ul li#lastLink a {
	width: 129px;
	background-position: 0px 0px;
}

#nav ul li a:hover, #nav ul li#firstLink a:hover, #nav ul li#lastLink a:hover {
	background-position: top right;
	/*color: #e7e8d8;*/
	color:#999;
}

#nav ul li a span.nav_text {
	display: block;
	text-align: right;
	width: 90px;
	position: relative;
	top: 48px;
	left: 20px;
}

#nav ul li a span.double_line {
	top: 32px;
}

* html #nav ul li a span.double_line{ /*hack for IE*/
	top: 35px;
}

#nav ul li#firstLink a span.nav_text {
	left: 21px
}

#nav ul li#lastLink a span.nav_text {
	left: 29px
}

#nav ul li a.current_page {
	background: url(../images/nav_bg.jpg);
	background-position: top right;
	color: #fff;
}

#nav ul li#lastLink a.current_page {
	background-position: top right;
}

div.logo {
	float: left;
	width: 250px;
	height: 84px;
	padding: 0;
	margin: 0;
	border: none;
}
div.logo a{
	display:block;
}


#nav_about {
	width:980px;
	font-size:100%;
	background-color: #fff;
	
}

#nav_about ul li {
	width: 120px;
	float: left;
}

#nav_about ul li a {
	display: block;
	height: 84px;
	width: 120px;
	background: url(/images/nav_bg.jpg) -9px 0px no-repeat;
	text-decoration: none;
	color: #afb3a9;
}

* html #nav_about ul li a span.double_line{ /*hack for IE*/
	top: 35px;
}

#nav_about ul li a:hover {
	display:block;
	background: url(/images/nav_bg.jpg);
}

#nav_about ul li#firstLink, #nav ul li#firstLink a {
	width: 121px;
	background-position: -8px 0px;
}

#nav_about ul li#lastLink, #nav ul li#lastLink a {
	width: 129px;
	background-position: 0px 0px;
}

#nav_about ul li a:hover, #nav ul li#firstLink a:hover, #nav ul li#lastLink a:hover {
	background-position: top right;
	/*color: #e7e8d8;*/
	color:#999;
}

#nav_about ul li a span.nav_text {
	display: block;
	text-align: right;
	width: 90px;
	position: relative;
	top: 48px;
	left: 20px;
}

#nav_about ul li a span.double_line {
	top: 32px;
}

#nav_about ul li#firstLink a span.nav_text {
	left: 21px
}

#nav_about ul li#lastLink a span.nav_text {
	left: 29px
}

#nav_about ul li .current_page {
	background: url(/images/nav_bg.jpg);
	background-position: top right;
	color: #fff;
}






/* ------------ PROJECT NAVIGATION RULES ------------ */

#project_navigation {
	height:55px;
	width:980px;
	font-size:123.1%;
	margin: 30px 0 5px;
}

#project_navigation ul{
	width:980px;
	display:block;
}

#project_navigation ul li {
	height: 55px;
	width: 230px;
	float: right;
	text-align: center;
}

#project_navigation ul li#title/*#project_navigation ul li#lastProject*/{
	width: 250px;
	margin-left:10px;
}

#project_navigation ul li a {
	width: 230px;
	display: block;
	height: 55px;
	text-decoration: none;
	color: #5a5a5a;
	background: url(../images/proj_nav_bg.jpg) top left no-repeat;
}

#project_navigation ul li#lastProject a {
	background: url(../images/proj_nav_bg_end.jpg) top left no-repeat;
}

#project_navigation ul li span.proj_text {
	display: block;
	font-weight:bold;
	height: 39px;
    line-height: 39px;
    text-align: center;
	position: relative;
	top: 8px;
	border-right: 1px solid #e7e8d7;
}

#project_navigation ul li#lastProject span.proj_text {
	border-right: none;
}

#project_navigation ul li#title span.proj_text {
	color: #c28b7d;
}

* html #project_navigation ul li#title span.proj_text { /*hack for IE*/
	top: 19px;
	color: #c28b7d;
}

#project_navigation ul li a:link, #project_navigation ul li a:visited, #project_navigation ul li#lastProject a:link, #project_navigation ul li#lastProject a:visited {
}

#project_navigation ul li a:hover {
	color: #8a1d03;
	background: url(../images/proj_nav_bg_end.jpg) top right no-repeat;
}

#project_navigation ul li#firstProject a:hover, #project_navigation ul li#secondProject a:hover {
	background: url(../images/proj_nav_bg_end.jpg) top right no-repeat;
}

#project_navigation ul li#lastProject a:hover {
	background: url(../images/proj_nav_bg_end.jpg) top right no-repeat;
}

#project_navigation ul li .current_project {
	background: url(../images/proj_nav_bg_end.jpg);
	background-position: top right;
}

a.current_project {
	font-weight:normal !important;
	/*letter-spacing:2px;*/
}

/* ------------ MAIN PAGE_NAV RULES ------------ */

#sub_nav {
	text-align:right;
	clear:both;
	width:920px;
	padding:15px 30px 13px 30px; 
}

#sub_nav .title { 
	padding-right:1em; 
	padding-bottom:13px; 
	color:#666; 
	font-size:100%; 
}

#sub_nav ul  { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

#sub_nav a { 
	display:block; 
	color:#afb3a9; 
	text-decoration:none; 
	text-indent:1em; 
	padding-right:1em; 
	font-size:100%; 
	background:url(../images/sub_nav_divider.jpg) right no-repeat; 
} 

#sub_nav li { 
	float:left; 
}

#sub_nav li.title { 
	border-right:none; 
}

#sub_nav a:hover { 
	color:#666; 
}

/* ------------ CONTENT RULES ------------ */

#content { 
	width:920px; 
	margin:0 30px; 
}

h1, h2, h3 { 
	font-weight:normal; 
	font-size:100%;
}

h1 { 
	font-family:Tahoma; 
	font-size:153.9%; 
	clear:both; 
	padding:1em 0 0 0; 
	color:#8a1d03;
	margin-top: 20px;
}

h2 { 
	font-size:123.1%; 
	padding:1.5em 0 0 0; 
	color:#333; 
}

h3 { 
	font-size:108%; 
	padding:.9em 0 0 0; 
	font-style:italic; 
}

.sub_section { 
	clear:both; 
	border-top:none; 
	border-top:1px dotted #e7e8d7; 
	/*margin-left:30px;*/ 
	margin-right:0;
}

.sub_section_features { 
	clear:both; 
	border-top:none; 
	border-top:1px dotted #e7e8d7; 
	margin-left:30px; 
	margin-right:30px;
}

.sub_section_features h2 { 
	 
	font-size:146.5%;
}

.sub_section_features h3 { 
	font-style:normal; 
	font-weight:bold; 
}

.sub_section_features p {
	margin-bottom:10px;
}

.maroon { 
	color:#8a1d03;
	font-style:normal; 
}

.sub_section p { 
	font-size:93%; 
	padding:.5em 0; 
	color:#666; }

.sub_section_bottom {
	border-bottom:1px solid #e7e8d7; 
}

/* ------------ FEATURES RULES ------------ */

#bottom_features {
	color:#393a34;
	padding-top:25px;
	margin:0;
	font-size:100%;
	background:none;
}

#bottom_features p {
	padding:.7em .5em .5em .5em;
}

.feature {
	margin:0 20px 0 0;
	background-color:#eeeee2;
	float: left;
}

#last_feature { 
	margin:0 0 25px 0; 
}

.feature a {
	text-decoration:none;
	color:#393a34;
	padding:0;
	margin:0;
}

.feature a:link, .feature a:visited {
}

.feature a:hover {
	color: #933;
}

.feature img {
	border:none;
}

/* ------------ FOOTER RULES ------------ */

#footer {
	width:980px;
	margin: 0 auto;
	padding:1em 0;
	background:#e7e8d7;
	clear:both;
	color:#afb3a9;
	border-top:1px solid #cfd0c1;
}

* html #footer {
	margin-top:0;
}

#footer a
{
	text-decoration: none;
	color: #afb3a9;
	font-size:100%;
}

#footer a:hover
{
	color: #933;
}

#footer #privacy_policy
{
	float:left;
	padding-right:1em;
}

/*#footer #privacy_policy {
	background:url(../images/footer_divider.jpg) right no-repeat;
}*/

#footer #application {
	padding-left:1em;
	float:left;
}

#footer #copyright
{
	float:right;
	padding-bottom:20px;
	font-size:93%;
}
