/******************************************************/
/********************** HOMEPAGE **********************/
/******************************************************/

/* GENERAL homepage properties */
#homepage_index{ width: 100%; min-height: 400px; z-index: 0;}
#homepage_index p { text-align: justify; margin: 10px 0px 10px 0px ; font-size: 12px;}
#homepage_index li {margin:0px;}

.homepage_menu {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	border:0;
	height:150px;
	width:100%;
	background: none;
	font-family: Arial,helvetica;
	font-weight: bold;
	font-size:12px;
}
.homepage_link{	width: 150px; height:158px;	background: url(../images/design/homepage_corner.jpg) no-repeat top right #2971a8; }
.homepage_link:hover{background: url(../images/design/homepage_corner_hover.jpg) no-repeat top right #2971a8;}
.homepage_menu img { vertical-align: top;}
.homepage_menu ul { margin:0; list-style-type:none; line-height:1.5em; }
.homepage_menu li { float:left; position:relative;}
.homepage_menu ul li a,
.homepage_menu ul li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	color: white;
	height:158px;
	text-indent: 5px;
	padding-top: 2px;
	font-size:16px;
	border-right:1px solid white;
	border-bottom:1px solid white;
}
.homepage_menu ul li a:hover{ color:  #ff9933;}
.homepage_menu ul li a img { margin-top: 30px; font-size: 10px;}

/* LEFT homepage properties */
#homepage_left { width: 300px; float: left; color: black; padding: 0 10px 0 10px;}

.homepage_header_left { width:100%; height: 20px; background: url(../images/design/homepage_corner_left.jpg) no-repeat right #2a70ab;}
.homepage_block_left { background: silver; padding: 10px; margin-bottom: 20px; border: 2px solid #2a70ab;
	background: #eeeeee;
}

#homepage_left h1{ width:100%; font-size: 16px; color: white; font-weight: bold; text-indent: 10px; padding-top: 1px;}
#homepage_left h2 { font-size: 13px; margin: 10px 0px 0px 0px; font-weight: bold;}
#homepage_left .see_more {text-align: right; font-size: 11px;}
#homepage_left a, #homepage_left a:visited{ color: #1869a8;}
#homepage_left a:hover { color: #FF9933;}

/* RIGHT homepage properties */
#homepage_right { margin-left: 320px; }
#homepage_right_content{ width: 610px; border: 10px solid #2971a8; background: white; padding: 20px;}
#homepage_right .see_more {text-align: right; font-size: 11px;}
#homepage_right h2 { font-size: 20px; margin: 0px 0px 20px 0px; font-weight: bold; color: #666666;}

/* OTHER PROPERTIES */
.see_more a, .see_more a:visited{ color: #1869a8;}
.see_more a:hover { color: #FF9933;}
