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



#header {
	border-top: 3px solid #1e1e1e;
	background: bottom no-repeat #2a3045;
	background-image: url(../masthead/rotate.php);
}

#headerOverlay {
	background: url(../images/headerOverlay.png) bottom repeat-y;
	padding: 25px 0 14px;
}

#headercontent {
	text-align: left;
	width: 955px;
	margin: 0 auto;
	height:115px;
}

#logo {
	position: relative;
	z-index: 100;
	display: block;
	width: 182px;
	height: 82px;
	background: url(../images/csecs-scedhs.gif) 0 0 no-repeat;
	margin-left: 1px;
}

#headerline {
	text-align: right; 
	color: #fff; 
	font: italic 14px "Times New Roman", Times, serif; 
	font-weight: bold; 
	margin-bottom: 0px;
	margin-right: 6px;
}

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

#headerline a:hover {
	text-decoration:none;
	color: #99a5b4;
}

#navigationcontent {
	text-align: left;
	width: 955px;
	margin: 0 auto;
}

#navigation {
	background: url(../images/blue-bg.gif) bottom repeat-x;
	border-top: 1px solid #1e1e1e;
	height:60px;
}

#navigation ul li {
	float: left;
	list-style:none;
	height:51px;
}

#navigation ul li a {
	color: #f0e3db;
	padding: 20px 20px 5px 20px;
	float: left;
	font-size: 14px;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #ffffff;
}


#navigation li.menu_on {
	background-image: url("../images/blue-bg-on.gif");
	background-repeat:repeat-x;
	}

	
#navigation ul a.menu_on:link  {
	background-image: url("../images/blue-bg-on.gif");
	background-repeat:repeat-x;
	}


#body {
	width: 955px;   
    margin: 0 auto;
}


#bodycontent-home {
	width: 955px;   
    margin: 0 auto;
}

#bodycontent {
	text-align: left;
	width: 900px;
}

#bodycontent ul {
	margin-top:15px;
}

#bodycontent li {
	margin-left:40px;
	padding-bottom: 18px;
}



/* for the right-hand column on the home page linking to the next conference */

#home-conference {
	float: right;
	width::250px;
	min-height:500px;
	margin:0;
	padding-left:60px;
	padding-top:20px;
	text-align:center;
}

#home-conference p {
	color: #83816c;
	font-size: 95%;
}

#home-conference a:link {
	color: #83816c;
	text-decoration:none;
}

#home-conference a:visited {
	color: #83816c;
	text-decoration:none;
}

#home-conference a:hover {
	color: #2d2b29;
}


table.content {
	border: none;
	background: #ffffff;
	margin-top:-10px;
}

th.content, td.content {
	border: none;
	vertical-align:top;
}

td.sidebar {
	width: 145px;
	vertical-align:top;
	border-bottom:none;
	font-size:95%;
}


td.sidebar p {
	color: #807f78;
	margin-bottom:12px;
}

td.sidebar p.top {
	margin-top:28px;
}


.row {
	float: left;
	width: 100%;
	text-align: center;
}




p.language {
	font-size: 95%;
	text-align:right;
	margin-top:-20px;
	margin-bottom:7px;
}

p.indent {
	margin-left: 40px;
}



blockquote {
	margin-left: 6px;
	padding: 0 0 0 36px;
	line-height: 21px;
	margin: 0;
}


sup {
	position: relative;
	top: -0.35em;
	font-size:xx-small
}

sub {
	position: relative;
	top: 0.35em;
	font-size:xx-small
}

a, a:visited {
	text-decoration: none;
	color: #21759b;
}

a:hover {
	color: #2d2b29;
}

.imgRight {
	float: right;
	margin: 0 0 18px 12px;
}

.imgLeft {
	float: left;
	margin: 0 12px 18px 0;
}

.imgBorder {
	border: 4px solid #e1d5ad;
	outline: 1px solid #fff;
	overflow: hidden;
	padding: 0;
	line-height: 0;
}

.imgBorder img {
	margin: -4px;
}

img.manicule {
	border:0px;
	vertical-align:text-bottom;
	padding-right:5px;
}



.clear {
	clear: left;
	width: 100%;
}



.box {
	border-bottom: 1px solid #dfddc8;
	margin-bottom: 18px;
}


p + hr {
	margin-top: 0;
}

table {
	border-left: 1px solid #e9e8d8;
	border-top: 1px solid #e9e8d8;
	width: 100%;
	background: #fff;
	margin: 0 0 18px;
	clear: left;

}

th, td {
	border-right: 1px solid #e9e8d8;
	padding: 4px 9px;
	border-bottom: 1px solid #dfddc8;
	zoom: 1;
	vertical-align: middle;
}

th {
	background: #dfddc8;
	vertical-align: middle;
	padding: 9px;
	font-weight: bold;
	border-color: #d3d1ba;
	border-bottom-color: #c7c5af;
}

th span {
	clear: left;
	font-weight: normal;
	display: block;
}

tr.alternate td {
	background: #f7f7f1;
}

td img {
	position: relative;
	top: 2px;
	margin: 0 auto;
}

.clearBoth {
	display: block;
	height: 0;
	clear: both;
}


/* Form */


#contact-area {
	width: 650px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 483px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #83816c;
	font-size:10px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#contact-area input.radio-button {
	width: 20px;
	margin: 6px 0px 10px 134px;
}

#contact-area input.radio-button1 {
	width: 20px;
	margin: 6px 0px 10px -2px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 120px;
	padding-top: 5px;
}

#contact-area label.radio-label {
	width:auto;
	float:none;
}

