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

<style type="text/css">

/* Colors 
==================================


Blue - Link			#2851A2
Blue - Hover		#002878
Blue - Light		#ebf4fb
Blue - Navbar		#b7dcff	
Blue - Classifieds	#a2c5e5

Orange - Hover  	#ee8822
Red					#d2232a

Tease black			#272727
Grey - Dark			#666
Grey - Medium		#999
Grey - Light		#ededed
Grey - Extra Light	#efefef


*/


/* Basic Layout 
================================== */

body 		{ text-align: left; }

.fourteen	{ width: 959px; }
.thirteen	{ width: 889px; }
.twelve		{ width: 819px; }
.eleven		{ width: 749px; }
.ten		{ width: 679px; }
.nine		{ width: 609px; }
.eight		{ width: 539px; }
.seven		{ width: 469px; }
.six		{ width: 399px; }
.five		{ width: 329px; }
.four		{ width: 259px; }
.three		{ width: 189px; }
.twoHalf	{ width: 154px; }
.two		{ width: 119px; }
.one		{ width: 49px;	}

.left		{ float: left;	}
.right		{ float: right; }

.col		{ margin-right: 10px; }

.first		{ margin-left: 0;	}	
.last		{ margin-right: 0;	}
.outset		{ margin: 30px;}


/* New Project 
================================== */

#wwbscontainer {
	padding: 0px;	
	text-align: left;
	width: 620px;	
}
#top {
	padding: 0 10px 10px 0;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55px;
	font-weight: bold;
	color:#0e2651;
}

#description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
}

#bottom {
	border-top: 4px solid #c62127;
	background-image:url(http://cache.boston.com/_webdesignready/2011/wwbs/code/12-06-11/images/background_repeat.png);
	background-repeat:repeat-x;
	padding: 10px 10px;
	margin-right: 10px;
	height: 250px;
}

#imageLeft {
	float:left;
	padding: 0 15px 0 0;
}

#questioncontainer{
	min-height: 166px;
}
#question {
	border: 2px solid #ccc;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#464646;
	font-size: 17px;
	padding: 10px;
	height: 151px;
	overflow: auto;
}

button {
    background-color: #2851A2;
    background-image: none;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font: bold 11px Arial,Helvetica,sans-serif;
    height: 23px;
    padding: 2px 0 3px;
    width: 110px;
	margin-top: 10px;
	margin-right: 10px;
}

button:hover {
	background-color:#002878;
}

#questionOriginal, #phrase {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#464646;
	font-size: 17px;
	line-height: 21px;
	margin: 10px;
}

</style>