/*MAIN SITE DEFAULTS */

body {
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
form {
	margin: 0px;
	padding: 0px;
}

/* GLOBAL FONTS*/

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
#navcontainer h1, #content h1, #content h2, #content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*MAIN CONTAINERS*/

#bg {
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	position: relative;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#contentcontainer {
}
#logocontainer {
	height: 117px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
#content {
	line-height: 24px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	color: #000000;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index:1;
}
#contentbackground {
}

#rightcolumn {
	float: right;
	position: relative;
	width: 210px;
	padding: 0px;
	margin: 0px;
}

#footer {
	font-size: 11px;
	position:relative;
	clear: both;
	color: #FFFFFF;
	line-height: 16px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
}
#footer a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 14px;
}
#footer td {
	line-height: 11px;
}

#innercontentcontainer {
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	z-index:50;

}

#customscrollcontainer {
	/* Typical fixed height and fixed width example */
	margin: 0px;
	/* IE overflow fix, position must be relative or absolute*/
	float: left;
	position:relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index:100;
}

/*FLOATERS*/
#floaters {
	width: 780px;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	right: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#loadingthemebackgrounds {
	text-align: right;
	font-size: 10px;
}

#loadingtext {
}

#browsersnoop {
	font-size: 8px;
	color: #E2E2E2;
	margin: 10px;
	float: right;
}
#browsersnoop label {
	font-weight: bold;
	text-decoration: underline;
}

#rightcolumn #projectdetailsbuttonscontainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}
#rightcolumn #projectdetailsbuttonscontainer a {
	text-decoration: underline;
	text-transform: none;
	font-size: 13px;
	color: #FFFFFF;
}
#rightcolumn #projectdetailsbuttonscontainer a:hover {
	text-decoration: none;
}
/*MISC*/

.clr {
	position:relative;
	clear:both;
}

/*navigation*/

#navcontainer {
	margin: 0px;
	padding: 0px;
	width: 780px;
	clear: both;
	line-height: 12px;
}


#navcontainer .navigation {
	display: block;
	padding: 0px;
	margin: 0px;
}


#navcontainer .navcontainer {
	display: block;
	cursor: pointer;
	height: 125px;
	padding: 10px;
	overflow: hidden;
	float: left;
	color: #000000;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navcontainer .us {
	background-color: #3262A3;
	z-index:1;
}

#navcontainer .portfolio {
	background-color: #C51316;
	z-index:2;
}

#navcontainer .expertise {
	background-color: #5FA13E;
	z-index:3;
}

#navcontainer h1 {
	font-weight: bold;
	font-size: 14px;
	float: left;
	clear: right;
	width: 175px;
	padding: 0px 0px 10px;
	margin-top: 105px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;

}

#navcontainer h1 a {
	color:#000000;
	text-decoration: none;

}

/*subnavigation*/

#subnavigationexpertise, #subnavigationportfolio, #subnavigationus {
	visibility:hidden;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 190px;
}

#subnavigationexpertise {
	left: 595px;
	top: 0px;
	z-index:3;
}
#subnavigationportfolio {
	top: 0px;
	left: 420px;
	z-index:2;
}

#subnavigationus {
	top: 0px;
	left: 250px;
	z-index:1;
}

#subnavigationexpertise li, #subnavigationportfolio li, #subnavigationus li {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-type: disc;
	color: #FFFFFF;
}

#subnavigationexpertise ul, #subnavigationportfolio ul, #subnavigationus ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/*navigationlinkformatting*/

#subnavigationexpertise a, #subnavigationportfolio a, #subnavigationus a {
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	width:150px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#subnavigationexpertise a, #subnavigationportfolio a, #subnavigationus a {
	color: #FFFFFF;
}
#subnavigationexpertise a:hover {
	color: #000000;
	background-color: #86C567;
}
#subnavigationportfolio a:hover {
	background-color: #ED3F43;
	color: #000000;
}
#subnavigationus a:hover {
	color: #000000;
	background-color: #919AF0;
}



/*RIGHT COLUMN FORMATTING*/

#rightcolumn ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#rightcolumn li{
	padding: 0px;
	line-height: 7px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}

#rightcolumn a {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px;
	line-height: 10px;
	color: #FFFFFF;
}
#rightcolumn a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
/*transparency fixes*/

/*content formatting*/

.flexcroll a:link, .flexcroll a:active {
	color:#FFFFFF;
}
.flexcroll a:visited {
	color:#F0F0F0;
}
.flexcroll a:hover {
	color:#F0F0F0;
	text-decoration:none;
}

#content h1 {
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 42px;
	padding: 0px;
	font-size: 38px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: lowercase;
}
#content h2 {
	padding: 0px;
	font-size: 20px;
	text-decoration:none;
	font-weight:lighter;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 42px;
	letter-spacing: -1px;
}
#content h2 a {
	color: #FFFFFF;
}
#content h3 {
	padding: 0px;
	font-size: 18px;
	text-decoration:none;
	font-weight:normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
.casestudyheaders {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 42px;
}
#content .casestudyheaders h1, #content .casestudyheaders h2 {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-transform: lowercase;
}

#content p {
	padding: 0px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}
#rightcolumn h3 {
	padding: 0px;
	font-size: 18px;
	text-decoration:none;
	font-weight:lighter;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
#innercontentcontainer p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#casestudiescontainer {
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 47px;
	z-index: 100;
}
.identityscreencontainer a:link, .identityscreencontainer a:active, .identityscreencontainer a:visited {
	color:#FFFFFF;
	text-decoration: underline;
	line-height: 12px;
	font-weight: normal;
}
.screencontainer {
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 12px;
}
.identityscreencontainer {
	position: relative;
	float: left;
	width:150px;
	font-size:11px;
	color:#FFFFFF;
	line-height: 12px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}
.insideimagecontainer {
	width:150px;
	height:155px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#floatrightpaginglinks {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#floatrightpaginglinks a {
	color:#FFFFFF;
}
#floatrightpaginglinks h2 {
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
#condensedtextcontainer {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;	
}
.projectcontainer {
	float: left;
	height: 169px;
	width: 176px;
	margin: 0px;
	text-align:left;

}
.projectcontainer h3 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: none;
}
.projectcontainer img {
}
.smallcapstxt {
	font-size: 12px;
	text-transform: uppercase;	
	line-height: 13px;
	color:#FFFFFF;
}
.smallcapstxtblack {
	font-size: 11px;
	text-transform: uppercase;	
	line-height: 11px;
}

.containerimagebackgroundlink {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 135px;
	width: 135px;
	padding: 10px;
	margin: 0px;
	text-align:left;
}

.tenpxtext {
	font-size: 10px;
	line-height: 13px;
}
.elevenpxtext {
	font-size: 11px;
	line-height: 15px;
}
.whitetext {
	color: #FFFFFF;
}

/*default form styles*/

.projectdrop {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding: 2px; 
	background-color: #C51316;
}
.projectdetailsdrop {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 5px;
	background-color: #C51316;
}

.optionrepeat {
	font-size: 11px;
	margin: 5px;
}
.tooltiptext {
	display: none;
	position: absolute;
	visibility: hidden;
}
.tooltiptext p {
	margin: 0px;
	padding:0px;
	}
.alternatecellbackground {
	background-color: #9CCF89;
}
.alternatecellbackground h4 {
	font-size: 15px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
/*sitemap styles*/

#customscrollcontainer .sitemapcontainer h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}
#customscrollcontainer .sitemapcontainer h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
#customscrollcontainer .sitemapcontainer blockquote h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}
