/* CSS Document */
body {
	background-image: url(images/page_background.jpg);
	margin-top: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #5784AB;
	text-decoration: underline;
}

a:active {
	color: #5784AB;
	text-decoration: none;
}

.style1 {
	color: #FFFFFF;
	font-size: 10px;
}

.style2 {
	color: #FFFFFF; font-size: 9px; 
}

.style3 {
	color: #FFFFFF;
	font-weight: bold;
}

.errormsg {
	color: #FFFFFF;
	padding-bottom: 7px;
}

.style5 {
	color: #638FB2;
	font-weight: bold;
}

.maintext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
margin-top:20px;
margin-left:10px;
}

.maintext2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
margin-top:20px;
margin-left:10px;
}

.titletext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

color: #FFFFFF;
margin-top:20px;
margin-left:10px;
}
.smalltextlink {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
margin-top:15px;
}

cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(overbtn.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 44px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 211px;
height: 44px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 211px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
}



.rolloverbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 100px;
	
}
a.rolloverbutton:hover {
	background-color: #C0C0C0;
	color:#000033;
}

.project_title
{
	text-align: center;
	font-weight: bold;
}

.project_description
{
	margin-left: 10px;
	margin-right: 10px;
}

.project_table_col_titles
{
	font-weight: bold;
	padding-right: 10px;
}

.news_table td {
	vertical-align: top;
	padding-top:10px;
	padding-right:10px;
}

.news_table a {
	color: Black;
}

.news_details {
	
}

.news_details td {
	padding-right: 10px;
}

.news_details a {
	color: Black;
}

.project_title:visited {
	color: Black;
}

.service_table {
	padding-right:10px;
	padding-left:10px;
}

.service_table td {
	vertical-align: top;
}

.index_heading {
	color: White;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 70px;
}

#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc; vertical-align:bottom;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #7AAE51;;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position:absolute;
padding:5px;
left: -300px;
background-color: #7AAE51; 
border: 1px solid #7AAE51;
visibility: hidden;
}