/* CSS Reset based on Eric Meyer's one : http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* End of reset*/

html, body {
	height: 100%;
}

body {
    color: #555555;
	position: relative;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 16.8px;	
}
h2, h3 {
	color: #555555;
	font-size: 1em;
	font-weight: bold;
}

p {
	padding: 0px;
	margin: 0 0 20px 0;	
}

strong {
	font-weight: bold;
}

dl dt {
	width: 105px;
	display: block;
	float: left;			
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #555555;
}

a:hover {
	text-decoration: underline;
}

.darkBlue, a.darkBlue, a.darkBlue:link, a.darkBlue:active {
	color: #015f87;
}

#content {
	margin-top: 45px;
	margin-bottom: 5px;
	display: block;
	padding-bottom: 30px;
}
	
#main {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 801px;
	min-height: 100%;
}

#header {
	display: block;
	height: 192px;
	background: url(images/background.jpg) center top no-repeat scroll transparent;	
}

ul.privacyList {
	list-style: circle;
	padding-left: 3%;
}

/* Logo */
	
#logolink {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 99px;
	left: 40px;
}

	#logolink h1 {
		margin: 0px;
		padding: 0px;
	}
	
	#logolink a {
		background: url(images/logo.gif);
		width: 267px;
		height: 38px;
		display: block;
	}

/* Navigation */

#navigation {
	position: absolute;
	width: auto;
	height: 24x;
	top: 162px;
	left: 0;
}

	#navigation ul {
		padding: 0px;
		margin: 0px;
	}

		#navigation ul li {
			float: left;
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

			#navigation ul li a {
				padding: 0px;
				margin: 0px;
				background: url(images/navigationSprite.png) 0 0 scroll no-repeat transparent;
			}

			#navigation ul li#about_us a {
				background-position: 0 0;
				display: block;
				width: 147px;
				height: 30px;
			}

			#navigation li#about_us a:hover, #navigation li#about_us a:active {
				background-position: 0 -30px;
			}
			
			#navigation li#about_us a.current {
				background-position: 0 -60px;
			}

			#navigation li#how_we_operate a {
				background-position: -147px 0;
				display: block;
				width: 177px;
				height: 30px;
			}

			#navigation li#how_we_operate a:hover, #navigation li#how_we_operate a:active {
				background-position: -147px -30px;
			}
			
			#navigation li#how_we_operate a.current {
				background-position: -147px -60px;
			}
			
			#navigation li#investing a {
				background-position: -324px 0px;
				display: block;
				width: 127px;
				height: 30px;
			}
			
			#navigation li#investing a:hover, #navigation li#investing a:active {
				background-position: -324px -30px;
			}
			
			#navigation li#investing a.current {
				background-position: -324px -60px;
			}
			
			#navigation li#the_sunares_fund a {
				background-position: -451px 0px;
				display: block;
				width: 185px;
				height: 30px;
			}
			
			#navigation li#the_sunares_fund a:hover, #navigation li#the_sunares_fund a:hover {
				background-position: -451px -30px;
			}
			
			#navigation li#the_sunares_fund a.current {
				background-position: -451px -60px;
			}
				
			#navigation li#contact_us a {
				background-position: -636px 0px;
				display: block;
				width: 165px;
				height: 30px;
			}
			
			#navigation li#contact_us a:hover, #navigation li#contact_us a:active{
				background-position: -636px -30px;
			}
			
			#navigation li#contact_us a.current {
				background-position: -636px -60px;	
			}
			
/* Footer */

#footer {
	display: block;
	clear: both;
	width: 741px;
	position: absolute;
	bottom: 0px;
	height: 25px;
	left: 20px;
}

#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 0.857em;
}
	 
/* Generic Class Styles */

.none {
	display: none;
}

ul.defaultList {
	margin-left: 0;
	padding: 0;
}	


	ul.defaultList li {
		list-style: square inside none;
		
	}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

.colContainer {
	display: block;
}

	.colContainer h2 {
		margin-bottom: 20px;
		margin-left: 20px;
	}

	.colContainer div {
		float: left;
		display: block;	
	}
	
.fullCol {
	margin: 0 20px;
}

	.fullCol h3 {
		margin-bottom: 20px;
	}
	

.leftCol {
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	width: 377px;	
}

.rightCol {
	width: 353px;
	margin: 0 13px 0 18px;
}

	.rightCol .pronouncedText {
		margin-bottom: 22px;
	}

.imageRow img {
	float: left;
	margin-right: 4px;
}

.imageRow img.last {
	margin-right: 0;
}

.borderedImage {
	border: 1px solid #a19e9e;
}		

.pronouncedText {
	font-weight: bold;
	font-size: 1.143em;
}

.centeredText {
	text-align: center;
}	

.whiteSpace {
	margin-bottom: 40px;
}

#mapContainer {
	width: 763px; 
	height: 299px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;	
}
