
/**************************************************************************************
Article pages General
***************************************************************************************/

.singleForm {
    background-image:url("../gfx/Graphics_Top.png");
    background-position:-587px top;
    background-repeat:no-repeat;
    margin:0 0 0 15px;
    padding-bottom:15px;
    width:280px;
    min-height:200px;
    display:block;
    float:right;
    overflow:hidden;
    }
    
.singleForm.left {
    background-image:url("../gfx/Graphics_Top.png");
    background-position:-587px top;
    background-repeat:no-repeat;
    margin:0 0 0 0px;
    width:280px;
    display:block;
    float:left;
    overflow:hidden;
    }

.singleForm h4 {
	background-color:#4DA9D9;
	font-size:13px;
	margin:3px 3px 0;
	padding:5px 8px;
	color:#fff;
	}
	
.singleForm fieldset {
	/*background-color:Aqua;*/
	padding:15px 0 0 12px;
	margin:0;
	}
	
.singleForm fieldset .formBox {
	/*background-color:green;*/
	height:50px;
	width:267px;
	overflow:hidden;
	float:left;
	}
	
.singleForm fieldset .extraInfo{
	height:60px;
	}
	
.singleForm fieldset .fieldBox {
	/*background-color:lightgreen;*/
	padding-bottom:13px;
	float:left;
	}

.singleForm fieldset .fieldBox label {
	/*background-color:yellow;*/
	margin-bottom:2px;
	display:block;
	}

.singleForm fieldset .fieldBox span.note {
	/*background-color:yellow;*/
	margin-bottom:2px;
	font-size:10px;
	display:block;
	}

.singleForm fieldset .formBox input.large {
	width:249px;
	margin-right:10px;
	}
	
.singleForm fieldset .formBox input.medium {
	width:172px;
	margin-right:10px;
	}
	
.singleForm fieldset .formBox input.small {
	width:116px;
	margin-right:10px;
	}
	
.singleForm fieldset .formBox input.xsmall {
	width:60px;
	margin-right:10px;
	}

.singleForm fieldset .formBox select.xsmall {
	width:60px;
	margin-right:10px;
	}
	
.singleForm fieldset .formBox select.large {
	width:255px;
	margin-right:10px;
	}
	
.singleForm fieldset .formBox select.xsmall {
	width:60px;
	margin-right:10px;
	}
	
.singleForm fieldset textarea {
	border:1px solid #b9b9b9;
	width:252px;
	height:70px;
	margin:0 0 0 0;
	}


/****************article**********************/

.article h2{
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}

.article .factBoxRight{
	width:278px;
	margin-left:15px;
	float:right;
	clear:right;
	}

.article .factBoxRight h3{
	font-family:arial, helvetica, verdana;
	color:#bd2716;
	font-size:16px;
	background:none;
	padding:0;
	margin-bottom:5px;
	}
	
.article .factBoxRight .text{
	background-color:#f3f1e9;
	padding:10px;
	margin-bottom:15px;
	}
	
.article .image{
	width:270px;
	padding:3px;
	border:1px solid #b0b0ae;
	margin-bottom:15px;
	margin-left:15px;
	float:right;
	clear:right;
	}
	
.article ul{
	padding:0px 0 15px 0;
	margin:3px;
	list-style:none;
	}

.article ul li{
	background:url("../gfx/bullet.png") left 4px no-repeat;
	padding-left:15px;
	}

.article blockquote{
	padding-right:40px;
	font-size:17px;
	margin:10px 0 25px 20px;
	}	


/****************employeePage**********************/

.employeePage .image {
    border:1px solid #B0B0AE;
    float:right;
    margin-bottom:15px;
    margin-left:10px;
    padding:3px;
    display:block;
    }
    
.employeePage div.employeeContent {
    margin-bottom:15px;   
   /* display:block;
    float:left;
    overflow:hidden;
    width:500px;*/
    }  
    
.employeePage div.employeeContent h2 {
    font-size:16px;
	font-weight:normal;
	margin:0 0 10px; 
    }  
    
.employeePage div.employeeContent span {
   display:block;
    }
    
.employeePage .employee h4 {
    background-color:#EFEBE0;
    font-size:13px;
    margin:3px 3px 0;
    padding:5px 8px;
    }
    
.employeePage .employee table.employeeTravelList tr th {
    background-image:none;
    background-color:#F6F4EE;
    border-bottom:3px solid #FAF9F6;
    font-size:13px;
    margin:3px 3px 0;
    padding:5px 8px;
    }
    
.employeePage .employee table.employeeTravelList tr td.first {
    padding:5px;
    }

