@charset "UTF-8";
body#main  {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
	font-size: medium;
	background: #ffffff url(imgs/mainbkgd.gif) top left no-repeat fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
body#portfolio  {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
	font-size: medium;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}
p {padding: 0px; }
a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
#container {
	width: 953px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 23px 0px 23px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(imgs/graydissolvebkgd.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#wrapper {
	padding: 10px;
	background-color: #eceaea;
	border-top: #ffffff 1px solid;
	border-right: #949494 1px solid;
	border-bottom: #949494 1px solid;
	border-left: #ffffff 1px solid;
}
#header {
	background-color: #444444;
	border-top: #cecece 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #cecece 1px solid;
}
#header h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
h1 a:link, h1 a:visited	{
	display: block;	
	width: 904px;
	height: 72px;
	background: url(imgs/williamdolan.gif) top left no-repeat;
	margin-top: 6px;
	padding: 0;
	border: 0;
	}
h1 a:hover	{
	background: url(imgs/williamdolan.gif) 0 -72px no-repeat;
	}
h2 {
	line-height: 125%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3em;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #505862;
	margin-bottom: 0px;
}
h3 {
	display: block;
	font-size: 1.5em;
	font-weight: lighter;
	text-indent: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-weight: lighter;
	letter-spacing: 1px;
	border-bottom: 1px solid #c9c9c9;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}
h4 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 110%;
	padding: 0px;
	margin: 0px;
}
h3#web {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 3px 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #6e6e6e url(imgs/graybar.gif) top left repeat-x;
	border-top: #cecece 1px solid;
	border-right: #565656 1px solid;
	border-bottom: #565656 1px solid;
	border-left: #cecece 1px solid;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#web a:link, #web a:visited {
	color: #ffffff;
	text-decoration: none;
}
#web a:hover {
	color: #FFFF00;
	text-decoration: none;
}
h3#print {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 3px 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #6e6e6e url(imgs/graybar.gif) top left repeat-x;
	border-top: #cecece 1px solid;
	border-right: #565656 1px solid;
	border-bottom: #565656 1px solid;
	border-left: #cecece 1px solid;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#print a:link, #print a:visited {
	color: #ffffff;
	text-decoration: none;
}
#print a:hover {
	color: #FFFF00;
	text-decoration: none;
}
div#navbar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
	background-color: #6e6e6e;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 8px;
	background: #6e6e6e url(imgs/graybar.gif) top left repeat-x;
	border-top: #cecece 1px solid;
	border-right: #565656 1px solid;
	border-bottom: #565656 1px solid;
	border-left: #cecece 1px solid;
}
#navbar ul li a:link, #navbar ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	display: inline;
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 8px;
	border-top: #cecece 1px solid;
	border-right: #565656 1px solid;
	border-bottom: #565656 1px solid;
	border-left: #cecece 1px solid;
}
#navbar ul li a:hover, #navbar ul li a.current {
	color: #909090;
	text-decoration: none;
	background-color: #565656;
	border-top: #565656 1px solid;
	border-right: #cecece 1px solid;
	border-bottom: #cecece 1px solid;
	border-left: #565656 1px solid;
}
#navbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#topwrapper {  
	margin: 10px 10px 0px 10px;
	padding: 0px;
	overflow: hidden;
	width: 98%;
	}
#bottomwrapper {  
	margin: 10px 10px 0px 10px;
	padding: 10px;
	}
#topleftcontent {
	float: left;
	width: 456px;
	}
#toprightcontent {
	width: 420px;
	margin-left: 476px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
#outerbottomleftcontent {
	float: left;
	border-top: #949494 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #949494 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: 430px; 
}
#bottomleftcontent {
	padding: 10px;
	border-top: #ffffff 1px solid;
	border-right: #949494 1px solid;
	border-bottom: #949494 1px solid;
	border-left: #ffffff 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#outerbottomrightcontent {
	border-top: #949494 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #949494 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 402px;
	margin-left: 462px
}
#bottomrightcontent {;
	padding: 10px;
	border-top: #ffffff 1px solid;
	border-right: #949494 1px solid;
	border-bottom: #949494 1px solid;
	border-left: #ffffff 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}   
#footer {
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #eceaea;
	border-top: #ffffff 1px solid;
	border-right: #949494 1px solid;
	border-bottom: #949494 1px solid;
	border-left: #ffffff 1px solid;
	}  
#portfoliofooter {
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}  
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
	text-transform: uppercase;
	font-size: x-small;
	color: #384351;
	line-height: 100%;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
	}
div.contentcontainer {
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 40px;
	background-color:#FFFFFF;
	border-top: #949494 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-left: #949494 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: 98%;
	}
div.contentcontainerinside {
	padding: 3px;
	margin-top: 3px;
	overflow: hidden;
	width: 98%;
	}
.containerleft {
	float: left;
	width: 145px;
}
.portfoliocontainerleft {
	float: left;
	width: 450px;
}
.containerright {
	margin-left: 160px;
}
.portfoliocontainerright {
	margin-left: 460px;
}
.containerleft img {
	display: block;
}

ul.covert {
	text-indent: 0px;
	list-style-type: none;
	margin-left: 0px;
	}
ul.covert li {
		text-indent: none;
		line-height: 125%;
		list-style-type: none;
		margin-left: 0px;
}
img.art {
	display: block;
	}
.details {
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	}
#portfoliocontainer {
	background-color: #FFFFFF;
	padding: 10px;
	width: 98%;
	overflow: hidden;
}
.screenshots {
	display: block;
	padding-bottom: 10px;
}


div.formcontent {
	overflow: hidden;
	width: 98%;
	} 
div.labels {
	float: left;
	width: 72px;
	padding: 3px;
	text-align: right;
}
div.inputs {
	margin-left: 75px;
	padding: 3px;
}

