/* This is a stylesheet specific to the services-related pages */
@charset "UTF-8";



/* =GENERAL - the general styles */

/* =LAYOUT - the main layout styles */
	
/* =HEADER - the header styles */

	
/* =CONTENT - the content styles */


	.article_wrapper ol{
		list-style-type: decimal;
		list-style-position: outside;
		font-size: 1.3em;
		margin-left: 20px;
		}

/*top banner */

	.banner_wrapper{
		/* background: #5699a7; */
		background: #3c62ab;
		padding:5px;
		margin-bottom: 20px;
		width:801px;
		overflow: hidden;
		color: #58584D;
		}
	.banner_left{
		float: left;
		width: 322px;
		}
	.banner_left h3 {
		line-height: 30px;
		font-size: 4em; 
		color: #f8f400;
		text-decoration:none;
		}
	.banner_left h4 {line-height: 35px;color: #FFFFFF; font-size: 2em;}
	.banner_left h5 {line-height: 10px;color: #FFFFFF; font-size: 1.3em;}
	.banner_right{
		font-family: Arial Narrow, "Lucida Grande";
		float: right;
		width: 335px;
		color: #ffffff;
		font-size: 1.3em;
		}
	
	
	/* right column */
	.servicebox_wrapper{
		background: #eeeded;
		padding:5px;
		margin-bottom: 20px;
		margin-right: 10px;
		width:390px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
		float: left;
	}
	.servicebox{border: 1px dashed #d9e0e8;width:388px;overflow: hidden;padding-bottom:6px;}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{float: right;width:220px;}
	.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.product_wrapper p{font-size:1em;}
	.lastbox{margin-right:0;}
	
	
	.umathbox_wrapper{
		background: #eeeded;
		padding:5px;
		margin-bottom: 20px;
		width:801px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
		float: left;
	}
	
	.umathbox{border: 1px dashed #d9e0e8;width:799px;overflow: hidden;padding-bottom:6px;}
	.umath_image{ float: left;margin: 6px 0 0 6px;}
	.umath_wrapper{float: right;width:400px;}
	.umath_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.umath_wrapper p{font-size:1em;}
	.umath_wrapper ul{list-style: disc inside;}
	
	.numerationbox{
		padding:5px;
		margin-bottom: 20px;
		margin-top: 20px;
		width:801px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
		float: left;
	}

	.numeration_image{ float: left;margin: 6px 0 0 6px;}
	.numeration_wrapper{		
		/* background: #eeeded; */
		float: right;width:300px;
		}
	.numeration_wrapper h4{font-size:1.7em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.numeration_wrapper p{font-size:1em;}
	.numeration_wrapper ul{font-size: 1.5em; list-style: disc inside;}
	
	
	
	/* Announcement, like the workshop schedule */
		.announcebox_wrapper{
		background: #eeeded;
		padding:5px;
		margin-bottom: 20px;
		margin-right: 10px;
		width:220px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
		float: right;
	}
	.announcebox{border: 1px dashed #d9e0e8;width:220px;overflow: hidden;padding-bottom:6px;}
	/*
	.product_image{ float: left;margin: 6px 0 0 6px;}
	*/
	.announce_wrapper{float: left;width:220px; padding-left: 5px; padding-right: 5px;}
	.announce_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.announce_wrapper p{font-size:1em;}
	.lastbox{margin-right:0;}


/* Larger announcement */
    .lannouncebox_wrapper{
	    background: #eeeded;
	    padding:5px;
	    margin-bottom: 20px;
	    margin-right: 10px;
	    width:400px;
	    overflow: hidden;
	    font-size:11px;
	    line-height: 18px;
	    color: #58584D;
	    //float: center;
    }

	.lannouncebox{border: 1px dashed #d9e0e8;width:400px;overflow: hidden;padding-bottom:6px;}
	.lannounce_wrapper{float: left;width:400px; padding-left: 5px; padding-right: 5px;}
	.lannounce_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.lannounce_wrapper p{font-size:1em;}

/*For showing videos */
p.videos {
	margin-left: 300;
	margin-right: auto;
	width="320px";
	font-weight: bold;
	text-align: center;
}

/*Order information list*/
#olist {
	border: 1px solid #000;
	margin: 2em;
	//width: 10em;
	width: 724px;
	padding: 5px;
	font-size: 1.3em;
	}
#olist ul{
	list-style: disc inside;
}
/* Package description */
.describe{
    margin-left: 20px;
}
/* =BOTTOM */

	
/* =FOOTER */

