@charset "UTF-8";
* {
	margin:0;
	padding:0;
	outline:none;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

body {
	padding: 0;
	vertical-align: top;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin: 0;
}
.date {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	padding-top: 16px;
	float: left;
}

.purple {
	background-color: #9148B2;
	background-image:url(../images/purple_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#homewrap {
	background-image: url(../images/pixelwizzard_home_logo.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	height: 100%;
	min-height: 450px;
	text-align: center;
}
.homepagetitle {
	color: #FFF;
	font-size: 20px;
	padding-top: 405px;
	font-weight: normal;
}
#homeicons {
	padding-top: 20px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	min-height: 95px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeicons h2 {
	font-size: 1em;
	font-weight: normal;
	padding: 10px;
}
#homeicons ul {
	list-style-type: none;
}
#homeicons li  {
	display: inline;
	width: 110px;
}
#homeicons ul li a:hover img {
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

#homecopy {
	clear: both;
	color: #FFF;
}
#homecopy p {
	font-size: 16px;
	line-height: 160%;
}

#homecopy p a {
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

#homecopy p a:hover {
	color:rgba(255,255,255,1.00);
	text-decoration:underline;
}
#footer {
	position: relative; /* negative value of footer height */
	height: 30px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#footer .typeleft {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	float: left;
	font-size: 12px;
	text-align: center;
	width: 262px;
	letter-spacing: 0.5pt;
}

#footer .typeright{
	float: right;
	margin: 0px;
	font-size: 10px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer .typeright a:link, #footer .typeright a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.5pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer .typeright a:hover {
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-top: 0px;
}

.menutitle {
	width: 262px;
	height: 55px;
	color: #FFF;
	padding-top: 30px;
	text-align: center;
	float: left;
}
.tagline {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
}
.pagetitle {
	text-align: center;
	float: left;
	height: 75px;
	width: 202px;
	padding-top: 15px;
	color: #FFF;
	font-size: 26px;
	letter-spacing: 1px;
}
.menupanel {
	height: 90px;
}
.menupanel ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menupanel li {
	float: left;
	margin: 0px;
	height: 90px;
	padding: 0px;
}
.menupanel ul li a:hover img {
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	/* [disabled]border-bottom-width: 5px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #FFF; */
}
.topnav {
	height: 188px;
	width: 1000px;
}
.datepanel {
	height: 42px;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	float: right;
}
#mainleft {
	float: left;
	width: 464px;
}
.tagcloud {
	float: left;
	width: 260px;
	margin-top: 40px;
}
.intropanel {
	float: right;
	width: 202px;
}
.introinset {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#mainright {
	/* [disabled]height: 100px; */
	width: 535px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: visible;
}

