/* CSS Document */
body{
width: 780px;
font-family: Verdana, Geneva, sans-serif; 
font-size: 11px;
line-height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 15px;
color: #000;
text-decoration: none;
text-align: left;
background-image: url(images/graphics/background.jpg);
background-repeat: repeat-x;
background-color: #EFEFEF;
}

h1{
	font-size: 16px;
	color: #06F;
}

h2{
	font-size: 14px;
	color: #999;
	margin-bottom: -10px;
	margin-top: 15px;
}

h3{	
	color: #000;
	font-size: 14px;
	margin-top: 0;
	}
	
h4{	
	color: #000;
	font-size: 13px;
	border-top: #999 1px dashed;
	padding-top: 1em;
	}
	
h4 a:link{
	color: #000;
	text-decoration: none;
}

h4 a:hover{
	color: #06F;
	text-decoration: none;
}

a{
	color: #06F;
	text-decoration: none;
}

a:hover{
	color: #06F;
	text-decoration: underline;
}

#top{
	height: 90px;
}

#banner{
	width: 960px;
	height: 240px;
}

#navbar{
	height: 40px;
}

#left-content{
	background-color: #FFF;
	height: auto;
	width: 495px;
	padding: 0px 20px 10px 5px;;
	float: left;
	text-align: justify;
}

#right-content{
	background-color: #FFF;
	height: auto;
	width: 245px;
	padding: 0px 5px 10px 10px;
	float: left;
	text-align: justify;
}

#main-content{
	background-color: #FFF;
	height: auto;
	width: 770px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

#container{
	background-color: #FFF;
	width: 100%;
	float: left;
    padding: 0 auto 1em;
	margin: 1em auto 0;
}

#portfolio-container{
	background-color: #FFF;
	border-top: #999 1px dashed;
	width: 100%;
	float: left;
	padding: 10px 0px;
}

#column1{
	float: left;
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#column2{
	float: left;
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#column3{
	float: left;
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#column4{
	float: left;
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#left-column{
	background-color: #FFF;
	width: 250px;
	float: left;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

#mid-column{
	background-color: #FFF;
	width: 250px;
	float: left;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

#right-column{
	background-color: #FFF;
	width: 250px;
	float: left;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

#portfolio-left{
	width: 420px;
	height: auto;
	float: left;
	margin: 0px 10px;
}

#portfolio-right{
	width: 300px;
	height: auto;
	float: left;
	margin: 0px 10px 0px 10px;
}

#bottom{
	float: left;
	background-color: #FFF;
	width: 780px;	
	height: 60px;
	padding-bottom: 20px;
	text-align: right; 
}

#bottom-left{
	float: left;
	background-color: #FFF;
	width: 385px;	
	height: auto;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}

#bottom-right{
	float: left;
	background-color: #FFF;
	width: 385px;	
	height: auto;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
}

#seperator{
	background-color:#FFF;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr{
	color: #06F;
	width: 98%;
	text-align: center;
}

.more {
      display: none;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666; }
	  
tr.row-title{
	background-color:#06F;
	color:#FFF;
	font-weight:bold;
	font-size: 12px;
	text-align: left;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;		
}
	  
a.showLink, a.hideLink {
      text-decoration: none;
      color: #36f;
      padding-left: 8px;
      background: transparent url(down.gif) no-repeat left; }
	  
a.hideLink {
      background: transparent url(up.gif) no-repeat left; }
	  
a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #36f; }
