@charset "UTF-8";
/* CSS Document */

html {
height: 100%;
padding-bottom: 0px;
margin-bottom: 0px;
text-align: center;
}

body {
background-image: url(images/bg.png);
background-repeat: repeat;
background-position: top;
padding: 0px;
margin: 0px auto;
text-align: center;
min-height: 100%; 
height: 100%;
position: relative;
font-family: tahoma, arial;
font-size: 12px;
color: #333333;
line-height: 16px;
padding-bottom: 0px;
margin-bottom: 0px;
}

#header {
background-image: url(images/topbar.png);
background-repeat:repeat-x;
background-position:left;
width: 100%;
height: 52px;
top: 0px;
position: relative;
z-index: 3;
text-align: center;
}

#footer {
background-image: url(images/footer.png);
background-repeat:repeat-x;
background-position:left;
width: 100%;
height: 73px;
top: 0px;
position: relative;
align: center;
z-index: 1;
text-align: center;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
text-align: left;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -368px; /*position where enlarged image should offset horizontally */
top: -355px;
z-index: 50;
}


.leftrow {
width: 330px;
background-image: url(images/index_leftrow.png);
background-position: top;
background-repeat: repeat-y;
text-align: left;
}

.rightrow {
width: 632px;
background-image: url(images/index_rightrow.png);
background-position: top;
background-repeat: repeat-y;
text-align: left;
}

p.indexleftrow {
padding-left: 30px;
padding-right: 25px;
}

p.indexleftrowleaded {
padding-left: 30px;
padding-right: 25px;
line-height: 34px;
}

p {
padding-left: 10px;
padding-right: 35px;
text-align: left;
}

p.smpadding {
padding-left: 10px;
padding-right: 25px;
text-align: left;
}

#indexwhitebox {
width: 288px;
height: 285px;
background-color: #fff;
text-align: center;
}

.whiteboxtitle {
font-size: 18px;
color: #0d409c;
padding-left: 10px;
padding-right: 10px;
}

.leftrowtitle {
font-size: 16px;
color: #0d409c;
padding-right: 10px;
}

.leftrowtitlehome {
font-size: 16px;
color: #0d409c;
padding-left: 20px;
padding-right: 5px;
}

p.whiteboxtext {
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

a:link.footer, a:visited.footer, a:active.footer {
font-weight: bold;
font-size: 11px;
color: #fff;
text-decoration: none;
}

a:hover.footer {
font-weight: bold;
font-size: 11px;
color: #f3ca4d;
text-decoration: none;
}

.copyright {
font-weight: bold;
font-size: 11px;
color: #f3ca4d;
}

.whitetable {
background-color: #fff;
}

li {
padding-right: 25px;
line-height: 18px;
}

li.white {
padding-right: 25px;
color: #fff;
line-height: 18px;
}

.sm_blue_title {
color: #0d409c;
font-weight: bold;
padding-right: 10px;
}

.projecttitle {
font-size: 18px;
color: #0d409c;
}

.goldtitle {
font-size: 15px;
color: #faae1b;
padding-right: 10px;
}

.roundcont {
	width: 500px;
	background-color: #0d409c;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/bluebox_round_tr.png) no-repeat top right; 
}

.roundbottom {
	background: url(images/bluebox_round_br.png) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.required {
color: #CC0000;
font-weight: bold;
font-size: 13px;
}

select {
font-family: tahoma, arial;
font-size: 12px;
color: #003399;
height: 22px;
background-color: #fff;
width: 125px;
}

.submit, .reset {
font-family: tahoma, arial;
font-size: 12px;
font-weight: bold;
color: #003399;
height: 22px;
width: 125px;
background-color: #fff;
}

object,parm,embed{
z-index:1 !important;
}


