body {
	background-color:#000000;
	color:#ffffff;
	font-family:arial;
	font-size: 75%;
	text-align:center;
}

.bold {
	font-weight:bold;
}

#languageSelect{
	height:40px;
	padding-top:10px;
	margin:0 auto;
	text-align:right;
	width:1016px;
}

#languageSelect a{
	color:#FFF;
	display:inline;
}
#languageSelect a:hover{
	text-decoration:underline;
}



#languageSelect .text{
	float:right;
	height:22px;
	line-height:22px;
	color:#FFF;
	font-size:11px;
	width:100px;
	margin-right:10px;
	text-align:right;
}
#languageSelect .english{
	float:right;
	height:22px;
	display:block;
	width:35px;
	margin-right:10px;
}
#languageSelect .welsh{
	float:right;
	height:22px;
	display:block;
	width:35px;
}



#site_container {
	background-color:#333333;
	color:#ffffff;
	margin:0 auto;
	text-align:left;
	width:1016px;
}

#site_header #site_logo {
	float:left;
	font-size:300%;
	font-weight:bold;
	padding:0 0 0 30px;
	text-transform:lowercase;
	width:505px;
}

#site_header #site_logo span {
	font-size:60%;
	font-weight:normal;
	line-height:37px;
	margin:0 0 0 3px;
	vertical-align:top;
}

#site_header #site_logo a {
	color:#8fa61a;
}

#site_header #site_logo a span {
	color:#ffffff;
}

/*
	HEADER - PRIMARY NAVIGATION
*/

#site_header #site_primarynavigationContainer {
	height:243px;
}

/*
#site_philosophy #site_header #site_primarynavigationContainer {
	background:transparent url( '/media/images/site/header_philosophy.jpg' ) no-repeat left top;
}

#site_practice #site_header #site_primarynavigationContainer {
	background:transparent url( '/media/images/site/header_practice.jpg' ) no-repeat left top;
}

#site_projects #site_header #site_primarynavigationContainer {
	background:transparent url( '/media/images/site/header_projects.jpg' ) no-repeat left top;
}

#site_news #site_header #site_primarynavigationContainer {
	background:transparent url( '/media/images/site/header_news.jpg' ) no-repeat left top;
}

#site_studios #site_header #site_primarynavigationContainer {
	background:transparent url( '/media/images/site/header_studios.jpg' ) no-repeat left top;
}
*/

#site_header #site_fadeBar {
	height:70px;
	padding:20px 0 0 0;
	width:1016px;
}

/*
#site_philosophy #site_header #site_fadeBar {
	background:transparent url( '/media/images/site/headertop_philosophy.jpg' ) no-repeat left top;
}

#site_practice #site_header #site_fadeBar {
	background:transparent url( '/media/images/site/headertop_practice.jpg' ) no-repeat left top;
}

#site_projects #site_header #site_fadeBar {
	background:transparent url( '/media/images/site/headertop_projects.jpg' ) no-repeat left top;
}

#site_news #site_header #site_fadeBar {
	background:transparent url( '/media/images/site/headertop_news.jpg' ) no-repeat left top;
}

#site_studios #site_header #site_fadeBar {
	background:transparent url( '/media/images/site/headertop_studios.jpg' ) no-repeat left top;
}
*/

#site_header #site_primarynavigation {
	float:left;
	width:450px;
}

#site_header #site_primarynavigation li {
	float:left;
}

/* NB - Repetition of the background rule is intentional, this preloads the rollover states */
#site_header #site_primarynavigation li a {
	background:transparent url( '/media/images/site/prinav_405dff.gif' ) no-repeat left top;
	background:transparent url( '/media/images/site/prinav_ff802f.gif' ) no-repeat left top;
	background:transparent url( '/media/images/site/prinav_4ed9dc.gif' ) no-repeat left top;
	background:transparent url( '/media/images/site/prinav_a042fb.gif' ) no-repeat left top;
	background:transparent url( '/media/images/site/prinav_fffa00.gif' ) no-repeat left top;
	background:transparent url( '/media/images/site/prinav_background.gif' ) no-repeat left top;
	color:#ffffff;
	display:block;
	font-size:90%;
	height:12px;
	padding:25px 5px 0 5px;
	width:80px;
}

#site_header #site_primarynavigation .philosophy a.on,
#site_header #site_primarynavigation .philosophy a:hover {
	background:transparent url( '/media/images/site/prinav_405dff.gif' ) no-repeat left top;
}

