body {
	font-family:trebuchet MS,Lucida,verdana,arial,helvetica,sans-serrif;
	text-align:center;
	font-size:13px;
	line-height:normal;
	margin:0px;
	padding0px;
	background-color:#fff;
	background-color:#fff;
	background-image : url(/images/css/page_bg_2.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	color:#444;
	outline:none;
}

#iframe_viewer {
        display:none;
        width:950px;
        height:620px;
        background:#fff;
        position:absolute;
        top:50px;
        left:50px;
        z-index:10000;
        padding:25px;
        background-image : url(../images/css/window_bg.jpg);
        background-position : 0px -110px;
        background-repeat : repeat-x;
        overflow:hidden;
        margin-bottom:10px;
        border:solid 1px #888;

}

.pdf {
	background-image : url(/images/css/pdf.png);
	background-position : 0px 0px;
	background-repeat : no-repeat;
	padding-left:20px;
	outline:none;

}

.vcard {
	background-image : url(/images/css/vcard_icon.png);
	background-position : 0px 0px;
	background-repeat : no-repeat;
	padding-left:27px;
	outline:none;
	font-style:italic;
	font-size:10px;

}

ul.pdf li{
	list-style-image: url(/images/css/pdf.png);
	margin:0;
	list-style-type: circle;
	padding:3px;
	line-height:120%;
}

.zip {
	background-image : url(/images/css/zip.png);
	background-position : 0px 0px;
	background-repeat : no-repeat;
	padding-left:20px;
	outline:none;

}

.portal {
	background-image : url(/images/css/portal.png);
	background-position : 0px 0px;
	background-repeat : no-repeat;
	padding-left:20px;
	outline:none;
}

.bcard {
	background-image : url(/images/css/bcard.jpg);
	background-position : 1px 1px;
	background-repeat : no-repeat;
	padding:3px;
	border:solid 0px #aaa;
	padding-left:100px;
	

}

#menu0.menu_holder {
	font-weight:700;
	font-size:12px;
	width:100%;
	border:solid 0px #f00;
	float:left;
}

li.menu0.menu_holder {
	border:solid 1px #aaa;
}

#menu_float {
	padding-top:-10;
	border:solid 0px #aaa;
	min-height:100%;
	max-height:100%;
	border-bottom:solid 0px #ccc;
	border-right:solid 0px #ccc;
	float:left;
	background-image : url(/images/css/shadow_x.jpg);
	background-position : 0px 0px;
	background-repeat : no-repeat;

}

.plain {
background:transparent;
}

h1,h2,h3,h4,h5,h6 {
	color:#38c;;
	border-top:solid 1px #d5d5d5;
	font-weight:normal;
	margin:3px;
	padding:0px;
	padding-top:3px;
	padding-bottom:5px;
}

h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

a, a:active, a:visited{
	text-decoration:none;
	color:#059;
	font-weight:700;
}

a:hover{
	text-decoration:none;
	color:#f50;
	font-weight:700;
}

#page_wrapper a, a:active, a:visited{
	text-decoration:none;
	color:#059;
	font-weight:700;
}

#page_wrapper a:hover{
	text-decoration:none;
	color:#f50;
	font-weight:700;

}

.blockquote {
	padding-left:20px;
}

table {
	background-color:#ededed;
	/*background-image : url(/images/css/med_left.jpg);
	background-position : -130px 0px;
	background-repeat : repeat-y;*/
	padding:0px;
	border:solid 0px #ddd;
}

table spacing {0px;}

td {
 border:solid 0px;
 padding:0px;
 padding-left:4px;
}

TH {
	background-image : url(/images/css/th_bg.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	background:#6ac;
	color:#FFF;
}

div {
	border:solid 0px #f00;
}

div#admin_edit submit,input,select {
	background:#999;
	border:solid 0px #ddd;
	color:#fff;
}

.form {
	border-left:solid 1px #eee;
	background-color:#fff;
	background-image : url(/images/css/wide_gray.png);
	background-position : 1px 0px;
	background-repeat : repeat-y;
	padding:20px;
	color:#27c;
	clear:both;
}

div.form submit,input,select {
	background:#fff;
	border:solid 0px #eee;
	color:#666;
}

#main_wrapper {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	max-width:1276px;
	min-width:1055px;
	border:solid 0px #f00;
}

* html div#main_wrapper { 
   width: expression( document.body.clientWidth > 1276 ? "1276px" : "auto" ); /* sets max-width for IE */
}
* html div#main_wrapper { 
   width: expression( document.body.clientWidth < 1055 ? "1055px" : "auto" ); /* set min-width for IE */
}

