/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 13px Arial, Tahoma, Helvetica, sans-serif;
	color: #000; 
	background: #BCC8CF url(/website/images/bg.jpg) repeat-x;
	text-align: center;
}

table {
	border: 0;
	padding: 0; margin: 0;
}

/* links */
a { 
	color: #ff4e00;
	text-decoration: none;
	border-bottom: 1px dashed #ffc7ae;
}
a:hover {
	color: #805340;
	border-bottom: 1px dashed #bcb0aa;
}

a.green { 
	color: #e5ffaf;
	text-decoration: none;
	border-bottom: 1px dashed #e5ffaf;
}
a.green:hover {
	color: #aef121;
	border-bottom: 1px dashed #aef121;
}

a.back { 
	color: #2C739D;
	text-decoration: none;
	border-bottom: 1px dashed #86adc5;
}
a.back:hover {
	color: #00A1FF;
	border-bottom: 1px dashed #00A1FF;
}

a.no-border {  
  border: 0;
}


/* headers */
h1, h2, h3 {
	font: bold 10px 'Trebuchet MS', Arial, Sans-serif;
	color: #0067a1;
	margin:0; padding:0;
}
h1 { font-size: 17px; color: #0067a1; } 
h2 { font-size: 15px; color: #004e79; }
h3 { font: bold 14px Arial, Sans-serif; }

span.text_classic {
	color: black;
	font-family: "georgia", serif;
	font-size: 17px;
	font-style: italic;
	line-height: 19px;
	
	background: url(/website/images/quotation.png) no-repeat top left;
	padding-left: 25px;
}

span.field-markneed {
	background: url(/images/field-markneed.png) no-repeat top right;
	padding-right: 17px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #000;
}

ul.stress {
}
ul.stress li {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	padding-bottom: 10px;
	list-style: circle;
}
ul.midstress li {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	padding-bottom: 5px;
	list-style: circle;
}

/* images */
img {
	border: 0;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin: 0; padding: 0;
}
/*label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}*/
input, textarea, select {
	vertical-align: middle;
 	font-family: Arial, sans-serif; 
	font-size: 12px;
	color: #000;
	padding: 2px;
	border: #017dc4 1px inset;
    background: #fff;
}

/* buttons */
.button_default {
	padding: 2px 10px 3px 10px;
	cursor: pointer; /*cursor: hand;*/
	font: bold 11px Verdana, Sans-serif;
	color: #ecf2f6;
	border: #bcc8cf 1px outset;
	border-color: #6a7881;
	background: #6a7881;
}
.button_light {
	cursor: pointer; /*cursor: hand;*/
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color: #567497;
	border: #e1e7ef 1px outset;
	background-color: #cfdbe8;
}

/***********************
	  ERROR FORM
************************/
ul.errorform {
	list-style: none;
 	font-family: 'trebuchet ms',Verdana, Arial, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: top;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #C41F1F;
	border-style:dashed;
	border-color: #FF0000;
	border-width: thin;
}
ul.errorform li {
	color: #FFFFFF;
}
.titleerrorform {
 	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;	
	color: #FFD200;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 820px; /*height: 100%;*/
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}
#content-wrap-bottom {
	position: relative;
	width: 820px;
	height: 14px;	
	background: #FFF url(/website/images/content_bot.jpg) no-repeat;
	margin: 0 auto;
}

/* top */
#top {
	background: #3D4245;
	height: 21px;
	padding-top:5px;
	padding-right:22px;
	text-align: right;
	color: #C4CDD3;
	font: bold 11px Arial, Tahoma, verdana,  sans-serif;
}

