body {
background: transparent url("../images/topgradient.jpg") repeat-x;
background-color: #333;
margin: 0 auto;
color: #999;
font-family: arial;
font-size: 12px;
text-align: center;
}

#siteframe {
width: 996px;
margin: 0 auto;
}

#header {
height: 88px;
text-align: center;
margin: 0 auto;
}

#whitebox {
background: transparent url("../images/whitebox-background.gif") repeat-y;
margin: 0 auto;
}

#whitebox-top {
background: transparent url("../images/whitebox-top.gif") no-repeat;
height: 12px;
margin: 0 auto;
}

#whitebox-bottom {
background: transparent url("../images/whitebox-bottom.gif") no-repeat;
height: 12px;
margin: 0 auto;
}

#content {
text-align: center;
margin: 0 auto;
padding: 18px 30px 18px 30px;
}

#column-left {
text-align: left;
width: 740px;
}

#column-right {
text-align: left;
float: right;
width: 180px;
}

h1 {
font-size: 2.4em;
color: #333;
font-weight: normal;
margin: 0 auto;
}

h2 {
font-size: 1.3em;
color: #666;
font-weight: normal;
margin: 0 auto;
}

p {
font-family: arial;
font-size: 1.1em;
margin: 0 0 10px 0;
}

.required {
color: #CC6600;
}

.small {
font-size: .9em;
}

.line {
border-bottom: thin;
border-bottom-color: #666;
border-bottom-style: dashed;
margin: 15px 0 15px 0;
}

img.link {
margin: 0 6px 0 0;
border: solid;
border-color: #222;
border-width: 6px;
}

img.right {
float: right;
padding: 0 0 20px 20px;
border: 0;
}

img.left {
margin: 0;
float: left;
border: 0;
}

img.logo {
padding: 0 0 0 20px;
border: 0;
text-align: center;
}

#footer {
text-align: center;
margin: 0 auto;
padding: 10px;
font-size: .8em;
color: #666;
}

#footer a:link, #footer a:visited {color: #666; font-weight: bold;}
#footer a:hover {color: #333; font-weight: bold; background-color: #F2F2F2;}

a:link, a:visited {color: #666; text-decoration: none; font-weight: bold;}
a:hover {color: #333; text-decoration: none; font-weight: bold;}

.projectbox {
text-align: left;
width: 220px;
padding: 20px 20px 0 0;
}

/* ---------------------------------------
	Main Navigation
--------------------------------------- */


#navigation {
margin: 0 auto;
}

ul.nav, ul.nav li {
font-size: 1em;
float: right;
list-style: none;
margin: 0 auto;
padding: 30px 10px 0 0;
}

ul.nav a, ul.nav a:visited {
color: #666;
text-decoration: none;
display: block;
margin: 0 auto;
padding: 5px 10px 5px 10px;
}

ul.nav a:hover {
color: #FF3300;
text-decoration: none;
display: block;
}

#home #nav-home a,
#branding #nav-branding a,
#websites #nav-websites a,
#logos #nav-logos a,
#contact #nav-contact a {color: #FF3300;}

/* ---------------------------------------
	Sub Navigation
--------------------------------------- */

#subnavigation {
margin: 0 auto;
width: 200px;
text-align: left;
}

ul#subnav, ul#subnav li {
list-style: none;
margin: 0 auto;
padding: 0 0 1px 0;
}

ul#subnav {
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666;
}

ul#subnav a, ul#subnav a:visited {
color: #CCC;
text-decoration: none;
display: block;
margin: 0;
padding: 6px;
background-color: #464646;
}

ul#subnav a:hover {
color: #FFF;
text-decoration: none;
display: block;
background-color: #3D3D3D;
}

#about #subnav-about a,
#team #subnav-team a {color: #CCC; background-color: #3D3D3D;}

/** Accordion Stuff **/

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}
