@import url("main.css");

/*----------------------------------- Main Containers -----------------------------------*/
#oContainer {
	position: relative;
	margin: auto;
	margin-top: 5px;
	background-color: #F1F1F1;
	width: 730px;
	height: 331px;
	padding: 4px;
}

#main>#oContainer {
	margin-top: 6px;
}

#iContainer {
	position: relative;
	background-color: #f3f6f6;
	width: 728px;
	height: 329px;
	border: 1px solid #FFFFFF;
}

/*----------------------------------- Link Box -----------------------------------*/
#linkBox {
	position: relative;
	background-color: #e1e9e9;
	border: 1px solid #FFFFFF;
	width: 220px;
	height: 307px;
	margin: -2px 2px 3px -3px;
}

#linkBoxShadow {
	float: left;
	width: 220px;
	height: 307px;
	position: relative;
	margin-left: 5px;
	margin-top: 10px;
	background-color: #e7e9e9;
}

#iContainer>#linkBoxShadow {
	margin-left: 10px;
}

.linkTitle {
	margin-top: 8px;
	margin-left: 10px;
	font-sie: 12px;
	color: #3F6C6C;
	font-weight: bold;
}

.linkLink {
	margin-left: 10px;
}

.adobeIco {
	padding-left: 20px;
	background: url(../images/ico_adobe.gif) no-repeat center left;
}

.wordIco {
	padding-left: 20px;
	background: url(../images/ico_word.gif) no-repeat center left;
}

.linkLink a {
	color: #59A4AF;
	text-decoration: none;
	font-size: 12px;
}

.linkLink a:hover {
	color: #3F6C6C;
	text-decoration: underline;
}

/*----------------------------------- Info Box -----------------------------------*/
#infoBox {
	position: relative;
	background-color: #e1e9e9;
	border: 1px solid #FFFFFF;
	width: 470px;
	height: 307px;
	margin: -2px 2px 3px -3px;
}

#infoBoxShadow {
	float: right;
	width: 470px;
	height: 307px;
	position: relative;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #e7e9e9;
}

#iContainer>#infoBoxShadow {
	margin-right: 10px;
}

/*----------------------------------- Info -----------------------------------*/
#linkInfo {
	color: #3F6C6C;
	margin: 10px;
}

#infoTitle {
	margin-bottom: 6px;
	font-weight: bold;
}

.listItem {
	margin-left: 5px;
	float: left;
	width: 220px;
}

#listNote {
	font-style: italic;
	margin-top: 6px;
	margin-left: 5px;
	float: left;
	width: 455px;
}