.employeePage .employee table.employeeTravelList tr td {
    border-bottom:1px solid #B9B9B7;
    margin:2px;
    padding:5px;
    }
    
.employeePage .employee table.employeeTravelList {
    border:3px solid #FAF9F6;
    margin-bottom:0;
    width:100%;
    }
    
.employeePage .employee table.employeeTravelList col.col1 {
    width:50%;
    }

.employeePage .employee table.employeeTravelList col.col2 {
    width:30%;
    }

.employeePage .employee table.employeeTravelList col.col3 {
    width:20%;
    }
    
.employeePage .employee table.employeeTravelList tr td a {
    color:#000;
    text-decoration:none;
    width:250px;
    float:left;
    }
    
.employeePage .employee tr td a:hover {
    color:#BD2716;
    }

.employeePage .employee table.employeeTravelList tr td a.arrow {
    width:11px;
    float:left;
    }
  
.employeePage .employee .frame .employeeHeadline {
    background-color:#EFEBE0;
    font-size:13px;
    margin:3px;
    padding:5px 10px;
    font-weight:bold;
    }
    
.employeePage .employee .employeeTextBlock {
    background-color:#F6F4EE;
    margin:3px;
    padding:5px 0 5px 11px;
    }
    
.employeePage .employee  ul {
    margin:0;
    }
   
 .employeePage .employee ul li div {
    float:left;
    overflow:hidden;
    width:160px;
    }
 
 .employeePage .employee ul li div.textBlockArrow {
   width:18px;
    }
       
.employeePage .employee .employeeTextBlock ul li {
    background-image:none;
    display:inline-block;    
    vertical-align:top;
    padding-left:0;
    }
    
.employeePage .employee .employeeTextBlock ul li a {
    color:#000;
    text-decoration:none;
    }
    
.employeePage .employee .employeeTextBlock ul li a:hover {
    color:#BD2716;
    }
    
.employeePage .employee h3 {
    background-color:#4DA9D9;
    color:#FFFFFF;
    font-size:13px;
    margin:3px 3px 0;
    padding:5px 8px;
    }
    
/****************employeeList**********************/

.employeeList .employeeTop {
   margin-bottom:10px;
    }
    
.employeeList table.employeeTop tr td {
    vertical-align:middle;
    }
    
.employeeList .employeeTop .col1 {
    width:160px;
   
    }
    
.employeeList .employeeTop ul.paging {
    margin-left:0;
    padding-left:0px;
    }
    
.employeeList .employeeTop .col2 {
    width:210px;
    
    }
    
.employeeList .employeeTop .col3 {
    width:210px;
     
    }
    
.employeeList .employeeTop select {
    width:200px;
    }
    
.employeeList ul.employees {
    display:block;
    float:left;
    margin-left:10px;
    width:610px;
    }
    
.employeeList ul.employees li {
    background-image:url("../gfx/Graphics_Top.png");
    background-position:-587px top;
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:270px;
    margin:0 10px;
    width:280px;
    }

.employeeList ul.employees li img {
    margin:4px 4px;
    display:block;    
    }

.employeeList ul.employees li div.employee {
    padding-left:15px;   
    margin-bottom:5px;   
    }  
    
.employeeList ul.employees li div.readmore {
    padding-left:15px;   
    margin-bottom:5px;   
    }  
    
 .employeeList div.employeeContent {
   margin:0 0 0 10px;   
   }  
      
.employeeList div.employeeContent h2 {
   font-size:15px;     
   display:block; 
   padding:5px 0px; 
   margin:0;
   font-weight:normal;
   }  
    
.employeeList div.employeeContent span {
   display:block;
    }
    
.employeeList ul.employees li div.readmore a {
    color:#000;
    text-decoration:none;
    }
    
.employeeList ul.employees li div.readmore a:hover {
    color:#BD2716;
    } 
    
/****************Before Departure list**********************/   
  
  
.listBeforeDeparture h2 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}

.listBeforeDeparture ul.paging {
	margin:0 0 10px 0;
	padding:0;
	}
 
.listBeforeDeparture  ul li h3 {
	background-color:#EFEBE0;
	font-size:13px;
	margin:3px 3px 0;
	padding:5px 8px;
	} 
	
.listBeforeDeparture ul li .image {
	margin:3px;
	width:130px;
	height:150px;
	float:left;
	}
	
.listBeforeDeparture ul li .text {
	padding:5px 0 0 10px;
	width:420px;
	float:left;
	}
	
.listBeforeDeparture ul li .text div.readmore a {
    color:#000;
    text-decoration:none;
    }
    
.listBeforeDeparture ul li .text div.readmore a:hover {
    color:#BD2716;
    }
	
