/* Trinity Executive Partnership CSS
Author: Jesse Racine
Version: 1.0
Date: September 2010
*/

body {
	font-family: verdana, Arial, Helvetica, san-serif;
	color: #644d4d;
	background-color: #fff;
	}

#bg {
	background: #fff url(../images/bg_content.gif) 0 0 repeat-y;
}

/* header */

#header {
	background: transparent url(../images/bg_header.gif) 0 0 no-repeat;
	width: 950px;
	height: 111px;
}

#header h1 {
	text-indent: -9999em;
}

#header img {
	margin: 12px 0 0 10px;
}

#tagline {
	padding-top: 20px;
	font-weight: bold;
	font-size: 12px;
}

#content li {
  list-style: square;
}

/* navigation */

#nav {
	margin: 0 7px;
	width: 936px;
	height: 32px;
	background: #e7e7d7 url(../images/navbg.jpg) 0 0 repeat-x;
}

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

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	height: 32px;
	font-size: 11px;
	text-shadow: 1px 1px 1px #ccc;
	background: #e7e7d7 url(../images/navbg.jpg) 0 0 repeat-x;
}

#nav li a {
	float: left;
	height: 10px;
	padding: 5px 10px 15px;
	text-decoration: none;
	color: #333300;
	border: none;
}

#nav li a:hover {
	color: #004812;
	background: url(../images/pointer_hover.gif)  no-repeat center;
}

#nav li a.active {
	color: #004812;
	background: url(../images/pointer.gif)  no-repeat center;
}

body#home #nav_home, body#about #nav_about, body#serve #nav_serve, body#assignment #nav_assignment, body#consultants #nav_consultants, body#alliances #nav_alliances, body#white_papers #nav_white_papers, body#contact #nav_contact { /*some your are here cues*/
	background: transparent url(../images/pointer.gif) center center no-repeat;
}

#nav li#nav_open {
	background-image: none;
	background-color: #004812!important;
	text-shadow: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 28px;
}

#nav li#nav_open a {
	color: #fff!important;
}

#nav #nav_open a:hover, body#open #nav_open {
	background: #004914 url(../images/pointer_hover_green.gif) no-repeat center;
	color: #fff;
}

/* main content */

h2 {
	line-height: 1.3;
}

h3.fancy { /*for sidebar quotes*/
	color: #004812;
	font-size: 1.8em;
	line-height: 1.8;
}

#main_content {
	background: #eeeff1 url(../images/bg_content.gif) 0 0 repeat-y;
}

#main_graphic img {
	margin-left: 7px;
}

#intro_text {
	margin-top: 10px;
}

#bottom_home {
	width: 950px;
	height: 200px;
	background: transparent url(../images/bg_homepage_bottom_lg.gif) 0 0 no-repeat;
}

#bottom {
	width: 950px;
	height: 22px;
	background: transparent url(../images/bg_bottom.gif) 0 0 no-repeat;
}


/* footer */

#footer {
	width:950px;
	margin-top: 5px;
	padding:5px;
	font-size: 11px;
	text-align:center;
	line-height:17px;
	color:#999;
}

#footer ul {
	margin-left: 0;
}

#footer ul li {
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
	border-right: 1px solid #999;
	margin: 0;
}
#footer ul li:last-child {
	border-right: none;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer_link {
	color:#999999;
}
#footer_link a {
	text-decoration:underline;
}

/* page specific tweaks */


body#home #main_content h2 {
	font-size: 1.5em;
	line-height: 1.3;
}

body#home #intro_text p {
	padding-top: 10px;
}

#bottom_home p {
	margin-top: 10px;
	padding-left: 30px;
}

#bottom_home p {
	background: transparent url(../images/bottom_arrow.png) -10px 40px no-repeat;
}

/*#slideshow {
	width: 360px;
	height: 400px;
}

body.no_js img.no_img { removes extra images if JS is disabled
	display: none;
}*/

body#about #main_content p:first-child {
	padding-top: 20px;
}

body#consultants #main_content img  {
	margin-top: 20px;
}

body#consultants #main_content img#section_header {
	margin-top: 0px;
}

body#contact #main_content ul li {
	list-style-type:none;
}

body#white_papers #main_content dd {
	font-style: italic;
}

a.btn_apply {
	text-decoration: none;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #999;
	background-image: linear-gradient(bottom, rgb(0,72,18) 38%, rgb(2,108,29) 69%);
background-image: -o-linear-gradient(bottom, rgb(0,72,18) 38%, rgb(2,108,29) 69%);
background-image: -moz-linear-gradient(bottom, rgb(0,72,18) 38%, rgb(2,108,29) 69%);
background-image: -webkit-linear-gradient(bottom, rgb(0,72,18) 38%, rgb(2,108,29) 69%);
background-image: -ms-linear-gradient(bottom, rgb(0,72,18) 38%, rgb(2,108,29) 69%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.38, rgb(0,72,18)),
	color-stop(0.69, rgb(2,108,29))
);
}

html.no-cssgradients a.btn_apply, html.no-js a.btn_apply {
	background-color: #004914;
}

html.no-cssgradients a.btn_apply[href^='mailto:'], html.no-cssgradients a.btn_apply[href$='.pdf'] {
	background-image: none;
}

a.btn_apply:hover {
	position: relative;
	top: 1px;
}

a.btn_apply.apply {
	position: relative;
	left: 20px;
}
