/*  CSS for EFT Extravaganza 2009  */


/* GLOBAL RESET */
* {
	margin: 0;
	padding: 0;
}

html {
font-size: 1em;
}

body {
    background: #000465;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 0.9em;
    text-align: left;
    margin-left: 4em;
    line-height: 1.4em;
    height: 1%;
}


/* Colour chart 
body background #000565 navy
menu background - #cce6e9 turquoise and text #000 navy - to match banner colours
nav a:hover background white #fff - text remains navy #000565
nav hover and active background headings, borders and blockquote border #a39a7af turquoise 
wrapouter - base colour #fff white, borders #38AEAB

content background #fcfeff blueish-white
footer text #000565 navy

a:link #009294 turquoise bold & underline
v:link #009294 turquoise normal
*/


/*  =====  headings & content styling  =====  */
h1, h2, h3, h4, h5, h6 {
    color: #000581;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    margin-bottom: 1em;
}

h2 {
    color: #000581;
    text-align: left;
    margin-top: 1.8em;
    margin-left: 4em;
    text-transform: uppercase;
    font-size: 1em;
    display: block;
}

.first-h2 {
    text-align: center;
}

h3 {
    color: #000581;
    text-align: left;
    margin: 1em 4em;
    text-transform: none;
    font-size: 1em;
}

h4 {
    color: #000581;
    margin: 1em 0 0 5em;
    font-weight: bold;
}


h5 {
    color: #000581;
    text-align: center;
    font-size: 1.2em;
    display: block;
}

h6 {
    color: #009e94;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin: 1.5em auto 1em;
    display: block;
}

#content p {
   text-transform: none;
    font-weight: normal;
    margin: 0 4em;
}

p.paranotop {
    font-weight: normal;
    margin-top: 0;
}

p.paranobot {
    margin-bottom: 0;
}

p.aqua {
    color: #009e94;
    font-weight: bold;
}

.aquaheading {
    color: #009e94;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    margin: 2em auto;
    display: block;
}



.navytext {
    color: #000581;
    font-weight: bold;
}

.options {
    color: #000581;
    font-weight: bold;
    padding-left: 2em;
}

p.middletext {
    text-align: center;
    font-weight: bold;
    color: #000581;
}


.dotlist {
  font-size: 0.9em;
  margin-left: 10em;
  margin-bottom: 1em;
  display: inline-block;
}

.dotlist ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

.nodot {
  list-style: none;
  font-size: 0.9em;
  margin-left: 6em;
  margin-bottom: 1em;
  display: inline-block;
}

.nodot ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

.arrlist {
    list-style: none;
    font-size: 0.9em;
    margin-left: 8em;
    margin-right: 4em;
    margin-bottom: 1em;
    display: inline-block;
}


.arrlist ul {
  padding-left: 1em;
  margin-bottom: 1em;
}


.arrlist li {
	color: #000;
	background: url("extrav09-images/aqua-rarrow-01.gif") no-repeat 0 0.3em;
	padding-left: 1.5em;
}


p.paralast {
    margin-bottom: 3em;
}

blockquote {
    font-style: italic;
    font-size: 0.9em;
    color: #000686;
    margin: 0 0 1.5em;
}

/*blockquote p {
    font-size: 0.9em;
    color: #000686;
}
*/

hr {
    color: #009e94;
    text-align: center;
    width: 85%;
    margin: 1.5em auto;
}

hr.picline {
    width: 54%;
    margin-left: 4em;
}

hr.underline {
    margin-top: 0;
}

#textbox {
	background-color: #cce6e9;
	border: solid 1px #0a6ba9;
	text-align: center;
	width: 600px;
	padding: 5px;
	margin: 1.5em auto;
    display: block;
	overflow: hidden;
}

#textbox2 {
   	background-color: #3BFEC0;
	border: solid 1px #22926E;
	text-align: center;
	width: 600px;
	padding: 5px;
	margin: 1.5em auto;
    display: block;
	overflow: hidden; 
}


p.signup a {
    text-decoration: none;
    background: blue;
    color: white; padding: 4px;}

