@charset "UTF-8";

/*Sitewide tag styles and bug fixes*/
h1, h2, h3, h4, h5, h6, p, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 10pt;
}
a {
	text-decoration: none;
}
a img {
	border:none;
}
h1 {
	font-weight: normal;
}


/*Sidebar styles*/
.sidebarheader {
	background-color: #333333;
	color: #FFFFFF;
	padding-left: 3px;
	display: block;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 9pt;
}
#sidebar1 a:link {
	color: #333333;
}
#sidebar1 a:visited {
	color: #333333;
}
#sidebar1 a:hover {
	color: #00b1e6;
}


/*Home page styles*/
.mainheading  {  /*big intro heading*/
	font-size: 35pt;
	text-align: left;
	line-height: 74pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 100px;
	margin-bottom: 18px;
	letter-spacing: -3px;
}
#mainpara1 { /* Positional styles for main body copy*/
	width: 365px;
}
#mainpara2 {
	float: right;
	width: 360px;
}
.homeimage {
	margin-top: 20px;
	margin-bottom: 15px;
}

/*News styles*/
#news {
	width: 207px;
	height: 370px;
	overflow: scroll;
	overflow-x: hidden;
	line-height: 10pt;
	padding-right: 10px;
	font-size: 8pt;
	color: #666666;
}
#news p {
	margin-bottom: 5px;
}
#news h4 {
	font-size: 8pt;
	color: #00b1e6;
	font-weight: normal;
	line-height: 10pt;
	margin-top:15px;
	margin-bottom: 5px;
}
#news a:link {
	color: #666666;
	font-size: 8pt;
	text-decoration: underline;
}
#news a:visited {
	color: #666666;
	font-size: 8pt;
	text-decoration: underline;
}
#news a:hover {
	color: #000000;
	font-size: 8pt;
	text-decoration: underline;
}
.posted {
	color:#000000;
	font-size: 8pt;
}



/*Portfolio page styles*/
#portfolionavcopy {
	font-size: 8pt;
	color: #999999;
	line-height: 12pt;
}
#portfolionavcopy p {
	margin-bottom: 5px;
}
#portfolionavcopy h2 {
	font-size: 8pt;
	font-weight: bold;
	color: #999999;
	line-height: 12pt;
}
.portfoliomainheading { /*big intro heading div*/
	font-size: 35pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: -2pt;
	line-height: 74pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 100px;
	margin-right: 5px;
}
.portfolioimage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 20px;
}

#portfoliopagesnav {
	width: 180px;
}
#portfoliocopy {
	float: right;
	width: 600px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.extrapages {
	color: #999999;
	position: relative;
	left: -145px;
	top: -138px;
	width: 30px;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 2px;
}
.testimonials {
	color: #666666;
}



/*sitewide appearance styles*/
.bottomborder { /* border for my pic*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 18px;
}
.bottomborder2 { /*style for email address in sidebar*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 20px;
	display: block;
}


/*you are here styles*/
#home a#homeLink {
	color:#FFFFFF;
	background-color: #009EE0;
}
#contact a#contactLink {
	color:#FFFFFF;
	background-color: #009EE0;
}
#portfoliobrand a#portfolioLink {
	color:#FFFFFF;
	background-color: #009EE0;
}
#portfoliobrand a#portfoliobrandLink {
	color:#009EE0;
}

#portfolioprint a#portfolioLink {
	color:#FFFFFF;
	background-color: #009EE0;
}
#portfolioprint a#portfolioprintLink {
	color:#009EE0;
}

#portfolioweb a#portfolioLink {
	color:#FFFFFF;
	background-color: #009EE0;
}
#portfolioweb a#portfoliowebLink {
	color:#009EE0;
}

#portfolioadv a#portfolioLink {
	color:#FFFFFF;
	background-color: #009EE0;
}
#portfolioadv a#portfolioadvLink {
	color:#009EE0;
}






/* Link styles*/
#portfolionavcopy a:link {
	color: #999999;
}
#portfolionavcopy a:visited {
	color: #999999;
}
#portfolionavcopy a:hover {
	color: #00b1e6;
}
#portfoliocopy a:link {
	color: #666666;
	text-decoration:underline;
	font-weight: bold;
}
#portfoliocopy a:visited {
	color: #666666;
	text-decoration:underline;
	font-weight: bold;
}
#portfoliocopy a:hover {
	color: #00b1e6;
	text-decoration:underline;
	font-weight: bold;
}
