/*------------------------------------------------------------------------
RSP

launch:    		November 2009
last update:    January 2011
design & code:	Universal Head www.universalhead.com
------------------------------------------------------------------------*/

/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

img {
	margin: 0;
	padding: 0;
}


/* 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;
}

/* @end */


/* @group basics */

html {
	height: 100%;
}

body {
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #e1bbba;
	text-align: center;
	height: 100%;
	background: #3a2826 url(../images/bg_info.jpg) repeat-x top center;	
}

body#home {
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #e1bbba;
	text-align: center;
	height: 100%;
	background: #102226 url(../images/bg_mainEvent.jpg) repeat-x top center;	
}

body#event {
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #e1bbba;
	text-align: center;
	height: 100%;
	background: #3a2826 url(../images/bg_mainEvent.jpg) repeat-x top center;	
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


/* @end */


/* @group text */

h1 {
	font-family: NimbusSanNov-Reg, Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 3.0em;
	font-weight: normal;
	line-height: 0.8em;
	color: #d11241;
	letter-spacing: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

h2 {
	font-family: NimbusSanNov-Reg, Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1.125em;
	font-weight: normal;
	letter-spacing: 3px;
	color: #ccd339;
	line-height: 0.9em;
	padding-bottom: 20px;
}

h3 {
	font-size: 1.125em;
	font-weight: normal;
	color: #e1bbba;
	padding-top: 10px;
	padding-bottom: 5px;
}

h4 {
	font-size: 0.85em;
	font-weight: bold;
	color: #d11241;
	padding-bottom: 20px;
}

h5 {
	font-family: NimbusSanNov-Reg, Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 0.9em;
}

p {
	font-size: 0.75em;
	font-weight: normal;
	color: #e1bbba;
	padding-bottom: 15px;
}

/* @end */

/* @group special text */

.quoteblock {
	float: left;
	width: 150px;
	margin: 10px 20px 10px 0;
}

.quoteblock p {
	font-size: 1em;
	color: #cc0045;
}

.smlquoteblockL {
	float: left;
	width: 150px;
	margin: 12px 30px 10px 0;
}

.smlquoteblockL p {
	font-size: 1em;
	line-height: 1.5em;
	color: #cc0045;
}

.smlquoteblockR {
	float: right;
	text-align: right;
	width: 150px;
	margin: 12px 0 10px 30px;
}

.smlquoteblockR p {
	font-size: 1em;
	line-height: 1.5em;
	color: #cc0045;
}

.sidequoteblock {
	font-size: 1em;
	line-height: 1.5em;
	color: #cc0045;
	margin-top: 218px;
}

p.legaltext {
	font-size: 0.6em;
	font-style: italic;
}

p.eventintrotop {
	font-size: 1em;
	padding-top: 10px;
}

p.eventintro {
	font-size: 1em;
}

.title {
	color: #775659;
}

.white {
	color: #fff;
}

/* @end */

/* @group links */

a:link {
	color: #cc0045;
	text-decoration: none;
}

a:visited {
	color: #cc0045;
	text-decoration: none;
	border: none; 
}

a.here {
	color: #775659;
	text-decoration: none;	
}

a:hover {
	color: #e1bbba;
	text-decoration: none;
	border-bottom: 1px solid #e1bbba;
}

a:active {
	color: #cc0045;
	text-decoration: none;
}

.external {
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}

#mainImage a:hover {
	border-bottom: none;	
}

h1 a:link {
	text-decoration: none;
}

h1 a:visited {
	text-decoration: none;
	border: none; 
}

h1 a:hover {
	text-decoration: none;
	border: none; 
}

h2 a:link {
	color: #ccd339;
	text-decoration: none;
}

h2 a:visited {
	color: #ccd339;
	text-decoration: none;
	border: none; 
}

h2 a:hover {
	color: #e1bbba;
	text-decoration: none;
	border-bottom: 1px solid #e1bbba;
}

h5 a:link, h5 a:visited {
	color: #719ca8;
	text-decoration: none;
	border: none; 
}

h5 a:hover {
	color: #e1bbba;
	text-decoration: none;
	border: none;
}


/* @end */

/* @group structure */

