/* CSS Document */

body {
	background-color: #3d4046;
	margin: 0px;
}

div#spacer {
	height: 10px;
	font-size: 1px;
}

input {
	font-family: verdana, helvetica, sans-serif;
	color: 000;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #fff;
}

textarea {
	font-family: verdana, helvetica, sans-serif;
	color: 000;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #fff;
}

/* Splash */

td.splash_bg {
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	background-image: url(../../images/splash_bg.gif);
	text-align: left;
}

td.splash_content {
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	padding: 10px;
	text-align: left;
}

.logo_sm {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 18px;
}

.logo_md {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 21px;
}

.logo_lg {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 42px;
	text-decoration: underline overline;
}

td.empty {
  font-size: 1px;
  text-align: left;
}

.titles{
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

a:link {text-decoration:none; color: #e39f32;}
a:visited {text-decoration:none; color: #e39f32;}
a:active {text-decoration:none; color: #e39f32;}
a:hover {text-decoration:underline; color: #e39f32;}


td {
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	text-align: left;
}

td.micro {
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	text-align: right;
}

/* Main Menu */

td.mm {
	font-family: verdana, helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../../images/mm_bg.gif);
	text-align: center;
}

a.mm:link {
	text-decoration:none;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	display: inline;
}

a.mm:visited {
	text-decoration:none; 
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	display: inline;
}

a.mm:active {
	text-decoration:none; 
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	display: inline;
}

a.mm:hover {
	text-decoration: underline overline; 
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	display: inline;
}

.sitejump {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

a.sitejump:link {text-decoration:none;color: #fdb000;}
a.sitejump:visited {text-decoration:none;color: #fdb000;}
a.sitejump:active {text-decoration:none;color: #fdb000;}
a.sitejump:hover {text-decoration:none;color: #fff;}

/* Main Menu */

td.dd {
	font-family: verdana, helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffa801;
	text-align: left;
}

td.dd_empty {
	font-family: verdana, helvetica, sans-serif;
	color: #000;
	font-size: 7px;
	font-weight: bold;
	text-align: left;
}

a.dd:link {
	text-decoration:none;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

a.dd:visited {
	text-decoration:none; 
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

a.dd:active {
	text-decoration:none; 
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

a.dd:hover {
	text-decoration: underline overline; 
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

/* Body */

table.body_bg {
	background-image: url(../../images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000;
}

td.content_frame {
	padding: 15px;
	text-align: left;
}

.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/* Recent Project */

td.recent {
	font-family: verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
	text-align: left;
}

/* Footer */

td.footer_c {
	font-family: verdana, helvetica, sans-serif;
	color: #fdb000;
	font-size: 10px;
	padding: 7px;
	text-align: center;
}

td.footer_l {
	font-family: verdana, helvetica, sans-serif;
	color: #fdb000;
	font-size: 10px;
	padding: 7px;
	text-align: left;
}

td.footer_r {
	font-family: verdana, helvetica, sans-serif;
	color: #fdb000;
	font-size: 10px;
	padding: 7px;
	text-align: right;
}
