body {
	margin-top:0px;
	margin-left:0px;
	font-family:arial;
	background-color:#FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

img {
	border:0px;
}

/*main site structure*/
#container {
	width: 991px;
}

#top-banner {
	width:991px;
	height:111px;
}

#menu-area {
	width: 991px;
	height:42px;
	background-image: url(images/menu_area.jpg);
	background-repeat: no-repeat;
	text-align:right;
}

#content-area {
	width:981px;
	padding:5px;
}




/*content area - left block*/
#left_block_container {
	width:643px;
	float:right;
}

	#left-block-header {
		width:643px;
		height:25px;
		background-image: url(images/left_block_header.jpg);
		background-repeat: no-repeat;
	}

	#left-block-middle {
		width:643px;
		background-image: url(images/left_block_middle.jpg);
		background-repeat: repeat-y;
	}

		#left-block-middle .middle_content {
			width:610px;
			padding:10px;
		}

		#left-block-middle .middle_content img {
			border:1px solid #3B5FA9;
		}

	#left-block-footer {
		width:643px;
		height:25px;
		background-image: url(images/left_block_footer.jpg);
		background-repeat: no-repeat;
	}

/*content area - right block*/
#right-block-container {
	width:333px;
	float:left;
}

	#right-block-top {
		width:333px;
		height:0px;
		/*background-image: url(images/right_block_top.jpg);
		background-repeat: no-repeat;*/
	}

	#right-block-middle {
		width:333px;
		/*background-image: url(images/right_block_middle_gradient.jpg);
		background-repeat: repeat-y;
		background-position:bottom;
		height:543px;*/
	}

		#right-block-middle .right_content {
			width:315px;
			/* padding-right:10px; */
			padding-right: 5px;
			padding-top:0px;
			padding-bottom:0px;
			/* padding-left:15px; */
			padding-left:5px;
			text-align:center;
			color:#FFFFFF;
		}

		#right-block-middle .right_content a {
			color:#3B5FA9;
			font-size:0.7em;
		}

	#right-block-footer {
		width:333px;
		height:0px;
		/*background-image: url(images/right_block_footer.jpg);
		background-repeat: no-repeat;*/
	}

#conference {
  /* float: right; */
  /* padding-top: 100px; */
  /* width: 130px; */
  padding-top: 20px;
  width: 640px;
  margin-left: 350px;
}

/*text-styles*/
#left-block-middle p, ul {
	text-align:left;
	font-size:0.8em;
	line-height:1.5em;
	color:#14399C;
	text-align:justify;
}

#left-block-middle h1, h2, h3, h4 {
	color:#14399C;
}

#right-block-middle p, ul /* , #conference p */ {
	text-align:left;
	font-size:0.8em;
	line-height:1.5em;
	color:#14399C;
	text-align:justify;
}


#conference div {
  font-size: 0.8em;
  text-align: center;
  background: url(images/button_bg.jpg) #99ccff no-repeat;
  /* border: #14399C 1px solid; */
  
  width: 122px;
  float: left;
  display: inline;
  margin-left: 15px;
  height: 72px;
  padding: 5px;
}

#right-block-middle h1, h2, h3, h4, #conference h4 {
	color:#14399C;
}

#contactpage_left {
	float:left;
	width:200px;
	height:300px;
}

#contactpage_right {
	float:right;
	width:350px;
	height:300px;
}

div.val_logos {
	float:left;
}

#footer {
	width:991px;
	border-top:1px solid #14399C;
	clear:right;
}

div.etailor_logo {
	font-size:0.7em;
	float:right;
	width:191px;
	padding-top:5px;
	text-align:right;
}


/*other text bits*/
div.faq_seperate {
	display:block;
	height:30px;
}

a.etailor_footer {
	color:#14399C;
	font-size:0.8em;
}

div.address_footer {
	width: 800px;
	float:left;
	padding:5px;
}

div.address_footer p {
	color:#14399C;
	font-size:0.7em;
	font-weight:bold;
}

span.red {
	color:red;
}

/*form styles*/
fieldset
{
border: 1px solid #04923E;
padding:5px;
}

label,input,textarea {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;

	font-size:0.8em;
	color:#14399C;
}

label {
	text-align: right;
	width: 125px;
	padding-right: 20px;
}

legend
{
	background: #14399C;
	padding: 2px 6px;
	margin-bottom:10px;

	font-size:0.8em;
	color:#FFFFFF;
} 

br {
	clear: left;
}




/*menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
float:right;
width:100%;
font-size:11px;
line-height:normal;
}

#glowingtabs ul{
list-style-type: none;
height:42px;
}

#glowingtabs li{
display:inline;
}

#glowingtabs a{
float:right;
background:url(images/menu_left.jpg) no-repeat left top;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 6px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(images/menu_right.jpg) no-repeat right top;
padding: 11px 22px 16px 3px;
font-weight:bold;
color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: #FFFFFF;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -42px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -42px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -42px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -42px; /*Shift background image up to start of 2nd tab image*/
}


/*title*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs_title{
float:left;
width:300px;
font-size:11px;
line-height:normal;
}

#glowingtabs_title ul{
list-style-type: none;
height:55px;
}

#glowingtabs_title li{
display:inline;
}

#glowingtabs_title a{
float:left;
background:url(images/page_title_left.jpg) no-repeat left top;
margin:0;
padding:0 0 0 8px;
text-decoration:none;
}

#glowingtabs_title a span{
float:left;
display:block;
background:url(images/page_title_right.jpg) no-repeat right top;
padding: 21px 20px 20px 0px;
font-weight:bold;
color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs_title a span {float:none;}
/* End IE5-Mac hack */