/*=============================================================================================================================

	Articles CSS
	
=============================================================================================================================*/

.article_title_link
{
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica;
	color: #333333;
}

.article_title_link a:hover
{
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica;
	color: red;
}

.article_title_row
{
	width: 700px;
	padding: 3px;
	border-bottom: 1px dashed gray;
}

.titles_list_wrapper
{
	padding-top: 20px;
	width: 700px;
	text-align: left;
	float: right;
	background-color: #E5E5E5;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 15px;
}

.article_detail_title
{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 20px;
	font-family: Arial, Helvetica;
	color: #333333;
	letter-spacing: 1px;
}

.article_detail_content
{
	text-align: justify;
	font-size: 13px;
	letter-spacing: 1px;
	color: #333333;
	font-family: Arial, Helvetica;
	/*background-color: #E5E5E5;*/
	background-color: #FFFFFF;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.article_detail_wrapper
{
	width: 700px;
	float: right;
}

.article_btn_return
{
	float: right;
	padding-top: 20px;
	padding-right: 100px;
}

.clear_both
{
	clear: both;
}

.news_title
{
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 13px;
	letter-spacing: 1px;
	color: gray;
}

/*=============================================================================================================================

	Carousel CSS
	
=============================================================================================================================*/

div.carousel_div {
	width: 950px;
	height: 350px;
	text-align: center;
	margin: 0pt auto -24pt auto;
	padding-top: 20px;
}

/*=============================================================================================================================

	Credits: BitRepository.com
	
=============================================================================================================================*/

/* Pagination Link */

#page-pagination a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-decoration: none;
	color: gray;
	border: 1px solid #666666;
	padding: 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#page-pagination a:hover 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: gray;
	border: 1px solid #666666;
	background-color: white;
	padding: 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Pagination Current Page */

#page-pagination a.current 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	border: 1px solid #666666;
	background-color: gray;
	padding: 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Pagination Disabled Page */

#page-pagination span.disabled 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-decoration: none;
	color: #C6C7C7;
	border: 1px solid silver;
	background-color: white;
	padding: 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/******************************************************************************************************************************
CSS Styles File
******************************************************************************************************************************/

.showcases_row_wrapper
{
	width: 800px;
	height: 200px;
	display: block;
	padding-top: 10px;
	padding-bottom: 0px;
}

.showcases_row_image
{
	float: left;
	display: inline;
	width: 200px;
}

.showcases_row_content
{
	float: right;
	display: inline;
	width: 570px;
	height: 150px;
	background-color: whitesmoke;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.showcases_row_title
{
	display: block;
	width: 800px;
	height: 30px;
	font-size: 16px;
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	background-color: #5F78AB;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 5px;
	padding-right: 5px;
}

.showcases_row_text
{
	width: 100%;
	height: 150px;
	text-align: left;
	overflow: auto;

}

.showcases_row_spacer
{
	width: 800px;
	border-bottom: 1px dotted gray;
}

/******************************************************************************************************************************

	DOWNLOAD STUFFS

******************************************************************************************************************************/



.file_row_url
{
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

.file_row_wrapper
{
	width: 100%;
	line-height: 25px;
	border-bottom: 1px dashed silver;
}

.files_wrapper
{
	float: right;
	width: 300px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #F0F0F0;
	padding: 15px;
	margin-bottom: 50px;
}


/******************************************************************************************************************************

	BOTTOM MENU

******************************************************************************************************************************/

.bottom_menu_about
{
	position: absolute; top: 0px; left: 250px;
	width: 175px; height: 100%;
	border: 0px solid red;
	padding-top: 30px;
	text-align: left;
}

.bottom_menu_teaching
{
	position: absolute; top: 0px; left: 430px;
	width: 175px; height: 100%;
	border: 0px solid red;
	padding-top: 30px;
	text-align: left;
}

.bottom_menu_services
{
	position: absolute; top: 0px; left: 610px;
	width: 175px; height: 100%;
	border: 0px solid red;
	padding-top: 30px;
	text-align: left;
}

.bottom_menu_users
{
	position: absolute; top: 0px; left: 790px;
	width: 150px; height: 100%;
	border: 0px solid red;
	padding-top: 30px;
	text-align: left;
}

.bottom_menu_title
{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #333333;
	font-weight: bold;
}

.bottom_menu_link
{
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 25px;
	color: gray;
	text-decoration: none;
}

.bottom_menu_link_highlight
{
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #990134;
	text-decoration: none;
}

.bottom_menu_link:hover
{
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #990134;
	text-decoration: none;
}

/******************************************************************************************************************************
Last Modified : February 23, 2013 
Last Modified : March 07, 2012 
******************************************************************************************************************************/