/*
*	all elements 
*/
html *
{
	margin: 0;
	padding: 0;
	font-family: Arial, Georgia, Trebuchet, sans-serif;
	font-size: 1.0em;
	color: #333;
	line-height: 1.5;
}

body
{
	font-size: 0.8em;
	background: url(../images/bg_body.gif) #b6aba1;
		padding-top:4px;
}

a
{
	color: #b54d18;
	text-decoration: none;
}

a:hover
{
	color: #896636;;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
#wrapper #container #inner #header #nav ul li *,
#wrapper #container #inner #footer ul li *
{
	font-family: Georgia, Trebuchet, sans-serif;
	font-weight: normal;
}


h1
{
	color: #333;
	font-size: 1.60em;
	margin: 0;
	display: inline;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 2px;
	line-height: 0.90em;
}

h1 span
{
	font-size: 0.7em;
	font-weight: normal;

}

h2
{
	color: #333;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 2px 0;
}

h3
{
	color: #b54d18;
	font-size: 1.3em;
	font-weight: normal;
	padding: 5px 0 0 0;
}

hr
{
	margin: 15px 0 15px 0;
	padding: 0;
	color: #9a9a9a;
	background: #9a9a9a;
	height: 1px;
	border: 0;
}

p
{
	padding: 10px 0 0 0;
}

p.first-p
{
	display: inline;
}

ul,
ol
{
	padding: 0 10px 10px 30px;
}

img
{
	border: 0;
	display: block;
}

.img-lft
{
	float: left;
	padding: 0 7px 15px 0;
}

.img-rgt
{
	float: right;
	padding: 0 0 15px 7px;
}

.error
{
	color: #ff0000;
}

.skip-to-content,
.hide
{
	display: none;
}

.size1 { font-size: 0.9em; }
.size2 { font-size: 1.0em; }
.size3 { font-size: 1.2em; }
.size4 { font-size: 1.5em; }
.size5 { font-size: 1.7em; }

.brd-top
{
	background: url(../images/bg_hr.gif) no-repeat top left;
}

.brd-btm
{
	padding-bottom: 3px;
	background: url(../images/bg_hr.gif) no-repeat bottom left;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper
{
	width: 925px;
	margin: 30px auto;
	background: url(../images/bg_container_top.png) no-repeat top left;
}
	
	#wrapper #container
	{
		min-height: 100px;
		padding: 22px 0 34px 0;
		background: url(../images/bg_container_bottom.png) no-repeat bottom left;
	}
	
	#wrapper #container #inner
	{
		min-height: 100px;
		padding: 0 30px 0 20px;
		background: url(../images/bg_container.png) repeat-y;
	}
		
		#wrapper #container #inner #header
		{
			float: left;
			width: 100%;
			padding-bottom: 8px;
			background: url(../images/bg_header.gif) no-repeat 437px 1px;
		}
		
		#wrapper #container #inner #header #logo
		{
			float: left;
			width: 200px;
			padding: 15px 0 0 16px;
		}
		
		#wrapper #container #inner #header #nav
		{
	float: right;
	width: 633px;
	padding-top: 111px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
		}
			
			#wrapper #container #inner #header #nav ul
			{
				float: right;
				margin: 0;
				padding: 0;
				list-style: none;
			}
				
				#wrapper #container #inner #header #nav ul li
				{
					float: left;
					color: #b54d18;
					font-size: 1.1em;
					margin: 0;
					padding: 0 9px 0 7px;
					display: block;
					background: url(../images/bg_nav_item.gif) no-repeat right;
				}
					
					#wrapper #container #inner #header #nav ul li a
					{
						color: #b54d18;
					}
					
					#wrapper #container #inner #header #nav ul li a:hover,
					#wrapper #container #inner #header #nav ul li.hi a
					{
						color: #896636;
						text-decoration: underline;
					}
					
					#wrapper #container #inner #header #nav ul li.last
					{
						background: 0;
					}
					
		
		
		#wrapper #container #inner #content
		{
			float: right;
			width: 625px;
			padding-right: 15px;
		}
		
		
			
			#wrapper #container #inner #content .indent
			{
				padding: 15px 80px 10px 0;
			}
			
		
		
		#wrapper #container #inner #left-col
		{
			float: left;
			width: 200px;
			padding-left: 16px;
		
	
		}
			
		
			
			
			#wrapper #container #inner #left-col .box
			{
	background: url(../images/bg_hr.gif) no-repeat bottom left;
	padding-bottom: 1px;
	font-size: 0.95em;
			}
			
			#wrapper #container #inner #left-col .box:hover
			{
				background: url(../images/bg_hr.gif) no-repeat bottom left #f5f0dc;
				
			}
			
			#wrapper #container #inner #left-col h3
			{
	padding: 0;
	font-size: 1.20em;
			}
			
			#wrapper #container #inner #left-col p
			{
				font-size: 0.95em;
				padding: 0;
			}
			
			#wrapper #container #inner #left-col p a,
			#wrapper #container #inner #left-col p
			{
				color: #40403f;
			}
			
			#wrapper #container #inner #left-col h3 a
			{
				padding: 10px 5px 0 5px;
				display: block;
			}
			
			#wrapper #container #inner #left-col p a
			{
				padding: 0 15px 10px 5px;
				display: block;
			}
			
			#wrapper #container #inner #left-col h3 a:hover
			{
				color: #896636;;
			}
			
			#wrapper #container #inner #left-col p a:hover
			{
				color: #40403f;
			}
			
			#wrapper #container #inner #left-col .quick-links
			{
				margin-top: 20px;
				padding-bottom: 10px;
				background: url(../images/bg_hr.gif) no-repeat bottom left #f4f0dc;
			}
			
			#wrapper #container #inner #left-col .quick-links h3
			{
				padding: 10px 5px 0 5px;
			}
			
			#wrapper #container #inner #left-col .quick-links p
			{
				padding: 0 15px 0 5px;
			}
			
			#wrapper #container #inner #left-col .quick-links a
			{
				color: #b54d18;
				padding: 0;
				display: inline;
			}
			
		
		
		#wrapper #container #inner #footer
		{
	
			float: left;
			width: 100%;
			padding: 10px 0 6px 0;
		}
			
			
			
			
			
			
			#wrapper #container #inner #footer ul
			{
				margin: 0;
				padding: 0 0 0 15px;
				list-style: none;
			}
				
				#wrapper #container #inner #footer ul li
				{
					float: left;
					color: #b54d18;
					font-size: 0.85em;
					margin: 0;
					padding: 0 9px 0 7px;
					display: block;
					background: url(../images/bg_footer_nav_item.gif) no-repeat right;
				}
					
					#wrapper #container #inner #footer ul li a
					{
						color: #b54d18;
						text-decoration: underline;
					}
					
					#wrapper #container #inner #footer ul li a:hover,
					#wrapper #container #inner #footer ul li.hi a
					{
						color: #896636;
						text-decoration: underline;
					}
				
				#wrapper #container #inner #footer ul li.no-bg,
				#wrapper #container #inner #footer ul li.last
				{
					background: 0;
				}
				
				#wrapper #container #inner #footer ul li.last
				{
	float: right;
	padding-right: 15px;
				}
				
				#wrapper #container #inner #footer ul li.last a
				{
	text-decoration: underline;
				}
				

* html #wrapper { background: url(../images/ie6_bg_container_top.gif) no-repeat top left; }
* html #wrapper #container { background: url(../images/ie6_bg_container_bottom.gif) no-repeat bottom left; }
* html #wrapper #container #inner { background: url(../images/ie6_bg_container.gif) repeat-y; }




/*
*	sam new styles
*/

#content p

		{
			padding-top:0.5em;
			padding-bottom:0.5em;
		}


.brd-top-sub {
	background: url(../images/bg_hr.gif) no-repeat top left;	
	margin-bottom:0.5em;
}

.brd-sub {
	margin-bottom:0.60em;
}




#wrapper #container #inner #left-col .boxon
			{
	background: url(../images/bg_hr.gif) no-repeat bottom left #f5f0dc;
	padding-bottom: 1px;
	font-size: 0.95em;
			}
.line-space {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


.sub-heads {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.30em;
	margin-top:8px;
	color:#B48174;
	padding: 0px;
	margin-bottom: 0px;
}


#left-image
{
    float: left;
    width: 100%;
    position: relative;
    top: 0;
    height: 0;
	margin-bottom:10px;
	margin-left:14px;
}

#left-image div
{
    position: absolute;
    top: -100px;
    height: 0;
	
}

#left-image2
{
    float: left;
    width: 100%;
    position: relative;
    top: 0;
    height: 0;
	margin-bottom:10px;
	margin-left:14px;
}

#left-image2 div
{
    position: absolute;
    top: -140px;
    height: 0;
	
}



/* Form styles */

form{

}

fieldset{
  margin: 0;
  padding: 0;
  border: 0;
}

legend{
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

label{
	width: 240px;
	display: block;
	font-weight:bold;
	font-size: 1em;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

fieldset fieldset label{
  margin: 0;
}

input[type="text"],
input[type="file"],
input[type="password"],
textarea,
select{
  background-color: #fff;
  border: 1px solid #9db4bd;  
  padding: 5px;
  font-size: 1em;
}

.drop{
	width: 195px;

}

.button  {
	background-color: #835F30;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 8px;
}


.button:hover  {
	background-color: #CF8D66;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 8px;
} 

#leftsub2 {
	position:absolute;
	width:200px;
	top: 469px;
}
.form-space {
	padding-top: 10px;
}
.brd-top2 {
	background: url(../images/bg_hr.gif) no-repeat top left;
	margin-bottom: 10px;
}
#left-image2 {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	height: 0;
	margin-bottom:70px;
	margin-left:14px;
}
.im_border {
	padding: 3px;
	border: 1px solid #999999;
}


#pics{
float:right;
width:620px;
	
	}


#flags {
	position:absolute;
	top:6px;
	margin-left:784px;
	width: 98px;
	height:40px;
	}
	
	#flags img{
	
	border: 1px solid #FFF;	
	}
	