/* @override http://beta.thelmaconference.com/assets/layout2.css */

*{
	padding:0;
	margin:0;
}

body{
	font-size: 62.5%;
	text-align:center;
	background-color:#333333;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#container{
	text-align:left;
	margin: 0 auto 0 auto;
	width:950px;
}

img {
	border: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: menu li version :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*ul#menu{
	list-style:none;
	background-image:url(images/menu_bg.jpg);
	width:950px;
	height:33px;
	padding:0;
}

ul#menu li{
	list-style:none;
	float:left;
	font-weight:bold;
	font-size:13pt;
	color:white;
	width:190px;
	text-align:center;
	line-height:33px;
	background-image:url(images/divide.jpg);
	background-repeat:no-repeat;
	background-position:middle;
}

ul#menu li a:link, ul#menu li a:visited{
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:white;
	display:block;
}

ul#menu li a:hover, ul#menu li a:active{
	background-image:url(images/menu_bg_hover.jpg);
	background-repeat:repeat-x;
}

ul#menu li:first-child a:link, ul#menu li:first-child a:visited{
	background-image:url(images/home_btn.jpg);
	background-repeat:no-repeat;
}

ul#menu li:last-child a:link, ul#menu li:last-child a:visited{
	background-image:url(images/contacts_btn.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

ul#menu li:first-child a:hover, ul#menu li:first-child a:active{
	background-image:url(images/home_btn_hover.jpg);
	background-repeat: no-repeat;
}

ul#menu li:last-child a:hover, ul#menu li:last-child a:active{
	background-image:url(images/contacts_btn_hover.jpg);
	background-repeat:no-repeat;
	background-position:right;
}*/

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: menu li version :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul#menu{
	list-style:none;
	background-image:url(images/menu_bg.jpg);
	width:950px;
	height:33px;
	padding:0;
}

ul#menu li{
	list-style:none;
	float:left;
	font-weight:bold;
	font-size:13pt;
	color:white;

	width:190px;
	text-align:center;
	line-height:33px;
	background-image:url(images/divide.jpg);
	background-repeat:no-repeat;
	background-position:middle;
}

ul#menu li a:link, ul#menu li a:visited{
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:white;
	display:block;
}

ul#menu li a:hover, ul#menu li a:active{
	background-image:url(images/menu_bg_hover.jpg);
	background-repeat:repeat-x;
}

ul#menu li.first a:link, ul#menu li.first a:visited{
	background-image:url(images/home_btn.jpg);
	background-repeat:no-repeat;
}

ul#menu li.last a:link, ul#menu li.last a:visited{
	background-image:url(images/contacts_btn.jpg);
	background-repeat:no-repeat;
	background-position:2px;
}

ul#menu li:first-child a:hover, ul#menu li:first-child a:active{
	background-image:url(images/home_btn_hover.jpg);
	background-repeat: no-repeat;
}

ul#menu li:last-child a:hover, ul#menu li:last-child a:active{
	background-image:url(images/contacts_btn_hover.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#main ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: header, flashbox & main divs :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header{
	margin:0 0 20px 0;
	background-image: url("images/header_touchline.jpg");
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
}

#flashbox{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

#main{
	background-color:white;
	padding-bottom: 10px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: more_ menu div version :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#more_menu{
	margin:0 15px 0 15px;
	height:106px;
	background-image:url(images/more_menu_bg.jpg);
	background-repeat: repeat-x;
}

#more_menu1, #more_menu2, #more_menu3, #more_menu4{
	float:left;
	height:100px;
	width:229px;
	border-right:0.10px solid #adacad;
}

#more_menu1{
	background-image:url(images/calendar.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#more_menu2{
	background-image:url(images/globe.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#more_menu3{
	background-image:url(images/user.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#more_menu4{
	border:none;
	background-image:url(images/info.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#more_menu div a{
	float:left;
	width:106px;
	background-image:url(images/more_btn.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	line-height:28px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
/*	padding-left: 43px;*/
	display: block;
}

#more_menu_btn1, #more_menu_btn2, #more_menu_btn3, #more_menu_btn4{
	background-image:url(images/more_btn.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:28px;
	margin:10px 0 0 5px;
}

#more_menu_btn2{
	margin-top:10px;
}

#more_menu_btn3{
	margin-top:30px;
}

#more_menu_btn4{
	margin-top:10px;
}

#more_menu div a:link, #more_menu div a:visited{
	color:#333333;
}

#more_menu div a:hover{
	background-image:url(images/more_btn_hover.png);
	color:white;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: elements within main div  :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#content-wrap {
	width: 950px;
	clear: both;
	position: relative;
}

#left{
	float:left;
	padding: 5px 16px 0 15px;
/*	margin: 10px 0 10px 15px;*/
	width: 598px; /*598px*/
}

#right{
	float:left;
	padding: 5px 0 15px 10px;
/*	margin: 10px 0 10px 0;*/
	width: 290px; /*274px*/
	background-color:#f1f1f1;
	border: 0.10px dotted #6f6f6f;
/*	min-height:790px;
	height:auto !important;
	height:400px;*/
}

.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
}

#footer{
	background-color:black;
	text-align:center;
	clear:both;
	border-top:3px solid green;
	height:63px;
	width:950px;
	padding-top:10px;
}

div#footer ul li{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}

#img_lma, #img_rb, #img_manager{
	float:left;
	width:316px;
	padding:0;
}

