/* GLOBAL STYLES */
* {	margin: 0;
		padding: 0;
}

body {
	text-align: center;
	background: #445261;
} 

img {
	display: block;
}

p, td, ul, h1, h2, h3, div {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #5D636E;
}

select {
	font-size: 11px;
}

/* use this for trademark and copyright symbols in header */
.superscript { 
	font-size:14px;
	vertical-align: super;
	margin-top:0px;
}


a:link {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #0072FF;
	background: transparent;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0072FF;
	background: transparent;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background: #339DFF;
}

a:active {
	text-decoration: none;
	color: #0072FF;
	background: transparent;
}

a.transparent:hover {
	background: transparent;
}	

a.arrow {
	background: transparent url(../images/global/linkArrow.gif) no-repeat scroll right center;
	padding-right: 13px;
	background-position: 99% 60%;
}

a.arrow:visited {
	background: transparent url(../images/global/linkArrow.gif) no-repeat scroll right center;
	padding-right: 13px;
	background-position: 99% 60%;
}

a.arrow:hover {
	background: #339DFF url(../images/global/linkArrowO.gif) no-repeat scroll right center;
	padding-right: 13px;
	background-position: 99% 60%;
}

a.arrow:active {
	background: transparent url(../images/global/linkArrow.gif) no-repeat scroll right center;
	padding-right: 13px;
	background-position: 99% 60%;
}

/* PAGE LAYOUT */

#container {
	position: relative;
	width: 770px;
	text-align: left;
	margin: 15px auto;
	background: transparent;
}

#navigation {
	width: 140px;
	float: left;
	border-right: 1px solid #445261;
	background: transparent;
}

#content {
	width: 629px;
	min-height:350px;
	float: left;
	background: #fff;
}

.note
{	font-size:10px;		
}

.clearIt 
{	height: 100%;
	background:#FFF;
}

/* place this class on containers that need to clear a float */
.clearIt:after 
{   content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* PRIMARY NAVIGATION */
  
#primaryNav {
	list-style-type: none;
	background: #000;
	border-bottom: 1px solid #000;
}

#primaryNav li {
	float: left; /* fix 2px gaps in ie */
	width: 140px;
	margin-bottom: 2px;
	background: #212730;
}

#primaryNav li ul li {
	float: none;
	margin: 0;
}

#primaryNav li div {
	height: 14px;
	clear: both;
}

#primaryNav li div a.btn {
	float: left;
	height: 14px;
	background: #212730;
}

#primaryNav li div a.swt {
	float: right;
	height: 14px;
}

#primaryNav li div a.plus {
	background: #212730 url(../images/nav/navP.gif) no-repeat top left;
}

#primaryNav li div a.plus:hover {
	/*background-position: 0 0px;*/
	background-position: 0 -14px;
}

#primaryNav li div a.minus {
	background: #212730 url(../images/nav/navM.gif) no-repeat top left;
}

#primaryNav li div a.minus:hover {
	background-position: 0 -14px;
}

.subMenu {
	display: none;
	width: 140px;
	list-style-type: none;
	padding: 2px 0 4px 0;
	background: #212730;
}

.subMenu li span {
	color: #5D636E;
	margin-left: 9px;
	/* used to separate links into categories */
}

.subMenu li a {
	display: block;
	width: 120px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #AAB1BC;
	padding: 0 0 0 20px;
	background: transparent url(../images/nav/navSq.gif) no-repeat top left;
	background-position: 9px 5px;
}

.subMenu li a:visited {
	font-weight: normal;
	color: #628CC1;
	background: transparent url(../images/nav/navSq.gif) no-repeat top left;
	background-position: 9px 5px;
}

.subMenu li a:hover {
	color: #fff;
	background: #28333E url(../images/nav/navSq.gif) no-repeat top left;
	background-position: 9px 5px;
}

.subMenu li a:active {
	color: #AAB1BC;
	background: #28333E url(../images/nav/navSq.gif) no-repeat top left;
	background-position: 9px 5px;
}

/* GLOBAL NAVIGATION */

#globalNav {
	width: 140px;
	background: #000;
}

