/* global */

    body{ 
		background:#fbf9ee url(../images/bg_body.gif) repeat-x;
        font:80% Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:160%;
		margin:0;
		padding:0;
		text-align:center;
        }

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-family:Georgia, "Times New Roman", Times, serif;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			color:#2c728a; /* dark teal */
			color: #0b3764;	/*dark blue */
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-family:Georgia, "Times New Roman", Times, serif;
			}	
        h2{            
			font-size:22px;
			padding-bottom:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 100%;
			color:#940000; /* dark red */
            color: #0b3764;	/*dark blue */
			}				
        h3{          
			font-size:18px;			
            margin-bottom: 0px;
			padding-bottom: 0;
			line-height: 120%;
			}
        h4{          
			font-size:16px;
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
            }				
    /* // headings */

    /* image replacement */
        .graphic{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		/*  \*/
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a:link, a:visited {
			text-decoration:none;
			color:#940000;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#333;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}
		li{
			display:list-item;
			}	
		td h3, td h4 {
			margin: 0 0 10px 0;
		}
		
		td ul {
			margin: 2px;
			padding: 0 10px 0 15px;
		}
		
		td p {
			margin: 0 0 10px 0;
		}
		
		table.items td, table.items th {
			padding: 15px 20px;
		}
		
	
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{	
		margin:0 auto;
		width:934px;
		text-align:left;
		position:relative;
		}
	#header{
		height:88px;
		position:relative;
		background:url(../images/bg_header.gif) no-repeat 0 0;
		}	
	.col{
		float:left;
		display:inline;
		width:290px;
		margin-left:30px;
		padding-bottom:1em;
		}			
	#content{
		margin:1em 0;
		}	
	#main{
		float:left;
		display:inline;
		width:630px;
		margin-left:2px;
		padding-bottom:1em;
		}											
	#side{
		float:left;
		display:inline;		
		width:250px;
		margin-left:50px;
		padding-bottom:1em;
		position:relative;
		padding-bottom:1em;
		}
	#footer{
		clear:both;
		background:url(../images/bg_line.gif) no-repeat 0 0;
		padding-top:.5em;
		}		

/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			position:absolute;
			right:0;
			top:44px;
			height:32px;
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:32px;		
			line-height:32px;			
			margin-left:5px;
			}	
		ul#nav li a{
			float:left;
			display:inline;
			height:32px;		
			line-height:32px;			
			font-size:13px;
			font-weight: bold;
			color:#fff;
			padding-left:15px;
			text-transform:lowercase;
			}	
		ul#nav li a span{
			float:left;
			height:32px;		
			line-height:32px;			
			padding-right:15px;
			cursor:pointer;
			}							
		ul#nav li.selected a, ul#nav li a:hover{
			background:url(../images/bg_nav1.gif) no-repeat 0 0;
			}				
		ul#nav li.selected a span, ul#nav li a:hover span{
			background:url(../images/bg_nav2.gif) no-repeat 100% 0;
			}												
	
		#home ul li#home, #what ul li#what, #how ul li#how, #who ul li#who, #about ul li#about
		{
			background:url(../images/bg_nav1.gif) no-repeat 0 0;
		}
	
		#home ul li#home a span, #what ul li#what a span, #how ul li#how a span, #who ul li#who a span, #about ul li#about a span {
			background:url(../images/bg_nav2.gif) no-repeat 100% 0;
			}											
	
	/* //main nav */
	
/* //navigation elements */

/* header */

	#header h1{
		position:absolute;
		float:left;
		left:0;
		top:0;
		height:78px;
		line-height:76px;		
		font-size:30px;
		font-weight:bold;
		color:#fff;
		margin:0;
		padding-left:10px;
		background:url(../images/americas_return.gif) no-repeat 0 0;
		}
	#header h1 a{
		float:left;
		height:76px;
		line-height:76px;	
		color:#fff;
		background:url(../images/bg_logo2.png) no-repeat 100% 0;
		padding:0 20px 0 10px;
		}		

/* // header */

/* content */


	#content a:link, #content a:visited, .col a:link, .col a:visited{
		text-decoration:underline;
		font-weight:bold;
		color: #0b3764;	/*dark blue */
		}	
		
	.col a:link, .col a:visited {
		text-decoration: none;
	}
	.col a:hover {
		text-decoration: underline;
	}
	.first{
		margin-left:2px;
		}								
	.col h2 {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 16px;
		text-transform:uppercase;
		font-weight: bold;
		color: #0b3764;	/*dark blue */
	}
	
	.col img{
		background:url(../images/bg_colimg.gif) no-repeat 0 0;
		padding:12px;
		}		
		
	/* splash */
	#splash {
		margin: 10px 0;
	}

