/* CSS Document */
/* --== CONTENT ==-- */
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	float:  left;
	width: 516px;
	}
	
	#content h1 {
	font-size: 1.3em;
	font-weight: lighter;
	margin: 45px 0 0 0;
		}
		
	#content p {
		font-size: .75em;
		margin: 10px 0 10px 0;
		}
	
	#content ul {
		font-size: .75em;
		margin: 0 0 0 25px;
		}
	#content strong {
		color:#FFB60F;
		}
	#content #content-pad {
		padding: 0 40px 0 25px;
		}
	#content-img {
	border: 1px solid #001933;
	top: 650px;
	position: absolute;
	right: 275px;
	}
	table td span{
	font-size:11px;
	color:#FFFFFF;
	}
		#img-about us {
	border: 1px solid #001933;
	bottom: 30px;
	position: absolute;
	right: 45px;
	}
	#img-bestfirm {
	border: 1px solid #001933;
	top: 750px;
	position: absolute;
	right: 200px;
	}
	
	
/* --== RIGHT-COL ==-- */
#right-col {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 184px;
	padding: 0 0 0 0;
	}
	
	#right-col h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: lighter;
		text-decoration: underline;
		color: #000255;
		margin: 50px 0 15px 15px;
		}
		
	#right-col h3 {
		font-weight: lighter;
		font-size: .85em;
		margin: 0 0 0 15px;
		}
		
	#right-col dl {
		padding: 0 0 0 15px;
		}
		
		#right-col dl dt {
			font-weight: bold;
			font-size: .85em;
			margin: 5px 0 5px 0;
			}
			
		#right-col dl dd {
			padding: 2px 0 0 10px;
			font-size: .75em;
			}
			
	#right-col ul {
		font-size: 0.85em;
		font-variant: small-caps;
		list-style-type: none;
		padding: 0 0 0 15px;
		margin: 0;
		}
		
		#right-col ul li {
			border-bottom: 1px dotted black;
			width: 90%;
			}
		
		#right-col ul li a {
			color: #000;
			text-decoration: none;
			}
			
			#right-col ul li a:hover {
				color: #333333;
				text-decoration: underline;
				}
	
	#image-container{
	float:right;
	color:#000000;
	border: 1px solid black;
	}	
				
/* --== DROP DOWNS ==-- */
#navigation ul.sub-nav .top-bg {
	background: url(../dropDowns/top-index.png) top left no-repeat;
	}
	
#navigation ul.sub-nav li {
	background: url(../dropDowns/repeat-index.png) top left repeat-y;
	}
	
#navigation ul.sub-nav .btm-bg {
	background: url(../dropDowns/btm-index.png) top left no-repeat;
	}
