/*------------------------------------portfolio------------------ */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7c79;
	margin-top:0px;
}

a:link {
	color: #a7a5a0;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #a7a5a0;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #a7a5a0;
	font-weight:bold;
}

#DIVHeader {
	width:952px;
	height: 65px;
	background-image:url(../images/banner_home.jpg);
	background-repeat:no-repeat;
}

#DIVMenu {	
	width:152px;
	height: 250px;
	float:left;
	background-image:url(../images/menu/menu_home.jpg);
	background-repeat:no-repeat;
	background-color:#40403e;

}


#DIVContent {
	width:790px;
	/*background-color:#009933*/
}

#LeftCol {
	float:none;
	width:790px;

}


#RightCol {
	float:right;
	width:590px;
	/*background-color:#00CC00;*/

}

#RightColVideo {
	padding:12px;
	padding-top:40px;
	background-image:url(../images/side_video.jpg);
	width:125px;	
	height:344px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	float:right; 
	background-color:9cd0c4;
	color:#ffffff;
}

#Middle {
	float:left;
	width:390px;
	

}

#DIVFarRight {
	width:190px;
	height:353px;
	float:right;
	background-image:url(../images/side_quotes.jpg);
	/*background-repeat:no-repeat;*/
	/*padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	text-align:left;*/
}

#DIVFarRight p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;



}

#TitleSurround {
	/*background-color:#FF00CC;*/
	margin-top:10px;
	margin-left:15px;
	padding-right:15px;
	width:360px;

}

#Title {
	width:300px;
	padding-left:15px;
	background-color:#CC6600;
	/*float:left;*/

}

#HorizLine_title {
	width:380px;
	height:1px;
	margin-top:10px;
	margin-bottom: 10px;
	background-color:#3a3938;
	margin-left:5px;
	margin-right:5px;

}

#TextBox {
	width:360px;
	padding:5px 15px 15px 15px;
}

.TextBox {
	width:360px;
	padding:5px 15px 15px 15px;
}




.titles {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;


}

.subTiles {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#85837f;

}

.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#85837f;

}


/*---------------------------------- home table --------------------------*/

.home_grid {
	margin-top:10px;

}

.home_grid tr td {
	vertical-align:top;

}


.grid_areas {
	width:190px;	
	background-color:#3f3e3b;

}

.grid_dividers {
	width:10px;
	/*background-color:#990033;*/

}

.grid_inner {
	width:170px;
	padding:20px 10px 10px 10px;
	background-image:url(../images/home_grid_bg.gif);
	background-repeat:repeat-x;
	background-color:#3f3e3b;

}

.title_pink {
	color:#e196c1;
	font-weight:bold;
}

.title_white {
	color:#FFFFFF;
	font-weight:bold;

}
