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

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
}

ul, ol {
	margin: 0;
	padding: 0 0 18px 36px;
}

.hidden {
	display: none;
}

#logo {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/salmon_armenians_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#holder {
	width: 950px;
	margin: 0 auto;
}
#mid {
	width: 950px;
	background: #3d4252;
	color: #fff;
}

#mid h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}

#mid h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #acca42;
}

#mid h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #787b86;
}

#mid h3 a {
	color: #787b86;
	text-decoration: none;
}

#mid h3 a:hover {
	color: #fff;
}

#mid .left {
	width: 424px;
	float: left;
	padding: 15px 25px;
	border-right: 1px solid #787b86;
	text-align: left;
}

#mid .right {
	width: 425px;
	float: right;
	padding: 15px 25px;
	text-align: left;
}

#content {
	width: 950px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

#content p {
	padding-bottom: 18px;
}

#content .left {
	width: 660px;
	float: left;
	padding: 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

#content .left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #75ad00;
	padding-bottom: 5px;
}
#content .left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 5px;
}

#content .left ul {
	margin: 0 0 0 35px;
}


#content .right {
	width: 250px;
	float: right;
}

#content .right h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #9dc130;
	padding: 10px;
}

#content .right a {
	width: 157px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 25px;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/sidebar_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#content .right a:hover {
	background-color: #5a5d69;
}

#content .right .sidebar_div {
	width: 250px;
	height: 1px;
	background-image: url(../images/sidebar_div.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

#content .right .notlinked {
	width: 157px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 8px 25px;
	line-height: 18px;	
}

#content .right .notlinked a {
	display: inline;
	border: none;
	color: #75ad00;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background: none;

}

#content .right .notlinked a:hover {
	color: #fff;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4e58;
	padding: 10px 0 50px 0;
}

#footer a {
	color: #abadb6;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

#schedule {
	border: 3px solid #efefef;
}

#schedule th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #75ad00;
	color: #fff;
	width: 60px;
}
#schedule td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	background-color: #efefef;
	height: 75px;
	width: 75px;
	padding: 6px;
	vertical-align: top;
}

#schedule td.event {
	background-image: url(../images/schedule_event_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


a.tooltip2 { display: block; width: 75px; height: 75px; text-decoration:none; color: #333;  }
a.tooltip2 b {display:none;}
a.tooltip2:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip2:hover b {display:block; position:absolute; top: -10px; left:75px; padding:5px; font-size: 11px; font-weight:normal; color:#fff; border:2px solid #3d4252; background:#646875; width:250px;}
a.tooltip2:hover b em.outer {position:absolute; left:20px; top:-8px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #ff0; overflow:hidden; z-index:100;}
a.tooltip2:hover b em.inner {position:absolute; left:20px; top:-7px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #8cc; overflow:hidden;; z-index:100;}

.clear {clear:both;}

.formerror {
	color: #ed2024;
	padding-left: 30px;
	background-image: url(../images/error_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}