/* @override http://192.168.1.103:8888/churchill/css/main.css */

/*
Company:	Churchill & Harriman
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #002d62;
}
body {
	font-family: Helvetica, arial, sans-serif;
}
/* @end */

/* @group Layout */
div.wrap {
	background-color: #fff;
	overflow: hidden;
	padding: 15px 0;
}


/* Head */
div#hd {
	height: 151px;
	background: url(../images/hd-bkg.gif) repeat-x 0 0;
}
div#hd-inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 151px;
}
div.hd-left {
	width: 648px;
	float: left;
	display: inline;
}
div.hd-right {
	width: 321px;
	float: right;
	display: inline;
}

/* Body */
div#bd {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

/* Footer */
div#ft {
	background-color: #002d62;
	text-align: center;
	padding: 10px 0;
}
p.copyright {
	color: #bbbbbb;
	font-size: 85%;
	margin: 0;
}
p.copyright a:link, p.copyright a:visited {
	color: #bbb;
	text-decoration: none;
}
p.copyright a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 330px;
	height: 84px;
	background: url(../images/ch-logo.gif) no-repeat 0 100%;
	text-indent: -9000px;
	padding: 12px 0 0 0;
	margin: 0 0 11px 184px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Tagline */
p.tagline {
	width: 321px;
	height: 74px;
	background: url(../images/tagline.gif) no-repeat 0 100%;
	text-indent: -9000px;
	clear: both;
	padding: 20px 0 0 0;
	margin: 0;
}

/* Util */
div.util {
	background: url(../images/util-box-right.gif) no-repeat 100% 0;
	margin: 0 0 0 50px;
	color: #c5cbd2;
	float: left;
	display: inline;
}
div.util p {
	margin: 0;
	background: url(../images/util-box-left.gif) no-repeat 0 0;
	line-height: 30px;
	padding: 0 15px;
	font-size: 108%;
	font-weight: bold;
}
div.util p span {
	margin-right: 10px;
}
div.util p a {
	font-size: 93%;
}
div.util a:link, div.util a:visited {
	color: #c5cbd2;
	text-decoration: underline;
}
div.util a:hover {
	color: #fff;
}

/* Cols */
div.col-top {
	width: 980px;
	background: url(../images/cols-top.gif) no-repeat 0 0;
}
div.col-btm {
	width: 980px;
	background: url(../images/cols-btm.gif) no-repeat 0 100%;
}
div.cols {
	background: url(../images/cols-bkg.gif) repeat-y 0 0;
}

div.col1 div.col-top {
	width: 980px;
	background: url(../images/cols-top-1.gif) no-repeat 0 0;
}
div.col1 div.col-btm {
	width: 980px;
	background: url(../images/cols-btm-1.gif) no-repeat 0 100%;
}
div.col1 div.cols {
	background: url(../images/cols-bkg-1.gif) repeat-y 0 0;
}

/* Side */
div.side {
	width: 257px;
	margin: 0 24px 0 0;
	padding: 10px 0;
	float: right;
	display: inline;
}
div.side div.hr {
	border-top: 1px solid #bbb;
	height: 1px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
div.side h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 116%;
	text-align: center;
	background: url(../images/side-hd-bkg.gif) no-repeat 0 0;
	line-height: 21px;
	margin: 0 0 10px 0;
}
div.side h3 {
	font-size: 93%;
	margin: 0 0 3px 0;
}
div.side h3 a:link, div.side h3 a:visited {
	text-decoration: none;
	color: #002d62;
}
div.side h3 a:hover {
	text-decoration: underline;
}
div.side p a:link, div.side p a:visited {
	text-decoration: underline;
}
div.side p a:hover {
	text-decoration: none;
}

/* Sigs */
div.main p.long-sig {
	width: 628px;
	font-size: 93%;
	float: left;
	display: inline;
}
div.main p.long-sig a {
	font-style: italic;
}
div.main p.long-sig a:link, div.main p.long-sig a:visited {
	color: #777;
	text-decoration: underline;
}
div.main p.long-sig a:hover {
	text-decoration: none;
}

div.main p.left-sig {
	width: 225px;
	font-size: 93%;
	float: left;
	display: inline;
}
div.main p.left-sig a {
	font-style: italic;
}
div.main p.left-sig a:link, div.main p.left-sig a:visited {
	color: #777;
	text-decoration: underline;
}
div.main p.left-sig a:hover {
	text-decoration: none;
}


div.main p.right-sig {
	width: 403px;
	font-size: 93%;
	float: left;
	display: inline;
}
div.main p.right-sig a {
	font-style: italic;
}
div.main p.right-sig a:link, div.main p.right-sig a:visited {
	color: #777;
	text-decoration: underline;
}
div.main p.right-sig a:hover {
	text-decoration: none;
}

