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

*{
	margin:0;
	padding:0}
	
	h3{
		font-size:1.6em;
		margin-bottom:0.5em;}
		
	
	
body{
	font-size:62.5%;
	background-image:url(images/graph_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	font-family: 'Ubuntu', sans-serif;
	margin-top:0;
}
	
#outercontainer{
	margin:0 auto;
	padding:0}
	
#container{
	width:980px;
	margin:0 auto
	}
	
#nav{
	background-image:url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position:bottom left;
	min-height:50px;
}

ul#navigation{
	margin:0 0 0 260px;
	padding:0;
	list-style:none;
	display:block}
	
ul#navigation li{
	display:inline;
	float:left;
	background-image:url(images/nav_separator.gif);
	background-position:top right;
	background-repeat:repeat-y;}
	
ul#navigation li a{
	font-size:1.2em;
	color:#ffffff;
	text-decoration:none;
	padding-top:18px;
	padding-bottom:16px;
	float:left;
	padding-right:15px;
	padding-left:15px;
	 	
}

ul#navigation li a:hover{
	background-image:url(images/nav_arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat}

ul#navigation li.last{
	background-image:none;}
	
ul#navigation li.last a:hover{
	text-decoration:underline;
	background-image:none}
	
ul#navigation li a.on{
	background-image:url(images/nav_arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat}

#header{
	position:relative;
	font-size:2em;
	line-height:1.5em;
}

h1.hidden{
	display:none;}

#logo
{
	position:absolute;
	top:-30px;
	left:15px;
	z-index:10;
}

p.introduction{
	padding-left:275px;
	padding-top:10px;}

#content.home{
	margin-top:4.15em;
	margin-left:20px;
	margin-right:20px;}
	
#content.content{
}

#col1.home, #col2.home{
	float:left;
	width:300px;
	margin-right:20px;
}
	
#col3.home{
	width:300px;
	float:left;}
	
.colpic{
	border:1px solid #BBBDBF;
	border-bottom-width:0;
	margin-left:15px;}
	
.colheader{
	background-image:url(images/column_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:26px;
	height:40px;
	padding-top:8px;}
	
.colheader h2{
	font-weight:normal;
	font-size:1.6em;}
	
.colheader h2 a{
	text-decoration:none;
	color:#000000;}
	
.colcontent{
	margin-left:15px;
	border:1px solid #BBBDBF;
	border-top-width:0;
	background-color:#ffffff;
	padding:0 10px 15px 10px;
	min-height:180px;}
	
.colcontent p{
	font-size:1.4em;
	line-height:1.5em;
	color:#404041;
	margin-bottom:1em}
	
a.arrowlink{
	padding:5px 20px 5px 5px;
	background-color:#630660;
	background-image:url(images/arrow_bg.png);
	background-position:right 50%;
	background-repeat:no-repeat;
	color:#ffffff;
	text-decoration:none}
	
a.arrowlink:hover{
	background-color:#D6DE23;
	color:#000000;}
	
#footer{
	margin-top:2em;
	background-image:url(images/footer_slice.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	padding:10px 45px;
	color:#ffffff;
	}
	
#footer.content{
	margin-top:0;}
	
#footer a{
	color:#ffffff;}
	
#footer p{
		font:1.2em;
		line-height:1.6em;
		margin-bottom:0.5em;
		margin-top:0.5em}
		
	p.copyright{
		font-size:0.9em;
		line-height:1.5em;}
	
#footerL{
	width:300px;
	float:left;}
	
	#footerR{
		width:550px;
		float:left;
		padding:0 20px;}
	
.clr{
	clear:both;}
	
.formField{
	width:130px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
	
.formField p, .formFieldWide p{
	margin-bottom:0.2em;
	margin-top:0;}
	
.formFieldWide{
	width:270px;
	float:left;}
	
.formLeft{
	width:280px;
	float:left}
	
input{
	width:125px;
	}
	
textarea{
	width:270px;
	margin-bottom:1em;}
	
#mainContent{
	position:relative;}
	
#mainContent h1{
	background-image:url(images/content_header_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:43px;
	padding-left:260px;
	font-weight:normal;
	padding-top:4px;
	position:absolute;
	z-index:10;
	width:720px;
	top:-15px;}
	
#leftColumn{
	width:218px;
	float:left;
	margin-top:32px;
	}
	
#rightColumn{
	width:700px;
	float:left;
	padding-left:42px;
	padding-right:20px;
	background-image:url(images/content_slice.png);
	background-position:top left;
	background-repeat:repeat-y;
	margin-top:32px;
	min-height:250px;}
	
#rightColumn p{
	margin-bottom:1em;
	color:#404041;
	font-size:1.3em;
	line-height:1.7em;}
	
#rightColumn ul{
	margin:1em 0;
	padding:0;
	list-style:none;}
	
#rightColumn ul li{
	font-size:1.3em;
	line-height:1.7em;
	background-image:url(images/bullet_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
		color:#404041;
}
	
#rightColumn ul li a{
	color:#630660;}
	
#rightColumn p a{
	color:#630660;}
	
#rightColumn ul li a:hover{
	text-decoration:none;}
	
.button{
	padding-left:12px;
	margin-bottom:2em;}
	