/****************Before Departure list**********************/   
  
  
.listLectures h2 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}
	
.listLectures ul.paging {
	margin:0 0 10px 0;
	padding:0;
	display:block;
	}
 
.listLectures  ul li h3 {
	background-color:#EFEBE0;
	font-size:13px;
	margin:3px 3px 0;
	padding:5px 8px;
	} 
	
.listLectures ul li .image {
	margin:3px;
	width:130px;
	float:left;
	}
	
.listLectures ul li .text {
	padding:5px 0 0 10px;
	width:420px;
	float:left;
	}
	
.listLectures ul li .text .lecturer {
	padding-bottom:15px;
	display:block;
	}
	
.listLectures ul li .text span {
	display:block;
	}

.listLectures ul li .text .price {
	padding-bottom:15px;
	display:block;
	}
	
.listLectures ul li .text .timeAndPlace {
	padding-bottom:15px;
	}
	
.listLectures ul li .text div.readmore a {
    color:#000;
    text-decoration:none;
    }
    
.listLectures ul li .text div.readmore a:hover {
    color:#BD2716;
    }
    
 /****************catalogues**********************/    
  
.catalogues h2 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}
	
.catalogues a.button {
	margin-right:13px;
	margin-bottom:10px;
	}

.catalogues ul.paging {
	margin:0 0 10px 0;
	padding:0;
	clear:both;
	overflow:hidden;
	}
	
.catalogues .cataloguesAdded{
	width:279px;
	margin-bottom:15px;
	}
	
.catalogues .cataloguesAdded .alert{
	padding:5px 8px;
	margin:0 0 5px 0;
	font-weight:bold;
	color:#fff;
	}

.catalogues .cataloguesAdded h5 {
	color:#BD2716;
	display:block;
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	margin-bottom:4px;
	}
	
.catalogues .cataloguesAdded div.catalogue {
	background-color:#efebe0;
	width:275px;
	margin-bottom:3px;
	padding:2px 2px;
	overflow:hidden;
	/*float:left;*/
	}
	
.catalogues .cataloguesAdded span {
	width:250px;
	float:left;
	}
	
.catalogues .cataloguesAdded div a{
	background:url("../gfx/Graphics_png8.png") no-repeat scroll -184px -455px transparent;
	display:block;
	float:right;
	height:15px;
	padding:0;
	width:15px;
	}

.catalogues ul li h3 {
	background-color:#EFEBE0;
	font-size:13px;
	margin:3px 3px 0;
	padding:5px 8px;
	} 
	
.catalogues ul li .image {
	margin:3px;
	width:130px;
	float:left;
	}
	
.catalogues ul li .text {
	padding:7px 0 0 10px;
	width:420px;
	float:left;
	}
	
.catalogues ul li .text span {
	display:block;
	}
	
.catalogues ul li .text .link{
    margin-bottom:5px;
    }

.catalogues ul li .text div.link a {
    color:#000;
    text-decoration:none;
    }
    
.catalogues ul li .text div.link a:hover {
    color:#BD2716;
    }
    
    
/****************newsletter subscribe**********************/    
  
.newsletterSubscribe h2 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}
	
.newsletterSubscribe ul.newsletterIncludes li{
	margin-bottom:3px;
	overflow:hidden;
	}

.newsletterSubscribe ul.newsletterIncludes li .check{
	background:url("../gfx/Graphics_Png8.png") -209px -454px no-repeat;
	width:18px;
	height:16px;
	margin-right:3px;
	float:left;
	}
	
.newsletterSubscribe ul.newsletterIncludes li .text{
	margin-top:2px;
	float:left;
	}
	
.newsletterSubscribe a.button {
	margin-right:13px;
	margin-bottom:10px;
	}
	
/****************search results**********************/    
  
.searchResults h2 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}
	
.searchResults h6{
	margin-bottom:5px;
	}


.searchResults ul.list{
	margin-bottom:25px;
	}

.searchResults ul.list li{
	padding-bottom:5px;
	overflow:hidden;
	}
    
.searchResults .list li a.text {
    color:#333;
    text-decoration:none;
    width:560px;
    float:left;
    }  
    
.searchResults .list li a.text:hover {
    color:#BD2716;
    } 
    
/****************lectures signup**********************/   
    
.lecturesSignup h2 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}

.lecturesSignup .image{
	width:270px;
	padding:3px;
	border:1px solid #b0b0ae;
	margin-bottom:15px;
	margin-left:15px;
	float:right;
	clear:right;
	}
	
.lecturesSignup hr{
	margin-bottom:20px;
	}
	