/* intro */
	
		#slogan{
			margin:0;
			background:url(../images/bg_slogan.gif) no-repeat 0 0;
			padding-top:25px;
			padding-bottom:2px;
			line-height:59px;
			color:#2c728a;
			font-size:25px;
			font-weight:bold;
			text-indent:32px;			
			}
			
			#bigquote{
			margin:0;
			background:url(../images/bg_bigquote.gif) no-repeat 0 0;
			padding-top:10px;
			padding-bottom:2px;
			line-height:59px;
			color:#2c728a;
			font-size:18px;
			font-weight:normal;
			text-indent:32px;
			font-family:Georgia, "Times New Roman", Times, serif;
			color: #666;
			}	
			
		   #bigquote em {
			   font-size: 14px;
		   }
			
		#intro{
			margin:10px 0;
			height:250px;
			position:relative;
			background:url(../images/splash.jpg) no-repeat 0 0;
			}																	
		#intro h2{
			margin:120px 0 0 0;
			position:absolute;
			left:30px;
			top:40px;
			font-size:35px;
			line-height:40px;
			color:#c00;			
			padding-bottom:0;
			background:none;			
			}
		#intro p{
			margin:120px 0 0 0;
			position:absolute;
			left:30px;
			top:80px;
			color:#333;
			font-size:18px;
			width:530px;
			line-height:110%;
			}	
		#intro p.link{
			left:709px;
			top:88px;			
			width:196px;
			height:47px;
			background:url(../images/bg_introLink.png) no-repeat 0 0;
			}
		#intro p.link a{
			display:block;
			margin:0 10px;
			overflow:hidden;
			color:#2c728a;
			height:45px;
			line-height:45px;
			text-align:center;
			font-size:22px;
			font-weight:bold;
			text-transform:lowercase;
			}	
		#intro p.link a:hover{
			color:#940000;
			}												
	
	/* // intro */		
	
	/* side list */
	
	    #side h2 {
			color: #333;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			text-transform:uppercase;
			font-weight: bold;
			font-size: 18px;
			background: none;
		}
		
		#side h3 {
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			text-transform: uppercase;
			font-size: 13px;
			font-weight: bold;
			margin: 0 0 10px 0;
			padding: 5px 0;
			border-bottom: 1px solid #999;
		}
		
		#side p {
			margin: 0 0 20px 0;
		}
		
		ul.list, ul.list li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.list{
			}													
		ul.list li{
			padding-top:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}	
		ul.list li.first{
			padding-top:0;
			background:none;			
			}																
		ul.list li h3{		
			margin:.5em 0;
			font-size:15px;
			}
		ul.list li p{		
			margin:.5em 0;
			}																						
	
	/* // side list */	
	
	/* item list */
	
		ul.items, ul.items li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.items{
			}													
		ul.items li{
			padding:.5em 0;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			position:relative;
			min-height:120px;
			}	
		ul.items li.first{
			background:none;			
			}																
		ul.items li h4, ul.items li p{		
			margin:.5em 0 .5em 130px;
			}	
		ul.items li img{
			position:absolute;
			top:1em;
			left:0;
			background:url(../images/bg_itemimg.gif) no-repeat 0 0;
			padding:12px;
			}																											
	
	/* // item list */							
	
	/* form */
																				
		form{
			margin:1.5em 0;
			padding-top:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}
		fieldset{
			margin:0;
			padding:0;
			border:none;
			}			
		legend{
			display:none;
			}			
		label{
			float:left;
			width:120px;
			}	
		input, textarea{
			width:250px;
			border:1px solid #dbd3b6;
			padding:5px;
			}			
		textarea{
			height:120px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			padding:8px 0;
			}	
		button{
			border:none;
			padding:5px 15px;
			margin:0;
			float:left;
			background:#2c728a;	
			color:#fff;
			font-weight:bold;
			font-size:15px;
			cursor:pointer;
			margin-left:120px;
			}										
					
/* quote */

 .quote {
	margin: 0;
	padding: 15px 10px 0 25px;
	background:url(../images/left_quote.gif) no-repeat ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1.2em;	
	line-height: 160%;
	letter-spacing: 0.4px;
}

 .noquoteimage {
	background-image: none;
	padding: 15px 10px 0 0;
}


 .quote em {
	font-style: italic;
	font-size: 0.9em;
	line-height: 150%;
	letter-spacing: 0.6px;
	}

.button {
	padding: 5px 10px;
	background-color: #65a5ba; /* teal */
	color: #fff;
	text-transform: lowercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.09em;
}

.button a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

.button a:hover {
	text-decoration: underline !important;
	color: #0b3764 !important;
}



/* images */

.left {
	float: left;
	margin: 0px 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}
						
img.frame {

			background:url(../images/bg_itemimg.gif) no-repeat 0 0;
			padding:6px;
}
/* // content */

/* footer */

	#footer a{
		color:#555;
		text-decoration:none;
		}
	#footer a:hover{
		color:#940000;
		color: #0b3764;	/*dark blue */
		text-decoration:underline;
		}		
	#footer ul{
		float:right;
		margin:1em 0;
		padding:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}		
				

/* // footer */