p.signup a:hover {color: #a6fafd;}
p.signup a:visited {color: white;}


/*========== link styling ==========*/
a:link { color:#009e94; font-weight: bold; text-decoration:underline; }
a:visited { color:#009e94; font-weight: normal; text-decoration:none; }
a:hover, a:focus { color:#009e94; font-weight: bold; text-decoration:underline; }
a:active { color:#9249AA; font-weight:bold; text-decoration:underline; }


/*=========  images  =============*/
img {
    margin: 1em auto;
    border: #000686 solid 1px;
    display: block;
}

.image-left {
    float: left;
    margin: 0 1em 1em 1em;
    display: block;
}

.image-right {
    float: right;
    margin: 0 0 1em 4em;
    display: inline;
}

.tick {
    float: left;
    border: none;
    margin: 0 1em 0 0;
    display: inline;
}


.picmiddle {
        margin: 1em auto;
	display: inline-block;
}


/* =====  Extrav wrapouter  =====  */
#wrapouter {
    font-size: 0.9em;
    background: #ffffff;
    width: 800px;
    border-left: #38AEAB solid 4px;
    border-right: #38AEAB solid 4px;
    border-bottom: #38AEAB solid 4px;
    margin: 0 auto;
    overflow: hidden;
}
    
#banner {
	height: 150px;
	margin: 0 auto;
	background: url(extrav09-images/ex09-aquaworld-banner01.jpeg) no-repeat;
	display: block;
}



/*  ===== nav bar  =====  */

#navholder
{
    text-align: center;
    width: 800px;
    margin: 0 auto;
    border: #3FC1BD solid 1px;
}


#nav, #nav ul {list-style:none;}/***added****/

		
#nav { 
	float: left;
	width: 800px;
	text-align: center; 
	text-transform: none;
	font-size: 0.9em;
	font-weight: normal;
	list-style: none;
        margin: 0 auto;
	background: #cce6e9;
}

#nav li { 
	float: left;
	position: relative;
/*        border-bottom: #3fc1bd solid 1px; */
}


#nav a { 
	display: block;
	color: #000686;
	background-color: #cce6e9;
	text-decoration: none;
	text-transform: none;
	padding: 5px 0;
	height: 100%;
        margin: 0 auto;
}

.nav-item1 {
	width: 70px;
}

.nav-item2 {
	width: 130px;
}


.nav-item3 {
	width: 160px;
}

.nav-item4 {
	width: 130px;
}

.nav-item5 {
	width: 190px;
}

.nav-item6 {
	width: 100px;
}


/* Level-1 dropdowns */

#nav li ul { 
	display: block;
	position: absolute;
        text-align: left;
        background-color: #cce6e9;
        border-right: #000686 solid 1px;
        border-bottom: #000686 solid 1px;
        border-left: #000686 solid 1px;
        left: -999em; 
}
   
#nav ul a {
  font-size: 0.9em;
  background: #cce6e9;
  color: #000686;
  text-transform: none;
  text-decoration: none;
  padding: 5px 5px;
}

ul ul a {
  border-bottom: #3fc1bd solid 1px;
}
	
#nav a:hover { background-color: #ffffff; }

#nav li ul.nav-item1 { 
	width: 70px; 
}
	
#nav li ul.nav-item2 { 
	width: 130px;
}

#nav li ul.nav-item3 { 
	width: 160px; 
}

#nav li ul.nav-item4 { 
	width: 130px; 
}	

#nav li ul.nav-item5 { 
	width: 190px; 
}	

#nav li ul.nav-item6 { 
	width: 100px; 
}

#nav li:hover ul,  #nav li.sfhover ul{  
	left: 0;
}


/* ends Level-1 dropdowns */
 

.clearfix:after {
  content: "."; 
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-block;} 
.clearfix {display: block;}

/*  ===== ends 2-level menu =====  */


/*  =====  wrapinner & main content  =====  */

#wrapinner {
        clear: both;
        background: #ffffff;
	margin: 0 auto;
        width: 800px;
	overflow: hidden;
}


#content {
     width: 99%;
    overflow: hidden;
    
}

#content p {
        margin: 0 5em 1em;
}



.to-top {
	position: absolute;
	float: right;
	top: -35px;
	right: 30px;
	width: 64px;
	height: 14px;
	display: block;
}


/*  =====  footer  =====  */
#footer {
    clear:both;
    text-align: center;
    margin: 0 auto;
    padding: 1em 0;
    border-top: #3FC1BD solid 2px;
    background: #BFDAE2;
    color:  #000565;
    font-size: 0.9em;
}

.counter {
    text-align: center;
    color: #000;
    font-size: 0.8em;
}






