body {
	background-color: #FDFDFD;
	font-size:12px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 21px;
}

@font-face {
	font-family: GE SS Two;
	src: url('data/fonts/GE SS Two Medium.otf');
}

@font-face {
	font-family: GE SS Two;
	font-weight: light;
	src: url('data/fonts/GE SS Two Light.otf');
}

@font-face {
	font-family: GE SS Two;
	font-weight: bold;
	src: url('data/fonts/GE SS Two Bold.otf');
}

h2 {
	font-family: "GE SS Two Bold", "GE SS Two Medium";
	font-size:20px;
	font-weight:bold;
}

h3 {
	font-family: "GE SS Two Medium";
	font-size:15px;
	color:#F60;
	font-weight:normal;
}


.accordionButton {
	width: 590px;
	float: left;
	background: #e6e6e6;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	height: 25px;
	padding-right: 10px;
	}
	
.accordionContent {
	width: 590px;
	float: right;
	display: none;
	padding-top: 20px;
	}


div {

}

/* structure Elements */

#wrapper {
	width: 941px;
	margin-right: auto;
	margin-left: auto;
}

#header_container {
	width: 948px;
	height: 252px;
	margin-top: 24px;
}

#content_wrapper {
	width: 940px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	height: auto;
	padding-bottom: 20px;
}
#primary {
	width: 590px;
	float: right;
	margin-top: 20px;
	padding-right: 20px;
}
.news {
	width: 590px;
	float: right;
	height:427px;
	overflow: auto;
}
.post-image  {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
}
content-container img {
	float: right;
}
.content-container h2 {



}
.content-container p.meta {
	background-color: #ff6633;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-left: 250px;
	margin-top: 5px;
}
.content-container p {
	line-height: 25px;
	text-align: justify;
}


#contacts{
	width:590px;
	height:66px;
	float:right;
	margin:14px 0px 0px 0px;
	border: 1px solid #CCC;
	background: #e6e6e6;
}
#contacts ul {
	padding-top: 10px;
}
#contacts li {
	margin-right: 25px;
	display: block;
	float: right;

}
.heading-top {
	height: 20px;
	padding-top: 10px;
	padding-right: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #F63;
}
.heading {
	height: 20px;
	margin-bottom: 20px;
}
.inner-content {
	float: right;
	width: 585px;
	height: auto;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}
.inner-content a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999;

}
.inner-content a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;

}
.inner-content h3{
	color: #900;
	font-size: 14px;
}

.inner-content img{
	float: right;
	width: 100;
	height: 80;
}
.inner-content h4{
	font-size: 15px;
	font-weight: bold;
	color: #900;
	font-family: Tahoma, Geneva, sans-serif;

}
.inner-content_desc {
	float: left;
	width: 440px;
}
.date {
	font-family: Tahoma, Geneva, sans-serif;
	color: #F63;
	font-weight: bold;
	font-size: 10px;


}

#sidebar {
	float: left;
	width: 282px;
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid #CCC;
	background: #e6e6e6;
	height: 507px;
}

#sidebar img {
	width: 239px;
	height: 187px;
}

.calendar{
	height:176px;
	width:239px;
	overflow:hidden;
	border:solid 1px #CCC;
	background-color: #FFF;
}


/* Secondary/Sidebar */

.secondaryBox {
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
}

.secondaryBox h3 {
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #ff6633;
}
.clear {
	clear: both;
}

#navigation_container {
	height: 54px;
	z-index: 1;
	padding-top: 10px;
	width: 950px;
}

#navigation_container { 

padding-top: 16px\9;
height:54px\9;

}

ul	{ 
list-style: none; 
}


