html, body, h1, h2, h3, h4, h5, h6, p, font, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	}
body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14pt;
	font-weight: normal;
	}
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.clear {
	clear: both;
	}
a {
	text-decoration: none;
	}

a.nocolor { text-decoration:none }
a.nocolor:hover {text-decoration:underline }

a.officesMail {
	color: #6c2b6b;
	}
a.eventConseptsTourism {
	color: #6c2b6b;
	text-decoration: underline;
	}
#maincontainer {
	width: 992px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	color: #4c4f46;
	}
#header	{
	height: 100%; /*Needed for IE6*/	
	}
#header .paragonLogo {	
	width: 144px;
	padding-bottom:10px;
	}
#header .officesmap {
	float: right;
	padding: 36px 5px 0px 0;
	width: 184px;	
	visibility:hidden;
	}
#title {
	clear: both;
	padding: 10px 0;
	background: #652265;
	height: 215px;
	display:none;
	}
#title h1 {
	float: left;
	width: 270px;
	color: #ffffff;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 60px 0 0 5px;
	height: 155px;
	display:none;
	}
#title img {
	float: right;
	display:none;
	}
#breadcrumb {
	clear: left;
	position: relative;
	color: #876887;
	font-size: 0.8em;
	padding: 10px 0 10px 11px;
	display:none;
	}
#breadcrumb a {	
	font-weight: bold;
	color: #876887;
	display:none;
	}
#breadcrumb .current {
	font-weight: bold;
	color: #924c97;
	display:none;
	}
#leftBar {
	float: left;
	background: #ffffff;
	width: 218px;
	padding: 40px 14px 17px 14px;
	display: none; /*Fixes IE doubletake bug*/
	}
ul#leftNav {
	font-size: 0.78em;
	display:none;
	}
ul#leftNav li {
	margin: 0 12px;
	background: url(images/leftNavArrow.gif) no-repeat 0 center;
	border-bottom: 1px solid #e1e1dd;
	}	
ul#leftNav li a {
	padding: 8px 0 8px 18px;
	color: #54522c;
	display: block;
	}
ul#leftNav li a:hover {
    padding: 8px 0 8px 18px;
    color: #652265;
    display: block;    
    }
ul#leftNav li.current {
	padding: 8px 0 8px 18px;
	color: #652265;
	display: block;
	}
#leftBar h3 {
	background: #895789 url(images/leftNavArrowWhite.gif) no-repeat 198px ;
	color: #ffffff;
	font-size: 0.85em;
	padding: 5px 0 7px 12px;
	margin: 21px 0 14px 0;
	display:none;
	}
#leftBar img.events {
	float: left;
	position:relative;
	left: 4px;
	border: 1px solid #e3d0e3;
	margin: 2px;
	display:none;
	}
#content {	
	width: 95%;
	background: #ffffff;
	padding: 35px 46px 20px 46px;
	font-size: 1em;
	display: inline; /*Fixes IE doubletake bug*/
	}
#content h1.words, #content h1.wordsTable {
	font-size: 2.5em;
	font-weight: normal;
	color: #7d7a3c;
	border-bottom: 1px solid #7d7e6c;
	margin: -12px 0 20px 0;
	padding-bottom: 10px;
	}
#content h1.wordsTable {
	margin-bottom: 60px;
	}
#content h2 {
	font-size: 1.2em;
	}
#content h2.news {
	color: #c263b6;
	}
#content h2.congresses {
	color: #652265;
	}
#content h2.offices {
	color: #c263b6;
	font-weight: bold;
	}
#content h2.news a {
    color: #c263b6;
    }
#content h2.congresses a {
    color: #652265;
    }
#content h2.congresses a:hover, #content h2.news a:hover {
    text-decoration: underline;
    }
#content h2.eventConcepts {
	color: #c263b6;
	font-weight: bold;
	font-size: 1.1em;
	}
#content h2.careers {
	color: #652265;
	font-size: 1em;
	padding: 30px 0 12px 0;
	}
ul#captionYears {
	font-size: 1.8em;
	font-weight: bold;
	height: 110px;
	display:none;
	}
ul#captionYears li {
	display: none;

	}
