/* CSS Document */

body {
	background-color: #292A22;
	font-family: Arial, Helvetica, sans-serif;
}

#topspacer{
    width:845px;
	min-height:5px;
}

#wrap {
	width: 845px;	
	background-image: url(images/pfm3_main_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#header {
	height: 100px;
	background: url(images/pfm3_title.gif) top center no-repeat;
	margin: 0;
	padding:0;
}


/* PAGE CONTENT PROPERTIES */
#content {
	position: relative;
	width: 805px;
	text-align: left;
	min-height: 320px;
	margin: 0px 20px 0px 20px;
}

#content p {
	padding: 10px 20px 5px 20px;
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	overflow: hidden;
	text-align:justify;
}

#content h1 {
	padding: 15px 20px 0px 20px;
	margin: 0px;
	font-size: 15px;
	color: #751101;
}

#content img {
	border-style: solid;
	border-width: 5px;
	border-color: #292A22;
}

#content h2 {
	padding: 20px 20px 10px 20px;
	margin: 0px;
	font-size: 18px;
	color: #751101;
}

/* PAGE TITLES */
#title{
	position: relative;
	width: 805px;
	text-align: left;
	margin: 0px 20px 0px 20px;
}

#title img {
	border-style: none;
}


/* images and portfolio content area */
#goodies {
	float: right;
	width: 455px;
	margin: 0px 0px 0px 0px;
	border-left-style:dotted;
	border-left-color: #292A22;
	border-width:thin;	
	text-align: left;
}

/* clear the goodies div */
#clear{
    clear:both;
}


/* PROJECT THUMBNAILS */
#thumbs {	
	float: left;
	width: 340px;
	margin: 10px 0px 20px 0px;
	border-right-style:dotted;
	border-right-color: #292A22;
	border-width:thin;	
	text-align: left;
}

#thumbs p {
	padding: 0px 0px 5px 10px;
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	overflow: hidden;
	text-align:justify;
}

#thumbs img {
	border-style: solid;
	border-width: 2px;
	border-color: #292A22;
}

/* GALLERY ICONS */
#icons {
	text-align:right;
	margin: 5px 10px 0px 0px;
	border:none;
}

#icons img{
	border:none;
}


/* news content */
#news {
	float: right;
	width: 455px;
	margin: 0px 0px 0px 0px;
	border-left-style:dotted;
	border-left-color: #292A22;
	border-width:thin;	
	text-align: left;
	min-height:300px;
}

/* contact form styling */
#contact {
	position: relative;
	text-align: left;
	font-size: 12px;
	color: #000;
	margin: 0px 20px 20px 20px;
}

/* flash navigation */
#flashnav {
    width:805px;
	height: 35px;
	text-align: center;
	margin: 0px;
	padding:0px;
}

/* navigation elements */
#mainnav {
    width:805px;
	height: 22px;
	text-align: center;
	margin: 0px;
	padding:0px;
}

#mainnav p {
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#mainnav ul {
	list-style: none;
	color: #000;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#mainnav li {
	display: inline;
	font-size: 11px;
}

#mainnav a {
	color: #751101;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#mainnav a:hover {
	color: #660000;
}


/* divider for navigation */
#navline {
	height: 13px;
	width:805px;
	background-image: url(images/pfm3_nav_line.gif);
	background-position: center;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#tagline {
	height: 50px;
	background: url(images/pfm3_tag.gif) top center no-repeat;
	margin: 0;
	padding:0;
}


ul {
    font-size: 12px;
	text-decoration: none;
	padding: 10px 20px 0px 20px;
	margin:0px 0px 0px 20px;
}


/* byline and copyright info */
#footer {
    width:845px;
	text-align: center;
	color:#999999;
	font-size: 11px;
	line-height:150%;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

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


/* link styles */
a:link {	
	color: #751101;
	text-decoration: underline;
}
	
a:hover {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #414141;
}

a.footer:link {	
	color: #888;
	text-decoration: underline;
}
	
a.footer:hover {
	color: #666666;
	text-decoration: none;
}

a.footer:visited {
	color: #414141;
}
