/* CSS Document */


#content_area {
height:100%;
width:100%;
float: center;
}

/*********************************/
/*** Header & Flash. *************/
/*********************************/

#flash_container {
width:1000px;
height:180px;
margin-top:5px;
}


#image_container {
width:996px;
height:122px;
margin-top:5px;
background-image:url(../images/tan_flash_bg_small.png);
background-repeat:no-repeat;
}

/* Content container. */
#content_container {
margin-top:2px;
}




#inner_content {
float:left;
max-width:580px;
text-align:left;
}

#inner_content_large {
float:left;
max-width:620px;
text-align:left;
}

#inner_content_small {
float:left;
max-width:340px;
text-align:left;
}

#inner_content_right {
float:right;
max-width:400px;
text-align:left;
padding-left:6px;
}

#inner_content_left {
float:left;
max-width:150px;
text-align:left;
min-width:165px;
overflow:hidden;
}


#left_column {
float:right;
width:355px;
text-align:left;
}

#left_column_small {
float:right;
width:290px;
text-align:left;
}

#left_column_large {
float:right;
width:550px;
text-align:left;
}

/*********************************/
/*** box. ************************/
/*********************************/
.sidebar_container {
float: right;
margin-top:20px;
margin-bottom:20px;
width:270px;
}

.sidebar_container_flash {
margin-top:1px;
margin-bottom:20px;
width:232px;
}

.sidebar_box_top {
background-image:url(../images/sidebar_box_orange_top.gif);
background-repeat:no-repeat;
overflow:hidden;
height:31px;
}

.sidebar_box_middle {
background-image:url(../images/sidebar_box_orange_middle.gif);
background-repeat:repeat-y;
background-position:bottom;
padding-left:6px;
padding-right:6px;
margin:0px;
}

.sidebar_box_bottom {
background-image:url(../images/sidebar_box_orange_bottom.gif);
background-repeat:no-repeat;
overflow:hidden;
height:10px;
}

.sidebar_box_top1 {
background-image:url(../images/sidebar_box_top1.gif);
background-repeat:no-repeat;
overflow:hidden;
height:31px;
}

.sidebar_box_middle1 {
padding-left:20px;
padding-right:20px;
float: center;
margin:0px;
}

.sidebar_box_bottom1 {
background-image:url(../images/sidebar_box_bottom.gif);
background-repeat:no-repeat;
overflow:hidden;
height:10px;
}

.subcontent_container {
float:left;
margin-top:0px;
margin-bottom:5px;
width:550px;
padding-left:10px;
padding-right:6px;
}




/*****************************************/
/*** main page sidebar. ******************/
/*****************************************/
.sidebarmain_container {
margin-top:0px;
margin-bottom:0x;
width:232px;
height:193px;
}

.sidebarmain_container_center {
margin-top:0px;
margin-bottom:0px;
/*width:253px;*/
width:232px;
/*height:193px;*/
height:170px;
float:left;
}

.sidebarmain_box_left {
background-image:url(../images/Corp-Logo-Box-left.gif);
background-repeat:no-repeat;
width: 50px;
height:192px;
float:left;
}

.sidebarmain_box_top {
background-image:url(../images/Corp-Logo-Box-top.gif);
background-repeat:no-repeat;
width: 256px;
height:18px;
float:left;
}

.sidebarmain_box_center {
background-repeat:no-repeat;
width: 256px;
height:153px;
float:left;
}

.sidebarmain_box_bottom {
background-image:url(../images/Corp-Logo-Box-bottom.gif);
background-repeat:no-repeat;
width: 256px;
height:22px;
float:left;
}

.sidebarmain_box_right {
background-image:url(../images/Corp-Logo-Box-right.gif);
background-repeat:no-repeat;
width: 49px;
height:193px;
float:left;
}


.title_med_orange {
font-size:12px;
color:#CC7700;
margin-top:4px;
margin-bottom:6px;
text-align:center;
}


#pscroller1{
margin-top:0px;
width: 232px;
float:center;
/*height: 154px;*/
height: 160px;
background-color: #ffffff;
}

.someclass{ //class to apply to your scroller(s) if desired
}