/*Auditor Styles*/

/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*define font*/
@font-face {
font-family: MyriadProBold;
src: url("MyriadProBold.otf") format("opentype");
}
@font-face {
font-family: MyriadProCond;
src: url("myriadpro-cond.ttf") format("opentype");
}
.clear{
	height:0;
	clear:both;
}
h1,h2,h3,h4{
padding:0;
margin:0;
}


/*Styles*/
body{
	font-family:Verdana;
	background:#eeeefe;
}
#page{
	width:1000px;
	margin:0 auto;
}

#header{
	width:100%;
	height:124px;
	background:url(images/header.png) no-repeat 0 0;
	position:relative;
}
#logo{
	position:absolute;
	top:10px;
	left:400px;
	z-index:10;
}
.word{
	position:absolute;
	z-index:9;
}
#word1{
	top:20px;
	left:670px;
}
#word2{
	top:40px;
	left:720px;
}
#word3{
	top:70px;
	left:680px;
}
#word4{
	top:85px;
	left:745px;
}
#word5{
	top:20px;
	left:240px;
}
#word6{
	top:20px;
	left:340px;
}
#word7{
	top:55px;
	left:290px;
}
#word8{
	top:90px;
	left:260px;
}
#main{
	width:100%;
	background:#FFFFFF;
}
#left{
	width:215px;
	float:left;
	background:#0c9c95 url(images/left_back.png) repeat-x;
	position:relative;
	overflow:hidden;
}
#leftimg{
	position:absolute;
	left:0;
	bottom:90px;
	z-index:9;
	width:220px;
	height:185px;
	background:url(images/leftpicture.png) no-repeat -5px 0;
}
#right{
	width:230px;
	float:right;
	background:#FFFFFF;
}
#center{
	width:550px;
	margin-left:218px;
	margin-right:230px;
}
.content{
	padding:10px 20px 10px 20px;
}
#footer{
	width:100%;
	height:33px;
	background:url(images/footer.png) repeat-x 0 0;
	margin-bottom:20px;
}
.footer-text{
	margin:0 auto;
	font-family:Verdana;
	font-weight:normal;
	font-size:16px;
	color:#FFFFFF;
	width:300px;
	padding-top:8px;
}
#main h1{
	width:100%;
	height:28px;
	background:url(images/mainstrip.png) repeat-x 0 0;
	font-size:16px;
	padding:4px 5px 0 20px;
}
.leftnav{
	width:100%;
}
.leftnav-item{
	width:100%;
	height:23px;
	padding:6px 0 0;
	background:url(images/menusplitter.png) bottom left no-repeat;
}
.leftnav-item a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0 0 0 15px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.ln-active{
	background:url(images/menuactive.png) -5px 0 no-repeat;
}
.rightnav{
	width:220px;
	height:25px;
	background:#f6f6f6;
	font-family:Verdana;
	font-weight:normal;
	font-size:14px;
	padding:3px 5px 0 5px;
}
.rightnav img{
	width:18px;
	margin-top:5px;
}
.print-version{
	color:#666666;
	font-size:16px;
	text-decoration:none;
}
.print-version:hover{
	text-decoration:underline;
}
.languages{
	margin-left:30px;
}
.languages a{
	color:#666666;
	font-size:16px;
	text-decoration:none;
	padding:0 5px 0 5px;
}
.languages a.lang-active{
	color:#78bab7;
}
.useful{
	width:100%;
	padding:10px 10px 10px 10px;
}
.useful-item{
	width:191px;
	height:116px;
	background:url(images/useful.png) no-repeat;
	margin:15px 0 15px 0;
	padding-top:20px;
	font-family:Verdana;
	font-weight:normal;
	font-size:14px;
}
.useful-splitter{
	width:210px;;
	height:5px;
	background:url(images/menusplitter.png) no-repeat;
}
.useful-item a{
	color:#000000;
	text-decoration:none;
}
.useful-item a:hover{
	text-decoration:underline;
}
.useful-item h4{
	padding:2px 0 7px 10px;
}
.u-img{
	width:63px;
	height:59px;
	float:left;
	padding:0 10px 2px 10px;
	margin:0px 0 0 10px;
	background:url(images/uimgsplitter.png) no-repeat bottom;
}
.u-img img{
	width:63px;
	height:59px;
	
}
.content{
	font-family:Verdana;
	font-weight:normal;
	font-size:20px;
	padding:10px 20px 10px 20px;
}
.content p{
	font-size:12px;
	line-height:1.3;
}
.content ul li{
	font-size:12px;
	list-style-type:disc;
	padding-left:10px;
}
