/* HTML elements */

body {	
	background-color: #FFFFFF;
	margin: 0px;
}

body, td, th {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande';
	font-size: 13px;
	color: #575757;
}

a {
	color: #575757;
	text-decoration: none;
}

a:hover {
	color: #820223;
	text-decoration: none;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #820223;
	margin: 0px 0px 23px 0px;
	padding: 3px;
	padding-bottom: 5px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #820223;
	margin: 0px 0px 12px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

p {
	display: block;
	margin: 0px 0px 15px 0;
	padding: 0px;
}

/* Global layout */

.container {
	width: 960px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
	padding-bottom: 20px;
}

.container a, container a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.spacer {
	float: left;
	width: 650px;
	height: 1px;
}

.menu {
	width: 960px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
}

a.menuLink, a.menuActiveLink {
	display: block;
	float: right;
	font-size: 13px;
	color: #000000;
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 28px;
	border-top: 5px solid #FFFFFF;
}

a.menuLink:hover {
	border-top: 5px solid #CFCFCF;
}

a.menuActiveLink, a.menuActiveLink:hover {
	font-weight: bold;
	border-top: 5px solid #820223;
}

.logo {
	float: left;
	margin-top: 1px;
}

.footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	color: #BDBDBD;
	font-size: 12px;
	border-top: 1px solid #BDBDBD;
	margin-bottom: 20px;
}

.footer h1 {
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 14px;
}

.footer img {
	float: left; 
	margin-right: 10px;
}

.loginField {
	width: 100px;
	border: 1px solid #BDBDBD;
	background-color: #FFFFFF;
	margin-right: 10px;
	color: #BDBDBD;
}

.loginButton {
	border: 1px solid #BDBDBD;
	background-color: #FFFFFF;
	margin-right: 10px;
	color: #BDBDBD;
}

.pageContent {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.contentContainer {
	width: 674px;
	float: left;
}

.column {
	float: left;
	width: 350px;
	margin-right: 20px;
}

.column h1 {
	padding: 0;
	margin-left: -1px;
}

a.buttonLink {
	float: left;
	background-color: #969696;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	margin: 10px 10px 20px 0px;
	line-height: normal;
	text-decoration: none;
}

a.buttonLink:hover {
	background-color: #820223;
	color: #FFFFFF;
}

.topBar {
	background-color: #820223;
	margin-bottom: 25px;
	color: #FFFFFF;
	padding-left: 5px;
}

.topBar h1 {
	font-size: 20px;
	color: #FFFFFF;
}

.topBarRight {
	float: right;
	width: 265px;
	border-left: 1px solid #FFFFFF;
	font-size: 26px;
	padding: 3px 0px 4px 20px;
}

.topBar a {
	color: #CFCFCF;
	text-decoration: none;
}

.topBar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.box {
	background-color: #820223;
	color: #FFFFFF;
	float: left;
	width: 18px;
	height: 17px;
	font-size: 13px;
	text-align: center;
	line-height: normal;
	margin: 4px 5px 0 0;
}

.contentBar {
	width: 650px;
}

.contentBar p {
	display: block;
	margin: 20px 0px 0px 0px;
}

.sideBar {
	float: right;
	width: 265px;
	min-height: 500px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.datePosted {
	margin: -10px 0 15px 0;
	font-style: italic;
}

.grayLineLeft {
	border-left: 1px solid #CACACA;
}

.grayLineRight {
	border-right: 1px solid #CACACA;
}

/* Showcase */

.showcase {
	width: 960px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.showcaseLegend {
	width: 960px;
	padding-top: 12px;
	padding-bottom: 11px;
	color: #6D6D6D;
	font-size: 16px;
	border-bottom: 1px solid #626262;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.showcaseLegend a {
	display: block;
	float: right;
	width: 18px;
	height: 17px;
	background-color: #D9D9D9;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	margin-right: 5px;
	padding-top: 1px;
	line-height: normal;
	text-decoration: none;
}

.showcaseLegend a.selected {
	background-color: #820223;
}

.showcaseLegend a:hover {
	background-color: #ADADAD;
}

.showcaseLegend a.selected:hover {
	background-color: #820223;
	cursor: default;
}

.showcase img {
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -480px; 
    z-index: 8;
    opacity: 0.0;
    width: 960px;
	height: 300px;
}

.showcase img.active {
    z-index: 10;
    opacity: 1.0;
}

.showcase img.last-active {
    z-index: 9;
}

.showcaseButtonHolder {
	width: 960px;
	z-index: 19;
}

img#showcaseButtonPrevious, img#showcaseButtonNext {
	position: relative;
	z-index: 20;
	margin-top: -50px;
}

img#showcaseButtonPrevious {
	float: left;
}

img#showcaseButtonNext {
	float: right;
}

img#showcaseButtonPrevious:hover, img#showcaseButtonNext:hover {
	cursor: pointer;
}

/* Page specific classes */

.portfolioItem {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.portfolioCustomer {
	width: 200px;
	text-align: center;
}

.contactColumn {
	float: left;
	width: 310px;
}

a.newsLink {
	line-height: normal;
}

a.newsLink:hover {
	background-color: #820223;
	color: #FFFFFF;
}

.newsLinkActive {
	font-weight: bold;
	line-height: normal;
}

a.newsPage, a.newsPageSelected {
	display: block;
	float: left;
	width: 18px;
	height: 17px;
	background-color: #D9D9D9;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	margin-right: 5px;
	padding-top: 1px;
	line-height: normal;
}

a.newsPage:hover {
	background-color: #ADADAD;
}

a.newsPageSelected {
	background-color: #820223;
}

a.basecampLink {
	display: block;
	float: left;
	height: 21px;
	padding-top: 6px;
	padding-left: 45px;
	background-image: url('../images/basecamp.jpg');
	background-repeat: no-repeat;
	color: #D6D6D6;
}

a.basecampLink:hover {
	color: #820223;
	background-image: url('../images/basecamp_over.jpg');
}

/* Forms */

.textfield {
	width: 98%;
	border: 1px solid #CACACA;
	margin-bottom: 10px;
	padding: 2px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande';
	font-size: 12px;
}

.textarea {
	width: 98%;
	border: 1px solid #CACACA;
	margin-bottom: 10px;
	padding: 2px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande';
	font-size: 12px;
}

.button {
	background-color: #969696;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande';
	font-size: 12px;
	border: 0px solid #FFFFFF;
	cursor: pointer;
}

.button:hover {
	background-color: #AE2A51;
}
