/* CSS Document */

/* clear css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

abbr,acronym { border:0;
}

/* end clear css */

/* TYPOGRAPHY */

p {
	line-height: 1.5em;
	padding: 0 0 1.2em 0;
	}
	

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

body {
	background-image: url(../images/bg_grid.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none;
}
#bodylist {
	margin: 0px;
	padding: 0px;
}
#bodylist li {
	list-style-type: disc;
	list-style-position: inside;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1 {font-size: 218%;}

h2 {font-size: 164%;}


h3 {
	font-size: 145%;
	padding-bottom: 18px;
}

h4 {font-size: 100%;
	font-weight: bold;
	padding: 0em 0em 1.2em 0em;
	margin: 0px 10px 0px 0px;
}

.author {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 2px;
	border-top-color: #CCCCCC;
}

/*  END TYPOGRAPHY */

/* LAYOUT */

#header {
	padding-left: 14px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
}
#masthead {
	width: 972px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 10px;
	clear: both;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	top: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
#left2col {
	float: left;
	width: 298px;
	padding-left: 14px;
	padding-bottom: 10px;
}
#right3col {
	float: left;
	width: 431px;
	padding-left: 147px;
	padding-bottom: 10px;
}

/* portfolio section */

#pfwrapper {
	padding: 0;
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	border: 1.5px solid #CCCCCC;
	margin: 14px auto 0 auto;

}

#pfheader {
	width: 872px;
	height: 182px;
	margin: 14px 14px 0px 14px;
	padding: 0px 0px 0px 0px;
	line-height:1;
}

#logo {
	background-image: url(../images/nathanlawes.png);
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	width: 242px;
	padding: 0px;
	margin: 0px;
	z-index: 2;
	overflow:hidden;
	height: 28px;
	display: block;
	position: relative;
}
	
#logo a, #logo a:visited {
	width: 75%;
	display:block;
	height: 100%;
	outline: none;
}

#pfdownload {
	text-align: right;
	font-size: 100%;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	width: 630px;
	float: right;
	top: 14px;
	margin: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 13px 0px 0px 0px;
	z-index: 0;
	display:inline;
	position:absolute;
	right: 14px;
	
}

#pfdownload a{
	text-transform: uppercase;
	text-decoration: none;
	list-style-type: none;
	width: 630px;
	outline: none;
}

#pfdownload a:hover {
	font-size: 100%;
	text-transform: uppercase;
	list-style-type: none;
	text-decoration: none;
	margin-left: 0px;
	color: #000000;
	background-color: #FFFF00;
	padding-top: 0.1em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	outline: none;
}

#pfnavbar {
	font-size: 100%;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 0px 0px;
	z-index: 4;
	text-indent: 0px;
	width: 630px;
	padding: 0px;
	float: right;
	border:0;
	display:inline;
	position: absolute;
	top: 65px;
	right: 14px;
}

#pfnavbar li {
	background-color: #000000;
	text-align: center;
	display: inline;
	color: #FFFFFF;

}

#pfnavbar a {
	padding-top: 0.1em;
	vertical-align: middle;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 0.3em;
	text-decoration: none;
	margin-left: 0px;
	color: #FFFFFF;
	background-color: #000;
	outline: none; /* remove FF dotted box on click */
	/* makes it into a clickable box*/	
}

#pfnavbar a:hover {
	padding-top: 0.1em;
	vertical-align: middle;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 0.3em;
	text-decoration: none;
	margin-left: 0px;
	color: #000000;
	background-color: #F8F400;
}

#pfnavbar a:focus {
	color: #333;
	background-color: #ECE9D8;
}

#pfcontent {
	width: 620px;
	padding-left: 10px;
	float: left;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 10px;
	height: 533px;
}

#pfcopy {
	width: 228px;
	margin: 0px 10px 0px 14px;
	float: left;
	text-decoration: none;
}
#pftitle {
	background-image: url(../images/online_portfolio.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -10000px;
	height: 35px;
	width: 872px;
	clear:both;
	display:block;
	border-top: 1px solid #CCCCCC;
	z-index:2;
	position: absolute;
	top: 51px;
	left: 14px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;

}

#gdtitle {
	background-image: url(../images/graphic_design.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -10000px;
	height: 35px;
	width: 872px;
	clear:both;
	display:block;
	border-top: 1px solid #CCCCCC;
	z-index:2;
	position: absolute;
	top: 51px;
	left: 14px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
	}

#errortitle {
	background-image: url(../images/error_message.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -10000px;
	height: 35px;
	width: 872px;
	clear:both;
	display:block;
	border-top: 1px solid #CCCCCC;
	z-index:2;
	position: absolute;
	top: 51px;
	left: 14px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
	}
	
.summaryswap {
	text-decoration: none;
	background-image: url(../images/summary2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	width: 620px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 533px;
}

.errorswap {
	text-decoration: none;
	background-image: url(../images/404error_swap.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	width: 620px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 533px;
}

#pffooter {
	clear: both;
	width: 872px;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0px 0px 0px;
	color: #999999;
	margin: 0px 14px 7px 14px;
	outline: none;
	text-align: left;
}

#pffooter a:link, #pffooter a:visited {
	text-decoration:none;
	color: #999999;
	padding: 0;
	margin: 0;
	}

#pffooter a:hover, #pffooter a:active {
	text-decoration:underline;	
	color: #666666;
}

/* downloads page --------------*/

#dlcopy {
	width: 238px;
	margin: 0px 0px 0px 14px;
	float: left;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#dl2col {
	width: 620px;
	padding-left: 10px;
	float: left;
	background-color: #00FFCC;
	margin-bottom: 20px;
	height: auto;
}
	
/* FORMS ------------------ */

form {
 border: 1px solid #999999;
 padding: 18px;
}
.footright {
	text-align: right;
	display: block;
	float: right;
	outline: none;
	width: 242px;
}
.footleft {
	text-align: left;
	display: block;
	float: left;
	outline: none;
}
.clearboth {
	clear: both;
	line-height: 0;
}
.footrightimg {
	padding-left: 5px;
}