.detailpanel {
	float: right;
	width: 150px;
	background-color: #F3F3F3;
	min-height: 100px;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #23A7CD;
	border-left-color: #23A7CD;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-right: 10px;
}
.detailpanel .subtitle {
	font-size: 10px;
	color: #1893BF;
	line-height: 140%;
	/* [disabled]text-transform: capitalize; */
	letter-spacing: 6px;
	margin-top: 3px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
.detailpanel .detail {
	font-size: 11px;
	line-height: 130%;
	/* [disabled]text-transform: uppercase; */
	color: #999;
	margin: 0px;
	padding: 0px;
}
.detailpanel .detail a:link, .detailpanel .detail a:visited {
	color: #999;
	text-decoration: none;
}

.detailpanel .detail a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


.projectpanel {
	clear: both;
	width: 398px;
	min-height: 270px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	margin-top: 5px;
	margin-left: 105px;
}
.projectpanel .heading {
	font-size: 14px;
	color: #1893BF;
	letter-spacing: 6px;
	text-transform: uppercase;
	width: 408px;
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #23A7CD;
	padding-bottom: 3px;
}
.projectcopy {
	float: left;
	width: 105px;
	min-height: 242px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.projectcopy .detail {
	font-size: 12px;
	line-height: 160%;
	color: #999;
}
.projectcopy .intropara {
	color: #999;
	padding-bottom: 5px;
}
.projectimages {
	background-color: #F63;
	float: right;
	width: 280px;
	min-height: 242px;
	margin: 0px;
	padding: 0px;
}


.address {
	width: 200px;
	float: left;
	padding-top: 68px;
	min-height: 400px;
}
.address p {
	font-size: 14px;
	line-height: 140%;
	text-align: right;
	padding-right: 15px;
	color: #999;
	padding-bottom: 10px;
}

.contact {
	padding-top: 20px;
	/* [disabled]padding-left: 107px; */
	float: left;
	width: 333px;
}
.contact p {
	color: #999999;
	font-size: 14px;
	line-height: 160%;
	padding-bottom: 10px;
}
.contact h2 {
	font-size: 20px;
	color: #1893BF;
	line-height: 130%;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #23A7CD;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 0.5pt;
}

.sitemap {
	padding-top: 20px;
	/* [disabled]padding-left: 107px; */
	float: left;
	width: 475px;
	margin-right: 30px;
	margin-left: 30px;
}
.sitemap p {
	color: #999999;
	font-size: 14px;
	line-height: 160%;
	padding-bottom: 10px;
}
.sitemap h2 {
	font-size: 20px;
	color: #71788A;
	line-height: 130%;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #878EA0;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 0.5pt;
}
.sitemap ul {
	list-style-type: none;
}
.sitemap ul li {
	display: block;
	width: 75px;
	margin-right: 5px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #888;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #878EA0;
	margin-bottom: 5px;
	padding-top: 2px;
	line-height: 16pt;
}

.sitemap ul li.norule {
	display: block;
	width: 75px;
	margin-right: 5px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #888;
	padding-top: 2px;
	line-height: 16pt;
	border-bottom-style: none;
}
.sitemap ul .subsection {
	font-size: 12px;
	margin: 0px;
	line-height: 16pt;
	padding: 0px;
}
.sitemap ul li a:link, .sitemap ul li a:visited {
	text-decoration: none;
	color: #888;
	display: block;

}
.sitemap ul li a:hover {
	background-color: #EEE;
	line-height: 16pt;
}

#formpanel {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 15px;
	border: 1px solid #CCC;
}

#formpanel p {
	font-size: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

.frmbox {
	background-color: #FFF;
	width: 280px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCC;
	color: #888;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}
.frmlabel {
	width: 40px;
	/* [disabled]float: left; */
	padding-top: 2px;
	text-align: right;
	padding-right: 5px;
	display: inline;
}
.frmbutton {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFF;
	color: #22537F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	cursor: pointer;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 100px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.timeline {
	width: 170px;
	float: left;
	padding-top: 25px;
	min-height: 400px;
	padding-right: 15px;
	padding-left: 15px;
}
.timelineheading {
	margin-bottom: 10px;
	border: 1px solid #CCC;
	text-align: center;
	color: #888;
	padding: 5px;
	font-size: 13px;
	line-height: 110%;
}
.timelinebox {
	/* [disabled]margin-bottom: 10px; */
	/* [disabled]border-right-width: 1px; */
	border-bottom-width: 1px;
	/* [disabled]border-right-style: dotted; */
	border-bottom-style: dotted;
	/* [disabled]border-right-color: #75A5AF; */
	border-bottom-color: #75A5AF;
	/* [disabled]min-height: 50px; */
	height: 100%;
}
.clear  {
	clear: both;
}
.timelinebox .image {
	height: 50px;
	width: 50px;
	padding-top: 5px;
}
.timelinebox .copy {
	width: 109px;
	font-size: 11px;
	line-height: 110%;
	color: #999;
	height: 100%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.display {
	margin-top: 5px;
	margin-bottom: 5px;
}

.display ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.display ul li {
	float: left;
	width: 42%;
	display: block;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 5px;
	/* [disabled]height: 40px; */
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #8F8F69;
	border-left-color: #8F8F69;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #A4A47E;
	font-size: 18px;
	background-color: #F4F5F0;
	/* [disabled]overflow: scroll; */
}
.display ul li a:link, .display ul li a:visited {
	text-decoration: none;
	color: #A4A47E;
	line-height: 110%;
}

.display ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8F8F69;
	color: #78794F;
}


.display ul li .linkicon {
	font-size: 11px;
	line-height: 120%;
	color: #666;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.linkspanel {
	padding-top: 20px;
	padding-left: 107px;
}
.linkspanel p {
	color: #999999;
	font-size: 14px;
	line-height: 160%;
	padding-bottom: 10px;
}
.linkspanel h2 {
	font-size: 20px;
	color: #8F8F69;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A4A47E;
	padding-bottom: 5px;
	text-align: left;
	letter-spacing: 0.5pt;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A4A47E;
}
.fadesize {
	font-size: 24px;
	letter-spacing: 0.5pt;
}
#homecopy .productlist {
	font-size: 13px;
	/* [disabled]line-height: 111%; */
	margin-top: 15px;
	letter-spacing: 2pt;
}
#homecopy .productlist a:link, #homecopy .productlist a:visited {
	color: #FFF;
	text-decoration: none;
}

#homecopy .productlist a:hover {
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#adaptive img {
	width: 100%;
}
