html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #ffffff url(../images/container_background.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
img { border: none;}
.red { color: #FF0000; }
#container {	
	top: 0px;	
	width: 1024px;	
	height: 100%;	
	min-height: 100%;
	position: absolute;
	margin: auto;	
	background: #ffffff url(../images/container_background.jpg) repeat-y;
	border-right: 4px solid #ffffff;
}
html>body #container {	height: auto;}
#orange_area {
	position: absolute;
	top: 0px;
	left: 285px;
	width: 225px;
	height: 100%;
	background-color: #f5821f;
} 
#top_dec {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background: url(../images/content_dec.jpg) repeat-x;
}
#logo {
	position: absolute;
	top: 0px;
	left: 511px;
	width: 327px;
	height: 87px;
}
#side_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 285px;
	height: 765px;
} 
#text {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 225px;
	height: 89px;
	background: url(../images/text.jpg) no-repeat;
}
#right_line {
	position: absolute;
	top: 350px;
	right: -10px;
	width: 20px;
	height: 321px;
	background: url(../images/right_line.jpg) no-repeat;
}
#dotted_line {
	position: absolute;
	top: 160px;
	right: 178px;
	width: 3px;
	height: 516px;
	background: url(../images/dotted_line.jpg) no-repeat;
}
#content_training table, #content_training td,  {
    border-style: none;
}
#content_training table tr td,  {
    border-bottom: 2px solid #d5e1da;
}
#content_training table {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
#content_training td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}
#content_training {
	padding: 160px 10px 100px 530px;
}
#content_training a {
	text-decoration: none;
	color: #003f7d;
}
#content_training a:hover {
	text-decoration: none;
	color: #f5821f;
}
#content {
	padding: 160px 10px 100px 530px;
}
#content a {
	text-decoration: none;
	color: #003f7d;
}
#content a:hover {
	text-decoration: none;
	color: #f5821f;
}
#content ul li {
	padding: 0;
	margin: 0;
	list-style-type: square;
}
#equip table, #equip td,  {
    border-style: none;
}
#equip table tr td,  {
    border-bottom: 2px solid #d5e1da;
}
#equip table {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
#equip td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}
.button { margin-bottom: 15px; margin-right: 10px; margin-left: 20px; }
.h1, h1 {
	font-size: 32px;
	font-weight: lighter;
	color: #f5821f;
}
.h2, h2 {
	color: #000000;
	font-weight: bold;
}
.h3, h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #f5821f;
}
.h4, h4 {
	font-size: 14px;
	font-weight: lighter;
	color: #f5821f;
}
.h5, h5 {
	color: #717276;
	font-size: 13px;
}
.h6, h6 {
	font-size: 14px;
	font-weight: lighter;
	color: #f5821f;
}
.blue_text {
	color: #0092CF; 
}
.darkblue { color: #003f7d; }
#footer {
	position: absolute;
	bottom: 0px;
	right: 10px;
	text-align: right;
	width: 504px;
	height: 75px;
	background-color: #ebebeb;
}
#footer_left {
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#footer_text {
	padding: 45px 15px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#footer_text a {
	color: #999999;
	text-decoration: none;
}
#footer_text a:hover {
	color: #444444;
	text-decoration: none;
}
.fm-logo {
	float: right;
	margin: 5px 0px 5px 10px;
}
#menu {
	position: absolute;
	top: 190px;
	left: 300px;
}
.menu_list {
	width: 190px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	color: #ffffff;
	font: 12px Arial;
	margin-bottom: 1px;
}
.menu_head a {
	color: #ffffff;
	text-decoration: none;
}
.menu_head:hover {
	color: #333333;
	text-decoration: none;
}
.menu_body {
	display:none;
	margin-bottom: 5px;
}
.menu_body a {
    display:block;
	color: #ffffff;
    padding-left:10px;
    font: 12px Arial;
    text-decoration: none;
	margin-bottom: 4px;
	margin-left: 10px;
}
.menu_body a:hover {
	color: #8c4d17;
	text-decoration: none;
}
.arrowlistmenu{
	width: 190px; /*width of accordion menu*/
}
.menuheader {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 175px;
	color: #ffffff;
	border-bottom: 1px dotted #f5821f;
}
.menuheader a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
    font-weight: lighter;
}
.menuheader:hover {
	text-decoration: none;
	color: #8c4d17;
	font-size: 12px;
    font-weight: lighter;
	border-bottom: 1px dotted #ffffff;
}
.menuheader .current {
	color: #333333;
	text-decoration: none;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c4d17;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	padding: 2px 0 5px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-weight: lighter;
}
.arrowlistmenu a:hover {
	color: #8c4d17;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #8c4d17;
	border-bottom: 1px dotted #ffffff;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-top: 5px; /*bottom spacing between menu items*/
	padding-bottom: 2px; /*bottom spacing between menu items*/
	color: #ffffff;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	width: 100px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	width: 100px;
}
.arrowlistmenu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #1e5b99;
	padding: 0px 0;
	margin-left: 16px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 12px;
}
.expandable:hover{ /*hover state CSS*/
	color: #8c4d17;
	border-bottom: 1px dotted #ffffff;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #1e5b99;
	border-bottom: 1px dotted #1e5b99;
}
.arrowlistmenu ul li .current { /*hover state CSS*/
	color: #333333;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-color: none;
	color: #333333;
}

.menuheader_arrow { /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c4d17;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-weight: lighter;
	border-bottom: 1px dotted #f5821f;
}
.menuheader_arrow {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #ffffff;
}
.menuheader_arrow a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
    font-weight: lighter;
}
.menuheader_arrow a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
    font-weight: lighter;
}
.menuheader_arrow .current {
	color: #8c4d17;
	text-decoration: none;
}

.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-drop {
	width: 285px;
	height: 20px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-field {
	width: 280px;
	height: 15px;
	padding: 2px;
	background-color: #e1ebf3;
	border: 1px solid #999999;
}
.text-area {
	width: 280px;
	height: 100px;
	padding: 2px;
	background-color: #e1ebf3;
	border: 1px solid #999999;
}
.button {
	width: 80px;
	height: 30px;
	border: none;
	text-align: center;
	color: #FFFFFF;
	cursor: hand;
	background-color: #024282;
	font-size: 16px;
}
.button:hover {
	background-color: #999999;
	cursor: hand;
}