ul#captionYears li a, ul#captionYears li .captionCurrent, ul#captionYears li .captionLast {
	float: left;
	width: 91px;
	padding-bottom: 7px;
	text-align: center;
	margin-right: 18px;
	display:none;
	}
ul#captionYears li a {
	color: #c3c3c3;
	border-bottom: 3px solid #c3c3c3;
	display:none;
	}
	
ul#captionYears li a:hover {
	color: #652265;
	border-bottom: 3px solid #652265;
	display:none;
	}
	
ul#captionYears li .captionCurrent {
	color: #652265;
	border-bottom: 3px solid #652265;
	display:none;
	}
ul#captionYears li .captionLast {
	margin-right: 0;
	display:none;
	}
table.data {
/*	margin-top: 40px;
*/	width: 100%;
	border: none;	
	}
#content img.border {
	border: 1px solid #c3a4c3;
	}
#content .verticalTop {
	vertical-align: top;
	}
#content p.separatorNews {
	border-bottom: 1px solid #c3a4c3; 
	padding-bottom: 20px;
	margin-bottom: 40px;
	min-height: 60px; /* min-height hack for ie6 */
     height: auto !important;
     height: 60px;
	} 
#content p.separatorCongresses {
	border-bottom: 1px solid #c3a4c3; 
	padding-bottom: 75px;
	margin-bottom: 40px;
	}
#content p.last {
	padding-bottom: 15px;
	} 
#content .verticalSeparatorNews {
	width: 100px;
	background: url(images/separator.gif) repeat-y 49px;
	}
#content .verticalSeparatorTestimonials {
	width: 70px;
	background: url(images/separator.gif) repeat-y 19px;
	}
#content .verticalSeparatorCongresses {
	width: 70px;
	background: url(images/separator.gif) repeat-y 29px;
	}
#content p.separatorOffices {
	border-bottom: 1px solid #c3a4c3; 
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
#content img.mapOffices {
	text-align: center;
	padding-top: 45px;
	}
a.newsUrl:hover  {
	text-decoration: underline;
	}
ul.contacts {
	border-bottom: 1px solid #c3a4c3; 
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
ul li.officesPhone {
	background:url(images/officesImages/phone.jpg) no-repeat 0 4px;
	margin-top: 5px;
	padding: 8px 0 8px 40px;
	}
ul li.officesFax {
	background:url(images/officesImages/fax.jpg) no-repeat 0 2px;
	padding: 8px 0 8px 40px;
	}
ul li.officesEmail {
	background:url(images/officesImages/email.jpg) no-repeat 0 2px;
	padding: 8px 0 8px 40px;
	}
#content .officesColor {
	color: #6c2b6b;
	}
ul.eventConseptsServices1 {
	float: left;
	padding: 14px 0 35px 20px;
	width: 255px;
	}
ul.eventConseptsServices2 {
	float: right;
	padding: 14px 0 35px 0;
	width: 290px;
	}
ul.eventConseptsServices1 li {
	background: url(images/eventConceptsImages/arrow.gif) no-repeat 0 4px;
	padding: 2px 0 2px 20px;
	line-height: 1.1em;
	}
ul.eventConseptsServices1 li a{
	color:#876887;
	text-decoration:none;	
	}
ul.eventConseptsServices2 li {
	background: url(images/eventConceptsImages/arrow.gif) no-repeat 0 4px;
	padding: 2px 0 2px 20px;
	line-height: 1.1em;
	}
.credo {
	font-size: 1.2em;
	font-weight: bold;
	color: #652265;
	text-align: center;
	}
#content p.eventConseptsInfo {
	color: #6c2b6b;
	padding: 25px 315px 40px 0;
	border-bottom: 1px solid #e1e1dd;
	margin-bottom: 15px;
	}
#content p.readMoreAbout {
	color: #6c2b6b;
	padding: 20px 315px 5px 0;
	border-top: 1px solid #e1e1dd;
	margin-top: 25px;
	display:none;
	}
#content img.float {
	float: right;
	}

.testimonialsName {
	color: #c263b6;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 15px;
	}
.testimonialsWho { /*the separate line is HERE*/
	color: #652265;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #c3a4c3; 
	padding-bottom: 20px;
	margin-bottom: 40px;
	}
