@charset "UTF-8";
/* CSS Document */




/*////////////////////////////////////////
//          HEADER AREA IN RED
////////////////////////////////////////*/

#header {
	height:135px;
	background-image:url(../images/designelements/inside-header.png);
}

a.logolink {
	margin-left:75px;
	margin-top:34px;
}

/*////////////////////////////////////////
//               MAIN MENU
////////////////////////////////////////*/


#menu {

	height: 60px;
}





/*////////////////////////////////////////
//               Billboard Ad
////////////////////////////////////////*/





/*////////////////////////////////////////
//        Search Balloon and line
////////////////////////////////////////*/





/*////////////////////////////////////////
//         Picasa Gallery Box
////////////////////////////////////////*/





/*////////////////////////////////////////
//                LAYOUT
////////////////////////////////////////*/

#container {
	background-image:url(../images/designelements/inside-background-gradient-tile.png);
	background-repeat:repeat-x;
}

#container .inner {
	background-image:url(../images/designelements/inside-background-tile.png);
	
}


#content {
	background-image:url(../images/designelements/inside-background-main.png);
	background-repeat:no-repeat;
}


#leftcolumn {
	position:relative;
	width:715px;
	float:left;
	padding-right:70px;
	min-height: 379px;
	height: auto!important;
	height: 379px;
	padding-bottom:30px;
	padding-top:30px;
}

#leftcolumn ul {
	margin-left:35px;
	list-style:square;

}

/*////////////////////////////////////////
//            CONTENT TABLES
////////////////////////////////////////*/


.customtableborder {
	border:solid #FFFFFF 2px;
}

.customtablerowborder td {
	border-bottom:solid #345087 1px;
}

.customtablerowborderwhite td {
	border-bottom:solid #FFFFFF 2px;
}

.customtabletrwhite {
	background-color:#FFFFFF;
}

.customtabletrlightblue {
	background-color:#3f5a90;
}

.customtabletrwhite td {
	color:#000033;
	font-weight:bold;
}



/*////////////////////////////////////////
//            CONTENT IMAGES
////////////////////////////////////////*/



#leftcolumn img {
	border:#FFFFFF solid 2px;
	
}

#leftcolumn a:hover img {
	border:#bac7dc solid 2px;
}

#leftcolumn img.right {
	float:right;
	margin-left:40px;
	margin-bottom:40px;
	
}

#leftcolumn img.left {
	float:left;
	margin-right:40px;
	margin-bottom:40px;
}



/*////////////////////////////////////////
//           News/Story Items
////////////////////////////////////////*/

ul#newsitemlist {
	margin:0px;
	padding:0px;
}

ul#newsitemlist li {
	list-style:none;
}



/*////////////////////////////////////////
//                FOOTER
////////////////////////////////////////*/

#leftcolumn div#searchform {
	position:absolute;
	left:500px;
	top:18px;
	width:303px;
}


#footer {
	background-color:#0e2d66;
}