div.main div.hr {
	border-top: 2px solid #c9c9c9;
	height: 1px;
	overflow: hidden;
	margin: 0 0 10px 0;
	clear: both;
}
/* @end */


/* @ asenka-added page styles */
div.alliance-col {
	width:260px;
	float:left;
	margin:0 25px;
}
div.alliance-col p {
	padding:8px 0;
	clear:both;
	text-align:center;
	border-bottom:solid 1px #999;
}
div.alliance-col a, div.alliance-col a:visited {
	text-decoration:none;
	font-weight:bold;
}
div.alliance-col a:hover {
	color:#999;
}
div.alliance-col img {
	margin-bottom:6px;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #777;
	width: 628px;
	margin: 0 0 0 30px;
	padding: 10px 0;
	float: left;
	display: inline;
}
div.col1 div.main {
	width: 915px;
}
div.main div.slideshow {
	float:left;
	margin: 0 20px 20px 0;
	width:254px;
	height:380px;
	overflow:hidden; /* hides all the other images while page loads */
}
div.main div.slideshow img.pic {
	float:left;
	margin: 0 20px 20px 0;
	display: inline;
	width:254px;
	height:380px;
}
div.main img.pic {
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
}
div.main p {
	font-size: 108%;
	line-height: 130%;
}

div.main blockquote {
	font-style: italic;
	color: #777777;
	font-size: 93%;
	line-height: 160%;
	padding: 0 0 0 0;
	clear: both;
	margin: 0 0 10px 0;
}

div.side {
	color: #777;
}
div.side p {
	font-size: 93%;
	line-height: 130%;
}
/* @end */

/* @group Default Headings */

/* @end */

/* @group Default Lists */
div.main li {
	font-size: 108%;
}
div.main li li {
	font-size: 100%;
}

div.main div.sections {
	padding: 0 0 20px 0;
}
div.main ul.sections {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div.main ul.sections li {
	list-style: none;
	padding: 6px 0;
	clear: both;  /*this puts a line break after each pill */
}
div.main ul.sections li a {
	background: url(../images/btn-link-right.gif) no-repeat 100% 0;
	padding: 0;
	font-weight: bold;
	display: block;
	float: left;
	display: inline;
}
div.main ul.sections li a span {
	background: url(../images/btn-link-left.gif) no-repeat 0 0;
	padding: 0 12px;
	display: block;
	line-height: 23px;
}
div.main ul.sections li a:link, div.main ul.sections li a:visited {
	text-decoration: none;
}
div.main ul.sections li a:hover {
	background-position: 100% -23px;
}
div.main ul.sections li a:hover span {
	background-position: 0 -23px;
}
/* @end */

/* @group Nav */
div#nav {
	background: url(../images/nav-right-curve.gif) no-repeat 100% 100%;
	float: right;
	display: inline;
}
div#nav-inner {
	background: url(../images/nav-left-curve.gif) no-repeat 0 100%;
	padding: 2px 0 0 0;
	float: left;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0 40px 13px 40px;
	float: left;
	display: inline;
}
div#nav ul li {
	list-style: none;
	margin: 0 5px;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 29px;
	background: url(../images/nav-tab-right.gif) no-repeat 100% 0;
	font-size: 108%;
	font-weight: bold;
}
div#nav ul li a span {
	display: block;
	line-height: 29px;
	background: url(../images/nav-tab-left.gif) no-repeat 0 0;
	padding: 0 9px;
}
div#nav a:link, div#nav a:visited {
	color: #dddddd;
	text-decoration: none;
}
div#nav ul li:hover a, div#nav ul li.sfhover a {
	color: #fff;
	background-position: 100% -29px;
}
div#nav ul li:hover a span, div#nav ul li.sfhover a span {
	background-position: 0 -29px;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #f5f5f5;
	width: 200px;
	border-top: 1px solid #002d62;
	border-right: 1px solid #002d62;
	border-left: 1px solid #002d62;
	z-index: 200;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em;
}
div#nav ul li ul li {
	background-image: none;
	height: auto;
	display: block;
	width: 200px;
	padding: 0;
	margin: 0;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 16px;
	padding: 5px 10px;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	background-image: none!important;
	border-bottom: 1px solid #002d62;
	width: 180px;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul ul a:link, div#nav ul ul a:visited {
	color: #666666;
	font-size: 93%;
	font-weight: bold;
}
div#nav ul ul a:hover {
	color: #ffffff;
	background-color: #93a5ba;
}

/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #002d62;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


span.highlighter {
	background-color:#FF5;
}

.hideMe, .target {
	display:none;	
}

.testimonial, .cases, .cases-still, .side-testimonial {
	overflow:hidden;
}
.testimonial {height:200px;}
.cases, .cases-still {height:170px;}
.side-testimonial {height:300px;}
.notice {color:#660000; font-weight:bold;}
div.customForm {
	width:350px;
	float:right;
	margin:0 0 10px 15px;
}
/* @end */