/* page */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/* 	background-color: #38295a; */
	background-color:#000;
	scrollbar-face-color : #38295a;
	scrollbar-track-color : #EEEBD9;
	scrollbar-arrow-color : #F7F4E1;
}

/* links */
a:link {
	color: #38295a;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #38295a;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
/*a:active {
	text-decoration: underline;
	color: #38295a;
}*/
/* fonts */
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #38295A;
	padding-left: 15px;
	padding-right: 10px;
}
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 10px;
	color: #38295A;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 25px;
}
h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 16px;
	color: #38295A;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
}
.awardslist
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #38295A;
	padding-left: 25px;
	padding-right: 10px;
}

/* tables */
td, tr, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #38295A;
}
.t_masthead {
/*	background-color: #38295a; */
	background-color:#000;
	background-image:url(../_img/bkg-hdr.gif);
	background-repeat:no-repeat;
	height: 119;
}
.t_nav {
	background-color: #38295a;
	background-image:url(../_img/bkg-nav.gif);
	background-repeat: repeat;
	height: 32;
}
.t_subnav {
	background-color: #38295a;
	background-image:url(../_img/bkg-subnav.gif);
	background-repeat: repeat;
	height: 30;
}
.t_home {
	background-color: #38295a;
	height: 382;
}
.td_home_rotate {
	background-color: #F7F4E1;
	height: 510px;
	width: 764px;
}
.td_home_content {
	background-color: #f7f4e1;
	height: 500px;
	vertical-align:top;
	background-image:url(../_img/bkg-home.gif);
}
.td_portfolio_target {
	background-color: #F7F4E1;
	height: 356;
	width: 460;
}
.td_portfolio_thumbs {
	background-color: #F7F4E1;
	vertical-align:top;
	background-image:url(../_img/bkg-portfolio.gif);
		
}
/*td.td_portfolio_thumbs img {
-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow: 3px 3px 3px #333;
}*/
.tr_interior {
	background-color: #F7F4E1;
}
.td_interior_left {
	background-color: #F7F4E1;
	height: 382;
	width: 165;
	vertical-align:top;
}
.td_interior_content {
	background-color: #F7F4E1;
	vertical-align:top;
	background-image:url(../_img/bkg-interior.gif);
}
.td_interior_copy {
	width: 600px;
	padding-top: 10px;
	padding-bottom: 25px;
}
.td_interior_copy p.brochure {
	margin-left:30px;
}
.td_interior_copy a {
	text-decoration:none;
}
.td_interior_copy a:hover {
	text-decoration:underline;
}
.t_copyright {
	background-color: #38295a;
	background-image: url(../_img/bkg-copyright.gif);
	background-repeat: repeat;
	height: 23;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	padding-left: 15px;
}

.t_copyright a {
	color: #fff;
	text-decoration: none;
}
.t_copyright a:hover {
	color: #fff;
	text-decoration: underline;
}

.t_files {
	background-color: #38295a;
	background-image: url(../_img/bkg-copyright.gif);
	background-repeat: repeat;
	height: 23;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	padding-left: 150px;
}
.td_home_content table tr td .sidemenu {
	margin-top: 40px;
	margin-left: 2px;
    
}
.td_home_content table tr td .sidemenu td {
	background-color: #524168;
	height: 30px;
    	-moz-border-radius: 5px;
	border-radius: 5px;
}
table tr td .downloadable_button a{
	height: 35px;
	width: 150px;
	background-color: #524168;
	color: #F8F7DA;
	padding: 15px;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

table tr td .downloadable_button a:hover {
	height: 50px;
	width: 150px;
	background-color: #524168;
	color: #FCFBEB;
	padding: 15px;
	text-decoration: underline;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table tr td .downloadable_button a:visited {

	color: #FCFBEB;

}