#site_header #site_primarynavigation .practice a.on,
#site_header #site_primarynavigation .practice a:hover {
	background:transparent url( '/media/images/site/prinav_ff802f.gif' ) no-repeat left top;
}

#site_header #site_primarynavigation .projects a.on,
#site_header #site_primarynavigation .projects a:hover {
	background:transparent url( '/media/images/site/prinav_4ed9dc.gif' ) no-repeat left top;
}

#site_header #site_primarynavigation .news a.on,
#site_header #site_primarynavigation .news a:hover {
	background:transparent url( '/media/images/site/prinav_a042fb.gif' ) no-repeat left top;
}

#site_header #site_primarynavigation .studios a.on,
#site_header #site_primarynavigation .studios a:hover {
	background:transparent url( '/media/images/site/prinav_fffa00.gif' ) no-repeat left top;
}

/*
	HEADER - SECONDARY NAVIGATION
*/

#site_header #site_secondarynavigationContainer {
	background:transparent url( '/media/images/site/subnav_background.gif' ) repeat-y left top;
	border-color:#000000;
	border-style:solid;
	border-width:3px 0 3px 0;
	overflow:auto;
	padding:0 0 1px 0;
	zoom:1;
}

#site_header .full {
	padding:0 !important;
}

/* Invisible div used to set a minimum height for the subnav */
#site_header #site_secondarynavigationContainer .prop {
	clear:both;
	float:left;
	height:52px;
	width:531px;
}

#site_header #site_secondarynavigation {
	float:left;
	width:452px;
}

#site_header #site_secondarynavigation li {
	float:left;
	font-size:90%;
	font-weight:bold;
	margin:0 1px 1px 0;
}

#site_header #site_secondarynavigation li a {
	background-color:#878787;
	color:#ffffff;
	display:block;
	height:13px;
	padding:2px 11px;
	width:203px;
}

#site_header #site_secondarynavigation li.bottom {
	margin-bottom:0;
}




*html #site_header #site_secondarynavigation li a {
	padding:2px 11px 1px 11px;
}

#site_header #site_secondarynavigation li a.on,
#site_header #site_secondarynavigation li a:hover {
	color:#000000;
}

#site_philosophy #site_header #site_secondarynavigation li a.on,
#site_philosophy #site_header #site_secondarynavigation li a:hover {
	background:#405dff;
}

#site_practice #site_header #site_secondarynavigation li a.on,
#site_practice #site_header #site_secondarynavigation li a:hover {
	background:#ff802f;
}

#site_projects #site_header #site_secondarynavigation li a.on,
#site_projects #site_header #site_secondarynavigation li a:hover {
	background:#4ed9dc;
}

#site_news #site_header #site_secondarynavigation li a.on,
#site_news #site_header #site_secondarynavigation li a:hover {
	background:#a042fb;
}

#site_studios #site_header #site_secondarynavigation li a.on,
#site_studios #site_header #site_secondarynavigation li a:hover {
	background:#fffa00;
}

#site_divisions #site_header #site_secondarynavigation li a.on,
#site_divisions #site_header #site_secondarynavigation li a:hover {
	background:#993300;
}

#site_admin #site_header #site_secondarynavigation li a.on,
#site_admin #site_header #site_secondarynavigation li a:hover {
	background:#ff00ff;
}

/*
	CONTENT
*/

#site_content {
	background-color:#ffffff;
	clear:both;
	height:405px;
	overflow:hidden;
}

#site_content .seven {
	color:#8ea517;
	font-weight:bold;
}

#site_content .green {
	color:#8ea517;
}

#site_content .black {
	color:#000000;
}

#site_content .smallPrint {
	font-size:90%;
	font-weight:normal;
}

#site_content p {
	margin:0 0 10px 0;
}

#site_content fieldset {
	clear:both;
	overflow:auto;
	padding:5px 0;
}

#site_content .label {
	clear:both;
	display:block;
	float:left;
	padding:2px;
	width:100px;
}

#site_content .textbox,
#site_content .selectbox {
	border:1px solid #000000;
	float:left;
	padding:2px;
	width:200px;
}

#site_content .selectbox {
	width:205px;
}

#site_content .submit {
	border:1px solid #000000;
}

/*
	CONTENT - LEFT COL
*/

#site_content #site_leftcol {
	color:#000000;
	clear:both;
	float:left;
	height:405px;
	width:531px;
}

#site_content a {
	font-weight:bold;
}

#site_content a:hover {
	color:#000000 !important;
}

#site_philosophy #site_content a {
	color:#405dff;
}

