/* ---------------- CSS RESET ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin-left: 0px;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFFFFF;
}

/*--------------- GENERIC SITE WIDE RULES ----------------*/

body {
	background-color: #FFFFFF;
	color: #071c3b;
	font-family: Arial, Sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	clear: none;
	background-image: url(../img/design/pagebackground.jpg);
	background-repeat: repeat-x;
}

a:link,
a:visited,
span.name {
	color:#e83634;
	font-size: 1em;
}

a.email:link,
a.email:visited {
  color: #969696;
}

a.more_details:link,
a.more_details:visited {
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  text-decoration: underline;
}

a.more_details:hover,
a.more_details:active {
  text-decoration: underline;
}

.image_replace {
  background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

.tabs .tab_navigation {
  height: 30px;
}

.tabs .tab_navigation li {
  float: left;
  margin-left: 3px;
}

.tabs .tab_navigation li:first-child {
  margin-left: 0;
}

.tabs .tab_navigation a:link,
.tabs .tab_navigation a:visited {
	background: #646464;
	color: #fff;
	display: block;
	font-size: 1.1em;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 161px;
	font-weight: bolder;
}

.tabs .tab_navigation a.selected:link,
.tabs .tab_navigation a.selected:visited,
.tabs .tab_navigation a:hover,
.tabs .tab_navigation a:active {
  background: #000;
}

.tabs .tab_body {
	background: #000;
	height: 155px;
	padding: 10px;
	color: #FFFFFF;
}

/*------------------------ MAIN STYLESHEET RULES -----------------*/

#HeadWrapper,
#FooterWrapper {
	font-size: 1em;
	margin: 0 auto;
	width: 100%;
	background-color: #000000;
}

#HeadWrapper {
	width: 963px;
	margin-top: 17px;
}

#BodyWrapper {
	background-color: #fff;
	font-size: 1em;
	overflow: hidden;
	margin:0 auto;
	width:964px;
}

/* ----------------- HEADER AREA -------------*/

#Header {
	background-color: #000000;
	height: 50px;
	margin: 0px 0px 0 0;
	background-image: url(../img/design/topbarimage.jpg);
}

#Govnet {
	background: url("../img/govnet.jpg");
	display: block;
	height: 35px;
	float: left;
	margin: 20px 0 0 18px;
	width: 115px;
	padding-left: 0px;
}

#Subscribe {
  background: url("../img/design/susbscribe.jpg") no-repeat;
  color: #fff;
  display: block;
  float: right;
  font-size: 0.80em;
  height: 22px;
  line-height: 22px;
  margin: 20px 10px 0 0;
  text-align: center;
  text-decoration: none;
  width: 171px;
}

label {
	color:#FFFFFF
}

#ConferenceSelector {
  float: right;
  margin: 20px 10px 0 0;
}

#Banner {
  background: url("../img/design/header.jpg") no-repeat;
  height:340px;
  margin: 0 20px;
  padding-top: 10px;
}

#Bannernew {
	background: url("../img/design/header.jpg") no-repeat;
	height: 344px;
	margin: 0 px;
	padding-top: 0px;
}

#discount { float:left; height:150px; width:150px}

#AdSpace {
	float: right;
	width: 179px;
	height: 280px;
	text-align: right;
	margin: 35px 25px 0 0;
}

#BookNow {
	display: block;
	text-decoration: none;
	margin-top: 11px;
}

#BookNow strong {
  color: #fff;
  display: block;
}


#Supporterlogo {
	
	width: 179px;
	padding-left: 3px;
	margin: 0 0 22px 0
}

#booknow{
	margin: 0px 10px 0 0;
	padding:0px 0 0 0;
	float:left;
}

#egcard{
float:left;
margin:25px 0 0 35px;
}

/* ------------------- NAVIGATION AREA --------------*/

#Nav {
	margin: 0 auto;
	overflow: hidden;
	width: 963px;
	background-color:#FFFFFF;
	background-image:url(../img/design/nav/nav_bg.jpg);
	background-repeat:repeat-x
}

