@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
/*	background-image: url(../images/tile.jpg);*/
}
.viewbeyond #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(../Images/mainback.jpg);
} 
.viewbeyond #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../Images/horizon.jpg);
	height: 200px;
} 
.viewbeyond #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
.viewbeyond #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 25px;
	font-size: 75%;
}
.viewbeyond #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	border-left: 1px #CCCCCC solid;
	color: #333333;
} 
.viewbeyond #footer {
	padding: 30px 10px 0 20px;
	background-image: url(../Images/footer.jpg);
	height: 40px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 50%;
} 
.viewbeyond #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 0.6;
	vertical-align: bottom;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.viewbeyond #container #mainContent h1 {
	font-size: 120%;
	color: #FF9900;
}
.viewbeyond #container #mainContent p {
	font-size: 80%;
	line-height: 1.25;
}
.viewbeyond #container #mainContent h2 {
	font-size: 100%;
	color: #0099CC;
}
.viewbeyond #container #sidebar1 h3 {
	color: #003366;
}
.viewbeyond #container #sidebar1 li {
	font-size: 90%;
	color: #003366;
}
.questiontext {
	font-size: 80%;
	font-weight: bold;
	color: #003366;
}
.warning {
	font-size: 80%;
	color: #990000;
	font-style: italic;
}
.toobusychoices {
	font-size: 75%;
	font-style: italic;
}
.viewbeyond #container #mainContent #floatbox {
	display: block;
	padding: 10px;
	float: right;
	width: 150px;
	background-color: #D2E0FF;
	font-size: 80%;
	margin: 0 0 10px 15px;
}
.highresult {
	color: #009933;
}
.midresult {
	color: #003366;
}
.lowresult {
	color: #990000;
}
.VBtitle {
	color: #0099FF;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
.viewbeyond #container #mainContent #callout {
	background-color: #99CCFF;
	margin: 30px 15px 15px 15px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
.label {
	color: #003366;
	font-weight: bold;
	font-size: 80%;
}.viewbeyond #container #mainContent li {
	font-size: 80%;
}
.quotetext {
	font-style: italic;
	color: #003366;
	text-align: right;
}




/* Below here is the style sheet for didwe.net*/


.didwe #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	/*background-image: url(../Images/mainback.jpg);*/
} 
.didwe #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../Images/DidWeHeader.jpg);
	height: 120px;
} 
.didwe #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
.didwe #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 25px;
	font-size: 75%;
}
.didwe #mainContent {
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	border-left: 1px #CCCCCC solid;
	color: #333333;
} 
.didwe #footer {
	padding: 30px 10px 0 20px;
	/*background-image: url(../images/footer.jpg);*/
	height: 40px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 50%;
} 
.didwe #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 0.6;
	vertical-align: bottom;
}
.didwe #container #mainContent h1 {
	font-size: 120%;
	color: #FF9900;
}
.didwe #container #mainContent p {
	font-size: 90%;
	line-height: 1.25;
}
.didwe #container #mainContent h2 {
	font-size: 100%;
	color: #0099CC;
}
.didwe #container #sidebar1 h3 {
	color: #0099CC;
	font-size: 90%;
}
.didwe #container #sidebar1 li {
	font-size: 90%;
	color: #003366;
}
.didwe #container #mainContent #floatbox {
	display: block;
	padding: 10px;
	float: right;
	width: 150px;
	background-color: #D2E0FF;
	font-size: 80%;
	margin: 0 0 5px 10px;
}
.didwe #container #mainContent #callout {
	background-color: #99CCFF;
	margin: 30px 15px 15px 15px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
.didwe #container #mainContent li {
	font-size: 80%;
}
.didwe #container #footer q {
	font-family: "Times New Roman", Times, serif;
	font-size: 300%;
	font-style: italic;
	color: #0099CC;
	text-align: center;
}
.didwechoices {
	font-size: 75%;
	font-style: italic;
}
