@charset "utf-8";

/* CSS Document */

a {
	text-decoration: none;
	color: #4966a2;
}

a:hover {
	color: #103072;
}

a img {
	border: 0px;
}

body {
	margin: 0px;
	background: url('images/bg.jpg') repeat-x #7789b1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	line-height: 1.4em;
}

.main {
	width:760px;
	background: #FFFFFF;
	border: solid 5px #000066;
}

.side_button {
	width: 200px;
	height: 43px;
	background: url('images/pac_button.jpg');
	line-height: 45px;
	text-align: center;
	font-size:18px;
	color:#FFFFFF;
	cursor: pointer;
	border-bottom: solid 5px #f57700;
}

.side_button_over {
	width: 200px;
	height: 43px;
	background: url('images/pac_button_hover.jpg');
	line-height: 45px;
	text-align: center;
	font-size:18px;
	color:#FFFFFF;
	cursor: pointer;
	border-bottom: solid 5px #f57700;
}

.box{
	width:500px;
}

.box_top {
	background: url('images/box_top.gif');
	height: 43px;
}

.box_mid {
	background: url('images/box_mid.gif') repeat-y;
	padding-left: 40px;
	padding-right: 55px;
	font-size: 12px;
	text-align:left;
}

.box_bottom {
	background: url('images/box_bottom.gif') repeat-y;
	height: 42px;
}

.box_title {
	vertical-align: sub;
	font-weight: bold;
	font-size: 16px;
}

.box_title img {
	vertical-align:sub;
}

.footer {
	background: url('images/footer.png') no-repeat;
	color: #FFFFFF;
	font-size:10px;
	text-align: center;
	width: 770px;
	height: 22px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.expandable_pic {
	cursor: pointer;
}

.slideshow {
	width: 500px;
	background: #101044 repeat-x url('images/slideshowbg.png');
	color: #FFFFFF;
	font-size: 10px;
}

.slideshow img{
	border: solid 1px #acace5;
}

.slideshow_header {
	width: 500px;
	height: 22px;
	background: url('images/slideshow_header.png');
	color: #91a5d7;
	font-size: 11px;
	text-decoration: none;
}

.slideshow_footer {
	width: 500px;
	height: 22px;
	background: url('images/slideshow_footer.png');
	color: #91a5d7;
	font-size: 11px;
	text-decoration: none;
	line-height: 16px;
}

.slideshow_footer img {
	vertical-align: text-bottom;
}

.slideshow_footer a {
	color: #91a5d7;
}

.about_sub {
	background: url(images/sidebar_sub.jpg);
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
	border: solid #f57600;
	border-width: 0px 0px 5px 5px;
	font-weight: bold;
}

.about_sub a {
	color: #FFFFFF;
}

.about_sub a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
<!--------------------------- Sub Tab Styles --------------------------->

#sub_tab {
	width: 150px;
	position: absolute;
	top: 30px;
	left: -22px;
}
	
#sub_tab .top div {
	float: left;
	height: 21px;
}
#sub_tab .top #left {
	width: 128px;
	background: #f57600;
}
#sub_tab .top #right {
	width: 22px;
	background: url('images/tab_corner_top.png');
}

#sub_tab .middle {
	width: 150px;
	background: #f57600;
	float: left;
}

#sub_tab .bottom div {
	float: left;
	height: 21px;
}
#sub_tab .bottom #left {
	width: 128px;
	background: #f57600;
}
#sub_tab .bottom #right {
	width: 22px;
	background: url('images/tab_corner_bottom.png');
}

#sub_tab .content {
	width: 122px;
	position: relative;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
}

#sub_tab a {
	color: #FFFFFF;
}

#sub_tab .content a:hover {
	font-weight: bold;
}