#nav ul {width:964px;
height: 62px;}

#Nav li {
	float: left;
}

#Nav a:link,
#Nav a:visited {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 33px;
  padding: 0 0px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
    text-indent: -9999px;
}

#Nav a:hover,
#Nav a:active,
#Nav li.current a:link,
#Nav li.current a:visited {
	color: #313047;
} 



/* ------------------- NAVIGATION AREA --------------*/


#Nav .home a:link,
#Nav .home a:visited {
  background:  url("../img/design/nav/home_off.jpg") no-repeat;
  width: 95px;
  margin-left:0px
}

#Nav .home.current a:link,
#Nav .home.current a:visited,
#Nav .home a:hover,
#Nav .home a:active {
  background:  url("../img/design/nav/home_on.jpg") no-repeat;
}

#Nav .overview a:link,
#Nav .overview a:visited {
  background:  url("../img/design/nav/overview_off.jpg") no-repeat;
  width: 123px;
}

#Nav .overview.current a:link,
#Nav .overview.current a:visited,
#Nav .overview a:hover,
#Nav .overview a:active {
  background:  url("../img/design/nav/overview_on.jpg") no-repeat;
}

#Nav .programme a:link,
#Nav .programme a:visited {
  background:  url("../img/design/nav/programme_off.jpg") no-repeat;
  width: 144px;
}

#Nav .programme.current a:link,
#Nav .programme.current a:visited,
#Nav .programme a:hover,
#Nav .programme a:active {
  background:  url("../img/design/nav/programme_on.jpg") no-repeat;
}

#Nav .speakers a:link,
#Nav .speakers a:visited {
  background:  url("../img/design/nav/speakers_off.jpg") no-repeat;
  width: 120px;
}

#Nav .speakers.current a:link,
#Nav .speakers.current a:visited,
#Nav .speakers a:hover,
#Nav .speakers a:active {
  background:  url("../img/design/nav/speakers_on.jpg") no-repeat;
}

#Nav .seminars a:link,
#Nav .seminars a:visited {
  background:  url("../img/design/nav/seminars_off.jpg") no-repeat;
  width: 121px;
}

#Nav .seminars.current a:link,
#Nav .seminars.current a:visited,
#Nav .seminars a:hover,
#Nav .seminars a:active {
  background:  url("../img/design/nav/seminars_on.jpg") no-repeat;
}

#Nav .exhibitors a:link,
#Nav .exhibitors a:visited {
  background:  url("../img/design/nav/exhibitors_off.jpg") no-repeat;
  width: 126px;
}

#Nav .exhibitors.current a:link,
#Nav .exhibitors.current a:visited,
#Nav .exhibitors a:hover,
#Nav .exhibitors a:active {
  background:  url("../img/design/nav/exhibitors_on.jpg") no-repeat;
}

#Nav .news a:link,
#Nav .news a:visited {
  background:  url("../img/design/nav/news_off.jpg") no-repeat;
  width: 83px;
}

#Nav .news.current a:link,
#Nav .news.current a:visited,
#Nav .news a:hover,
#Nav .news a:active {
  background:  url("../img/design/nav/news_on.jpg") no-repeat;
}

#Nav .attend a:link,
#Nav .attend a:visited {
  background:  url("../img/design/nav/attend_off.jpg") no-repeat;
  width: 151px;
}

#Nav .attend.current a:link,
#Nav .attend.current a:visited,
#Nav .attend a:hover,
#Nav .attend a:active {
  background:  url("../img/design/nav/attend_on.jpg") no-repeat;
}

/* --mediapacknav---*/
#Nav .homemp a:link,
#Nav .homemp a:visited {
  background:  url("../img/design/nav/home_off.jpg") no-repeat;
  width: 94px;
}

#Nav .homemp.current a:link,
#Nav .homemp.current a:visited,
#Nav .homemp  a:hover,
#Nav .homemp  a:active {
  background:  url("../img/design/nav/home_on.jpg") no-repeat;
}


