@charset "utf-8";
* { padding:0; margin:0; }
p { margin:1em 0; }
img { border:none; }
.hr { width:100%; background: url(../images/main/hr.jpg) repeat-x; margin:10px 0; height:1px; }
.clear { clear:both; }

/*= Typography 
*************/
h1, h2, h3, h4, h5 { margin:.5em 0; }
#right h1 {background:#294069; color:#fff; padding:10px 10px 13px; font-size:20px;}
h1.title {background:#294069; color:#fff; padding:10px 10px 13px; font-size:20px;}
#home h2 { height:25px; padding:8px 10px 0; margin-bottom:0; background:url(../images/main/subheader-bg.jpg) no-repeat; color:#274166; font-size:16px; }
h2 { height:25px; padding:8px 10px 0; margin:0; background: none; color:#274166; font-size:16px; }
a { color:#284263; text-decoration:none;}
a:hover { text-decoration:underline; }
p.learnmore { text-align:right; padding-right:15px; margin-top:5px; background:url(../images/main/learn-more-bullet.jpg) right no-repeat;}
#footer a {margin:0 7px; font-weight:bold;}
ul { margin:0 0 0 2em; }

body {
	font: 12px, Verdana, Arial, Helvetica, sans-serif;
	background: #d3d3d3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #646464;
}
#header {
	padding: 0;
	margin:0;
}
#header #headerContainer {
	width: 936px;
	padding:0 15px;
	background: #FFFFFF url(../images/main/background-repeat.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background:url(../images/logo.png) no-repeat top center;
	text-indent:-9000px;
	width:100%; 
	height:100px;
}

/* = Navigation 
**************/
#navigation {
	width:100%;
	height:32px;
	background:url(../images/navigation/background.jpg) repeat-x;
}
#navigation #navContainer {
	width: 934px;
	padding:0 45px;
	height:32px;
	margin:0 auto;
	background: url(../images/navigation/background-container.jpg) repeat-x;
}
/*
#navigation ul {
	width:965px;
	margin:0 auto;
	list-style-type:none;
}
#navigation li {
	float:left;
	padding:0;
	height:25px;
}
#navigation li a {
	font-size:14px;
	height:21px;
	padding:4px 10px 0;
	color:#fff;
	background:url(../images/navigation/divider.jpg) right no-repeat;
	display:block;
}*/
#navigation li a:hover, #home #navigation li a.home, #about #navigation li a.about, #investment #navigation li a.investment, #services #navigation li a.services, #news #navigation li a.news, #contact #navigation li a.contact {
	background:#e6e6e6 url(../images/navigation/divider.jpg) right no-repeat;
	text-decoration:none;
	color:#0a2b61;
}
#sidenav {
	width:220px;
	height:220px;
	float:left;
	background: url(../images/navigation/sidenav-top.jpg) top no-repeat #294167;
	padding-bottom:15px;
}
#sidenav ul {
	list-style:none;
	margin:0;
}
#sidenav a {
	width:200px;
	border-bottom:1px solid #a9adb6;
	display:block;
	padding:0 0 3px 20px;
	margin:.5em 0 .5em;
	background:url(../images/navigation/sidenav-bullet.jpg) 200px 3px no-repeat;
	color:#a9adb6;
}
#sidenav a:hover {
	background:url(../images/navigation/sidenav-bullet-over.jpg) 200px 3px no-repeat;
	color:#f7b13f;
	text-decoration:none;
}
/* = Main Content 
****************/
.oneColFixCtrHdr #container {
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding:0 15px;
	background: #FFFFFF url(../images/main/background-repeat.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
#content {
	width:710px;
	float:left;
	padding-top:22px;
}
#content p {
	margin:1em;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent #left {
	width:513px;
	float:left;
	padding-right: 5px;
}
#mainContent #right {
	width:413px;
	float:left;
}
#mainContent .subcontent {
	width:506px;
	background:url(../images/main/sub-content-bot-bg.jpg) bottom center no-repeat;
	padding:0 0 10px;
}
#mainContent .subcontent .content {
	width:486px;
	background:url(../images/main/sub-content-bg.jpg) repeat-y;		
	padding:5px 10px;
}
#mainContent #right .content {
	background:#e6e6e6;
	padding:10px;
}
.oneColFixCtrHdr #footer {
	clear:both;
	font-size:75%;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}