.testimonialsWhoLast {
	color: #652265;
	font-weight: bold;
	font-style: italic;
	}
#footer {
	clear:both;
	position: relative;
	width: 95%;
	color: #6c2b6b;
	font-size: 0.70em;
	padding: 25px 0 40px 0;
	}
#footer ul#end li {
	display: inline;
	}
#footer ul#end li a {
	color: #6c2b6b;
	text-decoration: underline;
	}
#footer ul#end .copyright {
	float: left;
	width: 320px;
	}
#footer ul#end .print {
	float: left;
	width: 330px;
	text-align: center;
	display:none;
	}
#footer ul#end .sitemap{
	float: right;
	width: 120px;
	text-align: right;
	display:none;
	}
.logo {
		width:153px;
		height:77px;
		padding:3px;
	}
#clientsList li, .bulletArrow {
		background: url(images/eventConceptsImages/arrow.gif) no-repeat 0 4px;
	    padding: 2px 0 2px 20px;
	    line-height: 1.1em;
	}
#clientsList a {
		color:#3C3C3C;
		text-decoration:none;
}


/*CAREERS FORM*/


#careers table {  
 background-color: #ffffff;  
 color: #000000;  
 width: 100%;  
 border-collapse: collapse;  
}  
#careers td {  
	border: 1px solid #652265;
	height: 30px;
}
#careers td.left {
	width: 252px;
	text-align: right;
	color: #652265;
	padding-right: 5px;
	}
form#careers fieldset {
	border: 0;
	margin: 0 0 0 0; padding: 0 0 0 0;
	}

form#careers legend {
	font-weight: bold;
	font-size: 1.8em;
	color: #3c3c3c;
	padding-bottom: 5px;
	}
form#careers fieldset input {
	width: 225px;
	height: 13px;
	border: 1px solid #764576;
	margin-left: 5px;
	}
form#careers fieldset input[type="file"] {
	width: 227px;
	height: 21px;
	border: 1px solid #764576;
	margin-left: 5px;
	}
form#careers fieldset select#function {    
	border: 1px solid #764576;
	width: 228px;
	background: url(images/careersImages/formSelect.gif) repeat-x;
	margin-left: 5px;
	}
form#careers fieldset select#function option {
	background: #ffffff;
	}
form#careers fieldset input#browse {
	height: 23px;
	background: #ffffff;
	border: 1px solid #764576;
	} 
form#careers fieldset input.buttons {
	width: 79px;
	height: 24px;
	padding-bottom: 5px;
	background:  #ffffff;
	color: #764676;
	border: 1px solid #613061;
	margin: 5px 0 5px 5px;
}
form#contact input.buttons {
	width: 79px;
	height: 24px;
	padding-bottom: 5px;
	background: #764676;
	color: #ffffff;
	border: 1px solid #613061;
	margin: 5px 0 5px 5px;
}
.error
{
  font-style:Tahoma;
  font-size:10pt;
  font-weight:bold;
  color:red;
  visibility:hidden

}
.error-small
{
  font-style:Tahoma;
  font-size:8pt;
  font-weight:bold;
  color:red;
  position:relative;
  float:right;
  top:8px;  
  visibility:hidden;
  width:188px;
}


#spnContactError 
{
  font-style:Tahoma;
  font-size:8pt;
  font-weight:bold;
  color:red;  
  position:relative;
  left:145px;
  top:-18px;  
  width:288px;
  display:none;
 
}

#spnEmailError 
{
  font-style:Tahoma;
  font-size:8pt;
  font-weight:bold;
  color:red;  
  position:relative;
  left:292px;
  top:-18px;  
  width:288px;
    display:none;
}

#spnPhoneError 
{
  font-style:Tahoma;
  font-size:8pt;
  font-weight:bold;
  color:red;  
  position:relative;
  left:268px;
  top:-18px;  
  width:288px;
   display:none; 
}

#spnTextError
{
  font-style:Tahoma;
  font-size:8pt;
  font-weight:bold;
  color:red;  
  position:relative;
  left:278px;
  top:-18px;  
  width:288px;
  display:none;
   
}
