* {

	padding: 0;

	margin: 0;

	}



body {

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

	font-size: 11px;

	background: #233D84;

	margin: 48px 0 0 0;

	color: #233D84;

    }



body a, body a:visited {

	text-decoration: underline;

	color: #233D84;

    }



body a:hover {

	text-decoration: none;

    }



/*----------------------------------------- MAIN DIVs ------------------------------------------*/



div#wrapper {

	width: 750px;

	margin: 0 auto;

	text-align: left;

	background: #fff;

	}



div#header {

	height: 118px;

	background: url(images/header.gif) left top no-repeat;

	}



div#navigation {

	width: 158px;

	height: 203px;

	float: left;

	background: url(images/navigation.jpg) left top no-repeat;

	}



div#tagline {

	width: 592px;

	height: 203px;

	float: left;



	}

	

div#navwrap {

	height: 243px;

	background: url(images/navwrap.gif) left bottom no-repeat;

	}



div#sidebar {

	width: 158px;

	/* height: 154px; */
	
	height: 297px;

	float: left;

	background: url(images/sidebar.jpg) left top no-repeat;

	}



div#content {

	width: 592px;

	float: left;

	background: #fff;

	margin: 6px 0 0 0;

	}

div#content2 {

	width: 212px;

	float: left;

	background: #fff;

	margin: 6px 0 0 0;

	}

div#lastnewsbox {

	width: 180px;

	float: left;

	background: #fff;

	margin: 6px 0 0 0;

	}

div#footer {

	height: 35px;

	background: #E5E9F4;

	border-bottom: 7px solid #687BAE;

	clear: both;

	}



/*----------------------------------------- NAVIGATION ------------------------------------------*/



ul#nav {

	list-style: none;

	margin: 17px 0 0 14px;

	}



ul#nav li a {

	height: 15px;

	text-indent: -1000em;

	display: block;

	}



ul#nav li#about a, ul#nav li#about a:visited {

	width: 95px;

	margin: 0 0 0 38px;

	background: url(images/nav.gif) left top no-repeat;

	}



ul#nav li#awareness a, ul#nav li#awareness a:visited {

	width: 118px;

	margin: 0 0 0 15px;

	background: url(images/nav.gif) 0 -15px no-repeat;

	}



ul#nav li#auditing a, ul#nav li#auditing a:visited {

	width: 100px;

	margin: 0 0 0 33px;

	background: url(images/nav.gif) 0 -30px no-repeat;

	}



ul#nav li#assessments a, ul#nav li#assessments a:visited {

	width: 133px;

	margin: 0;

	background: url(images/nav.gif) 0 -45px no-repeat;

	}



ul#nav li#advantage a, ul#nav li#advantage a:visited {

	width: 117px;

	margin: 0 0 0 16px;

	background: url(images/nav.gif) 0 -60px no-repeat;

	}



ul#nav li#contact a, ul#nav li#contact a:visited {

	width: 112px;

	margin: 0 0 0 21px;

	background: url(images/nav.gif) 0 -75px no-repeat;

	}



ul#nav li#home a, ul#nav li#home a:visited {

	width: 68px;

	margin: 0 0 0 65px;

	background: url(images/nav.gif) 0 -90px no-repeat;

	}



ul#nav li#about a:hover {

	background: url(images/nav.gif) 0 -105px no-repeat;

	}



ul#nav li#awareness a:hover {

	background: url(images/nav.gif) 0 -120px no-repeat;

	}



ul#nav li#auditing a:hover {

	background: url(images/nav.gif) 0 -135px no-repeat;

	}



ul#nav li#assessments a:hover {

	background: url(images/nav.gif) 0 -150px no-repeat;

	}



ul#nav li#advantage a:hover {

	background: url(images/nav.gif) 0 -165px no-repeat;

	}



ul#nav li#contact a:hover {

	background: url(images/nav.gif) 0 -180px no-repeat;

	}



ul#nav li#home a:hover {

	background: url(images/nav.gif) 0 -195px no-repeat;

	}



ul#nav li {

	padding: 0 0 10px 0;

	}



