* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666;
	background-color: #fff;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #666;
}

a:hover {
	color: #0066b2;
}

h1 {
	margin-bottom: 18px;
}

h2, h3, p {
	margin-bottom: 15px;
}

hr {
	display: none;
}

input, select, textarea ul {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 750px;
	height: 100px;
	background: url(../images/bg_header.gif) top right repeat-y;
	position: relative;
}

#header h2 {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 154px;
	height: 50px;
	text-indent: -99999px;
	background: url(../images/logo_argan.gif) no-repeat;
}

#header h2 a {
	display: block;
	width: 154px;
	height: 50px;
}

#search {
	width: 240px;
	position: absolute;
	right: 21px;
	top: 40px;
	background: #3384c3;
	padding: 10px;
}

#search label {
	color: #fff;
}

#search input.field {
	font-size: 12px;
	width: 150px;
	color: #999;
}

/* Nav + Body selector */

#home.selected a, body.home #nav #home a { background: #0066b2 url(../images/bg_nav_on.gif) bottom left repeat-x; }
#aboutUs.selected a, body.aboutUs #nav #aboutUs a { background: #0066b2 url(../images/bg_nav_on.gif) bottom left repeat-x; }
#investmentFocus.selected a, body.investmentFocus #nav #investmentFocus a { background: #0066b2 url(../images/bg_nav_on.gif) bottom left repeat-x; }
#team.selected a, body.team #nav #team a { background: #0066b2 url(../images/bg_nav_on.gif) bottom left repeat-x; }
#investments.selected a, body.investments #nav #investments a { background: #0066b2 url(../images/bg_nav_on.gif) bottom left repeat-x; }
#news.selected a { background: #0066b2 url(../images/bg_nav_on.gif) bottom left repeat-x; }
#contact.selected a, body.contact #nav #contact a { background: #0066b2 url(../images/bg_nav_on.gif) bottom left repeat-x; }

#nav {
	border-top: 1px solid #ddd;
	color: #fff;
}			

#nav ul {
	float: left;
	list-style: none;
	width: 750px;
	background: #787878 url(../images/bg_nav.gif) bottom left repeat-x;
}

#nav ul li {
	display: inline;
}

#nav ul li a:link, #nav ul li a:visited {
	float: left;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #ccc;
	padding: 3px 24px 6px 24px;
}

#nav ul li a:hover {
	background: #0066b2 url(../images/bg_nav_on.gif) bottom left repeat-x;
}

#content {
	clear: both;
	position: relative;
	float: left;
	width: 750px;
	margin: 10px 0;
	padding: 5px 0;
}

#sub {
	float: left;
	width: 160px;
	min-height: 450px;
	margin-right: 15px;

}

#sub h2 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #0066b2;
	border-bottom: 1px solid #0066b2;
	padding: 5px 0;
	margin-bottom: 10px;
}

#sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub ul li {
	list-style: none;
	font-size: 11px;
	color: #000;
	margin: 5px 0;
}

#sub ul li a{
	display: block;
	color: #666;
	width: 160px;
	text-decoration: none;
}

#sub ul li a:hover {
	color: #0066b2;
	text-decoration: underline;
}

#sub ul li.main {
	margin-top: 0;
}

#sub ul li.altMain {
	margin-top: 12px;
}

#sub ul li.main a, #sub ul li.altMain a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #0066b2;
	border-bottom: 1px solid #0066b2;
	padding: 5px 0;
	margin-bottom: 10px;
}

#sub .address {
	position: absolute;
	width: 164px;
	font-size: 10px;
	line-height: 15px;
	padding-top: 20px;
	left: 0;
	bottom: 0;
}

#sub .disclaimer {
	font-size: 9px;
}

/* Main */

#main {
	float: left;
	width: 555px;
	border-left: 1px dashed #666;
	padding-left: 14px;
	min-height: 450px;
}

#main h1 {
	font-size: 25px;
	font-weight: normal;
}

#main h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

#main a {
	color: #0066b2;
}

#main ul {
	margin: 0 0 0 15px;
}

/* Google Map */

#gMap {
	width: 560px;
	height: 380px;
	margin-bottom: 20px;
}


/* News */

#main #headlines {
	list-style: none;
	margin: 0 0 0 0;
}

#headlines li {
	font-size: 11px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #0066b2;
	padding-bottom: 10px;
}

#headlines li a {
	text-decoration: none;
}

#headlines li a:hover {
	text-decoration: underline;
}

#headlines li strong {
	color: #333;
}

#headlines li .icon {
	float: left;
	margin-right: 8px;
}

#main #mapSelect {
	list-style: none;
	margin: 0 0 0 0;
}

#main #mapSelect li {
	float: left;
	height: 190px;
	width: 270px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#main table {
	font-size: 11px;
	margin-bottom: 15px;
}

#main table caption {
	display: none;
}

#main table th, #main table td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#main table th.first, #main table td.first {
	border-left: 1px solid #ccc;
}

#main table th {
	color: #0066b2;
	background: #efefef;
	border-top: 1px solid #ccc;
}

#main dl {
	float: left;
	display: inline;
	width: 200px;
	margin-bottom: 25px;
	margin-right: 25px;
}

#main dl dd dl {
	float: none;
	width: 200px;
}

#main dl dt {
	font-weight: bold;
}

#main dl dd a:link, #main dl dd a:visited {
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
}

#main dl dd a:hover {
	color: #0066b2;
	text-decoration: underline;
}

#main dl dd dl dt a:link, #main dl dd dt a:visited {
	font-size: 0.9em;
}

#info  {
	float: left;
	width: 345px;
}

#extra {
	float: left;
	width: 195px;
	margin-left: 15px;
}

#extra img {
	float: right;
	margin-bottom: 15px;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	float: left;
	font-size: 10px;
	border-top: 1px solid #666;
	padding-top: 5px;
}

#footer p {
	float: left;
}

#footer ul {
	list-style: none;
	float: right;
}

#footer ul li {
	float: left;
	padding-left: 15px;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #666;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}
