@charset "UTF-8";
/* CSS Document */

#content-main-frame {
	width: 980px;
	z-index:0;
	margin: 0 2px 0 2px;
	position:relative;
	background:#fff url(white-bg.gif) no-repeat 0px -10px;
}
#links-title {
	font-family: "Helvetica Neue", helvetica-neue, Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #404040;
	text-shadow: black 0px 1px 0px;
	text-align: center;
	padding: 20px 0px;
}
#links-selector {
	width: 440px;
	height: 40px;
	padding: 0px 270px;
}
.link-section-title {
	float: left;
	width: 220px;
	height: 20px;
	text-align: center;
}
.link-section-title a {
	font-family: "Helvetica Neue", helvetica-neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}
.link-section-title a:hover {
	color: #000;
}
#div1-websites {
	width: 980px;
	background: url(selector.png) -220px 0px no-repeat;
}

#div2-articles {
	width: 980px;
	background: url(selector.png) 0px 0px no-repeat;
}

.link-body {
	padding: 30px 60px;
}
h1.link-subsection {
	height: 40px;
	width: 848px;
	font-family: "Helvetica Neue", helvetica-neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	/* gradient background */
	/* Webkit */ background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));	
	/* Mozilla */ background: -moz-linear-gradient(top,  #fff,  #eaeaea);	
	/* IE */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');	
	border: 1px solid #c2c2c2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding-left: 12px;
}
.link-box {
	width: 788px;
	margin: 6px 24px;
	padding: 12px;
	border: 1px solid #c2c2c2;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.link-box:hover {
	/* gradient background */
	/* Webkit */ background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));	
	/* Mozilla */ background: -moz-linear-gradient(top,  #fff,  #dedede);	
	/* IE */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede');	
	border: 1px solid #787878;
	cursor: pointer;
}
.link-box a {
	text-decoration: none;
	display: block;
	width: 788px;
	height: 100%;
}
.link-box p {
	font-family: "Helvetica Neue", helvetica-neue, Helvetica, Arial, sans-serif;
	margin: 0px;
}
.link-title {
	font-size: 18px;
	color: #2f2f2f;
	line-height: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.link-desc {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 1.6;
	font-weight: 200;
}
.link-URL {
	font-size: 12px;
	color: #787878;
	line-height: 1.6;
	font-weight: 200;
}

/* FOOTER */
.breadory#index {
	height: 30px;
	line-height: 30px;
}
.index-footer {
	float: left;
	line-height: 16px;
}
.index-footer-link {
	height: 16px;
	float: left;
	border-right: 1px solid #343434;
	margin: 7px 0 0 2px;
	padding: 0 12px 0 10px;
}
.index-footer-link#last-item {
	border-right: none;
}

