@charset "UTF-8";

/* CSS Document */



* { padding: 0; margin: 0; }
 
html,body {
	margin:0;
	padding:0;
}

img {
	border-style: none;
	display:block;
/*	margin: 0px 0px 20px 20px;*/
}

body {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eeeeee; 
}

#videocon {
	margin: 0px 0px 10px 0px;
}

.map {
	float:right;
	width:300px;
}

.article_image_right {
	float: right;
	margin: 0px 0px 20px 20px;
	display: inline;
}

.article_image_left {
	float: left;
	margin: 0px 20px 20px 0px;
	display: inline;
}

.rightpic {
	float:right;
	position:relative;
	margin:0 0 20px 20px;	
}

.rightpic_cap_container {
	margin:0 0 20px 20px;
	display: inline;
	width: 250px;
	float:right;
}

.rightpic_cap {
	margin: 0px;	
}

.caption {
	background: #EEEEEE; 
	width: 230px; 
	padding: 5px 10px;
}

.caption p {
	margin: 0px;
	font-weight:bold; 
	font-size: 11px; 
	line-height: 1.5;
}
	
.thumbnailpic {
	float:right;
	position:relative;
	margin:0 0 20px 20px;	
}

hr {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px;
	margin: 0px 0px 15px 0px;
}

h2.trigger_blank {
	padding: 8px 13px 8px 8px;
	margin: 0 0 2px 0;
	background: #fdeeda;
	width: 180px;
	float: left;
}

h2.trigger_blank a {
	font: 13px arial,sans-serif;
	font-weight: bold;
	color: #ee8227;
	text-decoration: none;
	display: block;
}

h2.trigger_blank a:hover { 
	font: 13px arial,sans-serif;
	font-weight: bold;
	color: #ee8227;
	text-decoration: none;
	display: block;
}

h2.trigger {
	padding: 8px 13px 8px 8px;
	margin: 0 0 2px 0;
	background: #fdeeda ;
	width: 180px;
	float: left;
}

h2.trigger a {
	font: 13px arial,sans-serif;
	font-weight: bold;
	color: #ee8227;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover { 
	font: 13px arial,sans-serif;
	font-weight: bold;
	color: #ee8227;
	text-decoration: none;
	display: block;
}

h2.active {
	background-position: right -47px;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0 0 2px;
	padding: 0;
	background: #eeeeee;
	overflow: hidden;
	width: 200px;
	clear: both;
}

.toggle_container .block {
	padding:4px 0px; /*--Padding of Container--*/
}

ul.sub_nav {
	float: left; 
	position: relative;
	list-style-type: none;
	padding: 0 0 10px 0;
}

ul.sub_nav li {
	font-weight: bold;
	margin: 0;
	padding: 4px 8px 4px 8px;
}

ul.sub_nav li a {
	color:#555;
  	text-decoration:underline;
	cursor: pointer;
	font-size: 12px;
}

ul.sub_nav li a:hover {
  	color:#555;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
}

#wrapper { 
	float:left;
	width:100%;
	padding:20px 0 0 0;
	background:#fff;
}

#content_wrapper {
	width:945px;
	min-height:530px;
	height:auto !important;
	height:530px;margin:0 auto;
	background:#fff;
}

#holding_content_wrapper {
	width:945px;
	min-height:330px;
	height:auto !important;
	height:330px;
	margin:0 auto;
	padding:0;
	background:#fff;
}

#left_content_wrapper {
	margin: 0 0 20px 0px;
	width: 205px;
	float: left;
	position: relative;
	display: inline;
}

#right_content_wrapper {
	margin: 0px 0 20px 0px;
	width: 720px;
	float: right;
	position: relative;
	display: inline;
}

#middle_content_wrapper {
	margin: 0px 20px 20px 0px;
	width: 500px;
	float: right;
	position: relative;
	display: inline;
}

#right_content_thin_wrapper {
	margin: 0px 0 20px 0px;
	width: 200px;
	float: right;
	position: relative;
	display: inline;
}


