/* =====global styles ===== */
body {
	background-image: url(http://www.ritchiecapital.com/media/ritchieBackground.jpg);
	background-color: #998675;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, h1, h2, li {
	margin: lex;
}

div#outerDiv {
	width: 950px;
	margin: 0 auto;
	background-image: url(http://www.ritchiecapital.com/media/ritchieBackgroundlogo.png);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: 695px bottom;
}

/* ===== container ===== */

div#container {
	height: 565px;
	position: relative;
	margin-top: 30px;
}


/* ===== header ===== */

div#header {
	height: 150px;
	width: 316px;
	background: url(http://www.ritchiecapital.com/media/ritchiecapitalLogo.png) no-repeat;
	background-position: left;	
}

#header #homelink a{
	display: block;
	width: 316px;
	height: 150px;
	text-indent: -3000px;
	overflow: hidden;
	text-decoration: none;
}

/* ===== main menu =====*/

#header #mainMenu {
	position: absolute;
	left: 550px;
	top: 45px;
}

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 15px;
	margin-right: 3px;
	line-height: 25px;
	border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {	
	color: #434d53;
}

#mainMenu li a.current {
	color: #434d53;
}

#mainMenu li a.current:hover {
	cursor: default;
}
	
/* ===== main content ===== */

#content div#mainContent {
	float: left;
	width: 600px;
	height: 310px;
	margin: 0 190px;
	padding: 20px 0;
}

#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #434d53;
	margin: 1ex 0;
}

#mainContent table {
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #434d53;
	text-align: left;
	padding-bottom: 20px;
	padding-right: 0;
	table-layout: fixed;
	width: 720px;
	
}

#mainContent th {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, serif;
}

#mainContent a:link, #mainContent a:visited {
	text-decoration: none;
	color: #198292
}

#mainContent a:hover, #mainContent a:active {
	border-bottom: 1px solid #198292
}

#mainContent h1, #mainContent h2  {
	font-family: Georgia, serif;
}

#mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #434d53;
	margin: 0 0 .4ex 0;
}

#mainContent h2 {
	font-size: 14px;
	color: #434d53;
	margin: .4ex 0;
}

#mainContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #434d53;
}

#mainContent li {
	padding-bottom: 15px;
}
	
/* ===== footer ===== */

div#footer {
	clear: both;
	background: transparent;
	margin: 5px auto;
	padding: 70px 10px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0;
}

#footer li a:link, #footer li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	color: #baccc5;
	text-decoration: none;
	padding: 0 15px 0 0;
	margin-right: 3px;
	line-height: 25px;
	border: none;
}

#footer li a:hover, #footer li a:active {	
	color: #fff;
}

#footer .footerCopywrite {
	position: absolute;
	padding: 5px;
	right: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #baccc5;

}

