@import url("reset.css");

/* ------------------------------------ */
/* ---------- General styles ---------- */
/* ------------------------------------ */

body {
	background:#fff;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
}
.clear { 
	clear:both; 
	display:block; 
	height:0px; 
	margin:0; 
} /* Use this br class to clear floated columns */
a { 
	text-decoration:none;
}
#wrapper { 
	width:1000px; 
	margin:auto;
}

/* ----------------------------------- */
/* ---------- Header styles ---------- */
/* ----------------------------------- */

#header { 
	height:auto;
	width:1000px;
	padding:20px 0 20px 0;
}

/* ------------------------------------ */
/* ---------- Content styles ---------- */
/* ------------------------------------ */

/* ---------- All Content ---------- */
#content {
	height:auto;
	width:1000px;
}
/* ---------- Left container ---------- */
#content .left-container {
	height:auto;
	width:190px;
	float:left;
}
/* ---------- Step Left Container ---------- */
#content .left-container .step {
	width:186px;
	background:url(../images/step.gif) repeat-x;
	height:3px;
	margin-left:2px;
	margin-bottom:4px;
}
/* ---------- Menu item ---------- */
#content .left-container .navi li {
	display:block;
	height:23px;
	width:183px;
	background-color:#C0C0C0;
    border:1px solid #606060;
	padding:5px 0 0 5px;
	margin-bottom:4px;
}
/* ---------- Home Menu item ---------- */
#content .left-container .navi li.home {
	background-color: #0064ab;   // 402060
}
/* ---------- Home Menu item link ---------- */
#content .left-container .navi li.home a {
	color:#fff;
}
/* ---------- Home Menu item link:hover ---------- */
#content .left-container .navi li.home a:hover {
	color:#000;   // 
}
/* ---------- Menu item link ---------- */
#content .left-container .navi li a {
	font-size:12px;
	line-height:12px;
	color:#444;
}
/* ---------- Menu item link hover ---------- */
#content .left-container .navi li a:hover {
	background:#79a130;   //#FFFF00
	color:#000;  
}
/* ---------- Menu item link active ---------- */
#content .left-container .navi li.active a {
	color:#000;
}
/* ---------- Quick Links Container ---------- */
#content .left-container .quick-links {
	border:1px solid #606060;
	width:188px;
	height:auto;
}
#content .left-container .quick-links h3 {
	background-color: #C0C0C0;
	font-size:12px;
	font-weight:normal;
	padding:5px 0 7px 5px;
	line-height:12px;
}
#content .left-container .quick-links p {
	font-size:12px;
	padding:8px 0 8px 5px;
	line-height:14px;
}
#content .left-container .quick-links p a {
	color:#79a130;  //8020A0
}
#content .left-container .quick-links p a:hover {
	background:#0064ab;  // FFFF00
	color:#000;
}
/* ---------- Right Container ---------- */
#content .right-container {
	height:auto;
	width:800px;
	float:right;
}
/* ---------- Step Right Container ---------- */
#content .right-container .step {
	width:796px;
	background:url(../images/step.gif) repeat-x;
	height:3px;
	margin-left:2px;
	margin-bottom:4px;
}
/* ---------- Right Container Breadcrumps ---------- */
#content .right-container .breadcrumps {
	height:23px;
	width:793px;
	background-color: #0064ab;  // 62379D
    border:1px solid #606060;
	padding:5px 0 0 5px;
	margin-bottom:4px;
}
#content .right-container .breadcrumps ul li {
	float:left;
	color:#fff;
	padding-right:2px;
}
#content .right-container .breadcrumps ul li a {
	color:#fff;
}
#content .right-container .breadcrumps ul li a:hover {
	background:#79a130;   // FFFF00
	color:#000;
}
/* ---------- Right Container Article ---------- */
#content .right-container .article {
	height:auto;
	width:798px;
	background-color: #0064ab;  //8354BE
    border:1px solid #909090;
	margin-bottom:4px;
}
#content .right-container .article .image {
	width:200px;
	float:left;
}
#content .right-container .article .image img {
	display:block;
	margin:0;
	padding:0;
}
#content .right-container .article .text {
	float:right;
	width:498px;
	color:#fff;
	padding:25px 80px 5px 20px;
}
#content .right-container .article .text h2 {
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	padding-bottom:20px;
}
#content .right-container .article .text p {
	font-size:13px;
	line-height:16px;
}
#content .right-container .article .text p a {
	color:#000;
}
#content .right-container .article .text p a:hover {
	background:#79a130;   //FFFF00
}