/*
CSS - SCREEN  - INSIGHT SHIFT

Designer:
Dawud Miracle, Healthy WebDesign
www.dmiracle.com

*/


/*  =================================
	overall layout
	=================================  */
	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #555b84 url(../img/bkgrd_wrap.gif) repeat-y center 0;
	font: normal 14px/135% arial, helvetica, geneva, san-serif;
	color: #1f201d;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 740px;
}

#masthead {
	margin: 0;
	padding: 0;
	height: 151px; /*115px*/
	background: #fafaf2;
}

#nav {
	margin: 0;
	padding: 4px 0 1px 0;
	height: 28px;
	text-align: left;
	background: #181f5a url(../img/bkgrd_topnav.gif) repeat-x scroll left top;
	clear: both;
}

#tnav {
	margin: 0;
	padding: 0;
	clear: both;
	height: 177px;
	border-bottom: 1px solid #555b84;
	background: #cecece url(../img/photo-leaves.jpg) no-repeat 0px top;
}

.tn1  #tnav {
	margin: 0;
	padding: 0;
	clear: both;
	height: 177px;
	border-bottom: 1px solid #555b84;
	background: #cecece url(../img/photo-sand.jpg) no-repeat 0px top;
}

.tn2  #tnav {
	margin: 0;
	padding: 0;
	clear: both;
	height: 177px;
	border-bottom: 1px solid #555b84;
	background: #cecece url(../img/photo-shells.jpg) no-repeat 0px top;
}

.tn3   #tnav {
	margin: 0;
	padding: 0;
	clear: both;
	height: 177px;
	border-bottom: 1px solid #555b84;
	background: #cecece url(../img/photo-crocus.jpg) no-repeat 0px top;
}

.home #tnav {
	margin: 0;
	padding: 0;
	clear: both;
	height: 177px;
	border-bottom: 1px solid #555b84;
	background: #cecece url(../img/waves02.jpg) no-repeat 0px top;
}

.isthisyou #tnav {
	margin: 0;
	padding: 0;
	clear: both;
	height: 177px;
	border-bottom: 1px solid #555b84;
	background: #cecece url(../img/photo-dandelions.jpg) no-repeat 0px top;
}

.resources #tnav {
	margin: 0;
	padding: 0;
	clear: both;
	height: 177px;
	border-bottom: 1px solid #555b84;
	background: #cecece url(../img/photo-cactus.jpg) no-repeat 0px top;
}

.ourapproach #tnav {
	margin: 0;
	padding: 0;
	clear: both;
	height: 177px;
	border-bottom: 1px solid #555b84;
	background: #cecece url(../img/photo-trees.jpg) no-repeat 0px top;
}

.clients #tnav {
	margin: 0;
	padding: 0;
	clear: both;
	height: 177px;
	border-bottom: 1px solid #555b84;
	background: #cecece url(../img/photo-flowers.jpg) no-repeat 0px top;
}

.contact #tnav {
	margin: 0;
	padding: 0;
	clear: both;
	height: 177px;
	border-bottom: 1px solid #555b84;
	background: #cecece url(../img/photo-pinecones.jpg) no-repeat 0px top;
}

*body #tnav {
	margin-left: 0;
}

#left {
	margin: 0;
	padding: 0;
	width: 180px;
	float: left;
}

#right {
	margin: 0;
	padding: 0;
	width: 490px;
	float: right;
}

#content {
	margin: 0 0 0 231px;
	padding: 0;
}

#main {
	margin: 1em 16px 1em 10px;
}

#footer {
	margin: 5em 0 0 0;
	padding: 0;
	clear: both;
	text-align: center;
}



/*  =================================
	links
	=================================  */

a, a:visited {
	color: #181f5a;
	text-decoration: underline;
}

a:hover {
	color: #b56811;
	text-decoration: none;
}

/*  =================================
	top nav
	=================================  */

#nav {
	font-size: 105%;
}

#nav ul {
	float: left;
	margin: 0 0 0 10px;
	padding: 2px 0 0 0;
	list-style: none;
}

#nav ul li {
	float: left;
	margin-right: 20px;
}

#nav ul li a:link, #nav ul li a:visited {
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #df9b24;
}




/*  =================================
	top nav - where am i
	=================================  */