/* Horizontal Menu */


.top_header_container {
	float: left;
	position: relative;
	width: 100%;
	background: #ee8227;
}

.header_container {
	float: left;
	position: relative;
	width: 100%;
	background: #999;
	padding: 8px 0px 10px 0px;
}

.orange_header_bar {
	float: left;
	width: 100%;
	height: 90px;
	background: #ee8227;
}

.orange_header_bar_dummy {
	float: left;
	width: 100%;
	height: 90px;
	background: #ee8227;
	margin: 70px 0px 0px 0px;
}

.top_logo_container {
	width: 940px;
	margin:0px auto; 
	height: 125px;
}

.header_bar_container {
	width: 945px;
	background: url(../images/header_image.png) no-repeat left;
	height: 90px;
	margin:0px auto; 
}


.top_menu_container {
	width: 940px;
	margin:0px auto; 
}

ul#horizontal_menu {
	float: left; 
	position: relative;
	list-style-type: none;
	padding: 0 0 0 0;
	width: 940px;
	color:#fff;
	margin: 0px;
}

ul#horizontal_menu li {
	float: right; 
	position: relative;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	height: 14px;
	background: #999999;
	line-height: 140%;
}

ul#horizontal_menu li a {
	font-size:12px;
	color:#FFF;
  	text-decoration:none;
	cursor: pointer;
}

ul#horizontal_menu li a:hover {
	color:#FFF;
  	text-decoration:none;
	cursor: pointer;
}

.envelope {
	background: #999 url(../images/envelope.png) no-repeat 2px 0px;
	padding: 0 0 0 28px;
}

.keys {
	background: #999 url(../images/keys.png) no-repeat 0px 0px;
	padding: 0 0 0 28px;
}

.printer {
	background: #999 url(../images/printer.png) no-repeat 0px 0px;
	padding: 0 0 0 25px;
}

.letters {
	background: #999 url(../images/letters.png) no-repeat 0px 0px;
	padding: 0 0 0 28px;
}

.signin {
	background: #999999;
}

.logo {
	float: right;
	position: relative;
	width: 171px;
	height: 80px;
	background:#FFFFFF url(../images/dafne_logo.png) no-repeat;
	margin: 20px 0px 0px 0px;
}

.strap {
	float: left;
	position: relative;
	width: 236px;
	height: 100px;
	background:#FFFFFF url(../images/dafne_strap.png) no-repeat;
	margin: 20px 0px 0px 0px;
}

h1 {
	font-size:23px;
	font-family: "Arial", sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
	letter-spacing:-0.5px;
	padding:0px;	
	line-height: 1.2;	
	float: right;
	position: relative;
	margin: 16px 0px 0px 0px;
	width: 430px
}

.light_orange_h1 {
	color: #F9DCB7;
	font-weight:bold;
}

.text_container {
	margin-bottom: 20px;
}

.text_container_ruler {
	float:left;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
	width: 100%;
}
.text_container_leftcol {
	float:left;
	position: relative;
	margin: 0 20px 10px 0;
	width: 350px;
}
.text_container_rightcol {
	float:right;
	position: relative;
	margin: 0 0 10px 0;
	width: 350px;
}
.text_container_background {
	margin:0 0 20px 0;
	padding:10px;
	background:#eeeeee;
	width:180px;
}

.maplistcontainer {
	width: 400px;
	float: left;
	position: relative;	
}

.text_container_address {
	margin:0 0 20px 0px;
	padding:10px;
	background:#eeeeee;
	width:180px;
}

ol {
	padding: 20px 0px 25px 0px;
	border-top:	1px #ccc solid;
	margin: 20px 0px 0px 0px;
	list-style-position: inside;
}

ol li {	
	color:#555;
	font-size:12px;
	line-height:1.4;
	margin:0px 0px 5px 0px;
}


ol.ref_container {
	padding: 20px 40px 25px 20px;
	border-top:	1px #ccc solid;
	margin: 20px 0px 0px 0px;
}

