body{
	background-color:#e7e8df;
	margin:0px;
	padding:0px;

	/*height:auto*/
}

* {
	font-family:"Trebuchet MS", Verdana, "Century Gothic", "Arial Narrow", Arial, sans-serif;
	font-size:1em;
	margin:0px;
	padding:0px;

}

* p{
	font-size:0.8em;
	margin: 10px 20px;
}

img { 
	border: none;
	text-decoration:none;
} 


.nest{
	width:900px;
	height:auto;
	margin:0px auto;
	background-color:#fff;
	padding: 0px 10px 10px 10px;
}

/*********************************
Twitter box CSS
*********************************/

.twitterbox {
	float: left;
	position: relative;
	top: -95px;
	left: 630px;
	width: 267px;
	overflow: hidden;
	
	
}
/*.twittertitle  {
	text-decoration: none;
	font-size: 12px bold;
	font-weight:bolder;
	text-align: right;
	margin:  0px 20px 0px 10px;
	margin:  0px 10px 0px 0px;*/
}	
.twittertitle_error  {
	text-decoration: none;
	color:  #D3123F;
	font-size: 12px bolder;
	font-weight:bolder;
	text-align: center;
	margin:  30px 0px 0px 0px;
}
.twittertitle a {
	color: #D3123F;
}
.twittertitle a:hover {
	color:  #90E4F9;
	text-shadow: #FFFFFF;
}

.twitterbody{
	background-color:2c3d59;
	border: medium #44cfff dashed;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:0px;
	margin-left: 10px;
	width: 214px;
	font-size:  11.6px;
	color: white;
	font-size:8pt;
}

/*********************************
Agile Definition
*********************************/


/*********************************
Forms and data entry
*********************************/
	.itext {
		background-color:  #F9FFC7;
		color:  #D3123F;
		float: left;
		width:  355px;
		height: 18px;
		margin: 1px 1px 1px 1px;
	}
	textarea {
		color:  #D3123F;
		background-color:  #F9FFC7;
		width:  355px;
		margin: 1px 1px 1px 1px;
	}
	select {
		color:  #D3123F;
		font-weight: bold;
		background-color:  #F9FFC7;
		width:  359px;
		margin: 1px 1px 1px 1px;
		}
	.formleft {
		margin:  0px 0px 0px 20px;
		padding: 0px;
		/*margin-top: 7px;*/
		width:  300px;
		font-size: 12px;
		float: left;
	}
	.formright {
		padding: 3px;
		width: auto;
		font-size: 12px;
		
	}




/*********************************************************************************
drop down navigation css
*********************************************************************************/

