/* GENERAL STYLES */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #F49500;
}

h2 {
	font-size: 15px;
}
h3 {
	letter-spacing: 2px;
	font-size: 11px;
}

p img {
	border:0;
	margin-right:7px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}
p{
	text-align:left;
}

blockquote {
	padding-left: 20px;
	background: url(/images/img05.gif) repeat-y;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 960px;
	height: 98px;
	margin: 0 auto;
	background: url(/images/img02.jpg);
}

#header img {
	float: left;
	padding: 40px 0 0 20px;
	border:0;
}

#language{
	float:right;
	margin-right:15px;
	margin-top:25px;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}




#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	text-decoration:none;
	padding-bottom:16px;
padding-top:15px;
}
#nav a:hover{
	color:#fff;
}
#nav li ul a{
	padding:0 7px 5px 7px;
}
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #515151;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	position: static;
}



#umbBreadcrum li{
	display: inline;
	list-style-type: none;
	padding-right:7px;
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(/images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 680px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(/images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(/images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(/images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}

.sideheading{
	text-transform: uppercase;
	font-size: 14px;
	text-align:left;
}


#second-nav li ul {
	padding: 3px 0 2px 0;
}

#second-nav li {
	padding: 3px 8px;
	background: none;
}
#second-nav li li {
	padding: 3px 8px;
	background: none;
}

#second-nav a.selected{
	color:#999999;
	font-weight:bold;
}

.mceContentBody{
	background: #fff;
}

/* EDITOR PROPERTIES */
h1 {
font-size:17px;
font-family:arial;
}

h2 {

}

h3 {

}

p {

}

blockquote {

}

