body
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg2.gif);
	background-repeat: no-repeat;
	background-position: top center;	
	
}

.top_portfolio
{
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: top;	

}

.top_portfolio2
{
	background-image: url(../images/top2.gif);
	background-repeat: no-repeat;
	background-position: top;	

}

.bg
{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;	
}

.grey_text{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#a4a4a4;
}

.footer_link{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#a4a4a4;
}
.footer_link:link {color: #a4a4a4;text-decoration :none}
.footer_link:active {color: #a4a4a4;text-decoration : none}
.footer_link:visited {color: #a4a4a4;text-decoration : none} 
.footer_link:hover {color: #5c5c5c;text-decoration : none;} 

.footer_link_active{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#5c5c5c;
}
.footer_link_active:link {color: #5c5c5c;text-decoration :none}
.footer_link_active:active {color: #5c5c5c;text-decoration : none}
.footer_link_active:visited {color: #5c5c5c;text-decoration : none} 
.footer_link_active:hover {color: #5c5c5c;text-decoration : none;} 


.orange_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#f6921e;
}
.orange_link:link {color: #f6921e;text-decoration :underline}
.orange_link:active {color: #f6921e;text-decoration : underline}
.orange_link:visited {color: #f6921e;text-decoration : underline} 
.orange_link:hover {color: #f6921e;text-decoration : none;} 

.orange_link2{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#585757;
}
.orange_link2:link {color: #585757;text-decoration :none}
.orange_link2:active {color: #585757;text-decoration : none}
.orange_link2:visited {color: #585757;text-decoration : none} 
.orange_link2:hover {color: #585757;text-decoration : underline;} 

td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#585757;
	line-height: 16px;
}

.title {
	text-transform: uppercase;
	color: #f6921e;
	font-size:14px;
	font-weight: bold;
}

.subtitle {
	text-transform: uppercase;
	color: #f6921e;
	font-size:12px;
	font-weight: bold;
}

.subtitle_normal {
	text-transform: uppercase;
	color: #f6921e;
	font-size:12px;
	font-weight: normal;	
}

.orange_bullet {
	padding-left: 20px;
	background-image: url(../images/orange_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	list-style: none;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

.inputbox {
	border: 1px solid #a5acb2;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#727272;	
	padding:3px;
}

.inputbox_error {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding:3px;
	border: 1px solid #a5acb2;
	background-color:#f6d7d7;
	color:#ac1919;

}

#portfolio_container {
	position:relative;
	width: 739px;
	height: 130px;
	text-align: left;
}

#small_portfolio {
	position:absolute;
	top:0; 
	left:0;
	z-index:5;
}

#large_portfolio {
	position:absolute;
	top:0;
	left:0;
	z-index:10;	
}

#portfolio_link {
	position:absolute;
	top:0;
	left:0;
	z-index:15;	
}


.invisible{display:none; }
.visible {display:block;} 