@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height:1.35em;
	font-family: Constantia, Georgia, "Palatino Linotype", Palatino, "Book Antiqua", serif;
	color: #333;
	background: url(../images/background_main.png) repeat-x;
}


/*** Base styles ***/
h1, h2, h3, h4, h5, h6 { font-family: Tahoma, sans-serif; font-weight: bold; margin: 0; padding: 0; }
h1 { font-size: 24px; color: #fff; }
h2 { font-size: 18px; color: #434343; }
h3 { font-size: 12px; color: #000; margin: 1em 0; }
h4 {
	font-size: 1em;
	color: #945110;
	margin: 1em 0;
}
h2.section_quote {
	font-size: 24px;
	font-weight: normal;
	line-height: 25px;
	color: #fbf1cd;
}
h2.section_quote .quote_author {
	font-size: 12px;
}
.pageheading { margin-top: 30px; }
h4.quote_headline {
	margin-top: 60px;
	font-size: 12px;
	padding-bottom: .7em;
	border-bottom: 2px dotted #945110;
}

ul, dl { margin: 0; padding: 0; list-style: none; }
ul.bullet, dl.bullet {
	margin-left: 11px;
}
dl.bullet dt {
	padding-left: 10px;
	font-weight: bold;
}
ul.bullet li, dl.bullet dd {
	padding-left: 10px;
	margin: 14px 0;
	line-height: 16px;
	background: url(../images/bullet_sm.gif) 0 .5em no-repeat;
}

a {
	color: #cc3500;
	text-decoration: none;
}
a img { border: 0; }

p {
	line-height: 1.35em;
}
p.intro {
	margin: 25px 0 2em;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
strong { color: #000; }

.simple_table th, .simple_table td {
	border-top: 1px solid #d1d1d1;
	margin: 0;
	padding: 5px 10px 5px 13px;
	width: 207px;
	font-family: Tahoma, sans-serif;
}
.simple_table th, .simple_table .alt td {
	background-color: #f5f4ee;
}
.simple_table th {
	font-weight: bold;
	color: #945110;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
.center { text-align: center; }
.image_border { border: 1px solid #a3a2a2; }


/*** Forms ***/

input.txt {
	border: 1px solid #a3a2a2;
	width: 250px;
}
textarea {
	border: 1px solid #a3a2a2;
	width: 515px;
}
input.txt.txt-sm {
	width: 20px;
}
input.txt.txt-md {
	width: 80px;
}
.fielditem {
	float: left;
	padding-right: 15px;
}
	

/*** Layout ***/
.container {
	margin: 0 auto;
	text-align: left;
	width: 898px;
}
#wrapper {
	padding: 0 0 30px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #a3a2a2;
}

#header {
	height: 138px;
}
#logo {
	float: right;
	margin: 13px 46px 0 0;
	display: inline;
}
#logo h1 {
	margin: 0; padding: 0;
	width: 129px; height: 114px;
	line-height: 600px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
}
#logo h1 a { display: block; }

#gnav {
	float: left;
	width: 704px;
	padding: 114px 17px 0 0;
	height: 20px;
}

#gnav ul {
	float: right;
}
#gnav ul li {
	float: left;
	display: inline;
	margin-right: 60px;
}
#gnav ul li a {
	display: block;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #454545;
}
#gnav ul li a:hover {
	color: #000;
}

#gnav ul.subnav {
	position: absolute;
	width: 104px;
	left: -999em;
	background-color: #fff;
	z-index: 100;
}
#gnav ul li:hover ul, #gnav li.sfhover ul {
	left: auto;
}
#gnav ul.subnav li {
	float: none;
	display: block;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#gnav ul.subnav li a {
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	padding: 10px 10px 7px 15px;
	background-color: #a59c9c;
	color: #fff;
}
#gnav ul.subnav li a:hover {
	background-color: #cecece;
	color: #cc3500;
}
#side_nav {
	float: left;
	width: 151px;
	background-color: #fff;
	margin-top: 47px;
	font-family: Tahoma, sans-serif;
}
#side_nav ul.section_nav {
	margin: 30px 25px 0 12px;
}
#side_nav ul.section_nav li {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 14px;
}
#side_nav ul.section_nav li a {
	display: block;
	padding-left: 19px;
	color: #434343;
}
#side_nav ul.section_nav li span.current {
	color: #000;
	display: block;
	padding-left: 19px;
	color: #000;
	background: url(../images/side_nav_icon_on.gif) 0 1px no-repeat;
}
#side_nav ul.section_nav li a:visited {
	background: url(../images/side_nav_icon_visited.gif) 0 1px no-repeat;
}
#side_nav ul.section_nav li a:hover {
	color: #cc3500;
}
#side_nav ul.section_nav ul li a {
	font-weight: normal;
}

#main {
	float: left;
	width: 745px;
	background-color: #fff;
}


