/* newcapitalpartners.com   |   screen.css */

* {margin: 0; padding: 0;}

body {
	background: #aaa url(../images/background.jpg) repeat-x top left;
	font: 62.5% Arial, Helvetica, sans-serif; 
	color: #000; 
	text-align: center; 
	margin: 0; 
	padding: 0;
	}
	
#wrap {
	background: url(../images/wrap-bg.jpg) repeat-y top left; 
	text-align: left; 
	margin: 0 auto; 
	width: 957px;
	}
	
h1 { text-indent: -9999px; }

#top-image { margin-bottom: 10px; }

a#logo {
	display: block;
	margin: 0 0 0 28px;
	width: 338px;
	height: 94px;
	background: url(../images/logo.jpg) no-repeat;
	}
	
#print-logo { display: none; }


	
#nav {
	float: right;
	width: 565px;
	margin-right:21px;
	height:24px;
	}
	
* html #nav { width: 565px; margin-right: 2px; }
	
#nav ul {
	float: right;
	margin-left: 0px;
	margin-right:17px;
	}
	
* html #nav ul { margin-left: 0; }
	
#nav li { 
	float:left;
	border-right: #666 solid 1px;
	list-style: none;
	padding-bottom: 10px;
	display:block;
	}
	
#nav li.last { 
	border-right: none;
	}

#nav li a {
	font-size: 1.2em;
	color: #bd712d;
	text-decoration: none;
	padding: 0 11px 10px 10px;
	}
	
#nav li#first a {
	padding: 0 10px 10px 10px;
	}
	
	
#nav li a:visited {
	color: #bd712d;
	}
	
#nav li a:hover {
	color: #2c689c;
	background: url(../images/rollover-bg.jpg) 0 18px repeat-x;
	}
	
#nav li.last a:hover {
	color: #2c689c;
	background: url(../images/rollover-bg.jpg) 0 18px repeat-x;
	}
	
#nav li a.active {
	color: #2c689c;
	background: url(../images/rollover-bg.jpg) 0 18px repeat-x;
	}
	
#nav li.last a.active {
	color: #2c689c;
	background: url(../images/rollover-bg.jpg) 0 18px repeat-x;
	padding-right: 5px;
	}
	
#rotatebox {
	margin-right: 0;
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	width: 888px;
	height: 265px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	margin-left: 32px;
	float: left;
	}
	
* html #rotatebox {margin-left:15px;}
	
	
#SlideShow {
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
	}
	
#interior-rotatebox {
	margin-right: 0;
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	width: 525px;
	height: 157px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	margin: 0 36px 15px 15px;
	float: right;
	}
	
* html #interior-rotatebox { margin: 0 18px 15px 15px; }
	
#copy-box {
	background-color: #675545;
	width: 848px;
	padding: 20px 20px;
	margin-left: 31px;
	float: left;
	}
	
* html #copy-box {margin-left:15px;}
	
#copy-box h2 {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-weight: normal;
	font-size: 2.6em;
	}
	
#copy-box p {
	color: #fff;
	font-size: 1.2em;
	line-height: 18px;
	}
	
#magnets {
	border-top: #2c689c solid 10px;
	margin: 3px 0 10px 31px;
	width: 888px;
	margin-bottom: 15px;
	float: left;
	}
	
* html #magnets {margin-left:15px;}
	
#magnet-one {
	border-right: #ccc solid 1px;
	width: 285px;
	float: left;
	padding: 0 10px 10px 0; 
	margin: 10px 13px 0 0;
	}
	
#magnet-two {
	border-right: #ccc solid 1px;
	width: 285px;
	float: left;
	margin: 10px 10px 0 0;
	padding-bottom: 10px;
	}
	
#magnet-three {
	width: 280px;
	float: right;
	margin: 10px 0 0 0;
	}
	
#magnets h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #2c689c;
	}
	
#magnets p {
	font-size: 1.2em;
	color: #333;
	}
	
#magnets a {
	font-size: 1em;
	color: #bd712d;
	text-decoration: underline;
	font-weight: bold;
	}
	
#magnets a:visited { color: #bd712d; }

#magnets a:hover { color: #2c689c; }
	
#footer {
	background: #aaa url(../images/footer.jpg) no-repeat top left;
	clear: both;
	height: 10px;
	padding-top: 5px;
	
	}
	
