/* CSS */

/* ------------- GENERAL ------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	background: #4c8fdc;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(images/rm-bg.jpg); 
	background-position: top left;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	margin-top: 43px;
	padding: 0;
	width: 844px;
}



/* ------------- LINKS ------------- */

a {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* ------------- HEADER ------------- */

#header {
	margin: 0 auto;
	padding: 0;
	width: 834px;
	height: 265px;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}

#header p {
	float: right !important;
	width: 470px;
	margin-top: 195px;
	margin-right: 150px;
}

* html #header p {
	margin-right: 65px;
}

.header1 { /* Home */
	background-image: url(images/header-1.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
}

.header2 { /* Who we are */
	background-image: url(images/header-2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header3 { /* What is Mediation */
	background-image: url(images/header-3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header4 { /* Business Mediation */
	background-image: url(images/header-4.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header5 { /* Arbitration */
	background-image: url(images/header-5.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header6 { /* Energy Industry */
	background-image: url(images/header-6.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header7 { /* Additional Services */
	background-image: url(images/header-7.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.header8 { /* Contact */
	background-image: url(images/header-8.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ------------- NAVIGATION ------------- */

#navigation {
	margin: 0 auto;
	padding: 4px;
	padding-top: 0px;
	padding-bottom: 30px;
	width: 844px;
	color: #fff;
	font-size: 75%;
	background: #4c8fdc;
	background-image: url(images/nav-bg.jpg); 
	background-position: bottom center;
	background-repeat: no-repeat;
}

* html #navigation {
	margin-top: -2px;
}

#navigation ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
	overflow: hidden; /* shows bg color in safari/firefox */
}

#navigation li {
	/* Don't set margin: 0 as this will cause Firefox to turn off its default margins - these margins help equalize it with IE6 */
	padding: 0;
	margin-right: 10px;
	display: inline; /* display:block and float:left do not center */
	text-align: center;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}



/* ------------- MAIN ------------- */

/* min-height effect commented out in case of future use */

#main {
	margin: 0 auto;
	padding: 0;
	margin-left: 9px;
	width: 834px;
	background: #edf4fb;
	background-image: url(images/body-bg.jpg); 
	background-position: top center;
	background-repeat: repeat-y;
}

#leftcontent {
	margin: 0;
	margin-left: 30px;
	padding: 10px;
	width: 136px;
	height: 580px; /* keeps main text from running into sidebar in FF */
	min-height: 580px; /* "" */
	float: left;
	font-size: 70%;
	text-align: right;
	background-image: url(images/left-bg.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
}

#maincontent {
	margin: 0;
	margin-right: 100px; /* moves main content closer to nav */
	padding: 0;
	min-height: 600px; /* creates min-height effect in gecko browsers */
	float: right;
	font-size: 90%;
	line-height: 130%;
	color: #444;
	width: 500px;
	background: transparent;
}

* html #maincontent {
	margin-right: 40px;
	width: 500px;
	height: 600px;
}

* + html #maincontent {
	width: 500px;
	height: 100%; /* resets the height so min-height will work in IE7 */
	min-height: 600px; /* keeps footer below bg pic */
}

.imgdiv {
	margin: 0;
	margin-left: 7px;
	padding: 0;
	float: right;
}

h1 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 120%;
	color: #4483cc;
}

h1.home {
	display: none;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #4483cc;
}

#leftcontent h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 20px;
	font-size: 120%;
	color: #4483cc;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

h4 {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 90%;
}

p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 90%;
}

table {
	font-weight: bold;
	font-size: 90%;
}

form p {
	font-weight: bold;
}

ul {
	margin: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0;
	font-size: 90%;
	list-style: outside;
}

#leftcontent ul {
	margin: 0;
	padding: 0;
	padding-right: 15px;
	padding-left: 20px;
	list-style: none;
}

#leftcontent li {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	color: #444;
}

#leftcontent li a {
	color: #444;
	text-decoration: none;
}

#leftcontent li a:hover {
	text-decoration: underline;
}

.red {
	color: #f00;
}

.bold {
	font-weight: bold;
}

.notbold {
	font-weight: normal;
}

.small {
	font-size: 80%;
}

.quote {
	margin-left: 20px;
	font-style: italic;
}

.italic {
	font-style: italic;
}

table td {
	text-align:left;
	vertical-align:top;
}

table td.center {
	text-align: center;
	vertical-align: top;
}

table td.right {
	text-align: right;
	vertical-align: top;
}



/* ------------- FOOTER ------------- */

#footer {
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 833px;
	color: #444;
	font-size: 70%;
	line-height: 130%;
	clear: both;
	background: transparent;
	background-image: url(images/foot-bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	margin-top: 15px;
	margin-left: 30px;
	padding: 0;
}