

/* @override 
	http://cornellstudios.com/design/_css/main.css
*/

/*
CSS by Cornell Design Studios
www.cornellstudios.com
*/



/* @group CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Staple Stuff */

html {
	height: 100%;
}

/* Body */

body {
	background: #333;
	font: normal normal .8em/110% arial, tahoma, helvetica, sans-serif;
	color: #000;
	text-align: left;
	height: 100%;
	line-height: 1.4em;
}

/* Standard stuff */

img {
	border-style: none;
}

p {
	text-align: left;
	outline: 0px;
	color: #000;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	outline: none;
	color: #ccc;
}

#main a {
	text-decoration: none;
	outline: none;
	color: #ff6600;
}

a:active {
	text-decoration: none;
	outline: none
}

h1 {
	color: #000;
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
	color: #000;
	margin: 0;
	padding: 0;
}

h3 {
	color: #000;
	text-align: left;
	font-style: italic;
	margin: 0;
	padding: 0;
	font-size: .9em;
	background-color: #333;
}

.colorMe {
	color: #ff6600;
}

.JSwarning {
	color: red;
}

a:hover {
	color: #ff6600;
}

.transparent_class {
	opacity: .85;
}

.large {
	font-size: 2em;
	margin-bottom: 10px;
}

/* @end */

/* @group Layout */

#header {
	/*border-bottom: 1px solid #000;*/
	background: url(../_img/layout.content.top.png) repeat-x 0 bottom;
	height: 120px;
}

#header #tag {
	position: absolute;
	margin-left: 205px;
	margin-top: 40px;
	width: 550px;
}

#outer_wrapper {
	background: #222;
}

#wrapper {
	background: #222;
}

#footer_wrapper {
	width: 855px;
}

#container {
	float: left;
	margin: 0;
	padding: 0;
	background: #222;
}

#content {
	float: left;
	border-right: 4px solid #1d1d1d;
	margin: 0;
	padding: 0;
	width: 835px;
}

#main {
	float: left;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 25px;
	width: 606px;
}

#error #main {
	padding: 20px;
	width: 606px;
}

#main.full,
#sub.full {
	width: 648px;
}

#main.half {
	width: 478px;
}


#main div {
	padding: 20px;
	float: left;
}

#main h2 {
	line-height: 1.4em;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#left {
	width: 185px;
	float: left;
	background: #333;
	border-right: 2px solid #ff6600;
	height: 32em;
}

#hello #left {
	border-right: 2px solid #ff6600;
}

/* @group Side Nav */

#side_nav {
	float: left;
	background: #000;
	width: 155px;
	height: 32em;
	margin: 0;
	padding: 0 0 0 15px;
	border-right: 25px solid #ff6600;
}

#side_nav ul {
	position: relative;
	list-style-type: decimal;
	margin-left: 15px;
	margin-top: 3.2em;
}

#side_nav li {
	text-align: left;
	display: block;
}

#side_nav li a {
	text-transform: capitalize;
	font-size: .8em;
	color: #fff;
	display: block;
	padding: 5px 10px 5px 5px;
}

#side_nav li a:hover {
	color: #ff6600;
}

/* @end */


/* @group Accordion */

#sub {
	float: left;
	width: 611px;
	background: transparent
}

#accordion div * {
	color: #fff;
}

#accordion div h3 {
	padding: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

#accordion div {
	background: #000;
	padding: 7px;
}

#content div#sub ul {
	float: left;
	display: block;
	width: 100%;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content div#sub ul li a {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: .85em;
	color: #fff;
	background: #333;
	padding: 5px 10px 4px 9px;
	margin-bottom: 10px;
}

/* @end */

#footer {
	/*border-top: 1px solid #000;*/
	background: url(../_img/layout.content.bottom.png) repeat-x 0 top;
	height: 15em;
}

.clearing {
	height: 0;
	clear: both;
}

/* @end */

/* @group Footer */

#footer div.left {
	float: left;
}

#footer div.right {
	float: right;
	margin-right: 20px;
	padding-top: 10px;
}

#footer div.right ul {
	list-style-type: none;
}

#footer div.right ul li {
	float: left;
	margin-left: 15px;
}

#footer div.right ul li a {
	font-size: .8em;
	text-transform: uppercase;
}

/* @group Client Area */

#clientLogin {
	background: #c10068 url(../_img/layout.nav.bg.png) repeat-y right;
	display: block;
	width: 181px;
	float: left;
}

#header .holder {
	position: absolute;
	background: transparent url(../_img/layout.nav.holder.top.png) no-repeat right bottom;
	display: block;
	width: 181px;
	padding: 0;
	height: 74px;
	margin: 46px 0 0;
}