.home #nav li a#home,
.isthisyou #nav li a#isthisyou,
.ourapproach #nav li a#ourapproach,
.clients #nav li a#clients,
.testimonials #nav li a#testimonials,
.resources #nav li a#resources,
.about #nav li a#about,
.contact #nav li a#contact {
	font-weight: bold;
	color: #df9b24;
}



/*  =================================
	#right - content specific styles
	=================================  */

h2 {
	font-size: 130%;
	line-height: 135%;
	margin-top: .5em;
	color: #af9b20;
}

#right h3 {
	color: #af9b20;
	font-size: 120%;
}

#right h4 {
	margin: 2em 0 0 0;
	padding: 0;
	font-size: 15px;
}

.resources #right p.first {
	margin-top: 3px;
}

#right ul, #right ol {
	padding-left: 20px;
}

#right li {
	margin: 1em 0 0 0;
	padding-left: 22px;
	background: url(../img/arrow.png) no-repeat 0 4px;
	list-style-type: none;
}

#right .imageleft {
	margin: 5px 12px 5px 0;
	padding: 2px;
	float: left;
	border: 1px solid #555b84;
}

#right .quote {
	margin: 1em 0;
	padding: 8px 12px;
	background: #f0f0d4;
	color: #5a5c52;
	font-size: 13px;
	text-align: right;
}

.mission {
	padding: 8px 10px;
	margin-left: 16px;
	margin-top: 1em;
	float: right;
	width: 35%;
	border: 1px solid #cdcdc0;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	background: #f0f2fe;
	color: #202864;
}

.mission h5 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 13px;
	line-height: 130%;
}

.mission ul {
	padding-left: 5px;
	margin-left: 0;
}

.mission li {
	margin-left: 0;
	padding-left: 0;
}

.mission .bottom {
	margin-bottom: 0;
}

#h {
	font-size: 13px;
	font-weight: bold;
}

.textbrown {
	color: #af9b20;
}
#tnav /*  =================================
	tnav
	=================================  */
	
 #twrap   {
	margin: 0;
	padding: 0;
	float: right;
	width: 383px;
	border-left: 1px solid #555b84;
	background-color: #081e3d;
}
#tnav /*
*body #tnav #twrap {
	width: 376px;
} */

 a   {
	color: #fff;
	text-decoration: none;
}
#tnav  h2   {
	margin: 0;
	padding: 5px 0 0 10px;
	font: 120% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}
#tnav  p   {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 90%;
}

#tn1, #tn2, #tn3 {
	height: 52px;
	padding-top: 7px;
}

a #tn1 {
	background: #CC7600 url(../img/bkgrd_tnav1_norm.gif) no-repeat right center;
}

a:hover #tn1 {
	background: #CC7600 url(../img/bkgrd_tnav1_hover.gif) no-repeat right center;	
}

a #tn2 {
	background: #b4cf4f url(../img/bkgrd_tnav2_norm.gif) no-repeat right center;
/*	border-top: 1px solid #121751;
	border-bottom: 1px solid #153416; */
}

a:hover #tn2 {
	background: #b4cf4f url(../img/bkgrd_tnav2_hover.gif) no-repeat right center;	
}

a #tn3 {
	background: #76c1cf url(../img/bkgrd_tnav3_norm.gif) no-repeat right center;
}

a:hover #tn3 {
	background: #76c1cf url(../img/bkgrd_tnav3_hover.gif) no-repeat right center;
}




/*  =================================
	tnav - where am i
	=================================  */

.tn1 #tnav #twrap #tn1 {
	background: #CC7600 url(../img/bkgrd_tnav1_hover.gif) no-repeat right center;	
}

.tn2 #tnav #twrap #tn2 {
	background: #b4cf4f url(../img/bkgrd_tnav2_hover.gif) no-repeat right center;	
}

.tn3 #tnav #twrap #tn3{
	background: #76c1cf url(../img/bkgrd_tnav3_hover.gif) no-repeat right center;	
}




/*  =================================
	sidebar nav
	=================================  */

#left form {
	margin: 0 auto;
	padding: 8px 12px;
	width: 80%;
	background: #f0f0d4;
	border: 1px solid #d3d4bb;
	font-size: 85%;
	line-height: 130%;
	color: #31376b;
}

#left form p {
	margin: 0;
	font-size: 120%;
}

#left form p strong {
	color: #31376b;
}

