
/* CSS Document */

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	background: #CCCCCC;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 25px 0;
}

img, a:link img, a:visited img {
	border:0
	}
	
/* Structure */

#page {
	width: 900px;
	overflow: auto;
	margin: auto auto;
	background: #ffffff;
	float:centre;
	}	

#brandingbox {
	width: 100%;
	height: 160px;
	background: #FFFFFF url(top.gif) top left no-repeat;
	overflow: hidden;
	clear: right;
}

#brandingbox .mid {
    float: left;
	padding: 22px 7px 0px 460px;
}

#brandingbox .right {
    float: left;
	padding: 22px 0px 0px 0px;
	clear:right;
	overflow:hidden;
}


#midsection {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	overflow: hidden;
	clear: right;
}

#onecol {
	width:860px;
	background-color:#FFFFFF;
	float:left;
	padding: 20px 20px 20px 20px;
	}

#leftcol {
	width:260px;
	background-color:#FFFFFF;
	float:left;
	padding: 30px 20px 0px 20px;
	}
	
#midcol {
	width:260px;
	float:left;
	padding: 30px 20px 0px 20px;
	}

#bigright {
	width: 580px;
	float: right;
	padding: 30px 20px 20px 0px;
	}

#bigrightbot {
	width: 580px;
	float: right;
	padding: 10px 20px 20px 0px;
	}

#bigbot {
	width: 580px;
	float: right;
	padding: 0px 20px 20px 0px;
	}

#bigbig {
	width: 580px;
	float: right;
	padding: 20px 20px 20px 0px;
	}


#topcol {
	width:260px;
	padding: 0px 0px 20px 0px;
	}
	
#topcolimbot {
	width:260px;
	padding: 0px 0px 0px 0px;
	}	

#botcol {
	width:260px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#minibreak {
	width: 260px;
	height: 28px;
	background: #FFFFFF url(images/mini-break.gif) top left no-repeat;
	overflow: hidden;
	clear: right;
}
	
	
#botcolmenu {
	width:95px;
	padding: 10px 0px 0px 165px;
	overflow: hidden;
	}
		
#rightcol {
	width:260px;
	margin-top: 0px;
	overflow: hidden;
	float:left;
	padding: 30px 20px 0px 20px;
	}
	
#imgholderleft {
	width:280;
	overflow:hidden;
	clear:left;
	float:left;
	padding: 20px 20px 0px 0px;
	}
	
#imgholderright {
	width:280;
	overflow:hidden;
	clear:right;
	float:right;
	padding: 20px 0px 0px 0px;
	}
	
#imgholderdouble {
	width:580;
	overflow:hidden;
	clear:right;
	float:right;
	padding: 20px 0px 0px 0px;
	}
	
#imgbotspace {
	width:260px;
	padding: 0px 0px 20px 0px;
	}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 0.5em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 0.5em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Fonts */
	.husk {
	font: 1.1em Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	text-transform:none;
	}
	
	.husky {
	font: 0.85em Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	text-transform:none;
	}
	
	.projtitle {
	font: 1.5em Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	text-transform:none;
	}
	
	.underdog {
	font: 0.8em Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:130%;
	text-align:left;
	color:#000000;
	text-transform:none;
	}
	
	.copy {
	font: 0.75em Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	line-height:130%;
	text-align:centre;
	color:#000000;
	text-transform:none;
	padding-top:5px;
	padding-bottom:5px;
	}
	
/* Content */
#header {
	clear: both;
	overflow: hidden;
	width: 100%;
	background: #0b1920;
	height: 210px;
	
}
#header .left {
	width: 690px;
}
#header img.slogan {
	margin-left: 10px;
}

#header .right {
}

/*flash*/
/* hide from ie on mac \*/
	
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.8em;
	line-height:150%;
	margin-top:0px;
	color:#000000;
	text-align: center;
	
}