


/*//////////////////////////////////////////////////

	HTML / BODY / GLOBALS Page Setup

//////////////////////////////////////////////////*/
body {
	margin: 0; 
	padding: 0;
	background: url("images/PageContainer-BG.jpg") #F3F3F3 center repeat-y;
	text-align: center; /* center DIV ie bug */
	
	/* Global Font Styles */
	font: 80% "Trebuchet MS", Trebuchet MS, trebuchet MS, trebuchet, Verdana, sans-serif;
	font-size: 10pt; 
	color: #666;
}

a { 
	color: #0000FF; 
}
a:hover {
	color: #FF0000;
}

h1, h2, h3{
	font-size: 1.7em;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
p, table, ul, ol { font-size: 1em; }

a img { border: none; }

/* MAIN COLUMN FORM: Dynamic Form Content ---------------------------------------- */
form {
	margin: 0;
	padding: 5px 0;
}
form fieldset { 
	padding: 12px;
	border: none; 
	background: #F4F4F4; 
}
form fieldset div { 
	margin: 0px;
	padding: 5px 10px;
}
form fieldset div label {
  display: block;
  padding: 0px 5px;
	font-size: 8pt;
	color: #000000;
}
form fieldset div select { 
	padding-left: 2px;
}
form fieldset div textarea { 
  overflow: auto;
	font-size: 8pt;
	padding-left: 2px;
}
form fieldset div input {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet MS, trebuchet MS, trebuchet, Verdana, sans-serif;
	font-size: 8pt;
}
form fieldset div .csc-mailform-submit { width: 110px; }


/*//////////////////////////////////////////////////

	HTML / BODY / CONTAINER - Container Setup Settings

//////////////////////////////////////////////////*/
#PageContainer {
	position: relative; /* Setup inner div containers */
	margin: 0 auto; /* Allow web content to float left-to-right without fixed widths */
	text-align: left;
	width: 770px;
}


/*//////////////////////////////////////////////////

	PAGE / HEADER - Its All about the header baby!

//////////////////////////////////////////////////*/
#PageHeader {
	margin: 0;
	padding: 0;
	position: relative; /* Setup inner div containers */
	background: url("images/PageHeader-BG.jpg") #0941ED repeat-x;
	height: 145px;
	width: 770px;
	z-index: 1;
  
	/* Page Header Globals Font Settings */
	color: #666;
	font-size: 8pt;
}

/* Company Logo */
#CompanyLogo {
	position: absolute;
	top: 14px;
	left: 17px;
	width: auto;
}

/* Language Bar */
#LanguageBar {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 300px;
	height: 35px;
	line-height: 35px;
}
div.CUR, div.INACT, div.NO {
	color: #666;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
}
div.CUR img, div.INACT img, div.NO img {
	padding: 10px 0;
}
/* Date Stamp */
#DateStamp {
	position: absolute;
	top: 110px;
	left: 600px;
	width: 160px;
	height: 35px;
	line-height: 35px;
	text-align: right;
}


/*//////////////////////////////////////////////////

	PAGE / HEADER / Header Navigation Menu
	
//////////////////////////////////////////////////*/
#HeaderMenu {
	margin: 0; 
	padding: 0;
	position: absolute;
	top: 0px;
	right: 20px;
	background: url("images/HeaderNav-BG.jpg") #FFFFFF no-repeat;
	width: 195px;
	height: 33px;
	line-height: 33px;
	
	/* Main Menu Globals Font Settings */
	color: #666;
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
}

/*////////////////////////////////////////////////// Header Navigation Link */
a.HeaderMenuLink { 
	color: #000000;
	text-decoration: none;
}
a.HeaderMenuLink:hover { 
	color: #000000;
	text-decoration: underline;
}


/*//////////////////////////////////////////////////

	PAGE / HEADER / BREADCRUMBS / Page Site Trail Crumbs
	
//////////////////////////////////////////////////*/
#PageCrumbs {
	position: absolute;
	top: 110px;
	left: 150px;
	width: 450px;
	height: 35px;
	line-height: 35px;
}
#PageCrumbs span {
	font-size: 7pt;
	font-weight: bold;
}
#PageCrumbs a {
	color: #0941ED;
	text-decoration: none;
}
#PageCrumbs a:hover {
	color: #FF0000;
	text-decoration: underline; 
}


