@charset "UTF-8";
/* CSS Document */
*
{
	padding: 0px;
	margin: 0px;
	border:0px;
}

a 
{
	text-decoration:none;
	color: #aaaaaa;
}

a:visited 
{
	color: #999999;
}

a img
{
	border: none;
}

p
{
	margin: 5px;	
}

html, body
{
	font-family: Lucida Grande, Lucida Sans, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	color:#777777;
	height: 100%;
	font-size: 11px;
	line-height: 18px;
}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -117px; /* the bottom margin is the negative value of the footer's height */
	border:0px;
}

.push
{
	width: 100%;
	height: 117px;
	border:0px;
}

#footer
{
	background: #FFFFFF;
	width: 100%;
	height: 117px; /* .push must be the same height as .footer */
}

#footerleft
{
	float: left;
	width: 49%;
	height: 117px; /* .push must be the same height as .footer */
}

#footerright
{
	float: right;
	width: 49%;
	height: 117px; /* .push must be the same height as .footer */
	overflow: visible;
}

#breadcrumbs
{
	color: #999999;
	margin-top:25px;
	margin-left:50px;
}

#breadcrumbs a 
{
	color: #999999;
}

#breadcrumbs a:visited
{
	color: #999999;
}

#header
{
	width: 100%;
	height: 117px;
	margin: 0 auto;
	background: #FFFFFF;
}

#logo
{
	width:49%;
	float:left;
}

#subtitle
{
	width:49%;
	float:right;
}

#menuholder
{
	float: left;
	width: 100%;
	height: 45px;
}

#menu
{
	width: 600px;
 	height: 45px;
}

.article
{
	width: 510px;
	padding: 20px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
	float:left;
}

.about
{
	width:150px;
	height:45px;
	background: url(../images/about.png) 0 0px;
	float:left;
}

.about:hover
{
	background: url(../images/about.png) 0 -45px;
}

.aboutActive
{
	width:150px;
	height:45px;
	background: url(../images/about.png) 0 -90px;
	float:left;
}

.showcase
{
	text-decoration: none;
	width:150px;
	height:45px;
	background: url(../images/showcase.png) 0px 0px;
	float:left;
}

.showcase:hover
{
	background: url(../images/showcase.png) 0px -45px;
}


.showcaseActive
{
	width:150px;
	height:45px;
	background: url(../images/showcase.png) 0 -90px;
	float:left;
}


.journal
{
	width:150px;
	height:45px;
	background: url(../images/journal.png) 0px 0px;
	float:left;
}

.journal:hover
{
	background: url(../images/journal.png) 0px -45px;
}


.journalActive
{
	width:150px;
	height:45px;
	background: url(../images/journal.png) 0 -90px;
	float:left;
}


.contact
{
	width:150px;
	height:45px;
	background: url(../images/contact.png) 0px 0px;
	float:left;
}

.contact:hover
{
	background: url(../images/contact.png) 0px -45px;
}


.contactActive
{
	width:150px;
	height:45px;
	background: url(../images/contact.png) 0 -90px;
	float:left;
}

.pcv
{
	margin-top: 15px;
	margin-bottom: 5px;
	list-style-position: outside;
}

.date
{
	color:#bbbbbb;
	font-size: 9px;
	margin-top: 2px;
	margin-bottom: -4px;
	margin-left: 2px;
}

.shaded
{
	background: #FFFFFF url(../images/article-bg.png) repeat-x;
	width:100%;
	height:100%;
	min-height:200px;
}

.showcase-item
{
	width: 510px;
	margin-left:50px;
	border-top: 1px solid #CCCCCC;
	float:left;
}

.showcase-item h1
{
	padding-top:7px;
	font-size:14px;
}

.showcase-item a:hover
{
	color:#000000;
}

.showcase-img
{
	background: #FFFFFF url(../images/showcase-bg.png) repeat-x;
	width:100%;
	height:250px;
	float:left;
}

.showcase-article
{
	background: #FFFFFF url(../images/article-bg.png) repeat-x;
	width: 100%;
	float:left;
}

li
{
	list-style-image: url(/images/template/bc-arrow.png);
	font-style: italic;
	list-style-position: outside;
}	

h2
{
	color:#888888;
	font-size: 13px;
	font-weight: bold;
}

h3
{
	color: #555555;
	font-size: 11px;
	font-weight: bold;
}

pre
{
	margin-top:20px;
	margin-bottom:20px;
	font-family: Courier, monospace;
	font-size:10px;
}

.ie6-margin
{
	margin-left:-3px;
}