#Nav .reasons a:link,
#Nav .reasons a:visited {
  background:  url("../img/design/nav/reasons_off.jpg") no-repeat;
  width: 110px;
}

#Nav .reasons.current a:link,
#Nav .reasons.current a:visited,
#Nav .reasons  a:hover,
#Nav .reasons  a:active {
  background:  url("../img/design/nav/reasons_on.jpg") no-repeat;
}



#Nav .testimonials a:link,
#Nav .testimonials a:visited {
  background:  url("../img/design/nav/testimonials_off.jpg") no-repeat;
  width: 150px;
}

#Nav .testimonials.current a:link,
#Nav .testimonials.current a:visited,
#Nav .testimonials  a:hover,
#Nav .testimonials  a:active {
  background:  url("../img/design/nav/testimonials_on.jpg") no-repeat;
}


#Nav .eventinfo a:link,
#Nav .eventinfo  a:visited {
  background:  url("../img/design/nav/event_info_off.jpg") no-repeat;
  width: 126px;
}

#Nav .eventinfo.current a:link,
#Nav .eventinfo.current a:visited,
#Nav .eventinfo  a:hover,
#Nav .eventinfo  a:active {
  background:  url("../img/design/nav/event_info_on.jpg") no-repeat;
}





/* ------------------ CONTENT AREA --------------*/

#Container {
	clear: both;
	margin: 0 auto;
	width: 924px;
	margin-bottom: 30px;
}

#Content {
	border-right: 1px solid #d4d4d4;
	color: #646464;
	float: left;
	margin: 10px 0 30px 0;
	padding-right: 77px;
	width: 656px;
}

#Content h1 {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 26px;
	margin-left: 0;
}

#Content h3 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	color:#e83634;
}


#Content strong {
	color: #000;
	font-weight: bold;
}

/*#Content span {
  color: #505050;
  font-weight: normal;
}*/


.home #Content {
	padding-right: 15px;
	width: 400px;
	float: left;
}

#Content p,
#Content ul {
  margin-bottom: 20px;
}

#Content p.intro {
  color: #fff;
  font-size: 1.16em;
}

#Content h2 {
	color: #e83634;
}

#Content h2.instruction {
	color: #505050;
}

#Content ul {
  list-style: disc outside;
  margin-left: 15px;
}

#HomeTitle {
	background: url("../img/design/titles/Home_hdr.jpg") no-repeat;
	height:177px;
	width: 420px;
}

#ContactTitle {
  background: url("../img/design/titles/Contact_us.jpg") no-repeat;
  height: 25px;
  width: 356px;
}

#OverviewTitle {
background: url("../img/design/titles/Overview.jpg") no-repeat;
  height: 25px;
  width: 356px;
}

#ProgrammeTitle {
background: url("../img/design/titles/Programme.jpg") no-repeat;
  height: 25px;
  width: 356px;
}

#SeminarsTitle {
background: url("../img/design/titles/Seminars.jpg") no-repeat;
  height: 25px;
  width: 356px;
}

#ExhibitorsTitle {
background: url("../img/design/titles/Exhibitors.jpg") no-repeat;
  height: 25px;
  width: 356px;
}

#NewsTitle {
background: url("../img/design/titles/News.jpg") no-repeat;
  height: 25px;
  width: 356px;
}


#AttendTitle {
background: url("../img/design/titles/Why_attend.jpg") no-repeat;
  height: 25px;
  width: 356px;
}

#RegisterTitle {
background: url("../img/design/titles/Register.jpg") no-repeat;
  height: 25px;
  width: 356px;
}


#DownloadTitle {
background: url("../img/design/titles/Download.jpg") no-repeat;
  height: 25px;
  width: 356px;
}


#HighlightsTitle {
	background: url("../img/design/titles/highlights.jpg") no-repeat;
	height: 25px;
	width: 356px;
}

#SubscribeTitle {
  background: url("../img/design/titles/Subscribe.jpg") no-repeat;
  height: 25px;
  width: 356px;
}