#clientLogin .holder {
	background: transparent url(../_img/layout.nav.holder.bottom.png) no-repeat right top;
	display: block;
	width: 181px;
	height: 12px;
}

#clientLoginContent {
	float: left;
}

#footer div.left a.enter {
	display: block;
	text-align: right;
	font-size: .75em;
	text-transform: uppercase;
	margin-right: 31px;
	line-height: 3.5em;
	margin-top: 19px;
	margin-left: 76px;
}

#footer div.left a.enter:hover {
	color: #fff;
}

#clientLoginContent fieldset  {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #000;
	width: 161px;
}

#clientLoginContent h3 {
	text-align: right;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	padding: 10px;
	background-color: #000;
}

#clientLoginContent fieldset label  {
	font-size: .8em;
	text-transform: uppercase;
	color: #fff;
}

#clientLoginContent fieldset input  {
	text-transform: uppercase;
	border: 1px solid #000;
	font-size: 1.6em;
	width: 150px;
	padding: 4px;
}


/* @end */



/* @end */

/* @group Navigation */

#left li.logo a {
	width: 100px;
	height: 104px;
	display: block;
	background: url(../_img/layout.logo.cornell.png) no-repeat;
	margin-left: 40px;
	margin-bottom: 3.5em;
	margin-top: 40px;
}

#left li.logo a span {
	display: none;
}

#left li.logo a:hover {
	background-color: transparent;
}

#left ul {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
	bottom: 0;
}

#left li {
	text-align: right;
	display: block;
	padding-right: 30px;
}

#left li a {
	text-transform: uppercase;
	font-size: .8em;
	color: #fff;
	display: block;
	padding: 5px 10px 5px 5px;
}

#left li a:hover {
	text-transform: uppercase;
	background-color: #2c2c2c;
}

#hello #left li.nav1 a {
	color: #ff6600;
}

#about #left li.nav2 a {
	color: #ff6600;
}

#services #left li.nav3 a {
	color: #ff6600;
}

#work #left li.nav4 a {
	color: #ff6600;
}

#analyse #left li.nav5 a {
	color: #ff6600;
}

#contact #left li.nav6 a {
	color: #ff6600;
}

#hello #left li.nav1,
#about #left li.nav2,
#services #left li.nav3,
#work #left li.nav4,
#analyse #left li.nav5,
#contact #left li.nav6 {
	color: #ff6600;
	background: url(../_img/nav.active.orange.gif) no-repeat 174px center;
}

#hello #left li.nav1 {
	color: #ff6600;
	background: url(../_img/nav.active.orange.gif) no-repeat 174px center;
}

/* @end */

/* @group Titles */

#page_title {
	float: left;
	width: 450px;
	padding: 20px 20px 0;
	margin: 0;
}

#page_title.small {
	width: 400px;
}

#page_title h1 span {
	display: none;
}

#page_title h2 span {
	display: none;
}

/* @group Hello */

#hello #page_title  {
	margin-top: 30px;
}

#hello #page_title h1 {
	float: left;
	width: 645px;
	height: 26px;
	background: url(../_img/heading.master2.png) no-repeat;
	margin: 0;
	padding: 0;
}

#hello #page_title h2 {
	line-height: 1.2em;
	font-size: 1.7em;
	height: 62px;
	background: url(../_img/heading.master2.png) no-repeat;
	width: 275px;
}

/* @end */

/* @group About */

#about #page_title {
	margin-top: 30px;
}


#about #page_title h1 {
	float: left;
	height: 20px;
	background: url(../_img/heading.master2.png) no-repeat 0 -165px;
	margin-bottom: 0;
	width: 420px;
}

#about #page_title h2 {
	float: left;
	width: 215px;
	height: 20px;
	background: url(../_img/heading.master2.png) no-repeat 0 -200px;
	margin-top: 3px;
}

/* @end */

/* @group Services */

#services #page_title {
	margin-top: 31px;
}

#services #page_title h1 {
	float: left;
	height: 20px;
	background: url(../_img/heading.master2.png) no-repeat 0 -243px;
	margin-bottom: 0;
	width: 200px;
}

#services #page_title h2 {
	float: left;
	width: 215px;
	height: 20px;
	background: url(../_img/heading.master2.png) no-repeat 0 -272px;
	margin-top: 3px;
}

/* @end */

/* @group work */

#work #page_title {
	margin-top: 31px;
}

#work #page_title h1 {
	float: left;
	height: 20px;
	background: url(../_img/heading.master2.png) no-repeat 0 -322px;
	margin-bottom: 0;
	width: 200px;
}

#work #page_title h2 {
	float: left;
	width: 215px;
	height: 20px;
	background: url(../_img/heading.master2.png) no-repeat 0 -354px;
	margin-top: 3px;
}

/* @end */

