/* for the Flash/pages that should be in Flash part of the site */

body {
margin:0;
padding:0;
background-color: #D0DED1;
text-align:center;
font:0.9em/1.6em arial, helvetica, sans-serif;
}

#flashcontent {
width:700px;
overflow:auto;
margin:auto;
text-align:left;
background:#fff url('../images/bg-circle-top.png') no-repeat;
margin-top:25px;
}

h1 {font-size:1.1em;}
h2 {font-size:1.5em;}
#content h3 {font-size:1.8em; line-height:1.3}
hr { border-width:3px 0 0 0; border-color:#d0ded1; border-style:solid}
a {color:#888888;}
a img {border-width:0;}

#content {
width:450px;
margin:0 0px 25px 200px;
padding:15px;
}

/* NAV STUFF */
#primarynav, #secondarynav {
float:left;
clear:left;
width:150px;
margin:25px 0 25px 25px;
}

#primarynav a, #secondarynav a {
display:block;
text-decoration:none;
font-weight:bold;
}

#primarynav a:hover {
text-decoration:underline;
}

#primarynav .expertise  {
color:#9b702c;
}

#primarynav .work  {
color:#50c8e8;
}

#primarynav .community  {
color:#5c5b5c;
}

#primarynav .contact  {
color:#d12a27;
}

#primarynav .home  {
color:#c3c2c2;
}

#primarynav .bedirect {
color:#93c4d2;
}

#secondarynav a {
display:block
}

/*CASE STUDY POPUP*/
#casestudy {
width:500px;
background-color:#fff;
text-align:left;
padding:15px;
}

#casestudy h1 {
font-size:1em;
}

#casestudy h2, #casestudy h3 {
font-size:0.9em;
}

/* FOOTER */
#bottomCorners {
background:#fff url('../images/bg-circle-bottom.png') no-repeat;
height:51px;
width:700px;
margin:0 auto 0 auto;
}

#footer {
margin-top:5px;
margin-right:20px;
font-size:80%;
}

#footer a {
margin:0px 8px;
}

#footer img {
margin-bottom:-10px;
border-width:0;
}


#icons {
margin:20px 0px 18px 0px;
}

#icons a {
margin:0px 10px 0px 0px;
}

/* CIRCLES */
#cTopLeft {
position:absolute;
top:0;
left:0;
z-index:-100;
}

#cBottomRight {
position:absolute;
bottom:0;
right:0;
z-index:-200;
}

/* FUN BUTTONS */
.funbutton {
color:#fff;
padding:25px;
margin:10px 0;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}

.funbutton a {
color:#fff;
}


/* title and link colouring affected by javascript */
.funbutton h2 {
font-size:1.1em;
}

.funbutton h3 {
font-size:1.5em;
}

.expertise a, .expertise {
color:#9b702c;
}

.community a, .community {
color:#5c5b5c;
}

.work a, .work {
color:#50c8e8;
}

.contact a {
color:#d12a27;
}


/* TEST */
/*
#newContent h1 { font-size:14pt; leading: 1pt; font-weight:bold;}
#newContent h2	{ font-size:22pt; leading:-2pt; font-weight:bold;}
#newContent h3	{ font-size:24pt; leading:-3pt; font-weight:bold;}
#newContent p 	{color:#717276; text-align:left; font-size:12pt; leading:1pt; }
#newContent img	{color:#717276; display:block; text-align:left; margin-left:25px;}
#newContent a	{color:'+ h1Color +'; text-decoration:underline; }

#newContent {
position:absolute;
width:250px;
height:300px;
top:0;
left:0;
}
*/