#mainWrapper {
	margin: 0 auto;
	clear: both;
	min-height: 100%;
	width: 1024px;	
}

#mainNav {
	margin: 0 auto;
	width: 960px;	
	height: 60px;	
	text-align: left;
}

#header {
	margin: 0 auto;
	width: 1024px;	
	height: 100px;	
	background: #3a2826 url(../images/header.jpg) no-repeat top center;	
}

#mainImage {
	margin: 0 auto;
	margin-top: 15px;
	padding-top: 3px;
	width: 960px;
	height: 338px;	
	text-align: center;
	background: url(../images/bg_mainImageTop.jpg) no-repeat center top;
}

#homeImage {
	margin: 0 auto;
	width: 1024px;
	height: 337px;	
	text-align: center;
}

#columnsWrapper {
	margin: 0 auto;
	width: 960px;	
	text-align: center;
	background: url(../images/bg_columnsWrapper.jpg) no-repeat center top;
	overflow: auto;
	padding-bottom: 100px;  /* must be same height as the footer */
}

#columnsWrapperEvent {
	margin: 0 auto;
	width: 960px;	
	text-align: center;
	overflow: auto;
	padding-bottom: 100px;  /* must be same height as the footer */
}

#introColumn {
	margin: 0 auto;
	width: 1024px;	
	text-align: left;
}

#introColumn p {
	padding: 20px 42px;
}

#wideColumn {
	margin: 0 auto;
	width: 940px;	
	text-align: left;
	padding: 0 10px 30px 10px;
}

#mainColumn {
	width: 650px;	
	float: left;
	text-align: left;
	padding: 20px 0 20px 10px;
}

#sideColumn {
	width: 250px;	
	float: right;
	text-align: left;
	padding-bottom: 30px;
}

#sub1Column {
	width: 280px;	
	float: left;
	text-align: left;
	margin-right: 20px;
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	background-color: #466068;
}

#sub2Column {
	width: 280px;	
	float: left;
	text-align: left;
	margin-right: 20px;
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	background-color: #466068;
}

#sub3Column {
	width: 280px;	
	float: left;
	text-align: left;
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	background-color: #466068;
}

#footerWrapper {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear: both;
	background: #122226 url(../images/bg_footerWrapper.jpg) repeat-x center top;
}

#footer {
	width: 960px;	
	margin: 0 auto;
	text-align: left;
}


/* @end */


/* @group Columns */

#introColumn p {
	font-size: 1em;
	line-height: 1.5em;
	color: #719ca8;
}

#wideColumn p {
	font-size: .85em;
	color: #719ca8;
}

/* @end */


/* @group mainColumn */

.eventlisting {
	padding: 20px 0 10px 0;
	border-top: 1px dotted #775659;
}

.eventlisting img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #775659;
}

/* @end */


/* @group sideColumn */

#sideColumn ul {
	font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 65px;
	margin-left: 0;
	list-style: none;
}	

#sideColumn ul li {
	letter-spacing: 2px;
	padding-top: 20px;
}

#sideColumn ul li.sub {
	padding-top: 3px;
	margin-left: 5px;
	letter-spacing: 0;
	font-weight: normal;
}

#sideColumn ul li.select {
	padding-top: 3px;
	letter-spacing: 2px;
	font-weight: bold;
}

#sideColumn img {
	margin: 13px 0;
}

#sideColumn img.top {
	margin: 100px 0 13px 0;
}


/* @end */

/* @group mainNav */

#mainNav ul {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 60px;	
	list-style: none;
}	

#mainNav ul li {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
	height: 60px;	
}

#mainNav a {
	text-indent: -9999px;
	height: 60px;	
}

#mainNav #one a { 
	width: 274px;
	height: 60px;	
	display: block;
	text-decoration: none;
	background: url(../images/nav_home.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNav #one a:hover, #mainNav #one a.here { 
	width: 274px;
	height: 60px;	
	display: block;
	text-decoration: none;
	background: url(../images/nav_home.jpg) top left no-repeat;
	background-position: 0 -60px;
	border-bottom: none;
}

