/* CSS Document */
body 
{
	margin: 0;
	margin-top: 20px;
	padding: 0;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #616161;
	/*848484 -- 9d9c9c*/
}

.sm_txt { font-size: 9px; font-family: Arial, Helvetica, Sans-Serif; font-style: italic; }

a, a:link, a:visited, a:hover 
{
	color: #616161;
}

#flash_cogs 
{
	position: absolute;
	z-index: 600;
}

#menu_main, #menu_sub
{
	z-index: 600;
	position: relative;
	background-color: #FFFFFF;
	float: right;
}

#menu_main {
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
	padding-top: 10px;
}

#menu_sub {
	font-size: 9px;
	text-align: right;
	margin-right: 10px;
	margin-top: 7px;
	color: #b1b1b1;
}

#menu_main a, #menu_main a:link, #menu_main a:visited {
	color: #616161;
	text-decoration: none;
}

#menu_main a:hover {
	color: #4e8abe;
	text-decoration: none;
}

#menu_sub a, #menu_sub a:link, #menu_sub a:visited {
	color: #848484; /*9d9c9c --b1b1b1*/
	text-decoration: none;
}

#menu_sub a:hover {
	color: #4e8abe;
	text-decoration: none;
}

.menu_show { display: block; }
.menu_hide { display: none; }

#outside_footer a, #outside_footer a:link, #outside_footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#outside_footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.clear { clear: both; }
.extra_space { letter-spacing: 1px; }

#wrapper 
{
	width: 664px;
	min-height: 650px;
	margin: 0 auto;
	position: relative;
}

#pgContent { 
	background-image: url(../images/white_bg.gif);
	background-repeat: repeat-y;
	min-height: 450px;
	height:auto !important;
	height: 450px;
}

#topLogo 
{
	width: 664px;
	height: 79px;
}

#topLogo img {
	float: right;
	margin-right: 15px;
	margin-top: 20px;
}

#pgHeader {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	z-index: 600;
	position: relative;
}

#middle_image {
	position: absolute;
	z-index: 200;
}

#inside_footer {
	width: 664px;
	height: 28px;
	background-repeat: no-repeat;
}

#inside_footer_text { 
	text-align: right;
	margin-right: 15px;
	padding-top: 5px;
	font-size: 10px;
}

#outside_footer { margin-top: 10px; color: #FFFFFF; font-size: 9px; }
#outside_footer_text1 { float: right; margin-right: 15px; }
#outside_footer_text2 { float: right; margin-right: 30px; }
#outside_footer_text3 { float: left; margin-left: 25px; }

#contentHolder 
{
	display:block;
	position: relative;
	z-index: 600;
}
 
#column_right {
	float: right;
	padding-right: 15px;
	position: relative;
	z-index: 600;
	display: block;
	background-image: url(../images/white_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

h1,h2,h3,h4,h5,h6, .blueTxt { 
	color: #4e8abe;
	font-size: 10px;
	font-weight: bold;
	display: inline;
}
	
#column_left {
	float: left;
	padding-left: 15px;
	background-image: url(../images/white_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	z-index: 600;
	display: block;
}

.hdr_med {
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #666666 !important;
	text-decoration: none;
}

.arrow_up {
	background-image: url(../images/arrow_up.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.arrow_down {
	background-image: url(../images/arrow_down.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.expanded {
	margin-left: 15px;
	display: block;
	margin-bottom: 10px;
}

.collapsed {
	margin-left: 15px;
	display: none;
}
