/* CSS Document */

body {
	color:#333;
	font-family: Verdana, Gotham, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align:center;
	line-height:1.2em;
	}

* {
	padding:0;
	margin:0;
	}

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

a.current { 
	color:#9f1d21;
	font-weight: bold;
	}
	
a:hover {
	border-bottom: 1px dotted #fff;
	color: #961b1e;	
	}

td {
    padding-left: .5em;
    padding-right: .5em;
	}
	
li {
	list-style: none;
	padding-left: 1em;
	}
	
#navmenu li {
    padding: 0;
	}
	
img.icon {
    border: none;
    padding-right:1em;
    vertical-align:bottom;
	}
	
#wrap {
	width: 1022px;
	margin: 0 auto;
	text-align:left;
	}

#top_links {
 width: 790px; margin: 0 auto;
	font-size: 1.1em;
	padding-right:2em;
	text-align:right;
	padding-top: 5px;
	color: #a1a1a1;
	text-transform:uppercase;
	font-weight:bold;
	}
	
#top_links a {
color: #a1a1a1;
	line-height: 1.3em;
	padding-left: 7px;
	padding-right: 7px;	
	font-weight: bold;
	}	


#logo_bar {
	width:auto;
    height:98px;
	}
	
#logo_bar img {
    float:left;
	padding-top:8px;
		padding-bottom:12.5px;
	}
	
#top_nav {
	padding-top: 8px;
	padding-bottom: 1px;
	padding-left: 6px;
	width:auto;
	height: 21px !important;	
	height: 18px;
	}

#top_nav a{ 
 float: left;
	font-size:1.0em;
	font-weight: bold;
	text-transform:uppercase;
	color: #fff;
	b2order-bottom: 1px dashed #aa1f24;
	}
	
.Link  {
	float:left;
	padding: 0 12px;
	cursor:pointer;
	}

#top_nav div {
	padding-right: 12px;
	}
	
#login {
    float: right;
    width:7em;
	}

#login a {
    background-image: url(/img/loginicon.jpg);
    background-repeat:no-repeat;
    padding-left:2em;
	}    
	
#content {
	margin: 7px auto;
	background-image:url(/img/menu_bg.gif);
	background-repeat:repeat-y;
	width:800px;

	}

#navmenu { 
	padding-top:15px;
	line-height:2em;
	font-weight: bold;
	width: 192px;
	float:left;
	text-transform: uppercase;
	}

#navmenu a {
	color: #666666;
	}
	
#navmenu a:hover {
	color: #9f1d21;
	font-weight:bold;
	}
	
#navmenu ul {
    padding-left:3em;
	}

#navmenu ul ul {
	padding-left: 2em;
	}

#navmenu ul ul a {
	color: #666666;
	}
	
#navmenu ul ul a:hover {
	color: white;
	font-weight:bold;
	}

#navmenu ul ul a.current {
	color:white;
	}

#navmenu h2 {
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 13px;
	color: #333;
}
	
#navmenu p {	
	padding: 10px;
	font-size: 10px;
	padding-top: 0px;
	padding-left: 20px;
	line-height:1.5em;
	font-weight: normal;
	text-transform: none;	
	color: #333;
}

#navmenu .cushycms a:hover { font-weight: bold; font-size: 90%;}

#article {
    margin-top:1em;
    float:left;
	margin-left: 20px;
	padding-bottom: 2em;
	display:inline; /*Great fix for STUPID IE6 double margins...*/
	}
	
#article.full {
	width: 578px;
	margin-right: 0;
	}	

.wide {
	width: 790px;
	margin-right: 10px;
	}	

	
#contentpane h1 {
    color: #aa1f24;
    font-size:1.9em;
    font-weight:bold;
    line-height:1.1em;
    margin-top: 0;
    padding-top: 0;
	}

#contentpane h2 {
    font-size:1.3em;
    font-weight:bold;
    line-height:1.4em;
    margin: .8em 0 .2em 0;
	}
#contentpane h3 {
    font-size:12pt;
    font-weight:bold;
    line-height:12px;
    margin: 15px 0 3px 0;
	}

#contentpane p { font-size: 14px; line-height: 18px; }	

#contentpane ul {
    font-size:14px;
    line-height: 18px;
}

#contentpane a, #sidebar a {
    color:#660000;
    text-decoration: underline;
	}  

#contentpane a:hover, #sidebar a:hover {
    color:#660000;
    text-decoration: none;
	}     