/* header */
#header {
	position: relative;
	height: 149px;	
	background: #FFF url(/website/images/header.jpg) no-repeat;
	z-index: 0;	
}
#header .menu {
	position: absolute;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
    margin:0; padding: 0;
    list-style:none;
	right: 0; 
	/*bottom: 6px !important; bottom: 5px;*/
	font: bold 14px 'Trebuchet MS', Arial, Tahoma, verdana,  sans-serif;	
	top: 107px; left: 20px;
	height: 42px; 
}
#header li {
   float:left;
   height: 41px;
   display:inline;
   margin:0; padding:0px 0;
   background: url(/website/images/menu_bg.jpg) repeat-x;
}
#header li.start {
   padding: 0;
   width: 11px;
   background: url(/website/images/menu_left.jpg) no-repeat;
}
#header li.end {
   padding: 0;
   width: 11px;
   background: url(/website/images/menu_right.jpg) no-repeat;
}
#header li.sep {
   padding: 0;
   width: 4px;
   background: url(/website/images/menu_sep.jpg) no-repeat right;
}
#header a {
   margin:0;
   padding:0px 0 0 0px;
   text-decoration:none;
}
#header a span {
   display:block;
   padding:12px 11px 0px 11px;
   color: #3d4245;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#ff7d00;
}

/* Reference */
#reference { 
	height: 20px;
	margin: 0; padding: 4px 25px 0 27px;
}

#reference .reference-left {
	float: left;
	width: 80%;
	text-align: left;
	font-size: 11px;
	color: #5c7380;
}
#reference .reference-right {
	float: right;
	width: 20%;
	text-align: right;
	font-size: 11px;
}

/* Content */
#content-top {
	height: 48px;
	margin: 0; padding: 10px 0 0 28px;
	background: url(/website/images/content_top.jpg) no-repeat;	
}
#content-top .pagetitle {
	color: #EBF1F4;
	font: normal 22px 'Trebuchet MS', Arial, Sans-serif;
}

#content-text-home {
	padding: 15px 17px 12px 15px;
}
#content-text {
	padding: 10px 10px 22px 28px;
}

/* home standout */
#home-standout {
	height: 223px;
	margin: 0; padding: 0;
	background: #0067A1 url(/website/images/home_standout_bg.jpg) no-repeat left;	
	border-right: 2px solid #FFF;
}
#home-standout ul {
	z-index: 999999;
	position: relative;
	margin: 0; padding: 0;
	top: 7px; left: 414px;
	width: 380px;
	
    list-style:none;
	bottom: 6px !important; bottom: 5px;
	color: #c8e7f9;
	font: bold 17px Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif;
	font-style: italic;
	line-height: 18px;
}
#home-standout ul li {
   background: url(/website/images/ok.png) no-repeat left top;
   margin:0;
   padding:0 0 15px 26px;
}
#home-standout ul li b {
	font-weight: bold;
	color: #FFF;
}


/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;		
}

/* subsidebar */
#subsidebar {
	float: left;
	width: 100%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#subsidebar ul.subsidemenu {
	list-style:none;
	margin:0px 0 10px 0px;
	padding:0;		
}
#subsidebar ul.subsidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#subsidebar ul.subsidemenu a {
	text-align:left;
	display:block;
	font: bold 12px Arial,'Trebuchet MS', Verdana, sans-serif;
	color: #0266A4;	
	text-decoration:none;	
	padding:4px 5px 3px 10px;
	background: #CEE4F2;
	border-left:4px solid #0067A2;	
	border-bottom-color: #0067A2;	
	min-height:18px;
}
* html body #subsidebar ul.subsidemenu a { height: 18px; }

#subsidebar ul.subsidemenu a:hover {
	background: #f2f2f2;
	color: #FE7C02;
	border-left:4px solid #FE7C02;
}


/* sidebar */
#sidebar {
	float: left;
	width: 100%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 0px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	text-align:left;
	display:block;
	font: bold 12px Arial,'Trebuchet MS', Verdana, sans-serif;
	color: #333;	
	text-decoration:none;	
	padding:4px 5px 3px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	border-bottom-color: #CCC;	
	min-height:18px;
}
* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}


