/* CSS for ICON Website
   Written by Kirk Comrie, April 2007 */
   
body {
    text-align: center;
	background-color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	border-width: 0px;
}

div.container {
	width: 768px;
    margin: 0px auto;
	padding: 0px;
	border-width: 0px;
	background-image: url('../images/white_bkg.gif');
    background-repeat: repeat;
	background-color: #ffffff;
    text-align: left; 
}

img#clouds {
    position: relative;
    top: -18px;
    left: 118px;
    width: 388px;
    height: 64px;
}

img#headertext {
    position: relative;
    top: -10px;
    left: 223px;
    width: 545px;
    height: 26px;
}

div.spacerone {
	background-image: url('../images/dots_horiz_bkg_1.gif');
    background-repeat: repeat-x;
	background-color: #FFFFFF;
    width: 768px;
    height: 22px;
}

div.topvisualblock {
	background-image: url('../images/Ico2n_banner_about2.jpg');
        background-repeat: no-repeat;
	background-color: #427ED4;
	width: 768px;
	height: 174px;
}


div.topvisualblock2 {
	background-image: url('../images/Ico2n_banner_about.jpg');
        background-repeat: no-repeat;
	background-color: #427ED4;
	width: 768px;
	height: 174px;
}

div.topvisualblock3 {
	background-image: url('../images/Ico2n_banner_quick.jpg');
        background-repeat: no-repeat;
	background-color: #427ED4;
	width: 768px;
	height: 174px;
}

div.topvisualblock4 {
	background-image: url('../images/Ico2n_banner_participants.jpg');
        background-repeat: no-repeat;
	background-color: #427ED4;
	width: 768px;
	height: 174px;
}

div.topvisualblock5 {
	background-image: url('../images/Ico2n_banner_techpub.jpg');
        background-repeat: no-repeat;
	background-color: #427ED4;
	width: 768px;
	height: 174px;
}

div.topvisualblock6 {
	background-image: url('../images/Ico2n_banner_faqs.jpg');
        background-repeat: no-repeat;
	background-color: #427ED4;
	width: 768px;
	height: 174px;
}

div.topvisualblock7 {
	background-image: url('../images/Ico2n_banner_links.jpg');
        background-repeat: no-repeat;
	background-color: #427ED4;
	width: 768px;
	height: 174px;
}

div.topvisualblock8 {
	background-image: url('../images/Ico2n_banner_contact.jpg');
        background-repeat: no-repeat;
	background-color: #427ED4;
	width: 768px;
	height: 174px;
}
div.topvisualblock9 {
	background-image: url('../images/Ico2n_banner_media.jpg');
        background-repeat: no-repeat;
	background-color: #427ED4;
	width: 768px;
	height: 174px;
}

div.leftmenu {
	background-color: #FFFFFF;
    float: left;
    width: 155px;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

div.lowercontentblock {
	background-image: url('../images/dots_vert_bkg_1.gif');
    background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-left: 168px;
	width: 580px;
    padding-top: 12px;
    padding-bottom: 12px;
}

div.lowercontenttext {
	margin-left: 10px;
}

div.bottombar {
	background-image: url('../images/blue_bottom_bkg.jpg');
    background-repeat: no-repeat;
	background-color: #0B2DA1;
    height: 72px;
    clear: both;
}

#basebartext {
    padding-top: 20px;
    margin-left: 475px;
    color: #CCCCDD;
    font-size: 11px;
}

#bottomlogo {
    vertical-align: middle;
}

div.whatsnew {
    color: #53917B; 
    width: 200px;
    margin: 10px;
    padding: 10px;
	font-size: 11px;
    float: right;
    border-width: 2px;
    border-style: dotted;
    border-color: #6193C8;
}

.whatsnew a:link {
        color: #53917B;
        font-weight: bold;
	text-decoration: underline;
}

.whatsnew a:visited {
        color: #6193C8;
        font-weight: bold;
	text-decoration: underline;
}