#img_rb{
	margin:20px 0 20px 0;
}

#img_manager{
	margin: 9px 0 9px 0;
}

#img_lma{
	margin:7px 0 7px 0;
}

#main_bottom_curves{
	text-align:center;
}

div#right div img{
	float:left;
}

div#right div{
	clear:both;
	padding-top:10px;
}

.image{
	border: 1px solid #7d7d7d;
	margin-right: 5px;
	margin-top: 2px;
	padding: 3px;
	background-color: #ffffff
}

.left_image{
	border: 0.10px solid #7d7d7d;
	margin:10px 0 10px 0;
	text-align:center;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: menu rounded corners :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.menu-rounded-corner-container-top{
	background-color: transparent;
	width:950px;
	color: #12a95f;
}

div.menu-rounded-corner-1-top, div.menu-rounded-corner-2-top, div.menu-rounded-corner-3-top, div.menu-rounded-corner-4-top{
	background-color:#12a95f;
	color: transparent;
	height: 1px;
	font-size: 1px;
	overflow:hidden;
}

div.menu-rounded-corner-1-top{
	margin: 0 5px;
}

div.menu-rounded-corner-2-top{
	margin: 0 3px;
}

div.menu-rounded-corner-3-top{
	margin: 0 2px;
}

div.menu-rounded-corner-4-top{
	margin: 0 1px;
	height: 2px;
	background-color:#ccecdc;
}

div.menu-rounded-corner-container-bottom{
	background-color: transparent;
	width:950px;
	color: #00743e;
}

div.menu-rounded-corner-1-bottom, div.menu-rounded-corner-2-bottom, div.menu-rounded-corner-3-bottom, div.menu-rounded-corner-4-bottom{
	background-color:#00743e;
	color: transparent;
	height: 1px;
	font-size: 1px;
	overflow:hidden;
}

div.menu-rounded-corner-1-bottom{
	margin: 0 5px;
}

div.menu-rounded-corner-2-bottom{
	margin: 0 3px;
}

div.menu-rounded-corner-3-bottom{
	margin: 0 2px;
}

div.menu-rounded-corner-4-bottom{
	margin: 0 1px;
	height: 2px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: more_menu rounded corners :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.more-menu-rounded-corner-container-top{
	background-color: transparent;
	width:920px;
	margin:0 15px 0 15px;
	padding-top: 7px;
	color: #f7f7f7;
}

div.more-menu-rounded-corner-1-top, div.more-menu-rounded-corner-2-top, div.more-menu-rounded-corner-3-top, div.more-menu-rounded-corner-4-top{
	background-color:#f7f7f7;
	color: transparent;
	height: 1px;
	font-size: 1px;
	overflow:hidden;
}

div.more-menu-rounded-corner-1-top{
	margin: 0 5px;
}

div.more-menu-rounded-corner-2-top{
	margin: 0 3px;
}

div.more-menu-rounded-corner-3-top{
	margin: 0 2px;
}

div.more-menu-rounded-corner-4-top{
	margin: 0 1px;
	height: 2px;
}

div.more-menu-rounded-corner-container-bottom{
	background-color: transparent;
	width:920px;
	margin:0 15px 15px 15px;
	color: #d9d9d9;
}

div.more-menu-rounded-corner-1-bottom, div.more-menu-rounded-corner-2-bottom, div.more-menu-rounded-corner-3-bottom, div.more-menu-rounded-corner-4-bottom{
	background-color:#cccccc;
	color: transparent;
	height: 1px;
	font-size: 1px;
	overflow:hidden;
}

div.more-menu-rounded-corner-1-bottom{
	margin: 0 5px;
}

div.more-menu-rounded-corner-2-bottom{
	margin: 0 3px;
}

div.more-menu-rounded-corner-3-bottom{
	margin: 0 2px;
}

div.more-menu-rounded-corner-4-bottom{
	margin: 0 1px;
	height: 2px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main rounded corners :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.main-rounded-corner-container{
	background-color: transparent;
	width:950px;
	color:white;
/*	color: #dedede;*/
}

div.main-rounded-corner-1, div.main-rounded-corner-2, div.main-rounded-corner-3, div.main-rounded-corner-4{
	background-color:white;
/*	background-color:#dedede;*/
	color: transparent;
	height: 1px;
	font-size: 1px;
	overflow:hidden;
}

div.main-rounded-corner-1{
	margin: 0 5px;
}

div.main-rounded-corner-2{
	margin: 0 3px;
}

div.main-rounded-corner-3{
	margin: 0 2px;
}

div.main-rounded-corner-4{
	margin: 0 1px;
	height: 2px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: footer rounded corners :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.footer-rounded-corner-container{
	clear:both;
	background-color: transparent;
	width:950px;
	color: black;
}

div.footer-rounded-corner-1, div.footer-rounded-corner-2, div.footer-rounded-corner-3, div.footer-rounded-corner-4{
	background-color:black;
	color: transparent;
	height: 1px;
	font-size: 1px;
	overflow:hidden;
}

div.footer-rounded-corner-1{
	margin: 0 5px;
	margin-bottom:10px;
}
div.footer-rounded-corner-2{
	margin: 0 3px;
}

div.footer-rounded-corner-3{
	margin: 0 2px;
}

div.footer-rounded-corner-4{
	margin: 0 1px;
	height: 2px;
}

.right{
	float:right;
	margin:0 0 5px 10px;
}

