/* Boxes CSS file */


/* ------------------------------------------- LEFT WINDOW BOXES --------------------------------------- */


/* CSS for Box one in the left window */

#leftwindow .boxOne {
	width: 645px;
	background:url(images/box1BigMiddle.jpg) repeat-y left top;
	margin-bottom: 5px;
	}

#leftwindow .boxOne h2 {
	background:url(images/box1BigTop.jpg) no-repeat left top;
	color: white;
	line-height: 41px;
	font-size: 20pt;
	padding-left: 10px;
	margin-bottom: 10px;
	}

#leftwindow .boxOne p.last {
	background:url(images/box1BigBottom.jpg) no-repeat right bottom;
	clear:both;
	margin:0;
	}
	
#leftwindow .boxOne img {
	}
	
/* CSS for Box two in the left window */

#leftwindow .boxTwo {
	width: 645px;
	background:url(images/box2BigMiddle.jpg) repeat-y left top;
	margin-bottom:5px;
	}

#leftwindow .boxTwo h2 {
	background:url(images/box2BigTop.jpg) no-repeat left top;
	color: #666666;
	line-height: 41px;
	font-size: 20pt;
	padding-left: 10px;
	margin-bottom: 10px;
	}

#leftwindow .boxTwo p.last {
	background:url(images/box2BigBottom.jpg) no-repeat right bottom;
	clear:both;
	margin:0;
	}
	
#leftwindow .boxTwo img {
	margin:5px;
	}
	
/* CSS for Box three in the left window */

#leftwindow .boxThree {
	width: 645px;
	background:url(images/box3BigMiddle.jpg) repeat-y left top;
	margin-bottom:5px;
	}

#leftwindow .boxThree h2 {
	background:url(images/box3BigTop.jpg) no-repeat left top;
	color: #FFFFFF;
	line-height: 41px;
	font-size: 20pt;
	padding-left: 10px;
	margin-bottom: 10px;
	}

#leftwindow .boxThree p.last {
	background:url(images/box3BigBottom.jpg) no-repeat right bottom;
	clear:both;
	margin:0;
	}
	
#leftwindow .boxThree img {
	margin:5px;
	}
	
/* ------------------------------ RIGHT WINDOW BOXES ----------------------------- */

/* CSS for Box one in the right window */

#rightwindow .boxOne {
	width: 250px;
	background:url(images/box1SmallMiddle.jpg) repeat-y left top;
	margin-bottom:5px;
	}
	
#rightwindow .boxOne h2 {
	background:url(images/box1SmallTop.jpg) no-repeat left top;
	color: #FFFFFF;
	line-height: 31px;
	font-size:16pt;
	padding-left: 5px;
	}

#rightwindow .boxOne p.last {
	background: url(images/box1SmallBottom.jpg) no-repeat right bottom;
	margin:0;
	}
	

/* CSS for Box two in the right window */

#rightwindow .boxTwo {
	width: 250px;
	background:url(images/box2SmallMiddle.jpg) repeat-y left top;
	margin-bottom:5px;
	}
	
#rightwindow .boxTwo h2 {
	background:url(images/box2SmallTop.jpg) no-repeat left top;
	color: #666666;
	line-height: 31px;
	font-size:16pt;
	padding-left: 5px;
	}

#rightwindow .boxTwo p.last {
	background: url(images/box2SmallBottom.jpg) no-repeat right bottom;
	margin:0;
	}
	

	
/* CSS for Box three in the right window */

#rightwindow .boxThree {
	width: 250px;
	background:url(images/box3SmallMiddle.jpg) repeat-y left top;
	margin-bottom:5px;
	}
	
#rightwindow .boxThree h2 {
	background:url(images/box3SmallTop.jpg) no-repeat left top;
	color: #FFFFFF;
	line-height: 31px;
	font-size:16pt;
	padding-left: 5px;
	}

#rightwindow .boxThree p.last {
	background: url(images/box3SmallBottom.jpg) no-repeat right bottom;
	margin:0;
	}

	
/* CSS for Box four in the right window */

#rightwindow .boxFour {
	width: 250px;
	background:url(images/box3SmallRedMiddle.jpg) repeat-y left top;
	margin-bottom:5px;
	}
	
#rightwindow .boxFour h2 {
	background:url(images/box3SmallRedTop.jpg) no-repeat left top;
	color: #FFFFFF;
	line-height: 31px;
	font-size:16pt;
	padding-left: 5px;
	}

#rightwindow .boxFour p.last {
	background: url(images/box3SmallRedBottom.jpg) no-repeat right bottom;
	margin:0;
	}
	
