﻿body
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif, Tahoma;
	font-size: 12px;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	text-align: center;
}

h1
{
	color: #AAAAAA;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2
{
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

img
{
	border: none;
	padding: 0;
}

img.button
{
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 5px 5px 0 0;
}

td
{
	font-family: Arial, Verdana,  Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-style: normal;
}

th
{
	font-family: Arial, Verdana,  Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}

p
{
	margin-bottom: 10px;
	text-align: justify;
}

div#layout_body a:hover, div#layout_footer a:hover
{
	text-decoration: underline;
}

ul.list
{
	padding-top: 5px;
}

ul.list li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 
div#layout_body a,
div#layout_body a:link,
div#layout_body a:visited,
div#layout_body a:active
*/
a,
a:link,
a:visited,
a:active
{
	color: #09c;
	text-decoration: none;
}

a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

div#layout_footer a:link,
div#layout_footer a:visited,
div#layout_footer a:active
{
	color: #0000FF;
	text-decoration: none;
}

/*============================
	BREADCRUMB (BEGIN)
==============================*/
div.breadcrumb
{
	margin: 0;
}

div.breadcrumb ul
{
	list-style-type: none;
	margin: 0; /* 0 10px 0;*/
	height: 16px; /* This is the height we wan't on our breadcrumb */
	padding: 4px 0 4px 8px;
	background: #999; /* This is our background color */
	color: #f5f5f5; /*This is our color on the text which isn't a link. We want' they to be light grey */
}

div.breadcrumb ul li
{
	float: left;
	display: inline;
	margin-right: 4px;
}

div.breadcrumb ul li a,
div.breadcrumb ul li a:active,
div.breadcrumb ul li a:visited
{
	color: #fff; /* Our breadcrumb links are going to be white */
	font-weight: bold; /* And bold */
	background: url(Images/icon_breadcrumb.gif) top right no-repeat;
	padding-right: 12px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
	text-decoration: none;
}

div.breadcrumb ul li a:hover
{
	color: #333;
	background:url(Images/icon_breadcrumb.gif) bottom right no-repeat;
}

/*============================
	BREADCRUMB (END)
==============================*/


/*============================
	LAYOUT (BEGIN)
==============================*/

div#layout_main
{
	text-align: left;
	margin: 10px auto;
	width: 893px;
	background-color: #FFFFFF;
	border: none;
	padding: 0;
}

div#layout_header
{
	width: 893px;
	height: 70px;
	left: 5px;
	position: relative;
}

div#layout_header div#layout_header_links
{
	top: 0;
	right: 10px;
	text-align: right;
	width: 250px;
	height: 55px;
	position: absolute;
}

div#layout_menu
{
	width: 100%;
	display: block;
	z-index: 150;
	position: relative;
}

div#layout_banner
{
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

/*
div#layout_banner_buttons
{
	z-index: 50;
	left: 450px;
	height: 35px;
	width: 500px;
	position: absolute;
	top: 200px;
}*/

div#layout_ads
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 88px;
	z-index: 100;
	position: relative;
}

div#layout_ads div#layout_body_adtop
{
	width: 780px;
	top: 0;
	left: 0;
	position: absolute;
	cursor: hand;
}

div#layout_ads div#layout_body_adright
{
	width: 112px;
	top: 0;
	left: 781px;
	position: absolute;
}

div#layout_body
{
	background-color: #FFFFFF;
	width: 780px;
}

div#layout_body div#layout_body_contents
{
	display: block;
	width: 760px;
	margin: 10px;
	vertical-align: top;
}

div#layout_footer
{
	z-index: 0;
	background-color: #CCCCCC;
	height: 30px;
	width: 100%;
	position:relative;
}

div#layout_footer span
{
	z-index: 0;
	position:absolute;
	top: 8px;
	left: 15px;
	text-align: left;
	font-family: Arial;
	font-size: 8pt;
	vertical-align: middle;
}

/*============================
	LAYOUT (END)
==============================*/


/*============================
	CORPORATE DIRECTORY (BEGIN)
==============================*/

div.corpdir_full
{
	position: static;
	display: block;
	clear: both;
	width: 100%;
	margin: 5px;
}

div.corpdir_normal
{
	position: static;
	display: block;
	float: left;
	width: 350px;
	margin: 5px;
}

div.featured
{
	margin: 0;
	/*border: solid 1px #EFEFEF;*/
	border: none;
	width: 112px;
}

div.featured span
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 5px 0 5px 0;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

div.featured div.body
{
	background-color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	width: 112px;
	height: 600px;
}

div.featured div.body img
{
	margin-bottom: 15px;
	border: none 0;
}

/*============================
	CORPORATE DIRECTORY (END)
==============================*/


/*============================
	BOXES (BEGIN)
==============================*/

div.roundbox
{
	border: none 0;
	position: relative;
}

div.roundbox div.header_blue
{
	background: url(Images/hdr_blue_bg.gif) repeat-x;
	height: 30px;
	padding: 0;
	text-align: center;
	margin-left: 17px;
	margin-right: 17px;
	overflow: visible;
}

div.roundbox div.header_blue div.topleft
{
	background: url(Images/hdr_blue_topleft.gif) no-repeat;
	display: block;
	width: 17px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

div.roundbox div.header_blue div.topright
{
	background: url(Images/hdr_blue_topright.gif) no-repeat;
	display: block;
	width: 17px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}

div.roundbox div.header_yellow
{
	background: url(Images/hdr_yellow_bg.gif) repeat-x;
	height: 30px;
	padding: 0;
	text-align: center;
	margin-left: 17px;
	margin-right: 17px;
	overflow: visible;
}

div.roundbox div.header_yellow div.topleft
{
	background: url(Images/hdr_yellow_topleft.gif) no-repeat;
	display: block;
	width: 17px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

div.roundbox div.header_yellow div.topright
{
	background: url(Images/hdr_yellow_topright.gif) no-repeat;
	display: block;
	width: 17px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}

div.roundbox div.header_blue span,
div.roundbox div.header_yellow span
{
	vertical-align: middle;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0 auto 0 auto;
}

div.roundbox div.body
{
	padding: 5px;
	height: 100%;
	background-color: #FFFFFF;
}

div.formbox
{
	border: none 0;
	margin: 0 auto 10px auto;
	position: relative;
}

div.formbox div.formbox_header
{
	background-color: #666666;
	height: 25px;
	position: relative;
}

div.formbox div.formbox_header span
{
	position: absolute;
	top: 5px;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

div.formbox div.formbox_body
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
}

div.searchbox
{
	background-color: #EFEFEF;
	padding: 5px;
}

div.alphabetbox
{
	padding: 10px 0 0 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

div.alphabetbox a:link,
div.alphabetbox a:visited,
div.alphabetbox a:active
{
	background-color: #EFEFEF;
	text-decoration: none;
	color: #454545;
	padding: 2px 5px 2px 5px;
}

div.alphabetbox a:hover
{
	background-color: #09c;
	color: #FFFFFF;
	text-decoration: none;
}

div.alphabetbox a.selected:link,
div.alphabetbox a.selected:visited,
div.alphabetbox a.selected:active,
div.alphabetbox a.selected:hover
{
	background-color: #454545;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
}

div.cdfeatured
{
	border: dashed 1px #09c;
	display: block;
	position: relative;
	width: 70%;
	margin: 10px auto 20px auto;
}

div.cdfeatured div.cdfeatured_header
{
	position: relative;
	display: block;
	width: 100%;
	background-color: #09c;
}

div.cdpremium
{
	border: dashed 1px #990000;
	display: block;
	position: relative;
	width: 70%;
	margin: 10px auto 20px auto;
}

div.cdpremium a,
div.cdpremium a:active,
div.cdpremium a:visited
{
	color: #990000;
}

div.cdpremium a:hover
{
	color: #f00;
}

div.cdpremium div.cdpremium_header
{
	position: relative;
	display: block;
	width: 100%;
	background-color: #990000;
}

div.cdfeatured div.cdfeatured_header span,
div.cdpremium div.cdpremium_header span
{
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

div.cdfeatured table,
div.cdpremium table
{
	border-collapse: collapse;
}

div.cdfeatured tr:hover,
div.cdpremium tr:hover
{
	background-color: #efefef;
}

div.cdfeatured td
{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #09c;
}

div.cdpremium td
{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #990000;
}

div.cdfeatured div.cdfeatured_content,
div.cdpremium div.cdpremium_content
{
	width: 100%;
	overflow: auto;
}

div.cdnormal
{
	display: block;
	position: relative;
	margin: 5px 0 20px 0;
}

div.cdnormal div
{
	float: left;
	padding: 5px;
	width: 350px;
	border: solid 1px #fff;
}

div.cdnormal div:hover
{
	border: dashed 1px #454545;
}


/*============================
	BOXES (END)
==============================*/


/*============================
	TABLE (BEGIN)
==============================*/

table.tbContainer
{
	margin: 10px;
	border: none;
	width: 98%;
}

table.tbContainer th
{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

table.tbContainer tfoot
{
	background-color: #f0f1f2;
}

table.tbStandard
{
	border: solid 1px #454545;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

table.tbStandard thead td,
table.tbStandard th
{
	border: solid 1px #454545;
	text-align: left;
	color: #FFFFFF;
	background-color: #09c;
	font-weight: bold;
	padding: 5px;
}

table.tbStandard tr.alt
{
	background-color: #EFEFEF;
}

table.tbStandard td
{
	border: solid 1px #454545;
	border-collapse: collapse;
	padding: 5px;
}

table.tbRanking
{
	border: solid 1px #454545;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

table.tbRanking thead td,
table.tbRanking th
{
	border: solid 1px #454545;
	text-align: left;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px;
}

table.tbRanking tr.alt
{
	background-color: #EFEFEF;
}

table.tbRanking td
{
	border: solid 1px #454545;
	border-collapse: collapse;
	padding: 5px;
}

table.List
{
	border: solid 1px #454545;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

table.List thead th
{
	background-color: #EFEFEF;
	color: #000000;
	font-weight: bold;
}

table.List th
{
	border: solid 1px #454545;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #454545;
	padding: 5px;
}

table.List tr.alt
{
	background-color: #EFEFEF;
	vertical-align: top;
}

table.List tr:hover
{
	background-color: #CCCCCC;
}

table.List td
{
	border: none 0;
	border-collapse: collapse;
	padding: 5px;
}

table.List td.command
{
	border: solid 1px #454545;
	text-align: right
}

table.Borderless
{
	border: none 0;
}

table.Borderless td
{
	border: none 0;
	padding: 5px;
	vertical-align: top;
}

table.Borderless thead td,
table.Borderless th
{
	color: #FFFFFF;
	background-color: #454545;
	padding: 5px;
	text-align: left;
}

table.tbSelectionList
{
	border: solid 1px #454545;
	background-color: #FFFFFF;
	width: 100%;
}

table.tbSelectionList tr
{
	cursor: pointer;
	background-color: #FFFFFF;
	color: #000000;
}

table.tbSelectionList tr:hover
{
	background-color: #EEEEEE;
	color: #000000;
}

table.tbSelectionList tr.highlight
{
	background-color: #454545;
	color: #FFFFFF;
}

table.tbSelectionList tr.highlight:hover
{
	background-color: #666666;
	color: #FFFFFF;
}


table.tbSelectionList td
{
	vertical-align: top;
	padding: 5px;
	margin: 0;
	border: dotted 1px #454545;
	border-collapse: collapse;
}

table.Form
{
	border: solid 1px #454545;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin: 10px auto 10px auto;
}

table.Form th
{
	padding: 5px;
	background-color: #454545;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

table.Form th.section
{
	padding: 5px;
	background-color: #CCCCCC;
	color: #000000;
	text-align: left;
}

table.Form td
{
	padding: 5px;
	border-collapse: collapse;
	color: #000000;
}

table.Form td.command
{
	border: none 0;
	text-align: right;
}

table.Form td.label
{
	border: solid 1px #454545;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	background-color: #EFEFEF;
}

table.Form td.data
{
	border: solid 1px #454545;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
}

table.Form td.data input,
table.Form td.data select
{
	margin-bottom: 5px;
}

/*============================
	TABLE (END)
==============================*/


.form_label
{
	vertical-align: top;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
}

.form_data
{
	text-decoration: none;
}

.notice
{
	font-style: italic;
}

.error
{
	color: #FF0000;
}