#site_practice #site_content a {
	color:#ff802f;
}

#site_projects #site_content a {
	color:#4ed9dc;
}

#site_news #site_content a {
	color:#a042fb;
}

#site_studios #site_content a {
	color:#000000;
}

#site_admin #site_content a {
	color:#ff00ff;
}

/*
	CONTENT - RIGHT COL
*/

#site_content #site_rightcol {
	background-color:#eeeeee;
	color:#333333;
	float:left;
	height:325px;
	overflow:auto;
	padding:40px 20px;
	position:relative;
	width:410px;
}

#site_content #site_rightcol h2 {
	font-size:110%;
	font-weight:bold;
	margin:0 0 15px 0;
}

#site_content #site_rightcol h2.noMargin {
	margin:0;
}

#site_content #site_rightcol h3 {
	font-size:100%;
	font-weight:bold;
	margin:5px 0 5px 0;
}

#site_content #site_rightcol ul {
	margin:0 0 20px 0;
}

/*
	FOOTER
*/

#site_footer {
	border-color:#000000;
	border-style:solid;
	border-width:3px 0;
	clear:both;
	height:35px;
	position:relative;
}

#site_footer #magnitudeLink {
	position:absolute;
	right:35px;
	top:0;
}

#site_footer #magnitudeLink a {
	background:transparent url( '/media/images/site/footer_over.gif' ) no-repeat left top;
	background:transparent url( '/media/images/site/footer_up.gif' ) no-repeat left top;
	display:block;
	height:35px;
	text-indent:-9000px;
	width:116px;
}

#site_footer #magnitudeLink a:hover {
	background:transparent url( '/media/images/site/footer_over.gif' ) no-repeat left top;
}

#site_footer #footer_contact {
	overflow:auto;
	padding:11px;
}

#site_footer #footer_contact li {
	display:block;
	float:left;
	font-weight:normal;
	font-size: 0.9em;
	color:#666666;
	margin:0 10px 0 0;
}














#site_container #newsContainer .newsItem {
	clear:both;
	font-size:105%;
	font-weight:bold;
	margin:10px 0;
	overflow:auto;
}

#site_container #newsContainer .newsItem .siteSection {
	display:block;
	float:left;
	height:20px;
	margin:0 5px 0 0;
	width:20px;
}

#site_container #newsContainer .newsItem .newsLink {
	display:block;
	float:left;
	font-weight:normal;
	padding:2px 0 0 0;
	width:90%;
}

#site_container #newsContainer .newsItem .newsLink .linkDate {
	display:block;
	float:left;
	font-weight:bold;
	width:20%;
}

#site_container #newsContainer .newsItem .newsLink .linkText {
	display:block;
	float:left;
	width:70%;
}

#site_container #newsContainer .newsItem a {
	color:#000000;
}

#site_admin #newsContainer .newsItem {
	font-size:100%;
	padding:0;
}

#site_admin #newsContainer .newsItem .deleteFile {
	margin:0 5px 0 0;
}



/* This block makes the project numbers fixed to the top left of the content area */
/* ***** */
#site_projects .projectNumbers {
	background-color:#eeeeee;
	border-color:#000000;
	border-style:solid;
	border-width:0 0 1px 0;
	height:17px;
	position:absolute;
	left:0px;
	top:0px;
	width:226px;
}
/* ***** */

#site_projects .projectNumbers .title {
	font-size:90%;
	font-weight:bold;
	padding:2px 0 0 11px;
	position:absolute;
	left:0px;
}

#site_projects .projectNumbers ul {
	position:absolute;
	right:0px;
}

#site_projects .projectNumbers li {
	float:left;
	font-size:75%;
}

#site_projects #site_content .projectNumbers li a {
	border-color:#000000;
	border-style:solid;
	border-width:0 1px 0 0;
	color:#000000;
	display:block;
	text-align:center;
	padding:3px 3px;
}

#site_projects #site_content .projectNumbers li a:hover {
	background-color:#4ed9dc;
	color:#000000;
}

#site_projects #site_content .projectNumbers li .selected {
	background-color:#4ed9dc;
	color:#ffffff;
}

#site_projects #site_content .projectNumbers li .first {
	border-left-width:1px;
}





#site_studios #site_content .contactStudio a {
	background-color:#fffa00;
	color:#000000;
	display:block;
	padding:2px 11px;
	width:203px;
}

#site_studios #site_content .contactStudio a:hover {
	color:#ffffff !important;
	background-color:#878787;
}
