@charset "utf-8";
/* CSS Document */

/*******************************************************************************
* Base Styles - DON'T CHANGE THESE!!!                                          *
*                                                                              *
* These rules are used to reset the CSS default properties so things render    *
* identically (or as close we we can get them) in different browsers.          *
*******************************************************************************/

body {
	background-color: #000;
	background-image: url(../images/interface/bg.noswirl.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9E9E9;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
a:visited {
	color: #fff;
		font-size: 12px;
}
a:hover {
	color: #D70046;
	font-size: 12px;
}
a:active {
	color: #fff;
		font-size: 12px;
}
a:link {
	color: #fff;
		font-size: 12px;
}
h1 {
	font-size: 16px;
	color: #FFF;
}
h2 {
	font-size: 18px;
	color: #CCC;
}
h3 {
	font-size: 12px;
	color: #FC0;
}
h4 {
	font-size: 10px;
	color: #B9DCFF;
}
.sectiontitle {
	font-size: 24px;
	color: #FFF;
}
.whittext {
	color: #FFF;
}
.greentext {
	color: #FFF;
}
linktext { 
	font-size:150%; color: #333 }
	
	.IntroText {
	font-size: 18px;
	font-weight: bold;
	color: #936;





/**********************************************************************************
* Branding 1 (Blue)                                                               *
**********************************************************************************/

.branding1 h2										{ color:#09c; border-color: #09c }
.branding1 blockquote p,
 .branding1 cite,
 .branding1 #aside a.download						{ background-color:#09c; }
.branding1 h2.toggler								{ background-position: 100% -445px }
.branding1 h2.toggler.closed						{ background-position: 100% -295px }
.branding1 #portfolio-scroller						{ border-color: #09c; }
.branding1 .subnav a								{ background-position: 0 -295px  }
			

/**********************************************************************************
* Branding 2 (Orange)                                                             *
**********************************************************************************/

.branding2 h2										{ color:#f60; border-color: #f60 }
.branding2 blockquote p,
 .branding2 cite,
 .branding2 #aside a.download									{ background-color:#f60; }
.branding2 h2.toggler								{ background-position: 100% -1045px }
.branding2 h2.toggler.closed						{ background-position: 100% -895px }
.branding2 #portfolio-scroller						{ border-color: #f60; }
.branding2 .subnav a								{ background-position: 0 -895px  }
 
 
/**********************************************************************************
* Branding 3 (Pink)                                                               *
**********************************************************************************/

.branding3 h2										{
	color:#CCC;
	border-color: #f39;
}
.branding3 blockquote p,
 .branding3 cite,
 .branding3 #aside a.download						{ background-color:#f39; }
.branding3 h2.toggler								{ background-position: 100% -745px }
.branding3 h2.toggler.closed						{ background-position: 100% -595px }
.branding3 #portfolio-scroller						{ border-color: #f39; }
.branding3 .subnav a								{ background-position: 0 -595px  }


/**********************************************************************************
* Branding 4 (Teal)                                                              *
**********************************************************************************/

.branding4 h2										{
	color:#CCC;
	border-color: #6c0;
}
.branding4 blockquote p,
 .branding4 cite,
.branding4 #aside a.download						{ background-color:#6c0; }
.branding4 h2.toggler								{ background-position: 100% -1195px }
.branding4 h2.toggler.closed						{ background-position: 100% -1345px }
.branding4 #portfolio-scroller						{ border-color: #6c0; }
.branding4 .subnav a								{ background-position: 0 -1195px  }
