/* CSS Document */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

body {
	line-height: 1;
	font-family: Trebuchet MS;
}

ol, ul {
	list-style: none;
}

h1 {
	font-size: 18pt;
	margin-bottom: 20px;
}

h2 {
	font-size: 14pt;
	margin: 15px 0 15px 0;
}

table {
	font-size: 10pt;
}

h2 a {
	color: #777777;
	font-weight: bold;
}

h2 a:hover {
	text-decoration: underline;
}

.box h2 {
	font-size: 15pt;
	color: #a1a1a1;
	font-weight: normal;
}

h3, h4 {
	color: #008bcf;
	font-size: 10pt;
	margin-left: 35px;
}

h4 {
	color: black;
}

p {
	font-size: 10pt;
	margin-bottom: 15px;
}

input, textarea {
	border: 1px dotted #a1a1a1;
	height: 20px;
	width: 190px;
	padding: 3px 2px 0px 3px;
	font-weight: bold;
	color: #a1a1a1;
	font-size: 9pt;
}

label {
	color: #a1a1a1;
	font-size: 9pt;
	font-weight: bold;
}

input.checkbox {
	width: 14px;
	height: 14px;
	border: none;
}

textarea.long {
	width: 750px;
	height: 120px;
}

input.long {
	width: 355px;
}

input.input_file {
	height: 25px;
}

.button1 {
	background: white;
	color: black;
	border: 0;
	font-size: 8pt;
	font-weight: normal;
	background: url('../images/arrow_button.gif') no-repeat right 8px;
	cursor: pointer;
	padding-right: 10px;
	width: auto;
}

.clear {
   clear:both;
   font-size: 1pt;
}

.grey-line {
	height: 1px;
	font-size: 1pt;
	background: url('../images/grey_dot.gif') repeat-x;
}

#black-line {
	background: black;
	height: 21px;
	width: 100%;
}

#wrapper-main {
	background: url('../images/header_mega.jpg') no-repeat center 0px;
}

#wrapper {
	background: url('../images/header_sub_mega.jpg') no-repeat center 0px;
}

#main {
	margin: 0 auto;
	text-align: center;
	width: 990px;
}

#header {
	position: relative;
	height: 178px;
	width: 990px;
	text-align: left;
}

#header-main {
	position: relative;
	height: 349px;
	width: 990px;
	text-align: left;
}

#logo {
	width: 172px;
	height: 178px;
	position: absolute;
}

#logo-main {
	width: 172px;
	height: 186px;
	position: absolute;
}

#logo-main img {
	position: absolute;
	top: 200px;
}

#logo img {
	position: absolute;
	top: 36px;
}

#language {
	width: 120px;
	height: 25px;
	background: black;
	float: right;
	text-align: center;
	color: white;
	font-size: 10pt;
}

#language a {
	color: white;
}

#language a:hover {
	text-decoration: underline;
}


#breadcrumbs {
	text-align: left;
}

#breadcrumbs ul {
	color: #a1a1a1;
	font-size: 8pt;
	margin-top: 10px;
}

#breadcrumbs ul li {
	display: inline;
	margin-right: 5px;
}

#breadcrumbs ul li a {
	color: #a1a1a1;
}

#breadcrumbs ul li img {
	margin-left: 7px;
	vertical-align: 1px;
}

#table-main {
	width: 990px;
	text-align: center;
	margin: 0 auto;
}

#table-main td {
	width: 135px;
	text-align: left;
	vertical-align: top;
}	

#table-main td div {
	text-align: left;
	width: 135px;
	line-height: 1.2;
}

#table-main td div h2 {
	font-size: 13pt;
	padding-bottom: 5px;
	margin: 0 0 5px 0;
}

#table-main td div p {
	color: #777777;
	font-size: 9pt;
}

#table-main td div ul {
	font-size: 9pt;	
	line-height: 1.2;
}

#table-main td div ul li {
	margin-bottom: 5px;
}

#table-main td div ul li a {
	color: #777777;
}

#table-main td div.red h2 {
	color: #e2001a;
	border-bottom: 1px dotted #e2001a;	
}

#table-main td div.red .button-arrow {
	background: url('../images/arrow_red.gif')  no-repeat right 5px;
}

#table-main td div.red ul li a:hover {
	background: #e2001a;
}


#table-main td div.black h2 {
	color: black;
	border-bottom: 1px dotted black;	
}

#table-main td div.black .button-arrow {
	background: url('../images/arrow_black.gif')  no-repeat right 5px;
}

#table-main td div.black ul li a:hover {
	background: black;
}

#table-main td div.blue h2 {
	color: #008bcf;
	border-bottom: 1px dotted #008bcf;	
}

#table-main td div.blue .button-arrow {
	background: url('../images/arrow_blue.gif')  no-repeat right 5px;
}

#table-main td div.blue ul li a:hover {
	background: #008bcf;
}

