/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}

body { 
	min-width: 850px;
	margin: 10px 0px;
	padding: 0px;
	font: 9pt/12pt times,helvetica,georgia; 
	color: #2F332F;
	background: #fff url(/images/shared/bg_body.jpg) repeat-x top left; 
	}
	
img {
	border: 0px;
	}

p {
	margin-top: 0px;
	}

a {
	color: #004A80;
	font-size: inherit;
	}

a:link {
	color: #004A80;
	}

a:visited {
	color: #004A80;
	}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

h1 {
	margin:0px;
	font-size: 11pt;
	font-weight:bold;
	}

h1.title, h2.title, h3.title {
	height: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid black;
	background: transparent url(/images/shared/bg_header_break.gif) no-repeat right 15px;
	}

h1.navTitle {
	height: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid black;
	background: transparent url(/images/shared/bg_nav_header_break.gif) no-repeat right 15px;
	}

h2 {
	margin:0px;
	font-size: 10pt;
	font-weight:bold;
	}

h3 {
	margin:0px;
	font-size: 9pt;
	font-weight:bold;
	}

form {
	margin:0px;
	padding:0px;
	}

label {
	width:150px;
	font-weight:bold;
	}

label.error {
	color:red;
	font-weight:bold;
	}

/* specific elements */
#container { 
	padding: 0px;
	margin: 0px auto; 
	padding: 0px;
	width: 850px;
	height: 100%;
	}

#pageHeader {
	position: relative;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	background-color: transparent;
	}

#pageHeader #logo {
	width: 375px;
	margin: 0px 0px 0px auto;
	}

div {
	}

#content {
	color: #2F332F;
	margin: 0px;
	padding: 0px;
	position: relative;
	}

#content #services {
	z-index: 1000;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 600px;
	}

#content #navigation {
    float: left;
	padding: 0px 20px 0px 0px;
	width: 225px;
	background: inherit;
	}

#content #contentBody {
	position: relative;
	width: 600px;
	margin-left: 245px;
	margin-right: 0px;
	background: inherit;
	}

#contentBody div.leftColumn {
	position: relative;
	float: left;
	width: 195px;
	background: inherit;
	padding: 0px 25px 0px 0px;
	}

#contentBody div.rightColumn {
	position: relative;
	float: right;
    width: 375px;
    padding: 0px;
    background: inherit;
    }

#footer {
	margin-top: 35px;
	height: 100px;
	color: #7d7d7d;
	padding-top: 55px;
	text-align: center;
	font: 10px/12px times,helvetica,georgia;
	background: transparent url(/images/shared/bg_footer.jpg) no-repeat top center;
	}

/* miscellaneous elements */

span.attention {
	font-weight: bold;
	color: #7A2221;
	font-size: inherit;
	}

.italic {
	font-style: italic;
	}

.bold {
	font-style: bold;
	}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* HOMEPAGE ELEEMNTS */

div.caseStudy {
	padding: 0px 5px;
	}

div.newsBlock {
	margin-bottom: 5px;
	background: transparent url(/images/shared/bg_header_break.gif) no-repeat 100% 99%;
	}

div.newsBlock h3, div.caseStudy h3 {
	color: #363636;
	}

div.newsBlock p, div.caseStudy p {
	margin: 0px;
	padding: 5px 0px;
	color: #515151;
	font: 12px/14px times,helvetica,georgia;
	}

/* Portfolio CSS */

.shiftcontainer {
	margin-top: 20px;
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
	}

.shadowcontainer {
	width: 365px; /* container width*/
	background-color: #d1cfd0;
	}

.shadowcontainer .innerdiv {
	/* Add container height here if desired */
	background-color: white;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px; /*shadow depth*/
	}

/* Navigation CSS */

.navigation {
	background: transparent;
    font: 700 10pt/13pt times,helvetica,georgia;
	margin: 0px;
	padding: 0px;
	}

#primaryNavigation {
	width: 225px;
	}

#secondaryNavigation {
	width: 200px;
	}

.navigation ul, .navigation ul li {
    width: auto;
	padding: 0px;
	margin: 0px;
    background: inherit;
    }

.navigation ul {
	margin-top: 15px;
	}

.navigation ul li {
	width: auto;
	border: 1px solid white;
	list-style-type: none;
	}

.navigation ul li a, .navigation ul li a:active, .navigation ul li a:visited {
	display: block;
	width: auto;
    text-align: right;
	text-decoration: none;
    cursor: pointer;
	color: #2f3430;
	background: inherit;
	text-align: right;
	padding-right: 10px;
	}

.navigation ul li a:hover, .navigation ul li.active a {
	color: #fff;
	background-color: #2f3430;
	}