/*----------------------------------------- SIDEBAR ------------------------------------------*/



div#sidebar p {

	padding: 10px 0 0 25px;

	line-height: 15px;

	}



/*----------------------------------------- CONTENT	 ------------------------------------------*/



div#content p {

	padding: 0 50px 20px 45px;

	line-height: 16px;

	}



div#content span#read a, div#content span#read a:visited {

	height: 16px;

	display: block;

	text-transform: uppercase;

	color: #E81E3D;

	font-weight: bold;

	text-decoration: none;

	margin: 0 0 0 45px;

	padding: 3px 0 0 35px;

	background: url(images/read.gif) left top no-repeat;

	}



div#content span#read a:hover {

	text-decoration: underline;

	}

	

/*----------------------------------------- CONTENT INDEX PAGE ------------------------------------------*/



div#content2 p {

	padding: 0 0px 10px 45px;

	line-height: 16px;

	}



div#content2 span#read a, div#content2 span#read a:visited {

	height: 16px;

	display: block;

	text-transform: uppercase;

	color: #E81E3D;

	font-weight: bold;

	text-decoration: none;

	margin: 0 0 0 45px;

	padding: 3px 0 0 35px;

	background: url(images/read.gif) left top no-repeat;

	}



div#content2 span#read a:hover {

	text-decoration: underline;

	}



/*----------------------------------------- FOOTER ------------------------------------------*/



div#footer ul {

	list-style: none;

	padding: 10px 0 0 190px;

	}

	

div#footer ul li {

	float: left;

	color: #4D69A7;

	}



div#footer ul li a, div#footer ul li a:visited {

	color: #4D69A7;

	padding: 0 5px;

	letter-spacing: 1px;

	text-decoration: none;

	}



div#footer ul li a:hover {

	text-decoration: underline;

	}



/*----------------------------------------- MISC. CLASSES ------------------------------------------*/



.hide {

	display: none;

	}



/*----------------------------------------- NEWS BOX CLASSES ------------------------------------------*/

/**

 * @author Alexander Frolov <development@kroniks.com>

 **/

span.rednews {

	font-weight:bold;

	color:red;

}

#lastnewsbox {

	text-align:center;

}



.header_lastnewsbox {

	background: url(images/lastnews_hdr.gif) left top no-repeat; 

	display:block; 

	width:150px; 

	height:18px; 

	min-height:18px;

}



.header_docbox {

	background: url(images/latestdocs_hdr.gif) left top no-repeat; 

	display:block; 

	width:150px; 

	height:18px; 

	min-height:18px;

}

.content_lastnewsbox {

	background: url(images/bg_lastnews.gif) left top repeat-x; 

	display:block; 

	width:130px; 

	height:95px; 

	min-height:95px;

	font-size:11px;

	padding:3px 10px 0px 10px;

	color:#687BAE;

	text-align:justify;

}



*html .content_lastnewsbox {

	width:150px; 

}



.content_lastnewsbox a:link, .content_lastnewsbox a:visited {

	display:block; 

	color:#F00;

	font-weight:bold;

	text-decoration:none;

	text-align:right;

}

.content_lastnewsbox a:hover {

	color:#F00;

	text-decoration:underline;

}

#button_lastnewsbox {

	text-align:center;

}

#button_lastnewsbox a:link, #button_lastnewsbox a:visited {

	background: url(images/veiw_allnews_btn.gif) left top no-repeat; 

	display:block; 

	width:87px; 

	height:21px; 

	min-height:21px; 

	cursor:pointer;

}





#button_lastnewsbox a:hover {

}

#button_lastnewsbox {

	text-align:center;

}

#button_lastdocbox a:link, #button_lastdocbox a:visited {

	background: url(images/veiw_alldocs_btn.gif) left top no-repeat; 

	display:block; 

	width:87px; 

	height:21px; 

	min-height:21px; 

	cursor:pointer;

}



.news_list, .news {

	font-size:12px;

}



news_arc_date, .news_arc_body {

	font-size:11px;

}

td {

	font-size:12px;

}