/*//////////////////////////////////////////////////

	PAGE / CONTENT / CONTAINER - Container Settings 

//////////////////////////////////////////////////*/
#PageContentConatiner {
	margin: 0;
	padding: 0;
	position: relative; /* Setup inner div containers */
	background: #FFFFFF;
	width: 770px;
  
	/* Page Content Globals Font Settings */
	color: #666;
	font-size: 10pt;
}

/* Left Container Structure */
.LeftContent { 
	background: url("images/LeftContent-BG.jpg") #F7F8F8 bottom repeat-x;
	width: 200px; 
}

/* Main Container Structure */
.MainContent {
	margin: 0;
	padding: 10px;
	background: #FFFFFF;
	width: 570px; 
}


/*//////////////////////////////////////////////////

	PAGE / CONTENT / Main Navigation Menu 

//////////////////////////////////////////////////*/
#MainMenu {
	margin: 0; 
	padding: 0;
	position: relative;
	background: url("images/MainMenuLinkNO-BG.jpg") #0D49FF repeat-y;
	width: 200px;
}

/*////////////////////////////////////////////////// Main Menu Globals Border Outlines */
#MainMenu div {
	margin: 0;
	padding: 0; 
	border-top: 1px solid #7692E4; 
	border-bottom: 1px solid #001F79;
}

/*////////////////////////////////////////////////// Main Menu, Level 1, Normal State (NO) */
a.MainMenu-Level1-NO { 
	margin: 0;
	padding: 5px 10px 5px 20px;
	display: block;  
	
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.MainMenu-Level1-NO:hover { 
	color: #CCCCCC;
	text-decoration: underline;
}

/*////////////////////////////////////////////////// Main Menu, Level 1, Active State (ACT) */
a.MainMenu-Level1-ACT { 
	margin: 0;
	padding: 5px 10px 5px 20px;
	display: block;
	background: #FF5D5D;
  background: url("images/MainMenuLinkACT-BG.jpg") #FF5D5D repeat-y;
	
	color: #F3F3F3;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
a.MainMenu-Level1-ACT:hover { 
	color: #FFFFFF;
	text-decoration: none;
}

/*////////////////////////////////////////////////// Main Menu, Level 2, Normal State (NO) */
a.MainMenu-Level2-NO { 
	margin: 0;
	padding: 5px 10px 5px 30px;
	display: block;  
	background: #0D49FF;
	
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a.MainMenu-Level2-NO:hover { 
	color: #CCCCCC;
	text-decoration: underline;
}

/*////////////////////////////////////////////////// Main Menu, Level 2, Active State (ACT) */
a.MainMenu-Level2-ACT { 
	margin: 0;
	padding: 5px 10px 5px 30px;
	display: block;
	background: #6089F4;
	
	color: #F3F3F3;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
a.MainMenu-Level2-ACT:hover { 
	color: #FFFFFF;
	text-decoration: none;
}


/*//////////////////////////////////////////////////

	PAGE / FOOTER - And finally, the end....

//////////////////////////////////////////////////*/
#PageFooter {
	margin: 0;
	padding: 0;
	position: relative; /* Setup inner div containers */
	background: url("images/PageFooter-BG.jpg") #0532BE repeat-x;
	height: 100px;
  
	/* Page Footer Globals Font Settings */
	text-align: center;
}

/* Footer Copyright */
#FooterCopyright {
	color: #CCC;
	font-size: 8pt;
}


/*//////////////////////////////////////////////////

	PAGE / FOOTER / Footer Content
	
//////////////////////////////////////////////////*/
#FooterContent {
	color: #CCC;
	font-size: 8pt;
}
#FooterContent a { 
	color: #FF6F6F;
	text-decoration: none;
}
#FooterContent a:hover { 
	color: #FF6F6F;
	text-decoration: underline;
}
#FooterContent span {
	color: #F3F3F3;
	font-weight: bold;
}


/*//////////////////////////////////////////////////

	PAGE / FOOTER / Footer Navigation Menu
	
//////////////////////////////////////////////////*/
#FooterMenu {
	margin: 0;
	padding: 15px 0 0 0;
	line-height: 20px;
	
	/* Footer Menu Font Settings */
	color: #CCC;
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
}

/*////////////////////////////////////////////////// Footer Navigation Link */
a.FooterMenuLink {
	color: #FFFFFF;
	text-decoration: none;
}
a.FooterMenuLink:hover { 
	color: #CCCCCC;
	text-decoration: underline;
}

/*////////////////////////////////////////////////// Footer Navigation Link */
.tx-rlmpflashdetection-pi1 {
	text-align: center; /* center DIV ie bug */
}