.chromestyle{
	width: 900px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	/*border: 1px solid #BBB;*/
	width: 100%;
	background: url(../chrometheme/chromebgRB.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

/* STYLE FOR LEFT AND RIGHT SIDE ROUNDED CORNERS */

.chromestyle ul li leftMenu{
	min-width:450px;
}

.chromestyle ul li a{
	font-family:"Trebuchet MS", Verdana, "Century Gothic", "Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	font-size: 0.8em;
	font:bold;
	color:#FFFFFF;
	padding-right:4px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #000;
}

.chromestyle ul li a:hover{
	background: url(../chrometheme/chromebg-overRB.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	color: black;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv{
	font-family:"Trebuchet MS", Verdana, "Century Gothic", "Arial Narrow", Arial, sans-serif;
	font-size:0.8em;
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}

/**************************************************************************************
END OF DROP DOWN MENU
**************************************************************************************/

.header{
	height:112px;
}

.bodyHeader{
	width:910px;
	padding-bottom: 15px;
}

/*************************************************************************************
START HOMEPAGE CSS
*************************************************************************************/

.homeBodyContainer{
	clear:both;
	background: url(../graphics/homepage_body_middle.jpg) repeat-y;
	width:910px;
	/*height:auto;*/
}

.homeBodyTop{
	min-height:38px;
	width:910px;
	background:url(../graphics/homepage_body_top.jpg) no-repeat;
}

.homeBodyTop h2 {
	font-size:18px;
	text-align:left;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:15px;
	font-style:normal;
}

.homeBodyTop p {
	padding:0px;
}

.homeBodyContent{
	font-size:1em;
	width:890px;
	/*float:left;*/
	min-height:200px;
	display:block;
}

.homeBodyContent h3{
	padding-left:50px;
	font-size:0.9em;
	font-weight:bold;
}

.homeBodyContent img{
	margin:0px 12px 0px 0px;
}

.homeBodyContent blockquote{
	margin:30px;
	padding:20px;
	border:#e7e8df 5px dashed;
}

.homeBodyContent blockquote h2 {
	color:#CC0000;
}

.homeBodyContent ul {
	font-size:0.7em;
	padding-left:45px;
}

.homeBodyContent ul li {
	padding-bottom:10px;
}
.homeBodySidebar{
	width: 210px;
	float: right;
	height: 140px;
	margin-top:0px;
}

.homeBodySidebar img{
	padding:10px;
	vertical-align:top;
}

.homeFootSpot{
	width:910px;
	padding-top:15px;
	height: 219px;
}

.homeBodyFooter {
	background: url(../graphics/homepage_body_foot.jpg) no-repeat;
	height:12px;
	clear:both;
}

.definition{
	font-size:12pt;
	margin-left:20px;
	}
	
.definitionTitle{
	font-size:12pt;
	weight:bold;
	}
	

/********************************************************************************
END HOMEPAGE CSS
********************************************************************************/


/*************************************************************************************
START DEFAULT PAGE CSS
*************************************************************************************/

.contestBodyTop{
	min-height: 85px;
	width: 910px;
	background:url(../graphics/default_contest_header.jpg) no-repeat;
}


.defaultBodyContainer{
	clear:both;
	background: url(../graphics/default_body_main.jpg) repeat-y;
	width:910px;
	/*height:auto;*/
}

.defaultBodyTop{
	min-height:85px;
	width:910px;
	background:url(../graphics/default_body_header.jpg) no-repeat;
}



.defaultBodyTop h2 {
	font-size:18px;
	text-align:left;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:15px;
	font-style:normal;
}



.defaultBodyTop p {
	padding:0px;
}

.defaultBodyContent{
	font-size:1.2em;
	width:700px;
	float:left;
	min-height:200px;
}

.defaultBodyContent h3{
	padding-top:20px;
	padding-left:20px;
	font-size:0.9em;
	font-weight:bold;
}

.defaultBodyContent .note{
	font-size:0.8em;
	text-align:center;
}

.defaultBodyContent ol{
font-size:0.9em;
	margin:10px 40px;
}
.defaultBodyContent li{
	margin-left:15px;
	padding:10px;
}

.defaultBodyContent img{
	margin:0px 12px 0px 0px;
}

.defaultBodyContent blockquote{
	margin:30px;
	padding:20px;
	border:#e7e8df 5px dashed;
}

.defaultBodyContent blockquote h2 {
	color:#CC0000;
}

.defaultBodyContent ul {
	font-size:0.9em;
	padding-left:55px;
	padding-right:55px;
}

.defaultBodyContent ul li {
	padding-bottom:10px;
}
.defaultBodySidebar{
	width: 200px;
	float: left;
}

.defaultBodySidebar h2{
	padding:0px;
	margin: 15px 0px 40px 22px;
	color:white;
	font-weight:normal;
}

.defaultBodySidebar ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.defaultBodySidebar li{
	background:url(../graphics/plus_sign_grey_ground.jpg) no-repeat fixed top left;
	padding: 0px 20px 10px 30px;
	margin: 11px 0px 11px 20px;
}

.defaultBodySidebar a:link, a:visited, a:hover, a: active{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.defaultBodyFooter {
	background: url(../graphics/default_body_footer.jpg) no-repeat;
	height:12px;
	clear:both;
}



/*************************************************************************************
END DEFAULT PAGE CSS
*************************************************************************************/

/************************************************************************************
START ENORMOUSLY HAPPY CSS
*************************************************************************************/

.happyContainer {
	margin:20px;
	margin-bottom:40px;
	padding:20px;
	padding-left:auto;
	padding-right:auto;
	border:dashed 3px #CCCCCC;
	width:810px;
	height:auto;
	}
	
.happyLogo{
	margin:10px;
	margin-left:125px;
	float:left;
	width:260px;
	text-align:right;
}

.happyLogo p{
	text-align:right;
}

.happyBlurb{
	margin:10px;
	float:left;
	font-size:14px;
	width:250px;
}

.happyVideo{
	margin:10px;
	float:left;
	width:250px;
}
/************************************************************************************
END ENORMOUSLY HAPPY CSS
*************************************************************************************/

/************************************************************************************
START NEWS CSS
*************************************************************************************/

.newsContainer {
	margin:20px;
	margin-bottom:40px;
	padding:20px;
	border:dashed 3px #CCCCCC;
	width:600px;
	min-height:75px;
	font-size:0.8em;
	}
	
.newsDate{
	font-weight:bold;
	color:#CC0000;
}

.newsCategory{
	font-size:0.75em;
}

.newsHeadline{
	margin-top:20px;
	font-size:1.2em;
}
/************************************************************************************
END NEWS CSS
*************************************************************************************/


/************************************************************************************
START TEAMPHOTO CSS
*************************************************************************************/
.teamContainer{
	width:690px;
	min-height:150px;
	padding-left:12px;
	display:table;
}

.teamMemberLeft{
	font-size:12px;
	text-align:center;
	width:165px;
	height:250px;
	float:left;
	position:relative;
	padding:20px 20px;
	margin-left:20px;
}

.teamMemberRight{
	font-size:12px;
	text-align:center;
	width:165px;
	height:250px;
	float:right;
	position:relative;
	padding:20px 20px;
	margin-right:20px			
}


/************************************************************************************
END TEAMPHOTO CSS
*************************************************************************************/

/************************************************************************************
START PRODUCT PHOTO CSS
*************************************************************************************/
.prodContainer{
	width:690px;
	min-height:150px;
	padding-left:12px;
	display:table;
}

.prodMember{
	font-size:12px;
	text-align:center;
	width:190px;
	height:250px;
	float:left;
	padding:8px 8px;
}

/************************************************************************************
END PRODUCT PHOTO CSS
*************************************************************************************/

/************************************************************************************
START CAPTION IMAGE CSS
*************************************************************************************/


.imageCaptionContainer{
	height:150px;
	margin-left:66px;
}

.imageCaption {
	text-align:left;
	width:170px;
	float:left;
	font-size: 0.6em;
	padding-left:20px;
	margin-right:auto;
	margin-left:auto;
}

.imageCentre{
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

.imageCentre p{
	text-align:center;
}

.imageCentre img {
	border:none;
}
/************************************************************************************
START CAPTION CSS
*************************************************************************************/
.footer {
	text-align:center;
	color:#999999;
	font-size:0.7em;
	padding-top:15px;
	clear:both;
}
a.white:link{color:white;text-decoration:none;}
a.white:visited{color:white;text-decoration:none;}
a.white:hover{color:white;text-decoration:none; }
a.white:active{color:white;text-decoration:none;}
