@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #9c9d9d;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px; 
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 20px;
}

.margin-right {
	margin-right: 20px;	
}

.margin-top {
	margin-top: 20px;	
}

.margin-bottom {
	margin-bottom: 20px;
}

.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 1px dotted #ffffff;
}

.border {
	border: 1px solid #ffffff;
}

ul {
	margin: 0px;
	padding: 0 0 0 15px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}

form {
	padding: 0;
	margin: 0;
}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color:#FF6600;
}

h2 {
	margin: 0px;
	line-height: normal;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

.orange {
	color:#FF6600;
}


/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1013px;
	
}

#main-container {
	background-image: url(../images/bg-main.png);
	background-repeat:repeat-y;
	width: 1013px;

	
	
}

#top {
	background-image: url(../images/bg-top.png);
	background-repeat: no-repeat;
	background-position: 0 83px;
	height:159px;
	width: 1013px;
}

#top-sub {
	float: left;
	margin-top: 58px;
	width: 712px;
}

#login {
	float: left;
	padding-left: 9px;
}

#login input {
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	line-height: 10px;
	font-size: 10px;
	border: 1px solid #999999;

}

.login-width {
	width: 140px;
}


#top-menu {
	float: right;
	padding-right: 6px;
	font-size: 10px;
	color: #9a9b9c;
	text-transform: uppercase;
	text-align: right;
	margin-top: 5px;
}

#top-menu a {
	color: #9a9b9c;
	text-decoration: none;
	margin: 0 2px;
}

#top-menu a:hover {
	color: #FFFFFF;
}



#side {
	background-image:url(../images/bg-side.jpg);
	background-repeat: no-repeat;
	width: 20px;
	margin-left: 6px;
	height: 264px;
	float: left;
}



#menu {
	padding-top: 20px;


}


#slideshow {
	z-index: -100px;
	height: 347px;
	width: 732px;
}

#slideshow  img {
	z-index: -100px;


}

	
	
	
	

#footer {
	padding: 15px 6px;
	background-image:url(../images/bg-bottom.png);
	background-repeat: no-repeat;
	color: #494949;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
	
	
}

#footer a {
	color: #494949;
	text-decoration: none;
	
}

#footer a:hover {
	color: #000000;
	
}



#left-column {
	float: left;
	display: inline;
	background-image:url(../images/bg-left.jpg);
	background-repeat:repeat-x;
	width: 217px;
	padding: 16px;
	min-height: 300px;
	line-height: 18px;
	color: #2a2a2a;
	
	
}


#left-column a {
	color: #2a2a2a;
}


#left-column a:hover {
	color: #000000;
}



#left-column li {
	list-style-image: url(../images/bt-1.gif);
	padding-bottom: 20px;
}

#right-column {
	background-image:url(../images/bg-right.png);
	background-repeat: repeat-x;
	padding: 30px;
	width: 672px;
	min-height: 130px;
	color: #CCCCCC;
}

#right-column ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
}

#right-column li {
	list-style-image: url(../images/bt-1.gif);
	padding-bottom: 10px;
}


#right-column a {
	color: #CCCCCC;
}

#right-column a:hover {
	text-decoration: none;
}

#right-container {
	float: left;
	display: inline;
	width: 732px;
}

#events-home {
	width: 153px;
	padding-right: 23px;
	border-right: 1px solid #565756;
	margin-right: 23px;
	float: left;
	line-height: 18px;
	min-height: 240px;
}

#events-home ul {
	padding: 0;
	margin: 0;
}

#events-home li {
	list-style: none;
	padding-bottom: 13px;
}

#events-side ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

#events-side li {
	list-style: none;
	padding-bottom: 13px;
}

#counsel-home {
	width: 235px;
	padding-right: 23px;
	border-right: 1px solid #565756;
	margin-right: 23px;
	line-height: 18px;
	float: left;
	min-height: 240px;

}

#publications-home {
	width: 190px;
	float: left;
	min-height: 240px;
	line-height: 18px;
}

#sub-left {
	width: 471px;
	padding-right: 23px;
	border-right: 1px solid #565756;
	margin-right: 23px;
	float: left;
	line-height: 18px;
	min-height: 300px;
}

#sub-right {
	float: left;
	width: 153px;
	min-height: 300px;

}	

#sub-right ul {
	margin: 0;
	padding: 0 0 0 15px;
}
	
#sub-right li {
	list-style-image: url(../images/bt-2.gif);
	line-height: 16px;

}

.contact-width {
	width: 250px;
}

#publications {
	line-height: normal;
}

#publications img {
	padding-bottom: 10px;
}

#flashcontent {
	height: 750px;
	margin-top: 10px;
}