/* CSS Document */

/******************************************/
/******** POSITIONING AND LAYOUT **********/
/******************************************/

#apMainContainer {
	position:absolute;
	left:8%;
	top:50px;
	width:auto;
	height:auto;
	overflow:visible;
}
#apLogoContainer {
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
	height:auto;
	overflow:visible;
}
#apRightContainer {
	position:absolute;
	left:300px;
	top:0px;
	width:600px;
	height:auto;
	overflow:visible;
}

/******************************************/

#topContainer {
	width:auto;
	height:auto;
	float:left;
	overflow:visible;
	margin-top:38px;
	/*background-color:#006699;*/
}

/******************************************/

#contentContainer {
	width:600px;
	height:auto;
	overflow:visible;
	float:left;
	margin-top:20px;
}

#contentDivRight {
	width:auto;
	height:auto;
	overflow:visible;
	float:right;
}
#contentDivLeft {
	width:auto;
	height:auto;
	overflow:visible;
	float:left;
}

#contentItemListImage {
	width: 100px;
	height: 110px;
	margin-right: 8px;
	margin-bottom: 15px;
	overflow:hidden;
	float: left;
}

#contentBigImage {
	width:auto;
	height:340;
	overflow:visible;
	float:left;
}

#contentSmallImages {
	width:300px;
	height:auto;
	overflow:visible;
	float:left;
}

#contentSmallImage {
	width: 90px;
	height: 75px;
	margin-right: 8px;
	margin-top: 15px;
	overflow:hidden;
	float: left;
}

#contentSmallImagesText {
	width:260;
	height:auto;
	margin-left: 8px;
	margin-top: 15px;
	float: left;
	overflow:visible;
}

/******************************************/

.contentNews {
	position:relative;
	width:520px;
	height:auto;
	margin-bottom:30px;
	overflow:hidden;
}

/******************************************/

.contentStaff {
	position:relative;
	width:400px;
	height:auto;
	margin-bottom:30px;
	overflow:hidden;
}

/******************************************/

.contentAbout {
	position:relative;
	width:500px;
	height:auto;
	overflow:hidden;
}

/******************************************/

#footerContainer {
	width:600px;
	height:auto;
	overflow:visible;
	float:right;
	margin-top:30px;
}


/******************************************/
/************ TEXTS AND STUFF *************/
/******************************************/


/* menu containers */
.textMenuLevel0Items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 25px;
}

.textMenuLevel1Items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 25px;
}

/******************************************/

/* menu links level 0 */
a.menuItemLevel0:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.menuItemLevel0:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.menuItemLevel0:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

/* menu links active level 0 */
a.menuItemLevel0Active:link {
	color: #88002A;
	font-weight: bold;
	text-decoration: none;
}
a.menuItemLevel0Active:hover {
	color: #88002A;
	font-weight: bold;
	text-decoration: none;
}
a.menuItemLevel0Active:visited {
	color: #88002A;
	font-weight: bold;
	text-decoration: none;
}


/******************************************/

/* menu links level 1 */
a.menuItemLevel1:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.menuItemLevel1:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.menuItemLevel1:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

/* menu links active level 1 */
a.menuItemLevel1Active:link {
	color: #88002A;
	font-weight: bold;
	text-decoration: none;
}
a.menuItemLevel1Active:hover {
	color: #88002A;
	font-weight: bold;
}
a.menuItemLevel1Active:visited {
	color: #88002A;
	font-weight: bold;
	text-decoration: none;
}
/******************************************/

.contentItemList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/******************************************/

.contentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 10px;
}
.contentIntro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-bottom: 5px;
}
.contentCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: italic;
	line-height: normal;
	margin-bottom: 2px;
}

.contentLinkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 20px;
}

/******************************************/

/* content links */
a.contentLink:link {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a.contentLink:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a.contentLink:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

/******************************************/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #606060;
}

/******************************************/

.imageAlphaEffect {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

/******************************************/

.newsHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #202020;
	font-weight: bold;
	line-height: 20px;
}

.newsBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* news links */
a.newsLink:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.newsLink:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.newsLink:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

/******************************************/

.staffHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #88002A;
	font-weight: normal;
	line-height: 20px;
}

.staffBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/******************************************/

.aboutHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #767676;
	font-weight: normal;
	line-height: 20px;
}

.aboutBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.aboutRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


/******************************************/
/***************** ADMIN ******************/
/******************************************/

#adminBox {
	position:relative;
	left:50px;
	top:50px;
	width:300px;
	height:350px;
	overflow:hidden;
	background-color: #D2C4A5;
	border: 1px solid #919191;
	z-index: 100;
}

#adminBoxTopArea {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:20px;
	overflow:hidden;
	background-color: #555555;
}

#adminBoxBottomArea {
	position:absolute;
	left:0px;
	top:330px;
	width:100%;
	height:20px;
	overflow:hidden;
	background-color: #E5D8B7;
}

#loadingArea {
	position:absolute;
	left:5px;
	top:25px;
	width:290px;
	height:300px;
	overflow:hidden;
	z-index:10;
}

#resultArea {
	position:absolute;
	left:5px;
	top:25px;
	width:290px;
	height:300px;
	overflow:hidden;
	z-index:11;
	background-color: #D2C4A5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.adminBoxFormFieldArea {
	width:290px;
	height:auto;
	background-color:#B1C752;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}

.adminBoxFormCurrentImageArea {
	width:290px;
	height:auto;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}

/******************************************/

.adminBoxHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.adminBoxFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.adminBoxFormHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	font-weight: bold;
}

.adminBoxActionErrMsg {
	width:auto;
	height:auto;
	color:#DB0000;
	font-weight:bold;
	margin:5px;
}

.adminBoxActionSuccessMsg {
	width:auto;
	height:auto;
	color:#778E29;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

.adminBoxDefaultMsg {
	width:auto;
	height:auto;
	margin:5px;
}

/* menu links bottom bar */
a.adminBoxBottomLink:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.adminBoxBottomLink:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.adminBoxBottomLink:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/******************************************/

.adminInput {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 font-style: normal;
	 color: #000000;
	 text-decoration: none;
	 background-color: #FFFFFF;
	 border-style: solid;
	 border-width: 1px;
}
.adminButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	border-top: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
	color: #000000;
	background: #D4D0C8;
}
.adminDropDown {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 font-style: normal;
	 color: #000000;
	 text-decoration: none;
	 background-color: #FFFFFF;
	 border-style: solid;
	 border-width: 1px;
}
.adminTextarea {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10px;
	 color: #000000;
	 text-decoration: none;
	 background-color: #FFFFFF;
	 border-style: solid;
	 border-width: 1px;
}

/******************************************/

