html { height: 100%; margin-bottom: 1px; } 
 
body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	background: #330033 url(../images/bkg.gif) top left repeat-x;
	height: 100.01%;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
a, a:link, a:visited {
	color: #717171;
	text-decoration: none;
}
a:active, a:hover {
	color: #717171;
	text-decoration: underline;
}
p {
	margin-top: 10px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #eb322d;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #eb322d;
	margin-bottom: 10px;
	margin-top: 20px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

h4 {
	float: right;
	width: 245px;
    font-size: 12px;
    font-weight: bold;
	font-style: italic;
    text-align: right;
    color: #fff;
    margin-top: 25px;
}

h5 {
	text-align: center;
	font-size: 12px;
    font-weight: bold;
	font-style: italic;
	color: #45124A;
	margin-top: 45px;
	}
#content ul {
    margin: 15px 0px;
}
#content ul li {
    margin-left: 30px;
    list-style-type: disc;
}

ol {
	margin: 15px 0px;
}
ol li {
	margin-left: 30px;
	list-style-type: decimal;
	padding: 3px 0 4px 0;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 8px;
	vertical-align: top;
	color:#000000;
}

em {
	font-style:italic;
}

table {
	font-size: 11px;
}

td {
	padding: 6px 3px 6px 3px;
}

th { 
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

hr {
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #ccc;
}

div.hr {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 20px 15px;
}
div.hr2 {
    border-bottom: 1px solid #ccc;
    width: 90%;
}

/*
 * Block definitions.
 */
#container {
	margin: 0px auto;
	width: 750px;
}
	#header {
	text-align: left;
	}
		#cv_logo {
			display:block;
			background: url(../images/cv_logo.gif) no-repeat top left;
			width: 250px;
			height: 71px;
		}
	#contentContainer {
		clear: both;
		padding-top: 20px;
		text-align: left;
		background: #ffffff;
		min-height:420px;
  		height:auto !important;
  		height:400px;
	}
	#contentContainer_solutions {
		clear: both;
		padding-top: 20px;
		text-align: left;
		background: #ffffff;
		min-height:575px;
  		height:auto !important;
  		height:575px;
	}
	#content_index {
		padding: 20px 30px;
		text-align: center;
	}
	#content {
		margin-left: 205px;
		padding: 0 30px 0 0;
		
		background: #ffffff;
	}
	#left_nav {
		width: 180px;
		color: #717171;
		font-size: 10px;
		float: left;
		text-align:left;
	}
		#right_line {
			width: 3px;
			height: 200px;
			border-right: 1px solid #717171;
			float: right;
		}
		#links {
			text-align: right;
			margin: 0 10px 0 0;
		}
		#links ul li {
			list-style-type: none;
			margin-bottom: 5px;
		}
		#left_nav #solutions {
			background: #ffffff url(../images/solutions_fish.jpg) no-repeat 0 15px;
			width: 160px;
			height: 360px;
		}
		#left_nav #process {
			background: #ffffff url(../images/process_rocks.jpg) no-repeat 0 15px;
			width: 160px;
			height: 330px;
		}
		#left_nav #work {
			background: #ffffff url(../images/work_dragonfly.jpg) no-repeat 0 15px;
			width: 160px;
			height: 330px;
		}
		#left_nav #company {
			background: #ffffff url(../images/company_penguins.jpg) no-repeat -5px 15px;
			width: 160px;
			height: 330px;
		}
		#left_nav #contact {
			background: #ffffff url(../images/contact_butterfly.jpg) no-repeat 0 15px;
			width: 160px;
			height: 330px;
		}
	#footer_index {
		clear: both;
		height: 10px;
		width: 750px;
		background: #ffffff url(../images/footer_index.gif) no-repeat bottom left;
	}
	
	#footer {
		clear: both;
		height: 70px;
		width: 750px;
		background: #ffffff url(../images/footer.gif) no-repeat bottom left;
		text-align: left;
		position: relative;
		z-index: 1;
	}
	#footer div {
		color: #717171;
		font-size: 9px;
		padding-left: 5px;
		padding-top: 10px;
	}
	#copyright {
		height: 30px;
		text-align: right;
		color: #ccc;
		font-size: 10px;
		padding: 5px 7px 0 0;
	}

/*Content Styles*/
.center_outline {
	text-align: center;
	margin: auto;
	font-weight: bold;
	text-size: 10px;
	border: 1px #999999 solid;
	padding-bottom: 4px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.right {
	float: right;
	margin: 0 0 5px 8px; 
	vertical-align: bottom;
	}
	
#content ul.staff_links li {
	list-style-type: none;
	padding-bottom: 5px; 
	margin-left: 0;
	}
	
.right_column {
	float: right;
	margin: 0 0 5px 8px; 
	color: #999999;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	position: relative;
	z-index: 10;
	}

.right_column h2 {
	font-size: 12px;
	margin: 0;
	}

#team, #portfolio, #news{
	background: #FFEED1;
	padding: 5px 10px 3px 5px;
	margin-right: -10px;
	}

a#remy_report_case {
	display: block;
	background-image: url(../images/remy_report_work.jpg);
	height: 227px;
	width: 275px;
	text-align: left;
	}
ul#right_list li {
	list-style-type: none;
	padding: 2px 0 3px 0;
	margin-left: 5px;
	}
.portfolio {
	text-align: center;
	margin-top: 10px;
	width: 315px;
	}
.portfolio td {
	vertical-align: top;
	}
.portfolio td.divider {
	height: 10px;
	}
.case_study {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 5px 10px 0;
	min-height:175px;
	height:auto !important;
	height:175px;
	}
.case_study div.right {
	margin-top: 10px;
	}
	
/*Adds border around images with white space*/
.portfolio td div, .case_study div.right div {
	border: 1px solid #cccccc;
	}	
	
/*pop up styles*/
#news_container {
	margin-top: -10px;
	background-color: #ffffff;
	text-align: left;
	}
#news_header {
	margin-top:10px;
	width: 100%;
	height: 85px;
	background: #451349 url(../images/pop_header.jpg);
	}
#news_content {
	padding: 15px;
	}
.site_map {
	padding: 2px 0 3px 0;
	margin-left: 5px;
	}
	
#vid_container {
	text-align:center; 
	margin-top: 25px;
}

address {
    font-style: normal;
}


.recaptcha {
	width: 310px;
	text-align: left;
	margin: auto;
	padding: 0;
	}
	
.captcha_btns {
	padding: 0;
	margin-top: 4px;
	float: right;
	}

ul.specials li{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	}
ul.specials li a {
	color: #EB322D;
	}
	
.red {
	color: #cc0000;
}

.clear {
  clear: both;
}

.highlight {
	background: #f5b825;
}

#search {
	margin: 20px 0;
	padding: 0 10px 0 0;
	text-align: right;
}
#search .zoom_query {
	width: 105px;
}
#search .faded {
	color: #999;
}

.searchheading {
	margin: 10px 0;
	font-weight: bold;
}