@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-position: 0 -18px;
	background-repeat: no-repeat;
}
body.home, body.portfolio, body.news {
	background-image: url(images/default_bg.gif);
}
body.profile {
	background-image: url(images/profile_bg.gif);
}
body.contact {
	background-image: url(images/contact_bg.gif);
}
body.clients {
	background-image: url(images/client_bg.gif);
}
body.detail {
	background-image: url(images/portfolio_bg2.gif);
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}
#header {
	width: 760px;
	height: 60px;
	margin-top: 22px;
	background: #ffffff;
	overflow: hidden;
}
#navigation {
	float: right;
	height: 40px;
	width: 320px;
	margin-top: 20px;
	margin-right: 7px;
}
body.clients #navigation, body.detail #navigation {
	margin-right: 8px;
}
#header img.logo {
	border: none;
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}
#header img.title {
	border: none;
	float: left;
	margin-top: 26px;
}
#main {
	width: 740px;
	height: 458px;
}
body.home div#main, body.portfolio div#main {
	background: #990000;
	border: #000000 1px solid;
}
body.clients div#main {
	background: #ffffff;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	height: 700px;
}
body.profile div#main {
	border: #000000 1px solid;
	background-image: url(images/bg_main_profile.gif);
	background-repeat: repeat-x;
	background-position: 0 -1px;
}
body.news div#main {
	border: #000000 1px solid;
	background-image: url(images/bg_main_news.gif);
	background-repeat: repeat-x;
	background-position: 0 -1px;
}
body.contact div#main {
	border: #000000 1px solid;
	background-image: url(images/Nuns_Canyonred.jpg);
	background-repeat: no-repeat;
	background-position: 0 -1px;
}
body.detail div#main {
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-image: url(images/bg_main_detail.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#footer {
	height: 50px;
	width: 760px;
	margin-top: -1px;
}
#footer div.box {
	float: right;
	height: 19px;
	width: 18px;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
}
body.detail #footer div.box {
	height: 30px;
	width: 18px;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	margin-right: 1px;
}
a:link {
	color: #369;
	text-decoration : none;
	font-weight: bold
	}
a:visited {  
	color: #9999CC;
	text-decoration : none; 
	font-weight: bold
	}
a:hover {
	color: #9999CC;
	text-decoration : underline;
	font-weight: bold;
	}
a:active {
	color: #999999;
	background: transparent; 
	font-weight : bold; 
	text-decoration : underline overline; 
	}
p.projectlist a:link, p.portfoliolink a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
p.projectlist a:visited, p.portfoliolink a:visited {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
p.projectlist a:hover, p.portfoliolink a:hover {
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}
p.projectlist a:active, p.portfoliolink a:active {
	background:transparent none repeat scroll 0 0;
	color:#999999;
	font-weight:bold;
	text-decoration:underline overline;
}
.whitetext {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:justify;
}
.boldwhite {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
p.boldwhite a {
	color: #ffffff;	
}
div.twocol div.whitetext a:link, div.twocol div.whitetext a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
div.twocol div.whitetext a:hover, div.twocol div.whitetext a:active {
	color:#9999CC;
	text-decoration:underline;
}
div.twocol div.whitetext {
	margin-left:8px;
	margin-right:8px;
	margin-top:5px;
	width:340px;
}
div.twocol {
	height:425px;
	overflow:hidden;
}
.projectlist {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:17px;
}
.small {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11.5px;
	font-weight:normal;
	line-height:16px;
	text-align:justify;
}
p.projtext {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:justify;
	white-space:normal;
	margin-top: 0;
	padding-top: 20px;
}
div.projectstats p.projtext  {
	padding-top: 0;	
}
div.projecttext div.box {
	float: left;
}
div.projectstats, div.projecttext {
	overflow: hidden;	
}
div.projectstats div.box {
	float: left;
	margin-top: 30px;
}
div.projecttext div.box div.text {
	height: 260px;
}
div.projecttext div.box div.title {
	height: 30px;
	overflow: hidden;
}
div.projecttext div.box div.title img {
	float: left;
	margin: 0;
}
div.projecttext img {
	float: right;
	margin-left: 10px;
}
.projfact {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	margin-top: 0;
}
p.portfoliolink {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #990000;
	margin-top: 0;
}
p.realsmall {
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
text-align: right;
float: right;
margin: 0;
margin-right: 2px;
}