#sidebar ul.sidemenu li.diff a {
	text-align:left;
	display:block;
	font: bold 12px Arial,'Trebuchet MS', Verdana, sans-serif;
	color: #333;	
	text-decoration:none;	
	padding:4px 5px 3px 10px;
	background: #FFD5AE;
	border-left:4px solid #FE7C02;	
	border-bottom-color: #FE7C02;	
	min-height:18px;
}
* html body #sidebar ul.sidemenu li.diff a { height: 18px; }

#sidebar ul.sidemenu li.diff a:hover {
	background: #FE7C02;
	color: white;
	border-left:4px solid #FFD5AE;
}


#sidebar ul.sidemenu li.diff2 a {
	text-align:left;
	display:block;
	font: bold 12px Arial,'Trebuchet MS', Verdana, sans-serif;
	color: #1F5703;	
	text-decoration:none;	
	padding:4px 5px 3px 10px;
	background: #A0E07F;
	border-left:4px solid #339900;	
	border-bottom-color: #339900;	
	min-height:18px;
}
* html body #sidebar ul.sidemenu li.diff2 a { height: 18px; }

#sidebar ul.sidemenu li.diff2 a:hover {
	background: #339900;
	color: white;
	border-left:4px solid #A0E07F;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer-line {
	width: 100%;
	height: 10px;
	background: #bcc8cf url(/website/images/footer_bg.jpg) repeat-x;
	margin: 25px 0 10px 0;
}

#footer-menu { 
	width: 820px;
	margin: 0 auto;
	padding-top: 25px;
	color: #6F8998;
	font: bold 11px Arial, Tahoma, verdana, sans-serif;
}
#footer-menu a { 
	color: #2C739D;
	border: 0;
}
#footer-menu a:hover { 
	color: #00A1FF;
	border-bottom: 1px dashed #00A1FF;
}

#footer { 
	/*font-size: 95%;*/		
	width: 820px;
	margin: 0 auto;
}

#footer .footer-left {
	float: left;
	width: 55%;
	text-align: left;
}
#footer .footer-right {
	float: right;
	width: 45%;
	text-align: right;
}

#footer-menu .footer-left{
	float: left;
	width: 50%;
	text-align: left;
}
#footer-menu .footer-right{
	float: right;
	width: 50%;
	text-align: right;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.valign-top  { vertical-align: top; }

/* additional classes */
.clear { clear: both; }
.green { color: #9EC630; }
.gray  { color: #BFBFBF; }

.bold { font-weight: bold; }
.small-text { color:#666; font: normal 10px Arial, Tahoma, verdana, sans-serif; line-height: 8px; }

/* menu faqs */
#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #0067a2; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #fa7902; /*Brown color theme*/ 
border-color: #fa7902; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #fa7902; /*Brown color theme*/ 
}


/* detail table */
table.detail {
	border-collapse: collapse;
	background-color: #CFCFCF;
}
table.detail tr td {
	background-color: #FAFAFA;
	border: 1px solid #d8e0ea;
	text-align: left;
	padding: 5px 8px 5px 8px;
}
table.detail tr.title td {
	font-size: 13px;
	background: #fb8406 url(/website/images/content_table_detail_header_bg.jpg) repeat-x center top;
	color: #fee7ce;
	font: bold 12px 'Trebuchet MS', Tahoma, verdana, sans-serif;
	font-style: italic;
	padding: 5px 8px 5px 8px;
}
table.detail tr.head td {
	background-color: #DDE1EE;
	color: #878EA5;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
table.detail tr.resume td {
	background-color: #FFF;
	color: #333333;
	padding: 2px;
}
table.detail tr.detail td {
	background-color: #EFF0FF;
	border: 1px dashed #CFCFCF;
	padding: 6px;
}
table.detail tr.detail2 td {
	background-color: #DFE2FF;
	border: 1px dashed #CFCFCF;
	padding: 6px;
}
table.detail tr td.label {
	color: #0D186F;
	background-color: #F5F7FD;
	padding: 2px 8px 1px 8px;
}
table.detail tr td.field {
	color: #444;
	background-color: #FFFFFF;
}
table.detail tr td.action {
	text-align: center;
	background-color: #FAFAFA;
}