.whatsnew a:hover {
        color: #6193C8;
        font-weight: bold;
        text-decoration: underline;
}

div.lowerzone1 {
	background-color: #FFFFFF;
    padding-right: 5px;
    float: left;
	width: 214px;
	height: 159px;
}

div.lowerzone2 {
	background-color: #FFFFFF;
}

div.lowerzone3 {
	background-color: #FFFFFF;
    float: right;
	width: 180px;
	height: 159px;
}

div.contact1 {
    width: 250px;
    float: left;
}




img {
	border-width: 0px;
}

.greentext {
	color: #53917B;
	font-size: 14px;
	line-height: 1.4em;
}

.smallgreentext {
	color: #53917B;
	font-size: 11px;
}

.smallgreencaps {
	color: #53917B;
	font-size: 11px;
	text-transform: uppercase;
}

.biggreentext {
	color: #53917B;
	font-size: 18px;
}

.bluetext {
	color: #6193C8;
	font-size: 14px;
	line-height: 1.4em;
}

.smallbluetext {
	color: #6193C8;
	font-size: 11px;
}

.bigbluetext {
	color: #6193C8;
	font-size: 18px;
}

.menuabout a:link {
	color: #53917B;
    font-weight: normal;
	text-decoration: none;
}

.menuabout a:visited {
	color: #6193C8;
    font-weight: normal;
	text-decoration: none;
}

.menuabout a:hover {
	color: #EB7C57;
    font-weight: normal;
    text-decoration: underline;
}

.menuabout {
	color: #EB7C57;    
	font-size: 12px;
    font-weight: normal;
	text-decoration: none;
}

a {
        color: #53917B;
        font-weight: bold;
	text-decoration: none;
}

a:hover {
        color: #6193C8;
        font-weight: bold;
        text-decoration: underline;
}

li {
  margin:0 0 0.3em 0; 
  padding: 0.2em;
  }


  
  
  /*



div.spacertwo {
	background-color: #FFFFFF;
        position: absolute;
        top: 302px;
        left: 0px;
        width: 768px;
        height: 29px;
}



div.menufaqs {
	position: absolute;
	left: 0px;
	top: 34px;
}

div.menutechnical {
	position: absolute;
	left: 0px;
	top: 66px;
}

div.menuparticipants {
	position: absolute;
	left: 0px;
	top: 117px;
}

div.menumedia {
	position: absolute;
	left: 0px;
	top: 167px;
}

div.menulinks {
	position: absolute;
	left: 0px;
	top: 200px;
}

div.menucontact {
	position: absolute;
	left: 0px;
	top: 230px;
}

div.menuquick {
	position: absolute;
	left: 0px;
	top: 260px;
}




div.lowercontenttitle {
	background-color: #FFFFFF;
	position: absolute;
	left: 10px;
	top: 1px;
	width: 545px;
	height: 30px;
}


div.lowervisiontext {
	position: absolute;
	left: 10px;
	top: 40px;
	width: 565px;
}


div.lowerzone3text {
	position: absolute;
	left: 10px;
	top: 35px;
	width: 166px;
	height: 110px;
}





div.bottombar2 {
	background-image: url('../images/blue_bottom_bkg.jpg');
        background-repeat: no-repeat;
	background-color: #0B2DA1;
	position: absolute;
	left: 0px;
	top: 311px;
	width: 768px;
	height: 72px;
}



/* Text colours and settings below */
/*



/* CSS unedited below here as yet */

/*
.contestfield {
                font-family: monospaced;
                font-size: 10px;
                color: #000000;
        }



.darklink {
        color: #000000;
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
}

.footerjoin {
        color: #000033;
        font-size: 12px;
        font-weight: bold;
}

.spaced {
	padding: 4px;
}

div.visionhead {
	position: absolute;
	left: 98px;
	top: 0px;
}








*/
