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

.topbox {
	border: solid 4px #0673BA;
	background-color:#FFF;
	padding: 10px;
	color: #000;
	height: 215px;
	width: 560px
}
/*Box Headers* - Choose Colors */
.boxheader {
	color: #0673BA;/*Blue*/
	margin-bottom: 5px;
	font-size:18px;
	font-weight:bold;
	line-height: 18px;
	font-style:normal
	}
.boxheader2 {
	color: #f05323;/*Orange*/
	margin-bottom: 5px;
	font-size:18px;
		font-weight:bold;
	line-height: 18px
}


.boxheader3 {
	color: #53429a;/*Purple*/
	margin-bottom: 5px;
	font-size:18px;
		font-weight:bold;
	line-height: 20px
}
.boxheader4 {
	color: #3BB54A;/*Green*/
	margin-bottom: 5px;
	font-size:18px;
	font-weight:bold;
	line-height: 20px
}

.boxheader5 {
	color: #ED1C24;/*red*/
	margin-bottom: 5px;
	font-size:18px;
		font-weight:bold;
	line-height: 20px
}

.boxheader6 {
	color: #FFF;/*white*/
	margin-bottom: 5px;
	font-size:18px;
		font-weight:bold;
	line-height: 20px
}
/*Box headers w/background color*/
.boxheader7 {
	background-color: #000;
	color: #3BB54A;
	margin-bottom: 0;
	padding: 5px;
	font-size:18px;
	font-weight:bold;
	line-height: 20px
}

.boxheader8 {
	background-color: #3BB54A;
	color: #FFF;
	margin-bottom: 0;
	padding: 5px;
	font-size:18px;
	font-weight:bold;
	line-height: 20px
}
.boxheader9 {
	background-color: #f05323;
	color: #FFF;
	margin-bottom: 0;
	padding: 5px;
	font-size:18px;
	font-weight:bold;
	line-height: 20px
}
.boxheader10 {
	background-color: #FFEE43;
	color: #000;
	margin-bottom: 0;
	padding: 5px;
	font-size:18px;
	font-weight:bold;
	line-height: 20px
}
/*Pads text in box (don't wrap around side images if you want to flush up to the border}*/
.box-text {
	padding: 5px;
	margin: 0;
	text-align: center
}

.box-text1b {
	padding: 5px;
	margin: 0;
	text-align: center;

}

.box-text p {
	text-align: center
	}

/*Use to pad Images that are flushed to the border*/
.box-image-lft {
	margin-right: 5px;
	float:left
}

.box-image-rt {
	margin-left: 5px;
	float: right
}

/*boxes*/
#box-table1 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.box1 {
	border: solid 4px #0673BA;
	background-color:#FFF;
	color: #000;
	width: 326px;
	font-weight:normal;
		}
		
.box1a {
	border: solid 4px #0673BA;
	background-color:#0673BA;
	color: #FFF;
	width: 326px;
	font-weight:normal; 
	background-image:url(../images/gizzy-home2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
	.box1b {
		border: solid 4px #0673BA;
	background-color:#FFF;
	color: #000;
	width: 326px;
	font-weight:normal; 
	background-image:url(../images/gizzy-home2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}	

		.box2 {
	border: solid 4px #0673BA;
	background-image:url(../images/wikki-stuff.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
	color: #000;
	height: 240px;
	width: 328px;
		font-weight:normal
}
/*Use this Div to combine box 1 & 2*/
.combo {	
	border: solid 4px #0673BA;
	background-image:url(../images/wikki-stuff.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
	color: #000;
	height: 240px;
	width: 681px;
		font-weight:normal
	}

.combo-box {	
	border: solid 4px #0673BA;
	background-color:#FFF;
	color: #000;
	height: 240px;
	width: 681px;
		font-weight:normal
	}

.combo-boxer {	
	border: solid 4px #0673BA;
	background-color:#FFF;
	color: #000;
	height: 340px;
	width: 681px;
		font-weight:normal
	}
#box-table2 {
	margin-bottom: 15px;
}
.box3{
	border: solid 4px #0673BA;
	background-color:#FFF;
	color: #000;
	height: 175px;
	width: 210px;
		font-weight:normal
		}
.box-2wide{
	border: solid 4px #0673BA;
	background-color:#FFF;
	color: #000;
	//height: 175px;
	width: 328px;
		font-weight:normal
		}

.box-2wider{
	border: solid 4px #0673BA;
	background-color:#FFF;
	color: #000;
	height: 225px;
	width: 328px;
		font-weight:normal
		}
	
/*Change or add background images (width max 180). Height of new images to fit borders top and bottom is 175px*/
.box4{
	border: solid 4px #0673BA;
	background-color: #3BB54A;
	color: #000;
	height: 175px;
	width: 205px;
	font-weight:normal	
}

.box5 {
	border: solid 4px #0673BA;
	background-color: #53429a;
	color: #FFF;
	height: 175px;
	width: 205px;
		font-weight:normal
}	
