ul, ol {margin-left:25px; padding: 5px 0 10px 0;}

li {list-style:none;} 

h1 {margin:0; padding:0;}

span {margin:0; padding:0;}

a {text-decoration:none;}

a:hover { 	text-decoration: underline; }

img { border:0px; margin:0px; padding:0px; overflow: hidden;}

div {
	box-sizing: border-box;					/* for the famous IE box model bug */
	-moz-box-sizing: border-box;			/* see: http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug */
}

body, td {
    font-family: Arial, Verdana, sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
}
body {
	position: absolute;
	top:0;
	left: 0;
}
#page_container {
    width:700px;
    /*margin:auto; */
    
}
#header{
	width: 700px;
	height: 95px;
	background-image: url(../images/header2.gif);
}
#main_container, #menu_container {
    width:700px;
    display:inline;
    float:left;
}
#content_left{
	width: 434px;
	float: left;
}
#content_right{
	float: right;
	width: 265px;
}
/*-------------------- NAVIGATION MENU ---------------*/
.nav {
	padding: 0 0 0 5px;
	line-height: 20px;
}
.nav_onheader {
	padding: 2px 5px 2px 5px;
	line-height: 20px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	width: 110px;
	position:relative;
	left:545px;
	top:50px;
}
.nav_menu{
	float: left;
	border: 1px solid;
	background-image: url(../images/bg_nav.gif);
	background-repeat : repeat-x;
	width: 700px;
	margin-top: 1px;
	height: 27px;
	padding-top: 2px; 
}
.nav_button{
	display: inline;
	text-align:  center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid;
	height: 24px;

}
dt, dl, dd, ul, li {
margin: 0;
padding: 0;
}

#menu dl {
float: left;
}
#menu li {
background:  url(../images/arrow_gray.gif); 
background-repeat: no-repeat;
background-position:  0;  
/*display: inline; */
/*padding-right: 15px; */
}
#menu li{
display: inline; 
}
#menu a {
text-decoration: none;
color: #000;
}
#smenu2, #smenu6{
position: absolute;
top: 130px;
border: 1px solid #49B7BE;
/*width: 680px; */
padding: 3px;
/*display: block;*/
}

#smenu2 {
	display:none;
	left: 65px;
	/*width: 460px; */
	width:240px;
}
#smenu6 {
	display:none;
	/*left: 360px;*/
	left:290px;
	/*width: 330px; */
	width:200px;
}

#smenu2 a, #smenu6 a {
padding-left: 18px; 
padding-right: 5px; 
}
#menu li a:hover, #menu dt a:hover, #menu li a:active{
	color: #FF6600;
}
#menu li a:hover, #menu li a:active {
background: url(../images/arrow_orange.gif);
background-repeat: no-repeat;
background-position: 0;
display: inline;
}
/*-------------------- LOGIN ---------------*/
.login_container{
	width: 330px;
	margin-top: 20px;
	margin-left: 55px;
	text-align: center;
	font-family: Helvetica;
	font-size: 11px;
	border: 1px solid;
}
.login_list li{
	width: 300px;
	text-align: left;
}
.login_item{
	width: 100px;
	text-align: right;
	float: left;
}

/*------------ QUOTES --------------------*/
.content_quotes{
	padding: 5px 10px 10px 20px;
	background-image: url(../images/bg_quotes.gif);
}
.quote{
	font : bold normal 11px Helvetica;
	font-weight: bold;
}
.quote_source{
	font : light normal 11px Helvetica;
}

/*-------------- REGISTRATION ----------------*/
.register_container {
	float: left;
	clear: left;
	margin-left: 40px;
	width: 590px;
	border: 1px solid;
	padding: 0;
	margin-bottom: 20px;
}
.register_container li {
	float: left;
	width: 590px;
	padding: 0;
	border-bottom: 1px solid #4DB8BF;

/*	border-left: 1px solid;
	border-right: 1px solid;
	padding: 2px 2px 2px 10px; */
}
.register_item{
	float: left;
	display: inline;
	width: 198px;
	height: 27px;
	padding-left: 5px;
	padding-top:6px;
	color: #5B707C;
	font-weight: bold;
}
.register_input{
	float: left;
	display: inline;
	width: 390px;
	padding-top:4px;
/*	border: 1px solid #0000ff;*/
}

/*----------------- CLIENTS -----------------*/
.clients_col_left{
	float: left;
	display:inline;
	width: 250px;
}
.clients_col_right{
	float: left;
	display:inline;
	width: 250px;
}
/*----------------- FOOTER -----------------*/
#footer{
	float: left;
	clear: left;
	background-image: url(../images/footer.gif);
	background-repeat : repeat-x;
	width: 700px;
	height: 180px;
	padding-top: 25px;
	text-align: center;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 11px;
}



.content_center {
	float: left;
	clear: left;
	margin-left: 20px;
	width: 635px;
}


/*----------------- TEXT -----------------------*/
.title_block_addition {
	margin-left: 40px;
	float: left;
}
.title_xlarge{
	font-family: FuturaBT MediumCondensed, Arial;
	font-weight: bold;
	font-size: 18px;
}
.title_large{
	font-family: FuturaBT MediumCondensed, Arial;
	font-weight: bold;
	font-size: 16px;
}
.title_medium{
	font-family: FuturaBT MediumCondensed, Arial;
	font-weight: bold;
	font-size: 14px;
}
.text_small{
	font-family: FuturaBT MediumCondensed, Arial;
	font-size: 11px;
}

/*----------- COLORS --------------*/
/*Orange*/
.text_color1 {
	color: #E96C35;
	list-style : decimal;
}
/*Gray*/
.text_color2 {
	color: #5B707C;
}
/*Light Gray*/
.text_color3{
	color: #959DA2;
}
/*White*/
.text_color4 {
	color: #FFFFFF;
}
/*Blue Green*/
.text_color5, a{
	color:#55A8AE;
}
/*Green*/
.text_color6{
	color: #349C29;
}
/*Blue Green*/
.border_color1{
	border-color: #4DB8BF;
}
/*Dark Gray*/
.border_color2{
	border-color: #607480;
}
.bgcolor1 {
	background-color : #EEF2F2;
}
.bgcolor2 {
	background-color : #FFFFFF;
}
.bgcolor3 {
	background-color: #FAF6AF;
}
.bar_background1{
	background-image: url(../images/bg_register.gif);
	background-repeat : repeat-x;
}
/* ---------------- MISC---------------------*/
.bullet_list li{
	margin-left: 15px;
	list-style : disc outside;
	padding-bottom: 10px;
}
.number_list li{
/*	margin-left: 15px;
*/	list-style : decimal inside;
	padding-bottom: 10px;
}
.chart {
	border-right:  1px solid;	
	border-bottom:  1px solid;	
}
.chart td{
	border-top: 1px solid;	
	border-left: 1px solid;	
	text-align: right;
	font-size: 12px;
	padding: 5px;
}
.chart_title{
	border: 1px solid;	
	text-align: right;
	font-size: 12px;
}


