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

#siteContainer{
	background:#fff;
	margin:0 auto;
	width:700px;
	/* Box Shadow */
		-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, .75);
		-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, .75);
		box-shadow:0px 0px 20px rgba(0, 0, 0, .75);
}

	#header{
		border-bottom:solid #e5e5cc 13px;
		color:#666;
		height:130px;
		margin:0 42px 3px 42px;
		position:relative;
	}
	
		#header p{
			line-height:18px;
			position:absolute;
				top:0px;
				right:0px;
			text-align:right;
		}
	
		#header a{
			color:#666;
		}
		
			#header a:hover{
				text-decoration:underline;
			}
			
		#header h6{
			font-family:"Times New Roman", Times, sans-serif;
			font-size:16px;
			position:absolute;
				bottom:6px;
				right:0px;
		}
		
			#header h6 span{
				font-style:italic;
			}
			
	#navigation{
		background:#2d499f;
		height:32px;
		margin:1px 0 0 0;
	}
	
		#navigation ul{
			height:32px;
			list-style-type:none;
			margin:0 42px;
			padding:0 0 0 36px;
		}
	
			#navigation li{
				float:left;
				margin:0 15px 0 0;
			}
		
				#navigation li a{
					background-position:0px 0px;
					display:block;
					height:32px;
					line-height:32px;
					text-indent:-9000px;
				}
				
					#navigation #link1 a:hover,
					#navigation #link2 a:hover,
					#navigation #link3 a:hover,
					#navigation #link4 a:hover,
					#navigation #link1 .selected,
					#navigation #link2 .selected,
					#navigation #link3 .selected,
					#navigation #link4 .selected{
						background-position:0px -32px;
					}
				
		#navigation #link1 a{ background:url(/images/template/navigation/company.png) 0px 0px no-repeat; width:51px; }
		#navigation #link2 a{ background:url(/images/template/navigation/services.png) 0px 0px no-repeat; width:50px; }
		#navigation #link3 a{ background:url(/images/template/navigation/clients.png) 0px 0px no-repeat; width:40px; }
		#navigation #link4 a{ background:url(/images/template/navigation/contact-us.png) 0px 0px no-repeat; width:61px; }
		
	#wrapper{
		background:#e5e5cc;
		color:#333;
		line-height:18px;
		margin:0 42px;
		min-height:500px;
			height:auto !important;
			height:500px;
		padding:10px;
	}
		
		#wrapper .leftColumn, #wrapper .rightColumn{
			display:inline;
			float:left;
		}
		
		#wrapper .leftColumn{
			margin:0 18px 0 0;
			width:170px;
		}
		
		#wrapper .rightColumn{
			width:393px;
		}
	
			#wrapper .rightColumn a{
				color:#333;
			}
			
				#wrapper .rightColumn a:hover{
					color:#999;
				}
	
	#footer{
		background:#999;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		height:43px;
		line-height:43px;
	}
	
		#footer ul{
			list-style-position:inside;
			margin:0 55px;
			padding:0px;
		}
	
			#footer li{
				float:left;
				margin:0 0 0 10px;
			}
			
				#footer li:first-child{
					display:inline-block;
					list-style-type:none;
					margin:0px;
					padding:0px;
				}
		
				#footer li a{
					color:#000;
				}
			
					#footer li a:hover{
						text-decoration:underline;
					}