/* CSS Document */

/* Layout */

.content-head {
	height: 180px;
	background: url('../i/fashi/index_1.jpg') bottom left;
}

.content-head-right {
	height: 100%;
	background: url('../i/fashi/index_2.jpg') bottom left;
}

.content-body {
	margin-top: 38px;
}

.content-menu {
	margin-top: 20px;
}

.content-menu div {
	height: 91px;
	border-width: 1px 0px 1px 1px;
	border-top: 1px solid #CFCFCF;
	border-style: solid;
	border-color: #CFCFCF;
}

div.directory {
	background-image:  url(../i/back-dir.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 23px;
	cursor: pointer;
	cursor: hand;
}

div.location {
	background-image:  url(../i/back-com.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: 23px;
	cursor: pointer;
	cursor: hand;
}
div.gallery {
	background-image:  url(../i/back-gal.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

/* Lists */

.content-body ul.list {
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #E5E5E5;
}
.content-body ul.list li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-right: 2%;
}
.content-body ul.list li a {
}


ul.news-list {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style: none;
	background-color: #F8F8F8;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

ul.news-list li {
	margin-left: 12px;
	padding: 5px 10px 5px 28px;
	list-style: none;
}

ul.news-list li.news-uni {
	background-image:  url("../i/bull-uni.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

ul.news-list li.news-students {
	background-image:  url("../i/bull-stu.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

ul.news-list li.news-prospective {
	background-image:  url("../i/bull-kan.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
a.news-list-legend{
	margin: 0px;
	padding: 0px 5px 0px 5px;
	font-size:0.8em;
	font-weight:normal;
}

ul.news-list-legend {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	list-style: none;
}
ul.news-list-legend li {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	list-style: none;
	display: inline;
	border-left: 1px solid #ccc;
}
ul.news-list-legend li.first-element {
	padding-left: 30px;
	border-left: none;
	color: #02448E;
}

ul.news-list-legend li.news-students, ul.news-list-legend li.news-students a {
	color: #A20303;
}
ul.news-list-legend li.news-students a:hover {
	color: #D00000;
}

ul.news-list-legend li.news-prospective, ul.news-list-legend li.news-prospective a {
	color: #090;
}
ul.news-list-legend li.news-prospective a:hover {
	color: #5BB600;
}

/* Headings */

.main-menu h2 {
	font-size: 1.3em;
	color: #6F6F6F;
	margin-top: 60px;
	margin-bottom: 5px;
	margin-left: 25px;
}

.main-menu h3 {
	font-size: 1.2em;
	color: #999;
	margin-top: 23px;
	margin-bottom: 5px;
	margin-left: 25px;
}

.content-body h2 {
	font-size: 1.3em;
	color: #6F6F6F;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 22px;
}

.content-body h4 {
	font-size: 1.2em;
	color: #666;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 22px;
}

.content-menu h3 {
	font-size: 1.2em;
	color: #999;
	margin-bottom: 5px;
	margin-left: 22px;
}
.content-body h3 {
	padding-left: 22px;
	padding-bottom: 4px;
	font-size: 1.3em;
	color: #5E626F;
	border-bottom: 1px solid #ccc;
}

/* Paragraphs */
p {
	width: 50%;
	margin: 6px 8px 6px 8px;
	font: 85%/1em Arial, Helvetica, sans-serif;
	color: #666;
}

/* Semantic */

address {
	font-style: normal;
	padding: 15px 10px 15px 25px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #E5E5E5;
	background-image:  url(../i/men-bg-s.gif);
	background-repeat: repeat-y;
}

/* Links */

div.directory a, div.directory a:hover {
	text-decoration: none;
	color: #666;
}
div.location a, div.location a:hover {
	text-decoration: none;
	color: #666;
}
div.gallery a, div.gallery a:hover {
	text-decoration: none;
	color: #666;
}
div.news_footer{
	margin:10px 0 0 18px;
}
div.news_footer span{
float:left;
}
div.news_footer img{
float:left;
margin:4px 0 0 5px;
}
