/** this css file contains all the styles used for the flexible boxes **/






/** beign grey box **/

.grey_box_container {
	float: left;
	width: 100%;
	background-color: #f7f7f7; /** supplies color to top of box **/
	background-image: url(/ucmuniversal/images/nasuwt/grey_box_bottom_border.jpg); /** gives border to bottom of box **/
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.grey_box_content a 
{
	display: inline;
	float: none;
}
.grey_box_content p a 
{
	display: inline;
}

.grey_box_container2 {
	float: left;
	width: 30%;
	background-color: #f7f7f7; /** supplies color to top of box **/
	background-image: url(/ucmuniversal/images/nasuwt/grey_box_bottom_border.jpg); /** gives border to bottom of box **/
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.grey_box_top_left {
	float: left;
	height: 6px;
	width: 6px;
	background-image: url(/ucmuniversal/images/nasuwt/grey_box_top_left.jpg);
	background-repeat: no-repeat;
	

}






.grey_box_top_right {
	float: right;
	height: 6px;
	width: 8px;
	background-image: url(/ucmuniversal/images/nasuwt/grey_box_top_right.jpg);
	background-repeat: no-repeat;
	

}

.grey_box_content {
	float: left;
	width: 100%;
	min-height: 100px;
	background-image: url(/ucmuniversal/images/nasuwt/grey_box_bg.jpg);
	background-repeat: no-repeat;
	clear: left;
	background-position: right top;
}

.grey_box_content2 {
	float: left;
	min-height: 100px;
	background-image: url(/ucmuniversal/images/nasuwt/grey_box_bg.jpg);
	background-repeat: no-repeat;
	clear: left;
	background-position: right top;
}

.grey_box_bottom_left {
	float: left;
	height: 9px;
	width: 6px;
	background-image: url(/ucmuniversal/images/nasuwt/grey_box_bottom_left.jpg);
	background-repeat: no-repeat;
	clear: left;
	background-position: bottom;
	

}



.grey_box_bottom_right {
	float: right;
	height: 9px;
	width: 8px;
	background-image: url(/ucmuniversal/images/nasuwt/grey_box_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	

}
.grey_box_padding {
	float: left;
	width: 90%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

.grey_box_padding_full {
	float: left;
	width: 95%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

.grey_box_padding a{
		
	
}

.grey_box_padding h2, .grey_box_padding h3, .grey_box_padding h4 {
		margin-bottom: 10px;
	
}

/** end grey box **/



/** beign purple box **/

.purple_box_container {
	float: left;
	width: 100%;
	background-color: #744c8a; /** supplies color to top of box **/
	background-image: url(/ucmuniversal/images/nasuwt/purple_box_bottom_border.jpg); /** gives border to bottom of box **/
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



.purple_box_top_left {
	float: left;
	height: 6px;
	width: 6px;
	background-image: url(/ucmuniversal/images/nasuwt/purple_box_top_left.jpg);
	background-repeat: no-repeat;
	

}






.purple_box_top_right {
	float: right;
	height: 6px;
	width: 8px;
	background-image: url(/ucmuniversal/images/nasuwt/purple_box_top_right.jpg);
	background-repeat: no-repeat;
	

}

.purple_box_content {
	float: left;
	width: 100%;
	min-height: 100px;
	background-image: url(/ucmuniversal/images/nasuwt/purple_box_bg.jpg);
	background-repeat: no-repeat;
	clear: left;
	background-position: right top;
}

.purple_box_bottom_left {
	float: left;
	height: 9px;
	width: 6px;
	background-image: url(/ucmuniversal/images/nasuwt/purple_box_bottom_left.jpg);
	background-repeat: no-repeat;
	clear: left;
	background-position: bottom;
	

}



.purple_box_bottom_right {
	float: right;
	height: 9px;
	width: 8px;
	background-image: url(/ucmuniversal/images/nasuwt/purple_box_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	

}
.purple_box_padding {
	float: left;
	width: 90%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

.purple_box_padding h2, .purple_box_padding h3, .purple_box_padding h4 {
		margin-bottom: 10px;
	
}

.purple_box_padding_full {
	float: left;
	width: 95%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}



.purple_box_container p,
.purple_box_container ul li,
.purple_box_container ol li
{
	
	color: #ffffff;
	
}

/** end purple box **/





/** beign blue box **/

.blue_box_container {
	float: left;
	width: 100%;
	background-color: #e8f0fb; /** supplies color to top of box **/
	background-image: url(/ucmuniversal/images/nasuwt/blue_box_bottom_border.jpg); /** gives border to bottom of box **/
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



.blue_box_top_left {
	float: left;
	height: 6px;
	width: 6px;
	background-image: url(/ucmuniversal/images/nasuwt/blue_box_top_left.jpg);
	background-repeat: no-repeat;
	

}






.blue_box_top_right {
	float: right;
	height: 6px;
	width: 8px;
	background-image: url(/ucmuniversal/images/nasuwt/blue_box_top_right.jpg);
	background-repeat: no-repeat;
	

}

.blue_box_content {
	float: left;
	width: 100%;
	min-height: 100px;
	background-image: url(/ucmuniversal/images/nasuwt/blue_box_bg.jpg);
	background-repeat: no-repeat;
	clear: left;
	background-position: right top;
}

.blue_box_bottom_left {
	float: left;
	height: 9px;
	width: 6px;
	background-image: url(/ucmuniversal/images/nasuwt/blue_box_bottom_left.jpg);
	background-repeat: no-repeat;
	clear: left;
	background-position: bottom;
	

}



.blue_box_bottom_right {
	float: right;
	height: 9px;
	width: 8px;
	background-image: url(/ucmuniversal/images/nasuwt/blue_box_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	

}
.blue_box_padding {
	float: left;
	width: 90%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

.blue_box_padding h2, .blue_box_padding h3,  .blue_box_padding h4 {
		margin-bottom: 10px;
	
}

.blue_box_padding_full {
	float: left;
	width: 95%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}


/** end blue box **/







div.container_no_float
{
	float: none;
}
