/* CSS Document */

.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:600px;
	border:solid;
	border-width:1px;
	border-color:#000000;
}

.header {
	float:left;
	padding:5px;
	margin-bottom:10px;
}

.nav-bar {
	float:left;
	clear:both;
	margin-left:20px;
	padding-left:10px;
}

ul.nav {
	list-style-type:none;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	margin:0;
}

ul.nav li {
	display:inline;
	padding:0;
	border:color:#000 #000 #000 none;
	border-width:1px 1px 1px 0px;
	border-style:solid solid solid none;
	border-collapse:collapse;
}

ul.nav li.last {
	border-width:1px 0px 1px 0px;
}

ul.nav li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#000;
	padding: 2px 5px;
	background-color: #FFF;
}

ul.nav li a:hover {
	color:#F33;
}

.header-text {
	color:#000000;
	font-size:2.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}

.bold {
	font-weight:900;
}

.grey {
	color:#666;
}

ul.nav li a.thispage {
	color:#F33;
}

.footer {
	clear:both;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	padding-top:5px;
	padding-left:2px;
}

.footer-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.body-content {
	clear:both;
	float:left;
}

.content-wrapper {
	clear:both;
	float:left;
	width:100%;
	margin-top:30px;
}

div#content {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:700px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
}	

.page-head {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	padding:3px;
	border-bottom:solid 1px #000;
}

div#portfolio-image-container {
	float:right;
}

div#portfolio-item-desc {
	float:left;
	width:215px;
	height:345px;
	padding:3px;
}

span#client-label {
	font-size:1.3em;
	color:#666;
	display:block;
	font-weight:bold;
}

h1 {
	font-size:1.3em;
	color:#666;
	display:block;
	font-weight:bold;
}

ul.contact {
	list-style-type:none;
	color:#000;
}

span#client {
	font-size:1em;
	display:block;
	color:#000;
	font-weight:bold;
	
	margin-left:15px;
}

span#site-features-label {
	display:block;
	font-size:1.3em;
	color:#666;
	font-weight:bold;
	margin-top:20px;
}

.portfolio-nav-button {
	font-weight:bold;
	color:#F33;
	font-size:2em;
	margin: 0 20px 0 20px;
	padding:3px;
	border:1px solid #FFF;
	
}

.portfolio-nav-button:hover {
	border: 1px solid #F33;
}

a {
	border:none;
	text-decoration:none;
}

img {
	border:none;
}

div#portfolio-navigation-wrapper {
	text-align:center;
	width:100%;
	padding:3px;
}

ul#site-features {
	margin:10px 0px 0px 15px;
	padding:0px;
	color:#000;
	list-style-type:none;
	font-size:.9em;
}

ul#site-features li {
	border-top: 2px #F33 dotted;
	padding: 2px;
}

ul#site-features li.last {
	border-top: 2px #F33 dotted;
	border-bottom: 2px #F33 dotted;
}

ul#services {
	margin:10px 0px 0px 15px;
	padding:0px;
	color:#000;
	list-style-type:none;
	font-size:.9em;
}

ul#services li {
	border-top: 2px #F33 dotted;
	padding: 4px;
}

ul#services li.last {
	border-top: 2px #F33 dotted;
	border-bottom: 2px #F33 dotted;
}

table#contactInfo {
	width:100%;
	border-collapse:collapse;
	height:300px;
	margin-top:30px;
}

table#contactInfo tr {
	height:50%;
}

table#contactInfo tr td
{
	border: 2px dotted #f33;
	width: 50%;
	vertical-align: top;
	padding-left:50px;
}

