 	html, body, p, h1, h2, h3, h4, h5, ol, ul, li, blockquote {
	margin: 0;
	padding: 0;
}

/* General markup */
body {
	font-size: 62.5%;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	color: #000;
	
	background: #72A103 url("../images/layout/background.jpg") repeat-x;
	color: #313131;
	/*9ec710*/
}
a {
	/*color:#014FA2;*/
	outline: none;
}
a:visited {
	color:#014FA2;
}

/* Font properties */
table tr td {
	font-size: 1.4em;
	margin: 0 0 1.0em 0;

}

p {
	font-size: 1.4em;
	margin: 0 0 1.0em 0;
}

table tr td {
	font-size: 1.4em;
}
table tr td p {
	font-size: 1em;
}
ul li, ul li ul li {
	font-size: 1.2em;
}
div#wrapper-body ul   {
	margin: 0 0 0 3em;
}
	div#wrapper-body ul li {
		font-size: 1.4em;
	}
div.articleListNews {
	font-size: 1.3em;	
	height: 250px;
	position: relative;
}
h1 {
	font-size: 2.4em;
	margin: 0 0 0.6em 0;
	font-weight: 400;
	color: #666;
}

h2 {
	font-size: 1.6em;
	margin: 0 0 0.2em 0;
	font-weight: 400;
	color: #666;
} 

.white  {
	color: white;
}
h2.white {
	font-size: 2.2em;

}
div#left-col h2.white {
	display: none;
}
div#left-col a.link_arrow {
	display: none;
}
h3 {
	font-size: 1.4em;
	margin: 0 0 0.6em 0;
	font-weight: 600;	
}

div.rssContainer h3 {
 margin: 0 0 5px 0;
}

div.rssContainer .column {
	width: 125px;
	margin: 0 0 0 5px;

}
h4 {
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
	font-weight: 600;	
}

ul, ol {
	padding-left: 20px;
}

div#wrapper-body  ul {
	list-style-type: none;
	margin: 0 0 1.4em 0;
}
	div#wrapper-body  ul  li {
		line-height: 16px;
		background: url("../images/layout/bullets.gif") no-repeat left;
		padding-left: 15px;
		margin: 0 0 6px 0;

	}

img.image {
	padding: 10px;
	margin: 15px;
	border: solid #d4d4d4 1px;	
}

#slideshow {
	margin: 20px 0 0 0;
}
/* Custom styles */
p.preamble {
	padding-top: 10px;
	line-height: 1.4em;
}

ul.arrows {
	position: relative;
	list-style-type: none;
	left: 10px;
	padding: 10px 20px;
	width: 273px;
	background: #017fb2 url("../images/layout/list_arrows_bg.gif") no-repeat;
}
	ul.arrows li {
		padding-left: 30px;
		background: transparent url("../images/layout/link_arrow_right.gif") 0 5px no-repeat;
	}
		ul.arrows li a {
			color: #fff;
			font-weight: 400;
			line-height: 22px;
		}
		
a.link_arrow {
	padding-left: 25px;
	position: absolute; 
	display: block;
	height: 25px;
	bottom: -5px; 
	right: 10px;
	background: transparent url("../images/layout/link_arrow_right.gif") 0 5px no-repeat;

}
ul.arrows2 {
	list-style-type: none;
	width: 173px;
	padding: 0;
}
	ul.arrows2 li {
		background: transparent url("../images/layout/link_arrow_right.gif") 0 5px no-repeat;
		padding: 5px 0px 5px 30px;
		font-size: 1.2em;
	}
		ul.arrows2 li a {
			color: #fff;
			font-weight: 400;
		}		

/* Image properties */
img {
	border:0;
}
img.border {
	padding: 3px;
}

/* Layout properties */
div.column {
	position: relative;
	float: left;
}
div.column ul,
div.column ol {
	margin: 10px 0;
}
div.column div.inner {
	padding: 20px;
}

