@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	width: auto;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.mainTitles {
	color: #666666;
	margin-top: 10px;
	padding-top: 10px;
}
#title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-left: 20px;
	width: 200px;
	margin-top: 10px;
	color: #666;
}
#areas {
	margin-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	width: 400px;
}
#description {
	width: 350px;
	height: auto;
	padding: 10px;
}
.areas {
	color: #666666;
}
body {
	margin: 0px;
}
#footerLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #43668A;
	width: 100%;
}
a:link {
	text-decoration: underline;
}
#TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table tr td p {
	text-align: left;
	font-weight: normal;
}
a:visited {
	color: #43668A;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #CC0000;
}
#TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table tr td {
}
#TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table {
	color: #FFFFFF;
}
a {
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #666666;
}
#apTitles {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	background-color: #43668A;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	width: 595px;
}
#apTitles2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #43668A;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 280px;
}
#projectTitles {
	color: #FFF;
	background-color: #43668A;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	width: 210px;
}
#infoTitle {
	font-weight: bold;
	color: #FFF;
	background-color: #43668A;
	text-align: center;
	width: 890px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content {
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: capitalize;
}
#homepageImage {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	height: auto;
}
p.homepageTitle {
	font-size: 190%;
	color: #FF9900;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: 400;
}
p.homepageTagline {
	font-size: 130%;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: 300;
}
p.homepageSectionTitle {
	background-color: #EAEAEA;
	display: block;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 120%;
	color: #F90;
	text-transform: uppercase;
	padding-left: 5px;
	font-weight: bold;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDD;
	border-bottom-color: #DDD;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

p.homepageText {
	color: #606060;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	line-height: 150%;
	font-size: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
td.homepageSection {
	margin-right: 0px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	width: 300px;
	color: #666;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
.homepageSectionRight ul li p {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

td.homepageSectionRight {
	margin-right: 0px;
	margin-bottom: 10px;
	width: 35%;
	margin-left: 40px;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}
div.sectionWrapper{
	float: left; /* important */
	position: relative;
	margin-bottom: 10px;
}

.homepageImage {
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

div.description{
	position: absolute; /* absolute position (so we can position it where we want)*/
	bottom: 0px; /* position will be on bottom */
	left: 0px;
	width: 100%;
	/* styling bellow */
	background-color: #333;
	font-family: tahoma;
	font-size: 15px;
	color: #FFFFFF;
	opacity: 0.7; /* transparency */
	filter: alpha(opacity=60); /* IE transparency */
	font-weight: bold;
}
p.description_content{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.content tr td a #baseLogo {
	float: left;
	margin-right: 10px;
}
