*,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
a img { border:none }
div { position:relative }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
a {outline-style: none;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* ----- Your styles Here ----- */


body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif ;
	color: #FFFFFF;
	
	background-color: #dedede;
	text-align: center;
	height: 101%;
	margin-top:10px;
}



#sidebar {
	width: 220px;
	float:left;
	margin-top:-1px;
}




/* Typography */

a {
	
	color:#FFFFFF;
}

a:hover {
	
	
	color:#E3AA86;
}



.current_page_item a {
	color: #fffFFF;
}


.current_page_parent a, .current-cat a {
	
	color:#EF7B1D;	
}

/* Sidebar */

	
li.widget h2.active {
	background-position: right bottom;
}

li.widget h2 {
	width: 235px;
	height: 35px;	
	background: url(../images/side-title2.png) no-repeat right top;
	font-size: 17px;
	padding: 7px 0 0 10px;
	
	color: #FFFFFF;
	cursor: pointer;
}

li.widget {
	margin: 0 0 3px 0;
}
li.widget ul {
	display: none;
}


#sidebar ul li a {
	line-height: 26px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	width: 210px;
	height: 30px;	
	background: url(../images/list-item.png) no-repeat right top;
}

#sidebar ul li.widget_text a {
	display: block;
	padding-left: 10px;	
	background: none;
	height: auto;
}

#sidebar ul li a:hover {
	
	color:#E3AA86;
}
#boldNo{
	font-weight:normal;
}