input,textarea,submit,button,select,selected,checked {
	color:#777;
	font-weight:700;
	font-size:10px;
	border: 1px solid #bbb;
	margin:1px;
	font-family:arial,Lucida,verdana,arial,helvetica,sans-serrif;
}

.button {
	background-image : url(/images/css/button_blue.jpg);
	background-position : 0px -6px;
	background-repeat : repeat-x;
	border:solid 1px #000;
	border-left:solid 1px #555;
	border-top:solid 1px #777;
	color:#fff;

}


#news_rel {
	background-color:#ededed;
	background-image : url(/images/css/med_left.jpg);
	background-position : -100px 0px;
	background-repeat : repeat-y;
	padding:7px;
	border:solid 1px #aaa;
	border-right:solid 0px #aaa;
	float:right;
	width:200px;
	color:#555;
}

div#news_rel a {
	text-decoration:none;
	color:#000;
}

#header {
	background-color:#63A2C3;
	background-image : url(/images/css/header_logo.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-y;
	font-size:28px;
	position:relative;
	margin-top:10px;
	height:90px;
	border:solid 0px #aaa;
	padding:10px;
	clear:both;
	min-width:940px;
}

#page_wrapper {
	background-color:#fff;
	position:relative;
	min-height:500px;
	/*max-height:10000px;*/
	min-width:960px;
	border-right:solid 1px #aaa;
}

.signature {
	font-style:italic;
	font-size:16px;
	font-family:palatino,palatino linotype;
}


#left_nav {
	position:absolute;
	background-color:#4388B1;
	background-image : url(/images/css/nav_col_bdrop.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	float:left;
	left:0;
	color:#fff;
	border:solid 0px;
	width:250px;
	min-height:500px;
	z-index:8;
	height:100%;
}

.even {
	background:transparent;
}

.odd {
	background:#fefefe;
}



li.left_nav_element{
	list-style:none;
	list-style-image:none;
	background-color:#transparent;
	border:solid 0px;
	border-top:solid 1px #79b;
	border-bottom:solid 1px #000;
	padding:3px;
	padding-top:1px;
	padding-left:5px;
	padding-bottom:1px;
	padding-right:10px;
	cursor:pointer;
	display:block;
	list-style-image:url('');
	font-size:12px;
}


.top_nav_element {
	background-color:#464646;
	background-image : url(/images/css/dark_left.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-y;
	border:solid 0px;
	border-left:solid 1px #aaa;
	border-right:solid 0px #000;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	height:100%;
	float:left;
}

#page_content {
	border:solid 0px;
	padding:3px;
	height:auto;
	z-index:7;
	margin-left:260px;
	padding-right:15px;
	position:relative;
	min-width:710px;
}

#footer {
	color:#fff;
	position:relative;
	background-color:#63A2C3;
	background-image : url(/images/css/med_left.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-y;
	text-align:center;
	clear:both;
	min-height:30px;
	border:solid 1px #aaa;
	border-top:solid 1px #ccc;
	font-size:10px;
	color:#fff;
	min-width:960px;
}

.panel_right {
	background-color:#63A2C3;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	background-image : url(/images/css/med_right.jpg);
	background-position : 210px 0px;
	background-repeat : repeat-y;
	width:406px;
	height:100%;
	border:0px;
	z-index:0;*/
}

.panel_header_right {
	font-size:12px;
	text-align:right;
	position:absolute;
	top:0;
	right:0;
	background-color:#63A2C3;
	background-image : url(/images/css/med_right_header.jpg);
	background-position : -570px 0px;
	background-repeat : repeat-y;
	width:406px;
	height:80px;
	border:0px;
	z-index:19;
	color:#fff;
}

.team_spc {
	color:#FFF;
}

#panel {
	position:relative;
	background-color:#ededed;
	background-image : url(/images/css/med_left.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-y;
	text-align:left;
	clear:both;
	min-height:30px;
	border:solid 0px #aaa;
	font-size:10px;
	color:#666;
}

.top_menu_item {
	float:left;
	border-left:solid 1px #999;
}

.top_menu_item:first-child {
	border-left:solid 0px #999;
}

.top_menu_item a:hover {
	color:#059;
	border-bottom:solid 1px #000;
}

div.nav_pannel a:hover {
	color:#fd9;
}

#splash_rotate {
	width:200px;
}

a.top_menu_item {
	color:#666;
	font-weight:700;
}

#panel_shadow {
	background-color:#fff;
	background-image : url(/images/css/bottom_shadow.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	border:0px;
	height:15px;
}