#left label {
	display:  block;
	margin-top: 10px;
}

#left input {
	width: 95%;
}


#left input.submit {
	width: 45%;
	margin-top: 1.5em;
}



#temp {
	width: 160px;
	height: 245px;
	padding: 8px;
	margin: 3em 0 0 3px;
	background: #f0f0d4;
}






/*  =================================
	sidebar nav
	=================================  */

#left div,
#upcoming {
	display: block;
	margin: 1.2em auto;
	padding: 0;
	width: 95%;
	background: #f0f0d4;
	border: 1px solid #d3d4bb;
	font-size: 90%;
	line-height: 130%;
	color: #31376b;	
}


#upcoming {
	margin-top: 0;
}

#upcoming p {
	font-size: 100%;
	padding: 5px;
}

.about-2 h5 {
    font-size: 13px;
	margin: 0;
	padding: 5px;
	color: #3e3f38;
}

#upcoming h5 {
	font-size: 13px;
	margin: 0;
	padding: 5px;
}

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

#left li {
	margin: 0;
	padding: 0;
	display: inline;
}

#left li a {
	margin: 0;
	padding: 5px 5px 5px 24px;
	display: block;
	text-decoration: none;
	font-size: 100%;
	background: url(../img/bullet.gif) no-repeat 7px 9px;

}

#left li a:hover {
	color: #000;
	background: #fffff7 url(../img/bullet.gif) no-repeat 7px 9px;
}

#left h3 {
	margin: 0;
	padding: 5px 0 3px 8px;
	color: #3e3f38;
	background: #d3d4bb;
	font-size: 120%;
}




/*  =================================
	sidebar nav - where am i
	=================================  */

/* Teams */
.teamenn #left li a#teamenn,
.teamcus #left li a#teamcus,
.teamapp #left li a#teamapp,
.teamcop #left li a#teamcop,
.teamaut #left li a#teamaut,
.teamimp #left li a#teamimp,
.teamman #left li a#teamman,
.teamnam #left li a#teamnam,
.teameng #left li a#teameng
 {
	font-weight: bold;
}




/*  =================================
	sidebar testimonials
	=================================  */

#left h4 {
	margin: .5em 0 0 0;
	padding: 0;
	font-size: 15px;
	font-style: italic;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #b29416;
}


#upcoming h4 {
	font-size: 13px;
	padding-left: 5px;
}

#left .sidebarclients {
	font-size: 11px;
	line-height: 130%;
}

#left hr {
	width: 90%;
	margin: 1em auto;
	text-align: center;
	background-color: #fff;
	height: 2px;
	border: 0;
}





/*  =================================
	content top
	=================================  */

#ctop {
	margin: 0;
	padding: 0;
	background: url(../img/bkgrd_ctop.jpg) no-repeat right center;
	height: 74px;
	border-bottom: 2px solid #000;
}

#ctop h3 {
	margin: 0 20px 0 50px;
	padding: 10px 0;
	width: 75%;
	font-style: italic;
	color: #85b32e;
	font-weight: normal;
	font-size: 135%;
	line-height: 125%;
}



/*  =================================
	footer
	=================================  */
	
#footer h6 {
	margin: .5em 0;
	padding: 0;
	text-align: center;
}

#footer h6.address {
	font-size: 90%;
}

#footer h6#designer {
	
}



/*  =================================
	forms
	=================================  */

.f form {
	margin: 1.5em 1.5em;
	padding: 1px 18px 28px 18px;
	background: #d2e4fe;
	border: 2px solid #afbed7;
}

.f div.row, .f div.rowbox, .f div.subrow {
	display: block;
	clear: both;
	padding: .5em 0;
}

.f div.rowbox {
	background: #fff;
	border: 1px solid #999;	
}

.f div.subrow {
	padding: 0 10px;
}

.f input {
	float: right;
	width: 60%;
}

.f div.subrow input {
	float: none;
	width: 20px;
}

.f div.subrow span {
	font-size: 95%;
}

.f select {
	float: right;
}

.f label {
	float: left;
	margin-bottom: 8px;
	font-size: 90%;
}

.f textarea {
	width: 100%;
	display: block;
	clear: both;
	height: 100px;
}

.f input.submit {
	clear: both;
	width: 120px;
	margin-bottom: 1.5em;
}

.f form p.title {
	margin-top: 3em;
}
