/* --------- 1. defaults  --------- */
* {
		margin: 0;
		padding: 0;
		}

body {
	background: #ADD8E6;
	background-image: url(/Skins/Matrix/Images/background-image.gif);
	background-repeat: repeat;
	font-family: Verdana, Sans-Serif;
}

hr {
	clear: both;
	color: white;
	background-color: transparent;
	margin: 10px 0 10px 0;
}


img 
{
border:none;	
}
		
.NewsHeadline
{
	margin-right: 15px;	
	font: normal 12px Verdana, sans-serif;

}
a.NewsHeadline :active
{
	margin-right: 15px;	
	font: normal 12px Verdana, sans-serif;

}
a.NewsHeadline :visited
{
	margin-right: 15px;	
	font: normal 12px Verdana, sans-serif;

}
a.NewsHeadline :hover
{
	margin-right: 15px;	
	font: normal 12px Verdana, sans-serif;

}
a.NewsHeadline
{
	margin-right: 15px;	
	font: normal 12px Verdana, sans-serif;

}
.newsDate
{
		float: left;
		margin-right: 15px;
		font: normal 12px Verdana, sans-serif;
}
		
/*  --------- 2. structure  --------- */

#wrapper {
		width: 850px;
		height: auto;
		margin: 0 auto;
		background: #ffffff;
		padding: 0px 10px 10px 10px;
		border-left: 10px #eeeeee solid;
		border-right: 5px #cccccc solid;
		border-bottom: 5px #cccccc solid;
		}
		
#masthead {
		/*background: url(images/masthead.gif);*/
		height: 150px;
		margin-bottom: 0px;
		}

#masthead2 {
		background: url(/images/masthead.gif);
		height: 135px;
		margin-bottom: 0px;
}
		
#content {
		padding-bottom: 10px;
		}

#footer {
		clear: both;
		text-align: left;
		padding: 10px 0;
		border-top: 1px solid #dddddd;
		}
		
#footer p {
		font-size: 70%;
		color: #666666;
		}
		
#breadcrumb {
		padding: 5px;
		border-bottom: 1px #eee solid;
		}
#breadcrumb p {
		font-size: 70%;
		color: #666666;
		}

#sidebar {
		float: left;
		padding: 10px;
		background: #fff;
		font-size: 90%;
		}
		
#mainColumn {
		float: left;
		padding: 10px;
		background: #fff;
		}
		
#extraColumn {
		float: left;
		padding: 10px;
		color: #fff;
		background: #54B0E8;
		}

.twoColumnPage #sidebar {
		width: 189px;
		margin-right: 10px;
		}

.twoColumnPage #mainColumn {
		width: 611px;
		}

.twoColumnPage #extraColumn {
		display: none
		}

.threeColumnPage #sidebar {
		width: 159px;
		margin-right: 10px;
		}

.threeColumnPage #mainColumn {
		width: 481px;
		margin-right: 10px;
		}

.threeColumnPage #extraColumn {
		width: 130px;
		}

.twoColumnequal #sidebar {
		width: 398px;
		margin-right: 11px;
		}

.twoColumnequal #mainColumn {
		width: 397px;
		}

.twoColumnequal #extraColumn {
		display: none
		}

.separator {
		clear: both;
		}

/* ---------- 3. links and navigation ---------- */

#navigation {
		background-image: url(/Skins/Matrix/Images/navback.gif);
		font: normal 11px Verdana, sans-serif;
		height: 29px;
		margin-bottom: 10px;
		text-align: right;
		}

#navigation ul {
		list-style-type: none;
		text-align: center;
		float: right;
		}

#navigation li {
		display: inline;
		float: left;
		}

#navigation a {
		display: block;
		padding: 0 10px 0 10px;
		line-height: 29px;
		text-decoration: none;
		color: #9c9c9c;
		}
	
#navigation a:hover {
		background-color: #54B0E8;
		color: #ffffff;
		}

.portfoliopage #portfolio {
		background: #fff;
		line-height: 27px;
		border-top: 1px solid #54B0E8;
		border-bottom: 1px solid #54B0E8;
		color: #54B0E8;
		}
		
a {
		color: #54B0E8;
		}
		
a.portfolio {
		color: gray;
		font-size: 9px;
		font-family: Verdana, Arial, sans-serif;
		line-height: 1.5em;
		margin-bottom: 1em;
		text-align: center;
		font-weight: normal;
		}

/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p {
		}

h1 {
		font: bold 125% Arial, sans-serif;
		color: #54B0E8;
		margin: 10px 0 10px 0;
		text-align: left;
		}
		
h1.right {
		text-align: right;
		}

h2 {
		font: bold 95% Arial, sans-serif;
		color: #54B0E8;
		margin: 10px 0 10px 0;
		text-align: left;
		}
		
h5 {
		font: bold 125% Arial, sans-serif;
		text-transform: capitalize;
		margin-bottom: 5px;
		letter-spacing: -1px;
		text-align: left;
		}

h6 {
		font: bold 125% Arial, sans-serif;
		color: #54B0E8;
		border-bottom: dotted 1px #54B0E8;
		margin-bottom: 15px;
		letter-spacing: -1px;
		text-align: left;
		}
		
p {
		
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: left;
		}
		