.blurb {
	background-color:#fff;
	border:solid 1px #ccc;
	float:left;
	padding:6px;
	font-size:11px;
	margin:3px;
	margin-right:15px;
	max-width:300px;
	color:#555;
}

.blurb_orange, .blurb_blue, .blurb_green, .blurb_red{
	background-color:#fff;
	border:solid 1px #ccc;
	padding:10px;
	font-size:11px;
	color:#555;
}

.blurb_white {
	background-color:#fff;
}

.blurb_blue {
	background-image : url(/images/css/blurb_blue.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	background-color:#34cbdc;
	color:#fff;

}

div.blurb_blue a { color:#fff;}

#blurb_blue_gray {
	height:25px;
	padding:7px;
	background-image : url(/images/css/blurb_blue_gray.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	background-color:#34cbdc;
	color:#fff;
}

#blurb_blue_gray a, #blurb_blue_gray a:active, #blurb_blue_gray a:visited {
color:#fff;}

#blurb_blue_gray a:hover { color:#fda;}

#blurb_gray {
	height:25px;
	padding:7px;
	background-image : url(/images/css/blurb_gray.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	background-color:#34cbdc;
	color:#fff;

}

#blurb_gray a, #blurb_gray a:visited, #blurb_gray a:active { color:#fff;}

#blurb_gray a:hover { color:#fda;}

.blurb_orange {
	background-image : url(/images/css/blurb_orange.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	background-color:#f9es3c;
	color:#fff;
}

div.blurb_orange a { color:#fff;}

.blurb_red {
	background-image : url(/images/css/blurb_red.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	background-color:#fb783c;
	color:#fff;
}

div.blurb_red a { color:#fff;}

.blurb_green {
	background-image : url(/images/css/blurb_green.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	background-color:#3cfb91;
	color:#fff;
}

div.blurb_green a { color:#fff;}

#header_nav_wrap {
	font-size:12px;
	color:#fff;
	position:absolute;
	width:100%;
	height:30;
	bottom:0;
	left:0;
	border:solid 0px #888;
	border-right:solid 0px #888;
	background-color:#59b;

}

ul {
	margin: 15px;
	padding:0px;
	padding-left:20px;
	line-height:0%;
	text-indent:1px;
	margin-top:0px;
	margin-bottom:0px;
	list-style-position: outside;
	vertical-align: text-bottom;
}

li {
	list-style-image: url(/images/css/bullet_light.gif);
	margin:0;
	list-style-type: circle;
	padding:3px;
	line-height:120%;
}

div.ol li {
	list-style-image:none;
	list-style-type:decimal;
}

.blockquote {
	padding-left:15px;
}

.nav_pannel {
	height:35;
	margin-left:260px;
	background-color:#transparent;
	border:0px;
	padding:2px;
	font-size:10px;
}

div.nav_pannel a {
	color:#fff;
	text-decoration:none;
	font-size:10px;
}

.color_band {
	position:absolute;
	background:#000;
	height:40px;
	border:0px;
	bottom:0;
	right:0;
	width:100%;
}

#bottom_shadow {
	background-color:#fff;
	background-image : url(/images/css/bottom_shadow.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	border:0px;
	height:25px;
	min-width:960px;
}

.col_wrapper {
	padding-left:260px;
}

.col  {
	/* should total: 84.6% */
	float:left;
	border:solid 0px;
	width:28.2%;
	padding-right:15px;
	padding-left:05px;
	border-left :solid 1px #aaa;
}

.col_1{
	float:left;
	border:solid 0px;
	width:28.2%;
	padding-right:15px;
	padding-left:5px;
}

/* ======= ACCIRDION ====== First Teir */

div.accordion, div.accordion-panel, div.accordion-panel-button {
	width:96.5%;
}

div.accordion {
	margin-left:25px;
	margin-right:0px;
}

div.accordion-panel {
}	

div.accordion-panel-button {
	clear:both;
	padding:10px;
	padding-right:0px;
	padding-left:25px;
	margin:0;
	background-image : url(/images/css/tab_accordion.png);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position : 0px 0px;
	font-size:14px;
	font-style:normal;
	color:#38c;
	/*border-top:dashed 1px #ccc;*/
	cursor:pointer;

}

div.accordion-panel-content {
	display:none;
	font-size:13px;
	clear:both;
	line-height:150%;
	color:#444;
	margin-right:-8px;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	border:solid 0px #ddd;

}

/* ======= ACCIRDION ====== Second Teir */

div.accordion_2, div.accordion-panel_2, div.accordion-panel-button_2 {
	width:98%;
}

div.accordion_2 {
	margin-left:25px;
	margin-right:0px;
}

div.accordion-panel_2 {
}	

div.accordion-panel-button_2 {
	clear:both;
	padding:4px;
	padding-right:0px;
	padding-left:25px;
	margin:0;
	background-image : url(/images/css/header_2.gif);
	background-color:transparent;
	background-position : 0px 1px;
	font-size:14px;
	font-style:normal;
	color:#38c;
	border-top:dashed 1px #ccc;
	cursor:pointer;

}
	
div.accordion-panel-content_2 {
	font-size:13px;
	clear:both;
	line-height:150%;
	color:#444;
	margin-right:-8px;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	border:solid 0px #ddd;

}
	
div.float_left{
	float:left;
}

div.float_right{
	float:right;
	font-size:9px;
	color:#aaa;
}

/* orig 108 x 86  */
.inline_icon {
	width:80px;
	height:55px;
	border:solid 0px #555;
}

.spot {
	 background:#fff;
	 border:solid 1px #ddd;
	 padding:6px;
}

.round_container {
	border:solid 0px #f00;
	width:737;
}

.round_border_top{
	border:solid 0px #0f0;
	padding:0px;
	font-size:2px;
	height:18px;
	background-image : url(/images/css/border_round_top.jpg);
	background-position : 0px 0px;
	background-repeat : no-repeat;
}

.round_border_body{
	border:solid 0px #aaa;
	padding-left:20px;
	padding-right:40px;
	padding-bottom:-10px;
	background-color:#eeeeee;
	background-image : url(/images/css/border_round_bg.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-y;
}

.round_border_bottom{
	border:solid 0px #00f;
	height:22px;
	font-size:2px;
	margin-top:-10px;
	background-image : url(/images/css/border_round_bottom.jpg);
	background-position : 0px 0px;
	background-repeat : no-repeat;
}

.dark_gradient {
    background:#fff;
	background-image : url(/images/css/dark_gradient.png);
	background-position : 0px 0px;
	background-repeat : repeat-x;
}

.sec_menu {
	border-top:solid 1px #7bd;
	background-color:#6BB7E4;
	background-image : url(/images/css/med_right.jpg);
	background-position : -50px 0px;
	background-repeat : repeat-y;
	color:#ddd;
	padding-left:10px;
	display:block;
	width:237px;
	margin-left:-35px;
	list-style-image:none;
}

.submenu {
    display:none;
}

div.submenu ul {
	padding-left:20px;
	padding-left: expression( this.padding : "15px" ); /* sets max-height for IE */
}

.sec_menu:hover {
	background-color:#ededed;
	background-image : url(/images/css/nav_hover.jpg);
	background-position : -60px 0px;
	background-repeat : repeat-y;
	color:#fff;
	cursor:pointer;
}

#sec_menu a, a:active, a:visited{
	color:#fff;
	font-weight:normal;
}

#sec_menu a:hover{
	color:#fd9;
}

.footer_text {
	color:#fff;
	font-weight:normal;
}

.required {
	color:#993300;
}

.sidebar_tab_200 {
	background-image : url(/images_content/corporate/sidebar_200.jpg);
	background-position : 0px 0px;
	background-repeat : no-repeat;
	width:200px;
	padding:5px;
	padding-bottom:0px;
	font-weight:700;
	color:#000;
	text-align:left;
	min-height:25px;
}

.sidebar_content{
	text-align:left;
	border:solid 1px #ddd;
	padding:4px;
	margin-top:-5px;
	background:#fff;
}

.caption_small {
	font-size:9px;
	font-style:italic;
}

.caption_medium {
	font-size:10px;
	font-style:italic;
}

.caption_reg {
	font-size:12px;
	font-style:italic;
}

.right_spot_top {
	height:10px;
	background-image : url(/images/css/right_spot_top.jpg);
	background-position : 0px 0px;
	background-repeat : no-repeat;
}

.right_spot_center {
	padding-left:17px;
	padding-right:7px;
	padding-bottom:4px;
	background-image : url(/images/css/right_spot_center.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-y;

}

.right_spot_bottom {
	height:9px;
	background-image : url(/images/css/right_spot_bottom.jpg);
	background-position : 0px 0px;
	background-repeat : no-repeat;
}

.cycle_image {
    display:none;
	border:solid 0px #aaa;
	background:#000;
	position:relative;
	top:0;
	left:0;
	z-index:11;
	display:none;
	padding:0;
	margin:0;
	width:100%;
}
