* {
list-style:none;
border:none;
margin:0;
padding:0
}

html {
	overflow-y: scroll;	
}
html, body {
	height: 100%;	
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden
}

* html .clearfix {
	height:1%
}

.clear {
	clear:both
}

body {
	text-align:center;
	margin:0;
	padding:0;
	color:#000000;
	background-color:#999999;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:0.9em; 
    line-height:15px;
	
}
a {
   color:#669900;
   text-decoration:underline;
 }
a:hover { 
   color:#333333;
   text-decoration:underline;
}
.err{
  color:#FF0000;
}
#wrapper {
	width:850px;
	text-align:left;
	margin:0 auto;
	background:#FFFFFF;
    min-height:700px;
    height:auto !important;
    height:700px;
	margin-top:35px;

}
#wrapper .inside{
	padding:5px;

}
#banner{
	background:url(images/header_bckg3.jpg) no-repeat;
	height:170px;

}
#banner a{ 
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    font-size:17px; 
    font-style:italic; 
    text-transform:uppercase;
  

}
#banner .inside{
   padding-top:11px;
   padding-left:240px;
}

#menu{
   background:#000 url(images/menu.jpg) repeat-x ;
   height:38px;
   width:840px;
   overflow:hidden;
   
}

#menu ul {
   margin:0;
   0;}
#menu ul li{
	display:inline-block; 
	float:left;
	list-style:none; 
	text-align:center;
 }
#menu a { 
    display:inline-block; 
    float:left;
    color:#fff;
    font-size:14px;
    text-transform:uppercase; 
    font-weight:bold; 
	text-decoration:none;
	font-style:normal;
	height:36px;
	padding-top:10px;
	padding-left:16px;
	padding-right:16px;	
}

#menu li.uk{
	padding-left:56px;
    background:url(images/uk.jpg) left 4px no-repeat;
}

#menu li.uk a{ padding-left:4px;}

#menu li.international{
	padding-left:30px;
    background:url(images/international.gif) left 4px no-repeat;
}

#menu li.international a{ padding-left:4px;}

#menu li.usa{
	padding-left:56px;
	background:url(images/USA-flag.jpg) left 4px no-repeat;
}

#menu li.usa a{ padding-left:4px;}

#menu a.large{
	padding-top:2px;		
}

#menu a:hover{
   background: #669900;
}

#container{
    background:url(images/container-bg1.jpg) repeat-y;
	width:840px
}

#container .inside{
   background:url(images/img.jpg) no-repeat 438px 50px;
    min-height:600px;
	height:auto !important;
	height:600px;
	padding-bottom:20px;
}
	
#leftcontent{
    background:url(images/img.jpg) no-repeat  right bottom;
    width:560px;
    min-height:600px;
	height:auto !important;
	height:600px;
	float:left;
	padding:10px;
}

#leftcontent h1{
     font-size:1.5em;
	 color:#999999;
	 padding-bottom:20px;
}

h3{
  color:#FFFFFF;
  font-weight:normal;
  font-size:1em;
  font-style:italic;
}

.site{
   color:#999999;
  font-weight:bold;
  font-size:1em;
}

#sidebar{
 width:245px;
 float:right;
} 

#sidebar .inside{
  padding:20px 25px 20px 33px;
}

#footer{
  background:url(images/footer.jpg) repeat-x ;
  height:102px;
  text-transform:uppercase;
  color:#FFFFFF;
}

#footer p{
    padding:10px 0 0 30px;
    font-weight:bold;
    font-size:12px;
	font-style:italic;
} 




/* table styles */

#grid {
	width: 570px;
	border-top: 4px solid #e3e7e7;
	}

#grid p {
	clear: both;
	width: 100%;
	margin: 0;
	}

#grid span {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #e3e7e7;
	border-bottom: 1px solid #e3e7e7;
	line-height:30px;
	}

#grid span.col1 {
	width: 370px;
	}

#grid span.col2 {
	width: 157px;
	border-right: 1px solid #e3e7e7;	
	}

#grid span.col3 {
	/*width: 110px;
	border-right: 1px solid #e3e7e7;*/
	}


#rsvErrors h2 { font-size:18px; margin-bottom:12px;} 
.success { margin-left:40px;  } 
#checkmark {  float:left; margin-right:10px; }