#article p {
    clear:both;
	padding-top: 1em;
	}


#breadcrumb {
    font-weight:bold;
    font-size:1.1em;
	border-bottom: 1px solid #c6c6c6;
	float:left;
	width:100%;
	padding-bottom: 2px;
	clear:both;
	}

#breadcrumb li {
    float:left;
    padding-right: 1em;
	}

#sidebar, #sidebar {
	margin-left: 20px;
	float:left;
	width:170px;	
	}

div.sideitem {
	height: 130px;
    margin-top: 1em;
	}

div.sideitem p, #sidebar p {
    font-size:.9em;
    padding: 0 .5em 1em .5em;
    margin-top: .5em;
	}

div.sideitem h1, #sidebar h1 {
	font-size: 1.2em;
	padding-bottom:10px;
	padding-top:15px;
	border-bottom:1px solid #666;	
	}
	
#footer {	
	color: #a9a9a9;
	clear:left;
	text-align:center;
	padding:1.95em 2em 1em 2em;
	font-size:1.2em;
	width:765px;
	margin: 10px auto;
	}
	
#footer a {
	color: white;
	margin-left: 1em;
	margin-right:1em;
	}
	
.CurrentTop {
    float:left;
				color: #fff;
    margin: 0 12px;
	cursor:pointer;
	}   

.MenuHdr1, .MenuItem {
	font-size: 104%;
    padding-left: .8em;
	}

.MenuHdr0 {
    visibility:hidden;
				font-size: 104%;
	}

.MenuItem2, .MenuHdr2 {
    padding-left: 1.5em;
	font-size: 103%;
	}

.MenuItem3, .MenuHdr3 {
    padding-left: 4em;
	}

.current {
    color: #663333;
    font-weight:bold;
    background-image:url(/img/dot.jpg);
    background-position:left;
    background-repeat:no-repeat;
    padding-left: 1em;    
    border: 0;
    font-weight: bold;
    font-size: 105%;
	}
	
.cushycms ul {
margin-left: 5px;
margin-top: 15px;
font-size: 13px;
padding-left: 0;
list-style: none;
text-align: justify;
}


.cushycms ul li ul { margin-top: 0; padding-top: 0;}

.cushycms ul li.title { background: none; margin-top: 10px;}

.cushycms ul li {
margin: 3px 0 0 3px;
padding-left: 13px;
line-height: 16px;
background-image: url(/img/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

.cf_element {
width: 100px;
padding: 0;
border: 1px solid #ddd;
background: #eee;
padding: 15px;
font-size: 15px;
text-align: center;
}
#cf_wrapper {
	width: 100px; height: 60px; margin-top: 15px; margin-left: 18px;
}
#cf_wrapper2 {
height: 80px;
width: 100px;
text-align: center;
font-size: 70px;
margin-top: 70px;
}
.cf_element2 { text-align: center; width: 565px;}

.righttext {
font-weight: bold; font-size: 11px; margin-bottom: 10px;
}

.lefttext {
font-weight: normal;
font-size: 10px;
line-height: 18px;
color: #333;
}

#QuoteBanner {
float: right;
margin-right: 290px;
}

.q_element {
height: 47px;
width: 300px;
padding: 20px;
}

.q_element h2 {
margin-top: 5px;
}

.q_element h3 {
margin-top: 10px;
margin-left: 10px;
color: #7f7f7f;
}

blockquote.headquote {
	display: block;
	padding: 45px 20px 0 38px;
	width: 90%;
	margin: 0 auto;
	font-size: 240%;
	line-height: 150%;
	color: #fff;
	border: 0;
 font-weight: bold;
}

blockquote.headquote p {
	padding: 0 18px 5px 0;
	margin-top: 0;
	font-weight: normal;
}

.homepage {font-size: 115%;}


#topimageheader {
padding: 0;
height: 214px;	
width:800px; 
margin: 0 auto;
margin-top: -1px !important; 
margin-top: 2px; 
}

#topimageheader.homepage {
background: url('/img/homepage-images.jpg') 50% 7px no-repeat;
padding-bottom: 5px;
height: 194px;
width:auto; 
}
.about { background: url(/img/about-header.jpg) top center no-repeat; }
.contact { background: url(/img/contact-header.jpg) top center no-repeat; }
.services { background: url(/img/services-header.jpg) top center no-repeat; }
.approach { background: url(/img/approach-header.jpg) top center no-repeat; }
#content.homepage {

}