* { margin: 0; padding: 0; font-size: 12px;    }
body {
   text-align: center;
   font-family:'lucida grande', tahoma, verdana, arial, sans-serif;    
   font-size: 12px;  
   background-color: #cccccc;           
}    
h1 { font-size: 14px; }
h2 { font-size: 12px; }
img {border: 0;}
h1, h2, h3 {
	height: 25px;
	line-height: 25px;
}

a { color:  #662e93; text-decoration: none; } a:hover {	text-decoration: underline; }
a:visited { color: black;	 }

input, textarea {
	background: white url(images/bginput.png) top repeat-x;
	border: 1px solid #cccccc;
	padding: 3px;
}

/***********    Layout     ***********/
#header {   
	width: 100%;
	height: 150px; 
	background: #cccccc url(images/bgheader.jpg) top repeat-x;
}

#header-content {
 	width: 992px;
	margin: 0 auto;
}


#wrap {
    width: 1010px;  		
	margin: 0 auto;
	text-align: left;  
	background: white url(images/bgcontent.jpg) repeat-y;     
}


/* content */
#content {
	width: 992px;
    margin: 0 auto;
	color: #464646;
}
#content p { text-align: justify; }
#content-right {
	width: 166px;
    margin-right: 10px;
	float: right;  
	text-align: left;     
}
#content-left  {
	width: 776px;
	float: left;  
	text-align: left;
	padding-left: 10px !important;
	padding-left: 0;                      
	 margin-left: 10px !important;        
	margin-left: 20px
	
	
}
 
#contentpage ul { margin-left: 20px; }  
#contentpage h1 { font-size: 18px; margin-bottom: 10px;  margin-top: 10px;}  



/* footer */
#footer {
	background: #cccccc url(images/bgfooter.jpg) no-repeat;	
	padding-top: 10px;
	padding-left: 15px;
	clear: both;
	text-align: left;
	color: #652f85;	
	width: 100%;
	height: 20px;
}
#footer p { line-height: 20px;}
#footer a { color: #652f85;	  }


.news-header {
	background: white url(images/newsheader.jpg) no-repeat;	
	width: 166px;
	height: 32px ;
}

.news-header h1 {
	color: white;
    font-size: 13px;   
    padding-left: 10px;    
	text-transform: uppercase;
}

.news {
	width: 166px;
	background: white url(images/newsbg.jpg) repeat-y;	
	clear: both;
	display: block;
   
}

.news-bottom {
	background: white url(images/newsbottom.jpg) repeat-y;	
	width: 166px;
	height: 19px ;
}

#contact-header {
	background: white url(images/contactheader.jpg) no-repeat;	
	width: 166px;
	height: 38px ;
}


#contact-header h1 {
	color: white;
	padding-left: 10px;
	font-size: 13px; 
	text-transform: uppercase;
}

#contact {
	width: 146px;
	background: white url(images/contactbg.jpg) repeat-y;	
	clear: both;
	display: block; 
    padding: 10px;   
    color: white;
	
}

#contact p { margin-bottom: 10px;  }

#contact-bottom {
	background: white url(images/contactbottom.jpg) no-repeat;	
	width: 166px;
	height: 9px ;
	margin-bottom: 10px;
}


/* menu */
#menu {    
    height: 2.5em;           
	background-color:  #cccccc;       
	margin: 0 auto 20px auto;
}

#menu ul {	
	margin: 0; padding: 0;	
	list-style: none; 
}


#langtoolbar {
	float: right;
}

.separator {
	height: 20px;
	display: block;
} 
.clear {
	clear: both;
}


.news_date {
	color: #b3b3b3; 
	font-size: 9px;
}

.news_block {    
	margin-left: 7px;  
	margin-right: 7px;
}   

.news_block h2{
	font-size: 13px;
}

.news_content {
	text-align: justify;
}  
.news_content p { line-height: 1.2em;}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
    padding: 		.75em .75em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { 
	color:			#707070; 
	background:		#cccccc;  
}
.sf-menu li {
	background:		#cccccc;
}
.sf-menu li li {
	background:		#cccccc;
}
.sf-menu li li li {
	background:		#cccccc;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li#current a {
	background:		#707070; 
	color: white;
	outline:		0;
}     

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
   


.notification.success {
	background-color:#effeb9 ;
	border-color:#98c700; 
	color:#98c700; 
}
.notification.error {
	background-color:#fccac3 ;
	border-color:#ea5338; 
	color:#ea5338; 
}
.notification.warning {
	background-color:#ffeaa7 ;
	border-color:#f9b418;
	color:#f9b418;
}
.notification.info {
	background-color:#d1e4f3 ;
	border-color:#4d8fcc;
	color:#4d8fcc;
}
.notification.tip {
	background-color:#feeac9 ;
	border-color:#d38e49; 
	color:#d38e49;
}
.notification {
	border-width:1px;
	border-style:solid;
	padding:3px ; 
	margin: 0px;
	margin-bottom: 4px;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
}

#author {
	margin: 15px 0 10px 0;
}  

.input {
	width: 140px;
	margin-bottom: 3px;
}     
#newsletter_form {
	width: 150px;
	margin-left: 7px;
}   

#share {
	clear: both;
	margin-top: 15px;
	
}   

.cmson_map {
	width: 600px;
	height: 300px;
}  

.clear {
	clear: both;
}