ol.ref_container li {	
	color:#555;
	font-size:12px;
	line-height:1.4;
	margin:0px 0px 5px 0px;
}

h2.site_header {
	font-size:21px;
	color:#EE8227;
	letter-spacing:-0.5px;
	padding:0px;
	margin-bottom: 10px;
	font-weight:normal;
}

h2.news_header {
	font-size:18px;
	color:#EE8227;
	letter-spacing:-0.5px;
	padding:0px;
	margin-bottom: 10px;
	font-weight:normal;
}

h2.site_intro_header {
	font-size:16px;
	color:#555;
	letter-spacing:-0.2px;
	padding:0px;
	margin-bottom: 10px;
	font-weight:normal;
}

a.site_header_link {
	color:#555;
	font-weight:normal;
	text-decoration:underline;
	font-size:26px;
}

a.site_header_link:hover {
	color:#555;
	font-weight:normal;
	text-decoration:none;
	font-size:26px;
}

h3.sub_header {
	font-size:18px;
	color:#555555;
	font-weight:normal;
	letter-spacing:-0.5px;
	padding:5px 0px 0px 0px;
	margin-bottom: 10px;
}

p {
	color:#555;
	padding:0px;
	font-size:12px;
	line-height:1.6;
	margin-bottom: 10px;
}

p.backtotop {
	text-align: right;
}

.bignumbers {
	color:#ee8227;
	font-weight:bold;
	line-height:0;
	font-size:16px;
}

.grey_numbers {
	color: #999999;
	font-weight: bold;
}

a {
	color:#ee8227;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
}

a:hover {
	color:#ee8227;
	font-weight:bold;
	text-decoration:none;
}

p.ref_text {
	color:#000000;
	padding:0px;
	font-size:12px;
	line-height:1.5;
	margin-bottom: 15px;
}

#footer {
	float: left;
	position: relative;
	background:#eeeeee;
	width: 100%;
}

#footer_contents {
	width:940px;
	padding:30px 0 60px 0;
	margin:0 auto;

}

ul#menu_bottom {
	list-style-type: none;
	height: 25px;
	width: 940px;
	margin: 0px;
}

ul#menu_bottom li {
	float: left; 
	position: relative;
	color:#555;
	padding:0px;
	font-size:12px;
	line-height:1.5;
	margin: 0px 10px 0px 0px;
	background: #EEEEEE;
}

ul#menu_bottom li a {
	font-size:12px;
	color:#ee8227;
	padding: 0;
	cursor: pointer;
	outline: none;
}

ul#menu_bottom li a:hover {
	color:#ee8227;
	font-size:12px;
	cursor: pointer;
	outline: none;
	padding: 0;
}

.small_quote {
	color:#ee8227;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 5px 8px;
}

.faq {
	padding: 0 0 5px 0;
}

.quote_ref {
	font-weight: normal;
	font-style: italic;
	color:#555;
	padding: 0 0 5px 0;
}

.speech_bubbles {
	background: #FFFFFF url(../images/speech_bubble.png) no-repeat 0px 0px;
}

ul {
	list-style-type:none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	position: relative;
}

ul li {
	color:#555;
	background: url(../images/tick.png) no-repeat scroll 0px 2px;
	padding: 0px 0px 5px 28px;
	margin: 0px 0px 5px 0px;
	line-height: 1.5;
}

ul.tick_list {
	list-style-type:none;
	width: 400px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
}

ul.tick_list li {
	color:#555;
	background: url(../images/tick.png) no-repeat scroll 0px 2px;
	padding: 0 0 5px 28px;
	margin: 0px 0px 5px 0px;
	line-height: 1.5;
}

