@charset "UTF-8";
/* CSS Document */

html, body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #f7f4eb;
	text-align: center;
	}
.shell {
	background-color: #FFFFFF;
	padding: 5px;
	height: auto;
	width: 875px;
	/*  min-height:700px;*/
	margin-top: 0px;
	horizontal-align: center;
	min-height: 600px;
}
h1, h2,
{
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1
{
	font-weight: lighter;
	font-size: 30px;
	line-height: 30px;
	
}
h2
{
	font-weight: bold;
	font-size: 16px;
	line-height: 13px;
	margin: 0 0 2px 0;
}

p
{
	margin: 0.5em 2px 2px 0;
}
.contenttext
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
	height:auto;
	padding-top: 10px;
}
#contentLeft {
	width: 45%;
	float: left;
	margin-left: -1px;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
	}
#contentRight {
	padding: 10px;
	margin-left: 67%;
	margin-top: 30px;
	}

.container {
   position: relative;
  height:auto;
   }

.left-element {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
	position:absolute;
	left: 0;
	width: 55%;
	padding: 13px;
	float: left;    
   }

.right-element {
   margin-right:0px
   width: 30%;
   text-align: right; /* depends on element width */
   padding: 10px;
   } 




.contentheader
{
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
}
.contentimageRight
{
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contentimageLeft
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/*Left side menu */




a{
	color: #666666;
	display: block;
	width: auto;
	padding: 0px 0;
	padding-left: 0px;
	text-decoration: none;
	background-color: white;
	/*background-image: url(../Images/button.jpg);*/
	
	background-position: left bottom;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
	color: #0099FF;
}



#wrapper {
	text-align:left;
	margin:0 auto;
	width:172px;
	height:auto;
	border-left-width: 0px;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.top_nav {
	height: 150px;
	width: inherit;
}
.botton_copyrights {
	height: 10px;
	width: auto;
}


.split_div {
	float: left;
	height: auto;
	width: 75%;
}

.split_div_25 {
	float: left;
	height: auto;
	width: 25%;
	position: relative;
}
.direction_box {
	height: auto;
	width: 700px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C7DED9;
	float: left;
}

/* Ajax loader */
#contentLYR {
  position:absolute;
  width:200px;
  height:115px;
  z-index:1;
  left: 200px;
  top: 200px;
}

#footer{
 height:100%; 
 clear:both;
 } 
#left_menu {
	padding: 10px;
	margin-top: 30px;
	width: 172px;
	float: left;
}
#two_collunm {
	padding: 10px;
	margin-left: 200px;
	margin-top: 0px;
	text-align: left;
}
#contentLeft_no_menu {
	width: 65%;
	float: left;
	margin-left: -1px;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
}
