body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}
#parent {

	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;

}

.header_fade {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 77px;
}
.header_text {
	float: right;
	width: 300px;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 3px;
}

.overall_width {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
h2 {
	color: #F3C033;
	font-weight: normal;
	margin-top: 0px;
}
h4 {
	font-weight: normal;
	color: #F3C033;
	font-size: 17px;
	margin-top: 0px;
	padding-top: 0px;
}

p {
	font-size: 14px;
}

a {
	color: #333333;
	}

.header_bar {
	position: relative;
	height: 77px;
	width: 780px;
}
.yellow_small {
	font-size: 16px;
	color: #F3C033;
	font-weight: bold;
}
.blue_big {
	font-size: 24px;
	font-weight: bold;
	color: #004369;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#menu_bar {
	background-color: #F3C033;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	font-size: 14px;
}
#search_box form {
	margin: 0px;
	padding: 0px;
}

#search_box {
	text-align: right;
	float: right;
	width: 200px;
}
#search_box form input {
	height: 16px;
	width: 180px;
	margin-top: 3px;
	border: 1px solid #F3C033;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	padding: 2px;
	text-align: left;
	vertical-align: bottom;
	font-size: 14px;
	color: #004369;
}

#menu_bar ul {
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu_bar ul li {
	display: inline;
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(../images/menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-right: 0px;
}
#menu_bar .first {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#menu_bar a {
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	background-image: url(../images/content_fade.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	padding-top: 20px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	left: 0px;
	bottom: 0px;
	position: relative;
	z-index: 999;

}
.footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.box_fullwidth {
	background-image: url(../images/box_corner_fade.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px;
	width: auto;
	border: 1px solid #DBDBDB;
}
.box_left_subcol {
	float: right;
	padding: 7px;
	width: 200px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #D2D2D2;
	margin-left: 10px;
	margin-bottom: 10px;
}
h3 {
	color: #F3C033;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.box_2col {
	background-image: url(../images/box_corner_fade.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px;
	width: 363px;
	border: 1px solid #DBDBDB;
	float: left;
	margin-left: 30px;
	min-height:230px;
	height: 230px;
}
.box_2col_footer {

	background-image: url(../images/box_corner_fade.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px;
	width: 363px;
	border: 1px solid #DBDBDB;
	float: left;
	margin-left: 30px;
	min-height:120px;
    height:auto !important;
    height:120px; 
}

.box_3col {
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px;
	width: 241px;
	border: 1px solid #DBDBDB;
	float: left;
	margin-left: 10px;	
	margin-top: 10px;
	min-height: 200px;
    height: auto !important;
    height: 200px; 
}
.box_3col_subhead {
	font-size: 19px;
	color: #FFFFFF;
	background-image: url(../images/box_subhead_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	width: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.box_3col_dash {
	background-image: url(../images/3col_dash.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 7px;
	width: 235px;
	margin-right: auto;
	margin-left: auto;
}

.box_3col_text {
	font-size: 9px;
	color: #666666;
	background-color: #E8E8E8;
	padding: 10px;
	height: 40px;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
}
.box_3col_more {
	font-size: 14px;
	color: #000000;
	text-align: right;
	font-weight: bold;
	padding: 5px;
}
.box_3col_more a {
	color: #000000;
	text-decoration: none;
}

.box_3col_icon {
	text-align: center;
}

.box_4col {
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px;
	width: 175px;
	border: 1px solid #DBDBDB;
	float: left;
	margin-left: 10px;	
	margin-top: 10px;
	min-height: 200px;
    height: auto !important;
    height: 200px; 
}
.box_4col_subhead {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/box_4col_subhead_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	width: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.box_4col_subhead a {
	color: #ffffff;
	text-decoration: none;
}
.box_4col_dash {
	background-image: url(../images/3col_dash.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 7px;
	width: 169px;
	margin-right: auto;
	margin-left: auto;
}

.box_4col_text {
	font-size: 9px;
	color: #666666;
	background-color: #E8E8E8;
	padding: 10px;
	height: 70px;
	width: 149px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.box_4col_text a {
	color: #666666;
	text-decoration: none;
}
.box_4col_more {
	font-size: 14px;
	color: #000000;
	text-align: right;
	font-weight: bold;
	padding: 5px;
}
.box_4col_more a {
	color: #000000;
	text-decoration: none;
}

.box_4col_icon {
	text-align: center;
}

.left_box {
	margin-left: 0px;
}
.col_group {
	padding-bottom: 20px;
}
.portal_footer {
	height: 40px;
	width: 100%;
	padding-top: 20px;
	color: #666666;
	text-align: center;
	display: block;
	left: 0px;
	bottom: 0px;
	position: relative;
	z-index: 999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.portal_footer p {

	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.portal_logo {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.portfolio_box
{
	position: relative;
	border: 1px dashed #888888;
	padding: 0px;
	margin: 10px;
}
div.portfolio_box p
{
	display: inline;
	position: absolute;
	top: 10px;
	left: 180px;
	width: 560px;
	margin: 0px;
	text-align: justify;
}
div.portfolio_box img
{
	margin: 0px;
}
