/*--------------------------------------------------
Rosecastle Capital default style sheet

version 2.0 updated 17 sep 07
author: platform 1 design
email: info@platform1design.com
website: http://www.platform1design.com
--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font: 11px/1.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #464b72;
	}
	
* a {
	text-decoration: none;
}
	
body {
	background-color: #faedc5;
	background-image: url(images/RCholdgrnd.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

h1, h2 {
	font-weight: bold;
	line-height: 2em;
	}
	
h1 {
	font-size: 14px;
	margin-top: 1em;
	}
	
.italic {
	font-style: italic;
	}
	
.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}
	
.warning {
	color: #975524;
	font-weight: bold;
}
.clear {
	clear: both;
}

/*banner element*/

#banner {
	margin:10px 0 10px 0;
	background-color: #faedc5;
	text-align: center;
}

/*central page area*/

#container {
	background-color: white;
	}
	
/*horizontal navigation buttons*/
#nav {
	margin-left: auto;
	margin-right: auto;
	height: 22px;
	width: 480px;
}

#home #nav {
	width: 118px;
}

#nav ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#nav ul li {
	float: left;
	}
#nav ul a {
	display: block;
	width: 118px;
	text-align: center;
	margin: 0 1px 0 0;
	line-height: 1.7em;
	color: white;
	text-decoration: none;
	background: url(images/butt2.gif) no-repeat;
}

#nav ul a:hover {
	background: url(images/butt1.gif) no-repeat;
}

#home #nav .home a, #about #nav .about a, #people #nav .people a, #partners #nav .partners a, #contact #nav .contact a {
	background: url(images/butt1.gif) no-repeat;
	cursor: default;
	}




/* main text area*/
#content {
	width: 480px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
}

#content p {
	margin-bottom: 0.7em;
}

#home #content p {
	text-align: center;
}

#home #content h1 {
	margin: /*100px*/60px 0 0 0;
	text-align: center;
}

#home #content .intro {
	margin: 100px 0 0.7em 0;
}

#content a {
	border-bottom: 1px dotted;
	font-weight: bold;
}

#contact #content a {
	border-bottom: 0;
	font-weight: normal;
}

#nl .nl a, #sbb .sbb a, #jmc .jmc a, #th .th a, #wk .wk a, #rma .rma a, #cl .cl a, #nb .nb a, #gw .gw a,
.nl a:hover, .sbb a:hover, .jmc a:hover, .th a:hover, .wk a:hover, .rma a:hover, .cl a:hover, .nb a:hover, .gw a:hover {
	color: #6A708E;
}


#content ul {
	list-style: none;
}

#content li {
	background: url(images/list.gif) no-repeat left 50%;
	text-indent: 1.3em;
	height: 20px;
	line-height: 20px;
	}
.col1 {
	width: 200px;
	float: left;
}


/*Contact page*/
.box {
	width: 10em;
	}
.box-outer {
	background:url(images/tabbotrtemail.gif) no-repeat right bottom;
	}
.box-inner {
	background:url(images/tabtopleft.gif) no-repeat left top;
	}
.box a {
	padding: 0 1em;
	line-height: 2em;
	}


	/*Email form*/

.field200 {
	width: 30em;
}


/*footer elements*/
.regs, #footer  {
	width: 480px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	}

#footer a{
	color: #6A708E;
	font-size: 9px;
}

.footleft {
	color: #6A708E;
	font-size: 9px;
	width: 360px;
	float: left;
}

.footright {
	width: 12em;
	float: left;
	font-size: 9px;
	border: 1px solid #6A708E;
	padding: 0 1px;
}

#footer .footright a {
	display: block;
	border-bottom: 0;
	text-align: center;
}
#footer a {
	border-bottom: 1px dotted;
}












