/***********************************************\
|			COLORS USED				 |
|									 |
|	Text Color (grey)		#7b7c80	 		 |
|	BG Color			#1f7a7d	 		 |
|	Dynea Red			#c31230	 		 |
|	Dynea Orange		#f05c22	 		 |
|	Background Color		#1f7a7d	 		 |
|	Footer grey			#bbbcc0	 		 |
|									 |
\***********************************************/


/***********************************************\
|			HTML ELEMENTS			 |
\***********************************************/

a, a:visited{
	color: #c31230;
	text-decoration: none;
}

a:hover, a:focus{
	text-decoration: underline;
}

a acronym, a abbr{
	cursor: pointer;
}

a img{
	border: 0;
}

address{
	font-style: normal;
}

body {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	background: url(/interface/structure/bg_main.gif) repeat-x #1f7a7d;
	color: #7b7c80;
}

abbr, acronym{
	border-bottom: 1px dashed;
	cursor: help;
}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.3em;
}

h3{
	font-size: 1.2em;
}

h4, h5, h6{
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin: 0;
	padding: 8px 0; /** padding instead of margin for the gap between navigaiton and main h1 **/
	color: #c31230;
}

p{
	/* Opera issue with padding to be resolved */
	margin: 1em 0;
	padding: 0;
	line-height: 1.5em;
}

strong{
	color: #555;
}

sup{
	display: none;
}


/***********************************************\
|			CLASSES					 |
\***********************************************/

.alignCenter{text-align: center;}
.alignRight{text-align: right;}
.alignLeft{text-align: left;}
.clearBoth{clear: both;}
.clearLeft{clear: left;}
.clearRight{clear: right;}
.displayNone{display: none;}
.floatRight{float: right;}
.floatLeft{float: left;}

.highlight{
	color: #ff0000;
}

.imgLeft{
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.imgRight{
	float: right;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.imgLeftNoBorder{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.imgRightNoBorder{
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}

.overflowHidden{overflow: hidden;}
.uppercase{text-transform:uppercase;}
.captialize{text-transform:capitalize;}

.skip{
	display: none;
} 

.smallText{
	font-size: 0.9em;
}

.linkDivider{display: none;}

.orange{
	color: #f05c22 !important;
}

.red{
	color: #c31230 !important;
}


/***********************************************\
|			TEMPLATE LAYOUT			 |
\***********************************************/


/**** TOP ****/

#top{
	background: url(/interface/structure/bg_right_fade.gif) top right repeat-y #fff;
}

#topNavTop{
	background: url(/interface/structure/bg_nav_top.gif) bottom left no-repeat;
	height: 102px;
}

h1#siteTitle{
	float: left;
}

#siteStrapline{
	float: right;
}

#navHolder{
	display: none;
}


/**** CENTER ****/
#industriesNav{
	display: none;
}

/**** FOOTER ****/
#legalLinks, #footerNav, #industries{
	display: none;
}

#footer{
	margin-top: 80px;
	border-top: 2px solid #f05c22;
	text-align: left;
}

#footerContact {
	margin: 5px 0 10px 0;
	color: #c31230;
}

#rights{
	margin-top: 7px;
	font-size: 0.8em;
	color: #000;
}

/**** 3  Tabular Data ****/
table{
	margin-right: 20px;
	color: #1f7a7d;
	padding: 0px;
	border: 1px solid #000;
}

table .tableAlignCenterTop{
	text-align: center;
	vertical-align: top;
}

thead th{
	padding: 5px 5px;
	text-align: left;
	border: 1px solid #000;
}

table tr{
}

table tr h2{
	text-decoration: underline;
}

table td{
	padding: 3px 5px;
	border: 1px solid #000;
}


/**** GENERIC FORMS ****/
.generalForm {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}

/* see also ie_fixer.css  */
.generalForm  fieldset {
	border: 1px solid #000;
	padding: 20px 10px 25px 10px;
	margin-top: 15px;
}

/* see also ie_fixer.css  */
.generalForm  legend {		
	color: #fff;
	background-color: #c31230;
	background-color: #f05c22;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 1.1em;
}

.generalForm  input {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display: inline;
	border: 1px solid #000;
	width: 280px;
	padding: 2px;
}

/* see also ie_fixer.css  */
.generalForm  label {
	width: 120px;
	float: left;
	text-align: right;
	margin: 3px 1em 0px 0px;
	clear: both;
	font-weight: bold;
}

.generalForm  .checkBoxLabel{
	width: 180px;
}

.generalForm .generalCheckbox{
	width: 18px;
}

.generalForm  textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px solid #000;
	width: 280px;
	padding: 2px;
}

.generalForm  .submitButton{
	display: block;
	padding: 1px 5px;
	width: 7.5em;
	margin: 0px auto 10px auto;
	font-weight: bold;
	margin-top: 15px;
}

.generalForm  .generalCheckBox{
	display: inline;
	width: 18px;
	border: 0; /* Only seen by IE - otherwise border issue **/
}

.generalForm  #errorMessage{
	margin-bottom: 15px;
}

.generalForm  #errorMessage h2{
	color: #c31230;
	margin: 0;
	padding: 0;
}

.generalForm  .error{
	color: #c31230;
	margin: 0px 0px 15px 135px;
	font-size: 0.8em;
}

.generalForm  .errorText{
	color: #c31230;
}

.generalForm  .errorList ul li a{
	color: #c31230;
}

.formInfo{
	margin: 0 0 15px 0;
}