/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;	
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DDF2FD;
	color:#666666;
	font-size:12px;
	text-align:left;
	vertical-align:top;
}

.header {
	height:156px;
	vertical-align:top;
}

.nav_box {
	vertical-align:top;
	width: 193px;
	padding-left:27px;
	padding-top:30px;
	background-image:url(images/nav_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

a.nav_link:link, a.nav_link:visited{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height: 30px;
}
a.nav_link:active{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height: 30px;
}

a.nav_link:hover{
	color:#2B3F99;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height: 30px;
}

a:link, :visited{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
}
a:active{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
}

a:hover{
	color:#2B3F99;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
}

.main {
	vertical-align:top;
	background-color:#FFFFFF;
	padding-top:27px;
	width: 730px;
	padding-right:35px;
	padding-left: 15px;
}

h1{
	color:#2B3F99;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 2px;
}
h2{
	color:#2B3F99;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 2px;
}

p {
	line-height:18px;
	margin-top:0px;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	background-image:url(images/bullet.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 10px;
}

.right_panel {
	vertical-align:top;
}

.news_box{
	width: 290px;
	border-color:#2A3E96;
	border-style:solid;
	border-width:1px;

}

.news_box_header {
	background-image:url(images/news_banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:26px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	padding-left:21px;
	padding-top:12px;
}

.news_box_main {
	padding-left:21px;
	padding-top:12px;
	padding-right:21px;
}

a.news_box_link:link, a.news_box_link:visited, a.news_box_link:active {
	color: #000000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:13px;
}
.news_box_link:hover {
	color: #000000;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	line-height:13px;
}


/*********************************************************** image gallery hover script  *************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #DDF2FD;
padding: 5px;
left: -1000px;
border: 1px solid #2B3F99;
visibility: hidden;
color: black;
text-decoration: none;
z-index:100;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
z-index: 50;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	z-index: 50;
	top: 10px;
	left: 10px; /*position where enlarged image should offset horizontally */
}

/*********************************************************** footer  *************/
.footer {
	background-image:url(images/footer_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding-top:17px;
	padding-left:27px;
	padding-right:29px;
	padding-bottom:12px;
	color:#2B3F99;
	font-size:12px;
}

a.footer_link, a.footer_link:link {
	color: #2b3f99;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
a.footer_link:visited {
	color: #2b3f99;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
a.footer_link:active {
	color: #2b3f99;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
a.footer_link:hover {
	color: #2b3f99;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}
a.swc_link, a.swc_link:link, swc_link:visited {
	color: #2b3f99;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
a.swc_link:active {
	color: #2b3f99;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
a.swc_link:hover {
	color: #2b3f99;
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
}