@charset "UTF-8";
/* CSS Document */


body{
margin: 0px;
padding: 0px;
font-family:Verdana, Geneva, sans-serif;
font-size: 11px;
color: #666666;
line-height: 1.5em;
}

.float-R{
float:right;
}

clear{
clear: both;
}

/* links ////////////////////////////////*/

a img{
border: 0;
}

a:link, a:visited,  a:active{
color: #cc0066;
text-decoration: none;
}

a:hover{
/* text-decoration:underline; */
color:#b2cf3c;
}

/* link colored links active states */
.lime-link:link, .lime-link:visited,  .lime-link:active{
color: #b2cf3c;
text-decoration: none;
}

/* link colored links hoover states */
.lime-link:hover{
/* text-decoration:underline; */
color:#cc0066;
}

.sideBar a:link, .sideBar a:visited, .sideBar a:active{
color: #666666;
text-decoration: none;
}

.sideBar a:hover{
/* text-decoration:underline; */
color: #cc0066;
}

.who .mm-link:link, .who .mm-link:visited, .who .mm-link:active{
color:#b2cf3c;
text-decoration: none;
}



.who-milo .milo-link:link, .who-milo .milo-link:visited, .who-milo .milo-link:active{
color:#b2cf3c;
text-decoration: none;
}

.who-mclean .mclean-link:link, .who-mclean .mclean-link:visited, .who-mclean .mclean-link:active{
color:#b2cf3c;
text-decoration: none;
}




.thingsSaid .thingsSaid-link:link, .thingsSaid .thingsSaid-link:visited, .thingsSaid .thingsSaid-link:active{
color:#b2cf3c;
text-decoration: none;
}

.newsPress .newsPress-link:link, .newsPress .newsPress-link:visited, .newsPress newsPress-link:active{
color:#b2cf3c;
text-decoration: none;
}


.turnOns-archive .turnOns-link:link,  .turnOns-archive .turnOns-link:visited, .turnOns-archive .turnOns-link:active{
color:#b2cf3c;
text-decoration: none;
}



.footer a:link, .footer a:visited, .footer a:active{
color: #ccc;
text-decoration: none;
}

.footer a:hover{
text-decoration:underline;
}

/* headings ////////////////////////////////*/

h1{
font-size: 21px;
font-weight:normal;
margin: 0px 0px 20px 0px;
}

h2{
font-size: 18px;
font-weight:normal;
margin: 0px 0px 20px 0px;
}

h3{
font-size: 15px;
font-weight:normal;
margin: 0px 0px 20px 0px;
}

p{
margin: 0px 0px 10px 0px;

}



/* highlights////////////////////////////// */

.pink{color:#cc0066;}

.lime{ color:#b2cf3c;}


/* structures//////////////////////////////// */

.mainContainer{
margin: 50px 0px 0px 0px;
padding: 0px;
}

.subContainer{
/* background: #ccc; */
width:893px;
max-height: auto;
/* min-height: 800px; */
margin: 0px auto 0px auto;
padding: 0px 0px 0px 33px;
}

.header{
height: 55px;
margin: 0px 0px 50px 0px;
}

.header ul{
margin: 0px;
padding:0px;
}

.header ul li{
float:left;
list-style: none;
}

#logo{
margin-right: 96px;
}

.navi{
margin-right: 30px;
}

.sideBar{
/* background: blue; */
width: 142px;
max-height: auto;
/* min-height: 800px; */
margin: 0px 45px 25px 0px;
padding: 0px 0px 0px 0px;
float:left;
font-size: 12px;
font-weight: bold;
}

.homeShow{
width:860px;
height:650px;
/* background: #ccc; */
margin: 0px 0px 25px 0px;
}

.content{
/* background: red; */
width: 600px;
max-height: auto;
/* min-height: 800px; */
margin: 0px 0px 25px 0px;
float:left;
}

.clear{
clear: both;

}

.footer{
/* background: red; */
text-align: center;
margin: 25px 0px 0px 0px;
clear: both;
color: #ccc;
}

/* //////////////////////////////////// */

#things-said-about-us ul{
padding: 0px 0px 0px 15px;

}


#things-said-about-us ul li{
list-style: circle url(../layout_images/bullet-pink.png) ;
padding: 0px 0px 0px 20px;
margin: 0px 0px 20px 0px;
}


.limeDot{
display: block;
background: url(../layout_images/dot-green.gif) 0px 3px no-repeat;
padding: 0px 0px 0px 20px;
margin: 3px 0px 0px 0px;
}



.pinkSquare{
display: block;
background: url(../layout_images/square-pink.gif) 0px 3px no-repeat;
padding: 0px 0px 0px 20px;
margin: 3px 0px 0px 0px;
}