#footer p {
	margin: 20px 0 0 0;
	* margin: 30px 0 0 0;
	text-align:center;
	color: #333;
	}

#footer p.footer {
	margin: 5px 0 0 0px;
	}
	
#footer a {
	text-decoration: underline;
	color: #333;
	}

#footer a:hover {
	color:#eee;
	}
	
#sub-nav {
	float: left;
	margin: 20px 20px 0 31px;
	_margin: 20px 20px 0 15px;
	width: 150px;
	}
	
#sub-nav li {	list-style: none; }
	
#sub-nav li a {
	font-size: 1.2em;
	text-decoration: none;
	color: #666;
	display: block;
	padding: 10px 5px;
	_padding: 10px 5px;
	border-bottom: #ccc solid 1px;
	background-color: none;
	}
	
#sub-nav li a:hover {
	background-color: #eee;
	color: #2c689c;
	}
	
#sub-nav li a.active {
	background-color: #eee;
	color: #2c689c;
	}
	
#sub-nav li a.last { border-bottom: none; }
	
#copy { 
	float: left;
	width: 755px;
	}
	
#contact-copy {
	float: left;
	width: 925px;
	margin: 0 0 0 31px;
	}
	
* html #contact-copy {
	float: left;
	width: 893px;
	margin: 0 0 0 31px;
	}
	
#copy a, #contact-copy a {
	font-size: 1em;
	color: #bd712d;
	text-decoration: underline;
	font-weight: bold;
	}
	
#copy a:visited, #contact-copy a:visited { color: #bd712d; }

#copy a:hover, #content-copy a:hover { color: #2c689c; }
	
#image {
	float: right;
	margin: 0 43px 10px 10px;
	padding: 3px;
	border: #2c689c solid 1px;
	}
	
	
#copy h2 {
	font-family: "Times New Roman", Times, serif;
	color: #2c689c;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 70px;
	margin-top: 50px;
	text-align: center;
	}
	
#copy h2.top-title, #contact-copy h2 {
	font-family: "Times New Roman", Times, serif;
	color: #2c689c;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 10px;
	margin-top: 0;
	}
	
#copy h3 {
	font-size: 1.4em;
	color: #268b2b;
	margin-top: 10px;
	}
	
#copy p, #contact-copy p {
	color: #333;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-right: 30px;
	}
	
#left, #right {
	float: left;
	width: 200px;
	}
	
#rotateboxPC {
	margin: 35px 40px 10px 10px;
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	width: 150px;
	height: 150px;
	border: #2c689c solid 1px;
	float: right;
	}
	
#SlideShowPC {
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
	}
	
.portfolio-listing {
	border-top: #ccc solid 1px;
	width: 710px;
	margin: 10px 0 0 0;
	padding: 10px 0;
	float: left;
	}
	
#copy .portfolio-listing h3 {
	font-size: 1.2em;
	color: #000;
	float: right;
	width: 530px;
	margin-top: 0;
	}
	
.portfolio-image {
text-align:center;
margin:0px auto;
	border: none;
	}
	
.portfolio-listing p {
	width: 490px;
	float: right;
	}
	
#copy img.right {
	float: right;
	margin: 0 35px 15px 15px;
	}
	
.inv-criteria {
	color: #333;
	font-size: 1.2em;
	margin:0px;
	padding: 10px;
	border-bottom: 1px solid #777777;
	}
	
.inv-criteria-last {
	color: #333;
	font-size: 1.2em;
	margin:0px;
	padding: 10px;
	border:none;
	}
	
#copy ul {
	color: #333;
	font-size: 1.2em;
	margin:0px;
	padding: 10px 20px;
	list-style:url(../images/bullet.jpg);
}

#copy ul ul {
	color: #333;
	font-size: 1em;
	margin:0px;
	padding: 10px 10px 10px 30px;
	list-style:url(../images/bullet-2.jpg);
}
	
.title {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	}
	
hr {
	width: 720px;
	height: 1px;
	clear: both;
	margin: 10px 0;
	color: #ccc;
	background-color: #ccc;
	
	}
	
.header-image {float:right; margin:0px 37px 0px 10px; border-top:1px solid #000000; padding:0px;}
.main-image {margin:0px auto 20px;}