#table-main td div.yellow h2 {
	color: #fed710;
	border-bottom: 1px dotted #fed710;	
}

#table-main td div.yellow .button-arrow {
	background: url('../images/arrow_yellow.gif')  no-repeat right 5px;
}

#table-main td div.yellow ul li a:hover {
	background: #fed710;
}

#table-main td div.green h2 {
	color: #b1c903;
	border-bottom: 1px dotted #b1c903;	
}

#table-main td div.green .button-arrow {
	background: url('../images/arrow_green.gif')  no-repeat right 5px;
}

#table-main td div.green ul li a:hover {
	background: #b1c903;
}

#table-main td div.purple h2 {
	color: #bf0941;
	border-bottom: 1px dotted #bf0941;	
}

#table-main td div.purple .button-arrow {
	background: url('../images/arrow_purple.gif')  no-repeat right 5px;
}

#table-main td div.purple ul li a:hover {
	background: #bf0941;
}

#table-main td div.purple h2 a {color: #bf0941;}
#table-main td div.green h2 a { color: #b1c903;}
#table-main td div.yellow h2 a {color: #fed710;}
#table-main td div.blue h2 a {color: #008bcf;}
#table-main td div.black h2 a {color: black;}
#table-main td div.red h2 a {color: #e2001a;}
 
a.button-arrow {
	text-decoration: none;
	font-size: 8pt;
	color: #777777;
	padding-right: 10px;
	background: none;
}

#content {
	width: 990px;
	margin-top: 22px;
}

#content #left {
	float: left;
	width: 230px;
	text-align: left;
}

#left .box {
	width: 190px;
}

#content #right {
	float: right;
	width: 760px;
	text-align: left;	
}

#right-content ul {
	list-style: disc;
	font-size: 10pt;
	padding-left: 15px;
}


#right-content ol {
	list-style: decimal;
	font-size: 10pt;
	padding-left: 22px;	
}


#right-content a, #right-content a:visited {
	color: #777777;
}

#right-content a:hover {
	text-decoration: underline;
	color: #777777; 
}

#menu {
	margin-top: 60px;
}

#menu ul {
	font-size: 12pt;
}

#menu ul li {
	margin-bottom: 5px;
}

#menu ul a {
	color: black;
}

#menu ul a:hover {
	background: #a1a1a1;
}

#footer {
	text-align: left;
	padding: 0px 0 0 25px;
	position: relative;
}

#footer .columns {
	width: 560px;
}

#footer .columns .col {
	float: left;
	width: 150px;
}

#footer .columns .last {
	clear: both;
}

#footer .columns .col h2 {
	color: #777777;
}

#footer ul {
	color: #a1a1a1;
	font-size: 10pt;
}

#footer ul li a:hover, #breadcrumbs ul li a:hover {
	text-decoration: underline;
}

#footer ul li {
	margin-bottom: 5px;
}

#footer ul li a {
	color: #777777;
}

#footer #phone {
	float: right;
	color: #777777;
	top: 10px;
	text-align: right;
	width: 430px;
}

#footer #phone span {
	font-size: 16pt;	
}

#footer #phone span.number {
	font-size: 28pt;
}

#footer #copy {
	background: url('../images/footer_logo.gif') no-repeat right 1px;
	width: 965px;
}

#footer #copy p {
	color: #777777;
	font-size: 8pt;
	padding-right: 20px;
	padding-top: 3px;
	height: 17px;
	text-align: right;
	width: 945px;
} 

#footer #copy p  a {
	color: #777777;
}

#footer #copy p a:hover {
	text-decoration: underline;
}

div.tabs-empty {
	font-size: 10pt;
	width: 760px;
	height: 26px;
}

.tabs ul {
	font-size: 10pt;
	width: 760px;
	height: 26px;
	border-bottom: 1px dotted #a1a1a1;
}

.tabs ul li {
	float: left;
	margin-left: 2px;
	height: 25px;
	position: relative;
	_top: 1px;
}

.tabs ul li a {
	display: block;
	margin: 2px 2px;
	padding: 4px 20px;
	color: black;
}

.tabs .active {
	border: 1px dotted #a1a1a1;
	border-bottom: 1px solid white;
}

.tabs ul li a:hover {
	background: #a1a1a1;
}

#right-content {
	margin-top: 32px;
	margin-bottom: 80px;
	line-height: 1.2;
}

#right-content .cols2 {
	width: 760px;
}

#right-content .cols2 .left {
	float: left;
	width: 355px;
}

#right-content .cols2 .right {
	float: right;
	width: 355px;
}

.newsViewLink {
	font-size: 10pt;
}

span.date {
	color: #777777;
	font-size: 10pt;
}

.saveOk {
	color: green;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
}

.error, span.form_error {
	display: block;
	color: red;
	font-weight: bold;
	margin-left: 10px;
	margin-top: -10px;
	margin-bottom: 15px;
} 

input {
	margin-bottom: 15px;
}