#mainNav #two a { 
	width: 155px;
	height: 60px;	
	display: block;
	text-decoration: none;
	background: url(../images/nav_service.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNav #two a:hover, #mainNav #two a.here { 
	width: 155px;
	height: 60px;	
	display: block;
	text-decoration: none;
	background: url(../images/nav_service.jpg) top left no-repeat;
	background-position: 0 -60px;
	border-bottom: none;
}

#mainNav #three a { 
	width: 109px;
	height: 60px;	
	display: block;
	text-decoration: none;
	background: url(../images/nav_rsp.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNav #three a:hover, #mainNav #three a.here { 
	width: 109px;
	height: 60px;	
	display: block;
	text-decoration: none;
	background: url(../images/nav_rsp.jpg) top left no-repeat;
	background-position: 0 -60px;
	border-bottom: none;
}

#mainNav #four a { 
	width: 255px;
	height: 60px;	
	display: block;
	text-decoration: none;
	background: url(../images/nav_eventportfolio.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNav #four a:hover, #mainNav #four a.here { 
	width: 255px;
	height: 60px;	
	display: block;
	text-decoration: none;
	background: url(../images/nav_eventportfolio.jpg) top left no-repeat;
	background-position: 0 -60px;
	border-bottom: none;
}

#mainNav #five a { 
	width: 167px;
	height: 60px;	
	display: block;
	text-decoration: none;
	background: url(../images/nav_contact.jpg) top left no-repeat;
	background-position: 0 0;
}

#mainNav #five a:hover, #mainNav #five a.here { 
	width: 167px;
	height: 60px;	
	display: block;
	text-decoration: none;
	background: url(../images/nav_contact.jpg) top left no-repeat;
	background-position: 0 -60px;
	border-bottom: none;
}

/* @end */


/* @group footer */

#footer ul {
	font-size: 0.5em;
	line-height: 1.4em;
	font-weight: normal;
	color: #e1bbba;
	list-style: none;
	padding: 15px 10px 50px 10px;
}	

#footer ul li {
	float: left;
	margin-right: 10px;
}



/* @end */


/* @group images */

.fLeft {
	float: left;
	margin: 10px 25px 15px 0;
}

.fLeftinner {
	float: left;
	margin: 0 0 10px 0;
}

.fRight {
	float: right;
	margin: 10px 0 15px 25px;
	text-align: center;
}

.fLeft img, .fRight img {
	margin-bottom: 20px;
}

.fLeft p, .fRight p {
	font-size: 1em;
	line-height: 1.5em;
	color:  #8c8c8a;
}

.thumb {
	border: 1px solid #e2e3e2;
	margin: 7px 8px 0 0;
}

/* @end */


/* @group easy slider */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:960px;
	height:307px;
	overflow:hidden; 
	}	
	
ol#controls{
	margin: 0;
	padding:0;
	width: 960px;
	height:30px;
	background: url(../images/bg_slider.jpg) no-repeat center top;
	}
		
ol#controls li{
	padding:0;
	float:left;
	list-style:none;
	height:9px;
	height:17px;
	margin: 10px 0 0 10px; 
	}
	
ol#controls li a {
	float:left;
	width:9px;
	height:17px;
	padding:0;
	text-decoration:none;
	background-image: url(../images/nav_slider.gif);
	background-position: 0 0;
	text-indent: -9999px;
	}
	
ol#controls li a:hover{
	color:#555;
	background-image: url(../images/nav_slider.gif);
	background-position: 0 -17px;
	}

ol#controls li.current a{
	background-image: url(../images/nav_slider.gif);
	background-position: 0 -17px;
	text-indent: -9999px;
	}
	
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}


/* @end */	

/* @group services table */

table.services {
	width: 650px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #ea0089;
}

table.services tr td {
	padding: 10px 20px;
}


/* @end */	

/* @group forms */

fieldset { border: 1px solid transparent; }
form label { cursor: pointer; }
input, select, textarea { font-size: 100%; }

form {
	font-size: 1.1em;
	font-style: italic;
	color: #968E79;
	padding-bottom: 10px;
	padding-left: 6px;
	width: 100%;
}

form dl dd {
	padding-bottom: 1.5em;
	padding-left: 0px;
	margin: 0;
}

/* @end */