ul.bullet {
	list-style-type:none;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.bullet li {
	color:#555;
	list-style-type:disc;
	background:none;
	padding: 0 0 0 8px;
	margin:0 0 0 15px;
}

ul.alt_bullet {
	padding: 0 0 0 0;
	margin: 0px 0px 20px 0px;
}

ul.sitemap_list ul.alt_bullet li {
	color:#555;
	list-style-type:disc;
	background:none;
	padding: 0 0 0 5px;
	margin:0 0 0 15px;	
}

ul.no_bullet {
	list-style-type:none;
	padding: 0 0 0px 0;
	margin-bottom: 20px;
}

ul.no_bullet li {
	color:#555;
	background:none;
	padding: 0 0 5px 0;
	margin:0 0 0 15px;
}

ul.media_list {
	list-style-type:none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

ul.media_list li {
	color:#555;
	background: url(../images/media.png) no-repeat scroll 0 2px;
	padding: 2px 0 5px 28px;
	margin: 0px 0px 5px 0px;
	line-height: 1.5;
}

ul.news_list {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

ul.news_list li {
	margin: 0px 0px 10px 0px;
	line-height: 1.5;
	background: #EEEEEE;
	padding: 0px;
}

ul.news_list li a{
	font-size:12px;
	color:#555;
	text-decoration: underline;
}

ul.news_list li a:hover {
	text-decoration: none;
}

ul.sitemap_list {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

ul.sitemap_list li {
	margin: 0px 0px 10px 0px;
	line-height: 1.5;
	background: #FFFFFF;
	padding: 0px;
}

ul.sitemap_list li a{
	font-size:12px;
	color:#555;
	text-decoration: underline;
}

ul.sitemap_list li a:hover {
	text-decoration: none;
}

#side_nav_container {
	float: left;
} 

ul#side_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:205px;
}

ul#side_nav li {
	position: relative;
	font: 13px arial,sans-serif;
	margin: 0px 0px 2px 0px;
	background: #FFFFFF;
	padding: 0px;
} 

ul#side_nav li:hover ul {
	display: block;
}

ul#side_nav li a {
	text-decoration: none;
	background: #fdeeda;
	display: block;
	padding: 8px 12px 8px 8px;
	width: 185px;
}

ul#side_nav li a:hover {
	color:#555555;
	text-decoration: none;
	background: #eeeeee;
	display: block;
	padding: 8px 12px 8px 8px;
	width: 185px;
}

ul#side_nav li a.popout {
	text-decoration: none;
	background: #fdeeda url(../images/droparrow.gif) no-repeat right -5px;
	display: block;
	padding: 8px 12px 8px 8px;
	width: 185px;
}

ul#side_nav li a.popout:hover {
	color:#555555;
	text-decoration: none;
	background: #eeeeee url(../images/droparrow.gif) no-repeat right -47px;
	display: block;
	padding: 8px 12px 8px 8px;
	width: 185px;
}

ul#side_nav ul.side_sub_nav {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 100%; 
	width: 225px;
	display: none;
	background:#fff;
	padding: 0px;
	margin: 0px;
}

ul#side_nav ul.side_sub_nav li {
	position: relative;
	font: 13px arial,sans-serif;
	margin: 0px 0px 2px 2px;
	padding: 0px;
	background: #FFFFFF;
} 

ul#side_nav ul.side_sub_nav li a {
	background: #EEEEEE;
	text-decoration: none;
	display: block;
	padding: 8px 12px 9px 8px;
	width: 205px;
	color:#555555;
	cursor:pointer;
	font-size:12px;
}

ul#side_nav ul.side_sub_nav li a:hover {
	background: #FDEEDA;
	color:#EE8227;
	padding: 8px 12px 9px 8px;
	width: 205px;
	z-index: 200;
}

#flashwarning, #jswarning {
 	width: 270px;
 	float: left;
 	position: relative;
 	margin: 20px 0px 0px 20px;
 	padding: 0px 0px 0px 20px;
}

#flashwarning {
 	display: none;
}

#courses_area_list {
 	display: none;
}

.mono_logo, .graphics_link_con {
	display:none;
}

.article_edit_container {
	margin: 0px 0px 10px 0px;
}

/* Log in */

.button {
	margin: 0px 0px 15px 0px;
}