.lecturesSignup div.text {
	padding:5px 0 15px 0;
	}
	
.lecturesSignup .text .lecturer {
	padding-bottom:15px;
	display:block;
	}
	
.lecturesSignup .text span {
	display:block;
	}

.lecturesSignup .text .price {
	padding-bottom:15px;
	display:block;
	}
	
.lecturesSignup .text .timeAndPlace {
	padding-bottom:15px;
	}
	
.lecturesSignup a.button {
	margin-right:13px;
	margin-bottom:10px;
	}
	
/****************payment invoice**********************/   
    
.paymentInvoice h2 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}

.paymentInvoice .conditions{
	clear:both;
	}
	
.paymentInvoice .conditions input{
	float:left;
	}
	
.paymentInvoice .conditions span{
	width:220px;
	padding:2px 0 0 5px;
	padding-bottom:20px;
	float:left;
	}
	
.paymentInvoice a.button {
	margin-right:13px;
	margin-bottom:10px;
	}
	
/****************contact**********************/   

.contact h2{
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}
	
.contact .column{
	width:280px;
	padding:20px 0 0 20px;
	margin-left:10px;
	float:left;
	}
	
.contact .column div.address {
	padding-bottom:15px;
	}
	
.contact .column table{
	width:260px;
	margin-right:20px;
	}
	
.contact .column table .col1{
	width:30%;
	}
	
.contact .column table .col2{
	width:70%;
	}
	
.contact .column table .right{
	text-align:right;
	}
	
.contact .column span{
	display:block;
	}
	
.contact .image{
	width:270px;
	padding:3px;
	border:1px solid #b0b0ae;
	margin-bottom:15px;
	margin-left:0px;
	float:left;
	clear:left;
	}

.contact .singleForm.left fieldset a.button {
    margin:0 0 10px 0;
    float:left;
    }

.contact .singleForm fieldset div.link a {
    color:#000;
    text-decoration:none;
    }
    
.contact .singleForm.left fieldset div.link a:hover {
    color:#BD2716;
    }
    
.contact .singleForm fieldset ul.links{
	margin-bottom:25px;
	}

.contact .singleForm fieldset ul.links li{
	padding-bottom:5px;
	overflow:hidden;
	}
    
.contact .singleForm fieldset ul.links li a.text {
    color:#333;
    text-decoration:none;
    width:230px;
    float:left;
    }  
    
.contact .singleForm fieldset ul.links li a.text:hover {
    color:#BD2716;
    }
    
.contact .subscribe{
	clear:both;
	}
	
.contact .subscribe input{
	float:left;
	}
	
.contact .subscribe span{
	width:220px;
	padding:2px 0 0 5px;
	padding-bottom:20px;
	float:left;
	}
    
/****************Press**********************/   	

.press h2{
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}

.press ul.paging {
	margin:0 0 10px 0;
	padding:0;
	clear:both;
	overflow:hidden;
	}

.press hr {
	margin-bottom:20px;
	}

.press ul li h3 {
	background-color:#EFEBE0;
	font-size:13px;
	margin:3px 3px 0;
	padding:5px 8px;
	} 
	
.press ul li .image {
	margin:3px;
	width:130px;
	float:left;
	}
	
.press .blockOneColumn ul li .text {
	padding:7px 0 0 10px;
	width:420px;
	float:left;
	}
	
.press ul li .text span {
	display:block;
	}
	
.press ul li .text .link{
    margin-bottom:5px;
    }

.press ul li .text div.link a {
    color:#000;
    text-decoration:none;
    }
    
.press ul li .text div.link a:hover {
    color:#BD2716;
    }
    
.press ul.links li a.text {
    color:#333;
    text-decoration:none;
    width:230px;
    float:left;
    }

.press ul li .image {
	margin:3px;
	width:130px;
	float:left;
	}
	
.press .subscribe{
	clear:both;
	}
	
.press .subscribe input{
	float:left;
	}
	
.press .subscribe span{
	width:220px;
	padding:2px 0 0 5px;
	padding-bottom:20px;
	float:left;
	}
	
.press a.button {
	margin-right:13px;
	margin-bottom:10px;
	}
	
/****************customer comments**********************/  
	
.customer h2{
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	}

.customer h3 {
	background-color:#4DA9D9;
	font-size:13px;
	margin:3px 3px 0;
	padding:5px 8px;
	color:#fff;
	}
	
.customer a.comment {
	display:inline-block;
	margin-bottom:15px;
	}
	
.customer a.button {
	margin-right:15px;
	margin-bottom:10px;
	}
	
.customer hr {
	padding-bottom:15px;
	}	
	
