/* -- General Settings --------------------------------------------------- */
html, body, form, fieldset, td {
	font-family: "Lucida Grande", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}

html {
	font-size: 100%;
}

body { 
	font-size: 83%;
	
	background: #fff;
	color:#444444;
}

/* -- Main Layout ------------------------------------------------------------ */

/* Main <table> creating the basic page layout. */


#layoutTable {
	width: 800px;
	border-collapse: collapse;
	margin: 0 auto;
}

/* Page header, where "Company Name" is. */
#headerCell {
	
	background: #fff;
	padding:0;
	
}

#headerCell img {
	padding:0;
	margin-bottom:0;
	margin:0;
}

#logo {
	margin-left:40px;
	padding:0;
	margin-bottom:0;
	height:136px;
}

	#headerCell h1 {
		margin: 0 35px;
		font-size: 3em;
		line-height: 2em;
	}

/* Sidebar where the site menu and mailing list signup are. */
#sidebarCellLeft {

	vertical-align: top;
padding-top:25px;
	
	
}

#sidebar-container {
	margin-left:10px;
	width:130px;
}

.menuList {
	font-size:12px;
}

/* Main content cell. */
#contentCell {
	width: 500px;
	background: #fff;
}
#right_images {
	width:170px;
	position:relative;
	top:73px;
}


#right_images img {
	width:150px;
margin-bottom:5px;
padding:3px;
border:1px solid #DFDFDF;
}

#whoWeAre .bio {
	 padding:3px;
border:1px solid #DFDFDF;
}




.photo {
	font-size:10px;
	font-style:italic;
}
.photo_right {
font-size:10px;
	font-style:italic;
position:relative;
top:-8px;
}







#imageGallery #right_images {
	width:0px;
}

#imageGallery #contentCell {
	width:780px;
}

/* Page footer, where the text links and copyright are. */
#footerCell {
	text-align: left;
	font-size: 0.8em;
	padding: 10px 0 0 10px;
	
}

/* -- Common Page Items ------------------------------------------------- */


#page-breadcrumbs {
	margin: 15px 50px 0;
}

#page-title-container {
	margin: 0;
	padding:0;
	margin-top:25px;
}

#page-title {
	font-size: 1.5em;
	color: #676799;
	position:relative;
	left:8px;
	height:20px;
	padding:0;
	margin-top:0;
	margin-bottom:0px;
	
}




#page-subtitle {
	color: #666;
	margin: 0 50px 10px;
}

#page-intro {
margin-left: 10px;
}

#page-content {
	margin-left: 10px;
}

#page-outro {
	margin: 10px 50px;
}

#page-pager-container {
	float: left;
	margin: 10px 50px;
	background: #f6f6f6;
	border: 1px solid #eee;
	/* Fix IE Doubled Float-Margin Bug
	   http://positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
}

.page-pager {
	width: 16em;
	margin: 0.33em 0.66em;
}

#page-pager-back {
	float: left;
}

#page-pager-next {
	float: right;
	text-align: right;
}

#page-bottomLinks {
	margin: 10px 50px;
	padding: 10px;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
}

.services_list {
}

.services_list img{
	margin-right:10px;
}

.arrowList li {
list-style-image:url("/img/orangeArrow.jpg");
margin-bottom:3px;
}

.odd {
background-color:#fef39a;
}

.even {
background-color:#ffffcc;
}
.quotation {
font-style:italic;
}

.people-quotation {
padding-right:40px;
font-style:normal;
position:relative;
top:-10px;
}

.wordColor {
color:#676799;
}


.names {
text-decoration:underline;
	
}
#whoWeAre .names {
text-decoration:none;
	
}
.nameTitle {
	padding-bottom:8px;
}
.contactInfo {
	position:relative;
	top:5px;
}

.title {
color:#676799;
font-size:17px;
}

.underline {
	text-decoration:underline;
}

#right_images {
	float:right;
}

#copyright {
	margin-top: 5px;
	margin-bottom:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
color:#888888;
}

#copyright img {
	margin-bottom: -2px;
}

/* -- Misc. Look And Feel --------------------------------------------------------- */

a, a:link, a:visited {
	text-decoration: none;
	color:#cc3300;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color:#666699;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

#sitemap ul {
	list-style-type: disc;
	margin-left: 1em;
}

#sitemap ul ul {
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	list-style-type: circle;
}

#sitemap ul ul ul {
	list-style-type: square;
}

/* -- Mailing List Form ----------------------------------------------- */

#mailingList-container {
display:none;
}

#home #mailingList-container,
#contact #mailingList-container,
#inquire #mailingList-container {
display:inline;
}


#ml-form {
	margin: 25px 0 15px;
}

#ml-email {
	width: 78%;	
}

#ml-submit {
	margin-top: 0.5em;
}

.ml-text {
	font-size: 1em;
	position:relative;
	top:9px;
	font-style:italic;
}