#VisitorTitle {
  background: url("../img/design/titles/Visitor_information_title.jpg") no-repeat;
  height: 25px;
  width: 356px;
}

#MediaPackTitle {
  background: url("../img/design/titles/Mediapack.jpg") no-repeat;
  height: 25px;
  width: 356px;
}

#PresentationsTitle {
  background: url("../img/design/titles/presentations.jpg") no-repeat;
  height: 25px;
  width: 356px;
}



#SpeakerList {
  list-style: none;
  margin-left: 0;
}

#SpeakerList li {
  border-top: 1px dotted #4d4d4d;
  overflow: hidden;
  padding: 10px 0;
}


#speakerscomingsoon {
  list-style: none;
  margin-left: 0;
}

#speakerscomingsoon li {
  border-top: 1px dotted #4d4d4d;
  overflow: hidden;
  padding: 10px 0;
}

#SpeakerList div {
  float: right;
  width: 575px;
}

#SpeakerList h2 {
	color: #e83634;
	font-size: 1.1em;
}

#SpeakerList .job_title {
  color: #505050;
  font-weight: bold;
}

#Content #Exhibitors {
  list-style: none;
  margin-left: -10px;
  overflow: hidden;
}

#Exhibitors li {
  float: left;
  margin: 10px 0 0 10px;
}

#Exhibitors a:link,
#Exhibitors a:visited {
  border: 1px solid #4d4d4d;
  display: block;
  line-height: 0;
}

#Content table th,
#Content table td {
	border-top: 1px dotted #4d4d4d;
	padding: 10px 0;
	color: #000;
}

#Content table th {
  text-align: left;
  width: 60px;
}

#Content #SpeakerList {
  list-style: none;
  margin-left: 0;
}

#Content #NewsList {
  list-style: none;
  margin-left: 0;
}


#NewsList li {
	border-top: 1px dotted #4d4d4d;
	overflow: hidden;
	padding: 10px 0 0 0;
	list-style:none
}

#NewsList h2 {
	color: #28BB9E;
	font-size: 1.45em;
	font-weight: bold;
	line-height:1.2em;
	list-style:none
}

#NewsList .date {
  color: #28BB9E;
  display: block;
  line-height: 1.9em;
}

#NewsList .job_title {
  color: #fff;
  font-weight: bold;
}

#DownloadForm label {
	float: left;
	text-align: right;
	width: 100px;
	margin-right: 10px;
	color: #646464;
}

#Programme h2 {
	color: #000;
}

#Programme .speaker {
	color: #e83634;
	font-weight: bold;
}

#Content .contact {
	color: #e83634;
	font-weight: bold;
}

#toppanel {
	height:9px;
	background-image: url(../img/design/homepg_topblock.jpg);
	width: 305px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;
}

#bottompanel {
	height:18px;
	background-image: url(../img/design/homepg_btmblock.jpg);
	width: 305px;
	background-repeat: no-repeat;
	float: none;
}




/* ----------- SIDEBAR -----------------*/

#Sidebar {
	float: right;
	margin-bottom: 30px;
	width: 179px;
	margin-top: 10px;
}

.home #Sidebar {
	width: 492px;
	margin-top: 2px;
	margin-right: 2px;
}

#FeatureBox {
	margin-top: 10px;
	margin-left: 3px;
	margin-bottom: 10px;
}

#FeatureBox img {
  border: 10px solid #5f6056;
  float: right;
}

#FeatureBox h2 {
	color: #fff;
	font-size: 1.3em;
	margin: 10px 0 10px 0;
}

#FeatureBox h2 span {
  color: #fff;
  display: block;
}

#FeatureBox p {
	font-size: 0.9em;
	width: 230px;
	margin-top: 10px;
}

#FeatureBox h2 a:visited,
#FeatureBox h2 a:active
{
	color: #e83634
}


#FeatureBox a:link,
#FeatureBox a:visited
{
	color: #fff;
	font-weight: bold;
}

#Blocks {
	float: left;
	width: 305px;
	margin-top: 0px;
}

