@charset "UTF-8";
@import url("nav-warm.css");
@import url("footer.css");
@import url("sidebars.css");
@import url("competencies.css");
@import url("main.css");

/* 

Presentation overrides - News

SUBSYTEMs Website Redesign 2007 
based on Wexford CSS
by George Fox
September-November, 2007
multimedia (at) subsystem (dot) com

*/

/*PAGE */


body {
	background-color: #666;
	color: #d8d8d8;
}

a {
	color: white;
}

#mainArea {
	background: url(../images/bg-mainArea/news.jpg) repeat-x;
}


#header {
	color: white;
	background: url(../images/bg-mastheads/news.jpg) no-repeat left bottom;
}

#header h1 {
	
}

/* NAV */

#nav {
	background: url(../images/bg-mainArea/news.jpg) repeat-x 0 -16px;
}

#pmenu li.fly,
#pmenu li li,
#pmenu li li li,
#pmenu li li li li {
	background-color: #979797;
}

#nav li a {
	color: white;
}

#nav li a:hover,
#pmenu li:hover > a {
	background-color: gray;
}

/* CONTENT */

.figure {
	background: black url(../images/bg-figure/dark.jpg) no-repeat center top;
	color: #5a5a5a;
	border-color: white;
}


.contentBlock {
	background: #cacaca url(../images/bg-contentBlock/news.jpg) repeat-x 0 top;
	color: black;
	border-color: white;
}

/*
.contentBlock a:link {
	color: #a32727;
}

.contentBlock a:hover {
	color: #b30707;
}

.contentBlock a:visited {
	color: #545454;
}
*/

/* FOOTER */

#footer {
	background-color: #585858;
	border-color: white;
}
	
#footer p,
#footer ul,
#footer ol {
	color: silver;
}

#footer a {
	color: white;
}


/* SIDEBARS */

.sidebar {
	color: #a7a7a7;
}

/* Feature 1 Colors */

.feature,
.feature a {
	color: #5a5a5a;
}

.contentBlock .basic h1,
.contentBlock .basic h2,
.contentBlock .basic h3,
.contentBlock .basic h4,
.contentBlock .basic h5,
.contentBlock .basic h6 {
	border: 1px solid #fff;
	border-bottom-width: 0;	
}

.contentBlock .basic div {
	border: 1px solid #fff;
	border-top-width: 0;

}

.basic h1,
.basic h2,
.basic h3,
.basic h4,
.basic h5,
.basic h6,
.basic div {
	background-color: #e5e5e5;
}

.one,
.one a {
	color: white;
}

.one h1,
.one h2,
.one h3,
.one h4,
.one h5,
.one h6 {
	background: url(../images/chrome/warm/bg_sidebar_feat_01.png) center top;
}

.one div {
	background: url(../images/chrome/warm/bg_sidebar_feat_01.png) center bottom;

}

/* Feature 2 Colors */

.two,
.two a {
	color: white;
}

.two h1,
.two h2,
.two h3,
.two h4,
.two h5,
.two h6 {
	background: url(../images/chrome/warm/bg_sidebar_feat_02.png) center top;
}

.two div {
	background: url(../images/chrome/warm/bg_sidebar_feat_02.png) center bottom;
}

/* Feature 3 Colors */

.three,
.three a {
	color: white;
}

.three a:hover {
	background-color: #4a4a4a;
}

.three h1,
.three h2,
.three h3,
.three h4,
.three h5,
.three h6 {
	background: url(../images/chrome/warm/bg_sidebar_feat_03.png) center top;
}

.three div {
	background: url(../images/chrome/warm/bg_sidebar_feat_03.png) center bottom;
}

/* Feature 4 Colors */

.four,
.four a {
	color: white;
}

.four h1,
.four h2,
.four h3,
.four h4,
.four h5,
.four h6 {
	background: url(../images/chrome/warm/bg_sidebar_feat_04.png) center top;
}

.four div {
	background: url(../images/chrome/warm/bg_sidebar_feat_04.png) center bottom;
}