#content li {
		font-family: Verdana, Arial, sans-serif;
		font-size: 75%;
		line-height: 1.5em;
		margin-bottom: 1em;
		margin-left: 1.5em;
		text-align: left;
		} 
		
p.right {
		text-align: right;
		}

.twoColumnPage #sidebar, .threeColumnPage #sidebar {
		font-size: 90%;
		}	
		
.threeColumnPage #extraColumn h1 {
		font-size: 77%;
		}
		
.threeColumnPage #extraColumn p {
		font-size: 84%;
		}
		
#footer p {
		margin-bottom: 0;
		}
		
blockquote.withquote {
		background:url(/Skins/Matrix/Images/quote.gif) no-repeat;
		background-position: top left;
		text-align: left;
		padding-left: 20px;
} 

p.withunquote {
		background: url(/Skins/Matrix/Images/unquote.gif) no-repeat;
		background-position: bottom right;
		line-height: 150%;
		padding-right: 5px;
}

/* ---------- 5. images ---------- */

img.left {
		float: left;
		background-color: #eee;
		padding-bottom: 25px;
		border: 2px solid #eee;
		margin-right: 10px;
		}
		
img.right {
		float: right;
		background-color: #eee;
		margin: 0 10px 10px 10px;
		padding-bottom: 10px;
		border: 2px solid #eee;
		}
		
img.grey {
		background-color: #eee;
		margin: 0 10px 10px 10px;
		padding-bottom: 10px;
		border: 2px solid #eee;
		}
		
/* ---------- 6.Portfolio ---------- */

#port {
margin: 5px 10px;
}
#port a {
	color: gray;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5em;
}
div.portleft {
	float: left;
	margin-right: 10px;
	width: 133px;
	margin-bottom: 30px;
	height: 180px;
} 
div.portleft p {
	text-align: center;
}
/*img {
		background-color: #eee;
		margin: 0 10px 10px 0;
		padding-bottom: 10px;
		border: 2px solid #eee;
}*/
div.portcenter {
width: 600px;}

/* menu option 1
---------------------------------------------------------- */
/*.leftcontent 
{
	width: 210px;
	margin: 20px 0 0 0;
}
.leftcontent ul 
{
	border: none;	
}
.leftcontent li 
{
	list-style-type: none;	
	border-bottom: solid 1px #ccc;
	border-left: solid 5px #ccc;
	height: 20px;
}
.leftcontent li a 
{
	display: block;
	color: #54B0E8;
	height: 20px;
	text-decoration: none;
	padding-left: 5px;
}
html>body .leftcontent li a 
{
	width: auto;
}
.leftcontent li a:hover 
{
	color: #fff;
	background-color: #54B0E8;
}*/

.leftcontent {
	width: 210px;
	background-color: #fff;
	color: #9c9c9c;
	}
.leftcontent ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		border-bottom: 1px solid #fff;
		}
.leftcontent li {
		margin: 0px 0px 0px 0px;
		}
.leftcontent li li {
		margin: 0px 0px 0px 0px;
		}
.leftcontent li a {
		display: block;
		border-left: 6px solid #ccc;
		border-bottom: 1px solid #ccc;
		background-color: #fff;
		color: #54B0E8;
		text-decoration: none;
		width: 100%;
		font-size: 10pt;
		margin: -5px 0px 0px 0px;
		height: 25px;
		padding: 3px 0 3px 5px;
		}
	html>body .leftcontent li a {
		width: auto;
		}
.leftcontent li a:hover {
		border-left: 6px solid #54B0E8;
		border-bottom: 1px solid #54B0E8;
		color: #9c9c9c;
		}
.leftcontent li ul
{
	margin: 5px 0 0 5px;
}

.leftcontent li li a 
{
        border: 0px;
        border-left:6px solid #ccc;
		border-bottom: 1px solid #ccc;
        color:#54B0E8;
		font-size: 10pt;
    	background-repeat:no-repeat;
		margin: 0px 0px 0px 0px;
		padding: 3px 0 3px 5px;
		height: 25px;
}
.leftcontent li li a:hover {
    	border: 0px;
		border-left: 6px solid #54B0E8;
		border-bottom: 1px solid #54B0E8;
        color:#9c9c9c;
    	background-repeat:no-repeat;
		}

.selected
{
		
}


.contentwrapper
{
	float: right;	
	width: 620px;
	font-size: 75%;
	line-height: 1.5em;
}

.contentwrapper p
{
	font-size: 100%;	
}

.contentwrapper ul
{
	font-size: 12pt;	
	line-height: 10px;
	padding: 0px;
	margin: 0 0 5px 20px;
}

.contentwrapper ul li
{
	margin: 0px;
}

.fangle
{
	border-right: solid 1px #eee;	
	width: 210px;
}

.newsitem
{
	font-size: 0.8em;	
	margin: 0 0 12px 4px;
}
.newsdate
{
	float: left;	
	margin: 0 4px 0 0;
}

.newsImageWrapper
{
	float: right;	
	width: 150px;
	margin: 0 100px 10px 10px;
}

.newsImageCaption
{
	font-size: 0.8em;	
}

.newsPageMoreNewsWrapper
{
	font-size: 0.8em;	
}


img.threeways
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px -3px 0px;
	border: none;
}