#content {
	float: left;
	width: 420px;
	padding: 0 55px 0 10px;
	height: 1%;
}
#content.wide {
	float: none;
	width: 705px;
	padding: 0 30px 0 10px;
}
#content.wide p.intro {
	width: 500px;
}

#sidebar {
	float: left;
	display: inline;
	width: 260px;
	background: url(../images/background_sidebar.png) no-repeat;
	min-height: 690px;
	font-family: Tahoma, sans-serif;
	color: #000;
}
* html #sidebar {
	height: 690px;
}
#sidebar.section_sidebar { background-position: 0 -124px; }
#sidebar h2 {
	color: #000;
	margin-top: 25px;
	font-size: 12px;
}
#sidebar p {
	line-height: 1.4em;
}
#sidebar p.quote {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	color: #6d461f;
}
#sidebar .hr {
	margin: .5em 0;
	height: 12px;
	background: transparent url(../images/side_nav_icon_on.gif) 50% 50% no-repeat;
}
#sidebar .hr.apple {
	height: 40px;
	background-image: url(../images/apple_logo_sidebar.gif);
}

ul.link_list li { 
	margin-bottom: 12px;
	font-size: 10px;
}
ul.link_list li a {
	display: block;
	padding-left: 24px;
	min-height: 16px;
	color: #000;
	font-weight: bold;
	background: url(../images/link_list_icon.gif) no-repeat;
}
ul.link_list li a:hover {
	color: #cc3500;
	background: url(../images/link_list_icon_over.gif) no-repeat;
}
ul.link_list li a span {
	color: #000;
	font-weight: normal;
}

.sidebar_content {
	padding: 0 18px 0 25px;
}

#headline {
	position: relative;
}
div.section {
	padding: 25px 0 13px 13px;
	height: 142px;
}
#headline.section h1 {
	position: absolute;
	left: 13px; bottom: 13px;
}
div.detail {
	padding: 12px 0 0 13px;
	height: 35px;
}
#headline img.quote_link {
	valign: middle;
	padding-right: 7px;
}


#footer {
	margin: 5px 15px;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}
#footer .info { float: left; }
#footer .copyright { float: right; }


/*** Individual page styles ***/
#home.container {
	background: url(../images/background_home.jpg) no-repeat;
}
#home #logo h1 {
	background: url(../images/logo_home.png) no-repeat;
}
#home #main { width: auto; }

#home_headline { height: 164px; }
#home_headline h1 {
	float: left;
	display: inline;
	margin: 12px 18px 0 124px;
	width: 142px; height: 142px;
	background: url(../images/christine_overhead.jpg) no-repeat;
}
#home_headline h1 span { margin-left: -2000px; }
#home_headline h2 {
	float: left;
	display: inline;
	margin-top: 40px;
	width: 500px;
	line-height: 30px;
}
#home_headline h2 em {
	font-style: normal;
	color: #cc330a;
	font-size: 22px;
}
#home #main { background-color: transparent; }
#home_main {
	margin-left: 160px;
}
#home_content {
	float: left;
	display: inline;
	width: 480px;
	margin-right: 80px;
}
#home_content p.intro { margin-top: 16px; }
#home_sidebar {
	float: left;
	width: 125px;
}
#home_sidebar h4 {
	margin: 18px 0;
}
#home_sidebar ul.link_list li {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}
/*#home_sidebar ul.home_sidebar_list li img {
	padding-top: 8px;
}*/
#home_sidebar ul.link_list li a {
	color: #333;
}
/*#home_sidebar ul.home_sidebar_list li a:hover {
	color: #cc3500;
}*/


#about.container {
	background: #fff url(../images/background_about.jpg) no-repeat;
}
#about #headline {
	background-color: #c9511f;
}
#about a.quote_arrow {
	background: url(../images/quote_arrow_about.gif) no-repeat;
}

#services.container {
	background: #fff url(../images/background_services.jpg) no-repeat;
}
#services #headline {
	background-color: #aca172;
}

#clients.container {
	background: #fff url(../images/background_clients.jpg) no-repeat;
}
#clients #headline {
	background-color: #9e6621;
}

.client_table td {
	width: 230px;
	padding: 5px 0 5px 5px;
	vertical-align: top;
}
.client_table .client_name {
	border-top: 1px solid #d1d1d1;
	background-color: #f5f4ee;
}
.client_table .client_name h5 {
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.client_table .client_name p {
	color: #000;
	font-size: 12px;
	margin: 0; padding: 0;
}
.client_table .client_logo {
	padding: 15px 0 15px 5px;
}

#contact.container {
	background: #fff url(../images/background_contact.jpg) no-repeat;
}
#contact #headline {
	background-color: #eeaa3c;
}
#contact #logo h1 {
	background: url(../images/logo_tx.gif) no-repeat;
}


/*** Utility ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
* html .clearfix { height: 1%; }
