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

#content {
	margin-top:35px;
	float: left;
	width: 811px;
	padding: 0 0 0 50px;
}
.article_wrapper ol {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 1.3em;
	margin-left: 20px;
}


/*top banner */
.banner_wrapper {
	padding:5px;
	margin-bottom: 0px;
	width:900px;
	overflow: hidden;
	color: #cccccc;
}
.banner_left {
	float: left;
	width: 300px;
}


.banner_right {
	
	float: right;
	width: 450px;
	
}


/* right column */
.servicebox_wrapper {
	margin-right: 20px;
	width:390px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #58584D;
	float: left;
	background:#f6f6f6 url(serviceBoxMiddle.gif) repeat-y
}
.servicebox {
	width:400px;
	overflow: hidden;
	}
	
.product_image {
	float: left;
	margin: 6px 0 0 16px;
}
.product_wrapper {
	float: right;
	width:190px;
	margin-right:30px;
}
.product_wrapper h4 {
	font-size:1.3em;
	
	font-weight: bold;
	padding-top:10px;
	color: #483F3D;
}
.product_wrapper p {
	font-size:1em;
	margin-right:0px;

}
.lastbox {
	margin-right:0;
}
.umathbox_wrapper {
	
	padding:5px;
	margin-bottom: 20px;
	width:750px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	
	float: left;
	/*background: #eeeded;
	color: #58584D;*/
}
.umathbox {
	
	width:750px;
	overflow: hidden;
	padding-bottom:6px;
	/*border: 1px dashed #d9e0e8;*/
}
.umath_image {
	float: left;
	margin: 6px 0 0 6px;
}
.umath_wrapper {
	float: right;
	width:400px;
}
.umath_wrapper h4 {
	font-size:1.3em;
	
	font-weight: bold;
	padding-top:10px;
	/*color: #483F3D;*/
}
.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;
}

.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;
}