/* 
	LEVEL ONE
*/
ul.dropdown                         {
	height: 50px;
	width: 950px;
}
ul.dropdown li                      {
	float: right;
	zoom: 1;
}
ul.dropdown a:hover		            {
	opacity: 0.8;

}
ul.dropdown a:active                {

}
ul.dropdown li a                    {
	display: block;
}
ul.dropdown li.hover,
ul.dropdown li:hover                {
	position: relative;
}
ul.dropdown li.hover a              {
	color: black;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 135px;
	visibility: hidden;
	position: absolute;
	top: 44px;
	left: 43px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
ul.dropdown ul li 					{
	float: none;
	background-color: #FFF;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	display: inline-block;
} 

.scroll-pane {
	width: 600px;
	height: 250px;
	overflow:auto;
	float: right;
}

/*JScrollPane CSS*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right: 10px;

}
.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;
	top:0;
	height:100%;
	background-color: #E6E6E6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.jScrollPaneDrag{
	position:absolute;
	cursor:pointer;
	overflow:hidden;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #CCC;
}

.scroll-pane{padding:0;}
.scroll-pane p{
-moz-border-radius:6px;
-webkit-border-radius:6px;
background:#232323;
padding:12px;
color:#CCC;
font-size:14px;
line-height:16px;
}
#ytvideo
 {
	float: left;
}


.yt_holder {
	background: #f3f3f3;
	padding: 10px;
	float: right;
	border: 1px solid #e3e3e3;
	margin-bottom:15px;
	width: 565px;
}
ul#videos {
	float: right;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 300px;
}
ul#videos li {
	list-style-type: none;
	display:block;
	background: #f1f1f1;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	padding:6px;

}
ul#videos li img {
	width: 80px;
	float: left;
	margin-right: 5px;
	border: 1px solid #999;
}
ul#videos li a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #000;
}
#videos li.currentvideo{
	background: #e6e6e6;
}
#slider {
	height: 190px;
	overflow: hidden;
	width: 240px;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:240px;
	height:200px;
	overflow:hidden;
		}


/* // Easy Slider */



	span#prevBtn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F63;
	text-decoration: none;
	float: left;
}
/* // Easy Slider */



	span#prevBtn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F63;
	text-decoration: none;
}
/* // Easy Slider */



	span#prevBtn a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FD4000;
	text-decoration: underline;
}
	span#nextBtn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F63;
	text-decoration: none;
}					

/* // Easy Slider */



	span#nextBtn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F63;
	text-decoration: none;
}
/* // Easy Slider */



	span#nextBtn a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FD4000;
	text-decoration: underline;
}

/*
.articles-container{
	width:585px;
	height:60px;
	text-decoration: none;
	float: right;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align: right;
	margin-bottom: 20px;
}


.articles{
	background-image:url(../img/icon_pdf.png);
	background-repeat:no-repeat;
	float: right;
	background-position: right top;
	text-align: right;
	padding-right: 80px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	height: 35px;
	padding-top: 5px;
}

.art-heading{
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	float: right;
	width: 400px;
}

.desc{
	font-weight: normal;
	float: right;
	width: 400px;
}*/

.articles-container{
	height:100px;
	text-decoration: none;
	float: right;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 127px;
}


.articles{
	background-image:url(../img/icon_pdf.png));
	background-repeat:no-repeat;
	float: right;
	background-position: center top;
	text-align: right;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	height: 50px;
	padding-top: 5px;
}
.art-heading {
	text-align: center;
	direction: ltr;
}

.art-heading a{
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-align: left;
	direction: rtl;
}

.art-heading a:hover{
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #F63;
	font-weight: bold;
	text-align: left;
	direction: rtl;
}

#toTop {
	width:41px;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	text-decoration:none;
	background-image: url(img/scrolltoTop.png);
	background-repeat: no-repeat;
	height: 41px;
}

#footer{
	text-align: center;	
}

.td.heading {
	background-color: #F63;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.td.headingGreen {
	background-color: #0C0;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.border-bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.vertical-align-middle {
	vertical-align: middle;
	text-align: center;

}

.main {
	width:235px;
	border:1px solid #dfdfdf;
}

.month {
	background-color:black;
	font:bold 12px verdana;
	color:white;
}

.daysofweek {
	background-color:#CCC;
	font:bold 12px verdana;
	color:black;
}

.days {
	font-size: 12px;
	font-family:verdana;
	color:black;
	background-color: #EEE;
}

.days #today{
	font-weight: bold;
	color: red;
}