/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial;
	font-size: small;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

newslink{
	font-family: Arial;
	font-size:12px;
	color:#333333;
}

a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
}

/*Modal Popup*/
.modalBackground {
	background-color:Black;
	filter:alpha(opacity=80);
	opacity:0.2;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
}

.story p{
	padding: 0px 0px 0px 0px;
}

.story a{
	padding: 0px 0px 0px 0px;
}

.story a:link{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.story a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.story a:hover{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


/************** Contact Info Bar styles *****************/


#contactinfobar {
      width: 20%; z-index:9 ;
      top: 10px; right: 3px; position: fixed;
     }
	 
	 
/* ---------- Portfolio ---------- */

#portfolio_content_wrap {
	padding: 40px 0px 0px 0px;
}
#portfolio_content {
	overflow:hidden;
	width: 700px;
	margin: 0 auto;
	padding: 1px 0px 0px 1px;
}
.portfolio_img {
	border: 3px solid #FFFFFF ;
	outline: 1px solid #c5c5c5;
	
}
.portfolio_item, .portfolio_item_nomargin {
	float:left;
	width: 300px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.portfolio_item_nomargin {
	margin-right: 0px;
}