/* @group contact */

#contact #page_title {
	margin: 0 0 20px;
	padding: 0;
	float: left;
}

#contact #page_title {
	margin: 0 0 20px;
	padding: 0;
	float: left;
}

#contact #main {
	margin-top: 70px;
}

form#contactForm {
	float: left;
}

#contact fieldset ul li input,
#contact fieldset ul li textarea {
	padding: 5px;
	border: 1px solid #f76300;
	width: 20em;
	background: #fff;
}

#contact fieldset ul li #submit {
	padding: 5px;
	border: 1px solid #f76300;
	width: auto;
	background: #f76300;
	float: left;
	display: block;
}

#contact #page_title h1 {
	float: left;
	height: 20px;
	background: url(../_img/heading.master2.png) no-repeat 0 -399px;
	margin-bottom: 0;
	width: 500px;
}

#contact #page_title h2 {
	float: left;
	width: 215px;
	height: 20px;
	background: url(../_img/heading.master2.png) no-repeat 0 -437px;
	margin-top: 3px;
}

#contact #page_title.map h2 {
	float: left;
	width: 215px;
	height: 23px;
	background: url(../_img/heading.master2.png) no-repeat 0 -517px;
	margin-top: 3px;
}

/* @end */

/* @group Heading */

#tag h1 {
	height: 12px;
	background: url(../_img/header.main.png) no-repeat;
}

#tag h2 {
	height: 35px;
	background: url(../_img/header.main.png) no-repeat 0 -21px;
}

#tag h1 span, #tag h2 span {
	display: none;
}

/* @end */

/* @end */

/* @group Unique Pages */

/* @group small-print */

#small-print #main ul {
	list-style-type: decimal-leading-zero;
	margin-left: 25px;
}

#small-print #main ul li {
	margin-bottom: 15px;
}

#small-print #main.full {
	margin: 0;
	opacity: 1;
}

/* @end */

/* @group Page Height */

#about .page_height,
#work .page_height,
#case .page_height,
#contact .page_height,
#services .page_height {
	height: 37em;
}

#work .page_height {
	height: 660px;
}

#small-print .page_height {
	height: 65em;
}

#contact .page_height {
	height: 38em;
}

#contact.map .page_height {
	height: 48em;
}

/* @end */

#load {
	position: absolute;
	height: 26px;
	width: 60px;
	background: url(../_img/ajax-loader.gif) no-repeat;
	top: 90px;
	left: 790px;
}

#load span {
	display: none;
}

/* @group hello */



#hello #main p {
	color: #fff;
	background: transparent;
}

#hello #main div {
	color: #fff;
	background: transparent;
}

#hello #main {
	color: #fff;
	background: transparent;
}

/* @end */

/* @group analyse */

#analyse #side_nav ul {
	margin-top: 190px;
}

#analyse #container {
	background: #fff url(../_img/back.contact.jpg) no-repeat 185px top;
}

/* @end */

/* @group contact */

#contact fieldset ul li {
	margin-bottom: 7px;
}

#contact fieldset ul li label {
	width: 230px;
	float: left;
}

#contactForm fieldset ul li label.error {
	width: 400px;
	float: left;
	color: red;
	display: block;
	margin-bottom: 10px;
}

#contact #container {
	background: #fff url(../_img/layout.contact.jpg) no-repeat 185px top;
}

#contact #map {
	border: 1px solid #ff6600;
	width: 395px;
	height: 200px;
	overflow: hidden;
}

#map div div.gmnoprint {
	display: none;
}

#map div {
	padding: 0;
	margin: 0;
}

#contact #side_nav ul {
	margin-top: 242px;
}

/* @end */

/* @group work */

#work #content {
	border: none;
}

#work #main {
	background: transparent;
	margin: 0;
	padding: 0;
	border: none;
}

#work #main div {
	background: transparent;
	margin: 0;
	padding: 0;
	border: none;
}

#gallery ul li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#gallery ul {
	margin: 4px 0 0;
	padding: 0;
	float: left;
}

#gallery ul li img {
	width: 129px;
	height: 129px;
	margin: -4px 0 0;
	padding: 0;
	border: none;
	background: #000;
}

#work #side_nav ul {
	margin-top: 92px;
}

#work #container {
}

/* @end */

/* @group services */

#services #side_nav ul {
	margin-top: 92px;
}

#services #container {
	background: #fff url(../_img/back.services.jpg) no-repeat 185px top;
}

/* @end */

/* @group about */

#about #content {
	border-right: 4px solid #1d1d1d;
}

#about #container {
	background: #c7d1dd url(../_img/layout.about.jpg) no-repeat 185px top;
}

#about #side_nav ul {
	margin-top: 241px;
}

/* @end */

/* @end */