#Blocks .block {
	background-color: #FFFFFF;
	color: #fff;
	margin-top: 0px;
	background-image: url(../img/design/homepg_middleblock.jpg);
	background-repeat: repeat-y;
}

#Blocks .block h2 {
	height: 42px;
	line-height: 42px;
	margin-left: 10px;
	width: 275px;
}

#Speakers .image_replace {
  background: url("../img/design/speakers_hometab.jpg") no-repeat;
  display: block;
  height: 42px;
  width: 100%;
}

#Blocks a {
  color:#28BB9E;
  text-decoration:none
}



/*  -----------new -----------------*/
#SpeakersTitle {
	background: url("../img/design/titles/Speakers.jpg");
	height: 25px;
	width: 356px;
}
/*  -----------new -----------------*/

#Speakers ul {
  margin: 0 10px;
}

#Content .sublist {
  margin: 0 0 0 20px;
}

#Speakers li {
  border-top: 1px dotted #d2d2d2;
  overflow: hidden;
  padding: 10px 0;
}

#Speakers li:first-child {
  border-top: 0;
}

#Speakers img {
	float: left;
	margin-right: 10px;
	margin-left: 2px;
}

#Speakers h3 a:link,
#Speakers h3 a:visited {
	color: #000;
	text-decoration: none;
}

#Speakers .more_details {
	color: #e83634;
	text-decoration: underline;
}

#Sidebar #FeatureBox .more_details {
	color: #e83634;
	text-decoration: underline;
}



#Speakers p {
	font-size: 0.85em;
	line-height: 1.1em;
	color: #505050;
}

#Highlights {
  padding-bottom: 0px;
}

#Highlights .image_replace {
	background: url("../img/design/highlights_hometab.jpg");
	display: block;
	height: 42px;
	width: 280px;
	background-repeat: no-repeat;
}

#Highlights ul {
	margin: 8px;
	overflow: hidden;
	margin-left: 12px;
}

#Highlights li {
	float: left;
	margin-left: 10px;
}

#Highlights li:first-child {
	margin-left: 0px;
}

#Highlights li a:link,
#Highlights li a:visited {
	background-color: #505050;
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	height: 65px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 84px;
}

#Highlights li a:hover,
#Highlights li a:active {
  background-color: #88e6c4;
}

#Highlights p,
#Highlights .name {
	font-size: 0.9em;
	margin: 0 10px;
	width: 243px;
	margin-left: 15px;
}

#Highlights p a {
	color: #505050;
	padding-right: 10px;
}

#Highlights .name {
  color: #88e6c4;
  font-weight: bold;
  margin-top: 10px;
}

#Info {
  float: right;
  width: 179px;
}

#Info .block {
	background-color: #fff;
	margin-top: 10px;
}

#DownloadBrochure {
  position: relative;
  height: 109px;
}

#DownloadBrochure a:link,
#DownloadBrochure a:visited {
  left: 0;
  position: absolute;
  top: 0;
}

#VisitorInfo h2 {
  background-color: #88e6c4;
}

#VisitorInfo h2 span {
  background: url("../img/design/titles/visitor_information.jpg");
  display: block;
  height: 50px;
  width: 179px;
}

#VisitorInfo ul {
  list-style: disc outside;
  margin: 10px 0 0 30px;
  padding-bottom: 10px;
}

#VisitorInfo ul {
  list-style: disc outside;
  margin: 10px 0 0 30px;
  padding-bottom: 10px;
}

#VisitorInfo a {
  color:#FFFFFF;
  text-decoration:none
}

#MapThumb img {
  border: 3px solid #5d5d54;
}

.register {
	color: #e83634;
	font-weight:bold;
}

#Slideshow {
  position: relative;
  margin-bottom: 20px;
}

#SlideContainer {
  background-color: #282828;
  height: 290px;
  overflow: auto;
  position: relative;
  width: 600px;
}

#SlideContainer .slide {
  height: 270px;
  margin: 0 auto;
  width: 580px; /* reduce by 20 pixels to avoid horizontal scroll */
}