#headerLogo {
	position: absolute;
	top: 13px;
	left: 20px;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;
	/*border: solid yellow 4px;*/

}
	#wrapper-header {
		height: 136px;
		background: #fff url("../images/layout/header_bg.gif") repeat-x;
		color: #fff;
	}
		#header-menu {
			position: absolute;
			top: 82px;
			left: 150px;
		}
			#header-menu ul {
				list-style-type: none;
			}
			#header-menu li {
				position: relative;
				float: left;
				padding-left: 10px;
				margin-right: 28px;
				background: transparent;
				font-size: 1.2em;
			}
			#header-menu li.selected {
				background: #00b4ff url("../images/layout/header_menu_bg.gif") left no-repeat;
			}
			#header-menu li a {
				position: relative;
				float: left;
				padding-right: 10px;
				line-height: 31px;
				height: 31px;
				background: transparent;
				color: #fff;
				font-weight: 600;
				text-decoration: none;
			}
			#header-menu li.selected a {
				background: url("../images/layout/header_menu_bg_right.gif") right no-repeat;
			}
		#header-shortcuts {
			position: absolute;
			top: 30px;
			right: 20px;
		}
			#header-shortcuts ul {
				list-style-type: none;
			}
			#header-shortcuts li {
				position: relative;
				float: left;
				padding-left: 15px;
				color: #fff;
			}
			#header-shortcuts a {
				color: #fff;
				font-weight: 600;
				font-size: 1em;
			}
		#header-text {
			position: absolute;
			left: 150px;
			top: 10px;
			width: 400px;
		}
			#header-text p {
				font-size: 1.4em;
				font-style: italic;
			}
	#wrapper-body {
		clear: both;
		background: #fff;
	}
	div#left-col {
		width: 260px;
	}

	body.two-column-courses div#left-col {
		width: 560px;
	}
	body.three-column-courses div#left-col {
		width: 260px;
	}
	body.two-column div#left-col_2 {
		width: 580px;
	}	
		div#left-col div.studioLiMenu {
			display: block;
			width: 100%;
			height: auto;
			margin-bottom: 20px;
			padding-top: 15px;
			padding-bottom: 15px;
			background: #0099cc url("./images/layout/menu_container_bg.gif") repeat-x;
		}
		div#left-col div.studioLiMenu ul {
			list-style-type: none;
			padding-left: 20px;
			margin-left: 0;
		}
			div#left-col div.studioLiMenu ul li {
				padding-left: 30px;
				font-size: 1.2em;
				background: transparent url("../images/layout/link_arrow_right.gif") 0 5px no-repeat;
			}
				div#left-col div.studioLiMenu ul li a {
					color: #fff;
					font-weight: 400;
					line-height: 22px;
				}
				div#left-col div.studioLiMenu ul li.selected a {
					color: #fff;
					font-weight: 600;
				}
				div#left-col div.studioLiMenu ul li ul {
					padding-left: 0px;
				}
					div#left-col div.studioLiMenu ul li ul li {
						padding-left: 10px;
						background: transparent;
					}
					div#left-col div.studioLiMenu ul li ul li a {
						line-height: 1.0em;
					}
	body.one-column div#column{
		width: 100%;
	}				
	body.three-column-courses div#middle-col {
		width: 344px;
	}
	div#right-col {
		width: 720px;
	}
	body.two-column-courses div#right-col {
		margin-top: -15px;
		margin-left: 56px;
		width: 320px;
		float: right;
	}
	body.three-column-courses div#right-col {
		margin-top: -15px;
		margin-left: 56px;
		width: 320px;
	}
	body.two-column div#right-col_2 {
		width: 400px;
	}	
		div.course {
			position: relative;
			width: 320px;
			color: #fff;
			overflow: hidden;
			height: 145px;
			padding-bottom: 10px;
			padding-left: 5px;
			margin: 0 5px 0 0;
		}
		div.course.coursepage {
			width: 300px;
			padding: 0;
			margin-right: 19px;
		}
		#course-health {
			background: url("../images/layout/courses_health_bg.gif") no-repeat bottom left;
		}
		#course-health.coursepage {
			background: url("../images/layout/courses_health_bg.jpg") no-repeat bottom left;
			height: 155px;
		}
		#course-textile {
			background: url("../images/layout/courses_textile_bg.gif") no-repeat bottom left;
			height: 90px;
		}
		#course-textile.coursepage {
			background: url("../images/layout/courses_textile_bg.jpg") no-repeat bottom left;
			height: 110px;
		}
		#course-textile-top {
			height: 16px;
			background: url("../images/layout/courses_textile_top.gif") no-repeat top left;
		}
		#course-other {
			height: 110px;
			background: url("../images/layout/courses_other_bg.gif") no-repeat bottom left;
		}
		#course-other.coursepage {
			background: url("../images/layout/courses_other_bg.jpg") no-repeat bottom left;
			height: 110px;
			margin-right: 0px;
		}
		#course-other-top {
			height: 16px;
			background: url("../images/layout/courses_other_top.gif") no-repeat top left;
		}
		#courses-text {
			position: absolute;
			left: -56px;
			top: 0;
		}
		#courses-girl {
			position: absolute;
			left: -132px;
			top: 150px;
		}
			div.course h2 {
				padding: 0.2em 25px 0 25px;
				font-size: 1.4em;
			}
			div.course.coursepage h2 {
				padding: 0.4em 25px 0 0.6em;
				font-size: 1.6em;
			}
			div.course a {
				color: #fff;
			}
			div.course-list {
				padding-left: 20px;
				padding-bottom: 10px;
			}
				div.course-list-item {
					position: relative;
					float: left;
					width: 120px;
					padding: 4px;
					font-size: 1.2em;
				}
	
	#wrapper-footer {
		position: relative;
		background: #fff url("../images/layout/footer_bg.png") bottom repeat-x;
		color: #fff;
		height: 351px;
	}
		#wrapper-footer a {
			color: #fff;
		}
		div.footer-shadowbox {
			position: absolute;
			left: 20px;
			top: -12px;
			width: 240px;
			height: 363px;
			background: url("../images/layout/footer_shadowbox.png") no-repeat;
			display: inline;
		}
			div.footer-shadowbox div.inner {
				padding: 20px 35px 20px 20px;
			}
		div.footer-box {
			float: left;
			margin-top: 20px;
			margin-right: 20px;
			height: 187px;
			width: 220px;
			background: #005b82;
			display: inline;
			position: relative;
		}
			div.footer-box div.inner {
				padding: 10px 20px;
			}
			div.footer-box.menu_box {
				height: 95px; 
				width: 550px; 
				margin-left: 255px;
				margin-bottom: 10px;
			}
				div.footer-box.menu_box div.inner  {
					padding: 5px 10px 5px 5px;
					margin: 0 0 0 5px;
				}
		#footer-bottom {
			position: absolute;
			bottom: 0px;
			left: 20px;
			color: #fff;
			line-height: 23px;
			height: 23px;
		}
			#footer-bottom a {
				color: #fff;
			}
			#footer-bottom p {
				margin-bottom: 0;
				font-size: 1.1em;
			}
		#social-media {
			position: absolute;
			bottom: 45px;
			right: 20px;
			color: #fff;
		}
			#social-media img {
				margin-top: 10px;
				margin-right: 5px;
				float: left;
				border: 0px;
			}

div#interest_form {
	background: #f2f2f2;	
	padding: 5px;
}
	div#interest_form label {
		display: block;
	}
	div#interest_form input {
	
	}
div#silhouette-left {
	position: absolute;
	top: 0px;
	left: -145px;
	width: 145px;
	height: 379px;
	background: url("../images/layout/silhouette_left.gif") no-repeat;	
}
div#silhouette-right {
	position: absolute;
	top: 0px;
	right: -145px;
	width: 145px;
	height: 379px;
	background: url("../images/layout/silhouette_right.gif") no-repeat;	
}

/* Articles */
a.read_more { 
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.article-item  em {
	font-size: 1.1em;
	font-family: Verdana;

}
	div.article-item div.student_text {
		width: 110px;
		float: right;
	}
	img.student_image {
		float: left;
	}
div.articleReadNews {
	width: 685px;
	float: right;
}
div#article_item_image {
	float: left;

	padding: 10px;
	margin: 15px;
	border: solid #d4d4d4 1px;	
}
	div#article_item_image img {
		width: 200px;
	}
div.articleReadNews .tail {
	padding-top: 5px;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	color: #aaa;
}
	div.articleReadNews .tail a {
		color: #aaa;
	}