#globalNav ul {
	margin: 0 2px;
	padding: 3px 0;
	list-style-type: none;
	background: #161B22;
}

#globalNav ul li {
	height: 13px;
	line-height: 0;
}

#globalNav ul li a {
	height: 13px;
}

/* GLOBAL COMMUNITY */

#commNav {
	width: 140px;
	padding-bottom: 6px;
	font-size: 10px;
	line-height: 15px;
	color: #AAB1BC;
	background: #000 url(../images/global/cornerBL.gif) no-repeat bottom left;
	border-top: 1px solid black;
}

#commNav img {
	margin: 8px 0 4px 8px;
}

/* FOR LOGIN FORM IN MAIN NAVIGATION
#commNav form {
	color: #5d636e;
	margin-left: 9px;
}

#commNav input {
	font-size: 10px;
	margin: 2px 0 5px 0;
}
*/

#commNav div {
	margin-left: 9px;
}

#commNav ul {
	margin: 8px 0 4px 8px;
	list-style-position: inside;
}

/* GLOBAL SEARCH */


#globalSearch img {
	margin: 15px 0 5px 0;
}

#globalSearch input {
	color: #212730;
	font-size: 11px; 
	line-height: 14px;
}

input.go {
	margin-bottom: -4px;
}

/* FOOTER */

#footer {
	border-top: 1px solid #445261;
	color: #5D636E;
	background: #212730 url(../images/global/cornerBR.gif) no-repeat scroll bottom right;
}

#footer a {
	font-size: 10px;
	font-weight: normal;
	margin: 0 3px 10px;
	color: #AAB1BC;
	background: transparent;
}

#footer a:visited {
	color: #628CC1;
	background: transparent;
}

#footer a:hover {
	color: #339DFF;
	background: transparent;
}

#footer a:active {
	color: #AAB1BC;
	background: transparent;
}

#footer ul {
	list-style-type: none;
	margin: 3px 0 1px 8px;
}

#footer li {
	display: inline;
}

#footer li.copyright {
	/*margin-left:120px;*/
	float:right;
	margin:-13px 10px 0 0
}

/* GENERIC BOXES THAT COULD BE USED ON ANY PAGE */
#genericBox {
	border: 1px solid #aab1bc;
	background: #fff url(../images/global/bgFade.gif) repeat-x scroll bottom left;
}

#genericBox p, #genericBox img{
	margin: 10px;
}


/* COLOR SCHEMES */

.red #header 
{	background: #B91E00 url(../images/global/cornerTRred.gif) no-repeat scroll top right;
}
.orange #header 
{	background: #E67300 url(../images/global/cornerTRorange.gif) no-repeat scroll top right;
}
.yellow #header 
{	background: #EBBC00 url(../images/global/cornerTRyellow.gif) no-repeat scroll top right;
}
.green #header 
{	background: #7BAE00 url(../images/global/cornerTRgreen.gif) no-repeat scroll top right;
}
.teal #header 
{	background: #00869A url(../images/global/cornerTRteal.gif) no-repeat scroll top right;
}
.purple #header 
{	background: #3E26BA url(../images/global/cornerTRpurple.gif) no-repeat scroll top right;
}
.electron #header 
{	background: #0072FF url(../images/global/cornerTRelectron.gif) no-repeat scroll top right;
}
.blueGray #header 
{	background: #628CC1 url(../images/global/cornerTRelectron.gif) no-repeat scroll top right;
}

.red #main h1, .red #intro h1
{	color: #B91E00;
}
.orange #main h1, .orange #intro h1 
{	color: #E67300;
}
.yellow #main h1, .yellow #intro h1 
{	color: #EBBC00;
}
.green #main h1, .green #intro h1 
{	color: #7BAE00;
}
.teal #main h1, .teal #intro h1 
{	color: #00869A;
}
.purple #main h1, .purple #intro h1 
{	color: #3E26BA;
}
.electron #main h1, .electron #intro h1 
{	color: #0072FF;
}
.blueGray #main h1, .blueGray #intro h1 
{	color: #628CC1;
}