#SlideContainer .slide div {
  float: left;
  margin: 30px 0 0 10px;
  width: 160px;
}

#SlideContainer .slide p {
  color: #fff;
  font-size: 0.85em;
  margin-top: 5px;
}

#SlideContainer .slide img {
  float: right;
  margin: 10px 10px 0 0;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:18px;
  height:18px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  bottom: 10px;
  left:110px;
  background:transparent url("../img/design/slideshow_left.jpg") no-repeat 0 0;
}

#rightControl {
  bottom: 10px;
  left: 140px;
 background:transparent url("../img/design/slideshow_right.jpg") no-repeat 0 0;
}

#Content blockquote {
  margin-bottom: 15px;
}

#Content blockquote p {
  font-style: italic;
  margin-bottom: 5px;
}

#Content blockquote .attribute {
	color: #e83634;
	font-style: normal;
	font-weight: bold;
}



/*seminar*/

#Content #SeminarList {
  list-style: none;
  margin-left: 0;
}


#SeminarList ul { 

  margin: 0 10px 0 30px;
  
}


#SeminarList img {
  float: right;
  margin-right: 10px;
}

#SeminarList li { 

border-top: 1px dotted #d2d2d2;
  overflow: hidden;
  padding: 15px 10px 15px 10px;
  width:620px;
  background-color:#505050;
  margin-left:0
  
}

#SeminarList li {
	border-top: 1px dotted #d2d2d2;
	overflow: hidden;
	width:620px;
	background-color:#505050;
	margin-left:0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	color:fff;  
}


#SeminarList li:first-child {
	border-top: 0;
	margin-left:0;
	margin-top: 10px;
}

.SeminarList img {
  float: right;
  margin-right: 10px;
}

#SeminarList h3 a:link,
#SeminarList h3 a:visited {
  color: #2864aa;
  text-decoration: none;

}

#SeminarList h2 {}

#SeminarList .more_details {
  color: #2864AA;
  text-decoration: underline;
}

#SeminarList p {
  font-size: 1em;
  line-height: 1.1em;
  width:400px;
  color:#fff;
}

#SeminarList .info {
	width:400px;
	float:left;
	padding-left: 15px;
}
#SeminarList p {
color:#fff;
}


#SeminarList p strong{
color:#fff;
}


#SeminarList .image {
 
  width:130px;
  float:right;
  margin:0px 0 0 0;
  padding:0
}

.seminar_title{
color:#FFFFFF;
font-weight:bold
}

/*seminar*/



/*---------------- FOOTER AREA --------------*/

#Footer {
	background-color: #000000;
	clear: both;
	font-size: 0.85em;
	height: 100px;
	padding: 5px 10px 10px 10px;
	width: 964px;
	margin: 0 auto;
}

#Copyright {
	float: left;
	padding-top: 10px;
	color: #FFFFFF;
}

#FooterNav {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#FooterNav li {
  border-left: 1px solid #969696;
  float: left;
  padding: 0 10px;
}

#FooterNav a:link,
#FooterNav a:visited {
  color: #fff;
}

#Footer .partner {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
.sidebar.link {
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
}


/*-------presentations--------*/

/*#Bannerpres {
	height: 304px;
	margin: 0 0 0 20px;
	padding-top: 0px;
	float: left;
}*/

#Bannerpres {
	background: url("../img/design/headerpres.jpg") no-repeat;
	height: 377px;
	margin: 0 px;
	padding-top: 0px;
}

#HeadWrapperpres {
	width: 963px;
	margin-top: 17px;
	
}


#Contentpres {
	color: #414434;
	width: 673px;
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 50px;
	float: left;
}


#Contentpres h1 {
  color: #88e6c4;
	font-size:24px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#Contentpres h2 {
  color: #88e6c4;
  	font-size:16px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#Containerpres {
	margin: 0 auto;
	width: 924px;
}


#Copyrightpres {
color:#FFFFFF;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}

.form_error {
  color: #f00;
  margin: 5px 0 5px 110px;
}