/*
 General TAG styles
*/
html { }
html body {
	background:#ebebeb url(../images/dotted-background.gif) top repeat-x;
	color: #333333;
	font-family: georgia,verdana,tahoma,arial,sans-serif;
	font-size: 13px;
	margin: 0;
	text-align: center;
}
img { border:0 none; }
p { text-indent: 20px; }
h4 { font-size: 100%;font-weight: bold; color:#183883; }
h3 { font-size: 110%;font-weight: bold; color:#183883; }
h2 { font-size: 120%;font-weight: bold; color:#183883; }
h2 { font-size: 130%;font-weight: bold; color:#183883; }
ul { margin-top: 5px; padding-top: 0px; }


.layout { padding:10px; height:100%; }
#container { width:790px; padding: 0px; background-color: #ffffff; }


#header { width: 790px; padding:0px; text-align: left; }
#header table {
	padding: 0px;
	margin: 0px;
}
#header .cell_logo { width: 250px; text-align: left; }
#header .cell_nav {
	vertical-align: top;
	width: 105px;
	text-align: center;
	white-space: nowrap;
}
#header .cell_logo a { border: 0px }
#header .cell_nav a {
	color: #000000;
	background: #ffffff;
	padding-top:20px;
	padding-bottom:10px;
	font-size: 14px;
	font-family: georgia,verdana,tahoma,arial,sans-serif;
	font-weight: bold;
	display: block;
	text-decoration: none;
	border-top: #ffffff solid 1px;
	border-bottom: #c1c1c1 solid 3px 
}
#header .selected a {
	border-bottom: #183883 solid 3px;
}
#header .cell_nav a:hover {
	background-color: #f1f1f1;
	border-top: #e1e1e1 solid 1px;
	border-bottom: #183883 solid 5px;
	border-left: #183883 solid 1px;
	border-right: #183883 solid 1px;
}


#content { width: 790px; text-align: left; }
#content-header {
	font-size: 140%;
	background-color: #f1f1f1;
	padding: 10px 20px 10px 60px;
	border-top: #e1e1e1 solid 3px;
	border-top: #e1e1e1 solid 1px;
}
#content-body { padding: 10px 10px 10px 60px; }
#content a { color: #183883; text-decoration: none; border-bottom: 1px dashed; }
#content a:hover { color: #333333; text-decoration: none; border-bottom: 1px solid; }
#content div.block { width:708px; padding:5px; margin-bottom: 10px; border: #c1c1c1 1px solid; }
#content div.rightblock { float:right; width:120px; padding:10px; border: #c1c1c1 1px solid }
#content div.rightblock a { text-decoration: none; border: none; }
#content div.block div.desc { float:left; width:280px; min-height:75px; margin-right:10px; }
#content div.block a { text-decoration: none; border: none; }


#footer {
	width: 790px;
	text-align: left;
	vertical-align: bottom;
	border-top: #e1e1e1 solid 3px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer td { font-size: 12px; }
#footer .cell_lab_enter{ padding-left: 45px; text-align: left; vertical-align: bottom; }
#footer .cell_contact{ width:250px; }
#footer a { color: #333333; text-decoration:underline; }
#footer a:hover { color: #183883; text-decoration:none; }
#footer .rightimage { float:right; margin-left:5px; margin-bottom:5px; }


.noborder { border: 0px solid; }
.lightbox {} /* empty class necessary for LightBox */
.noindent { text-indent: 0px; }
.feature { padding-left: 20px; font-weight: bold; }
.project { font-style: italic; font-weight: bold; display: block; }
.rightimage { float: right; margin-left: 80px; margin-bottom: 20px; }
.binecs_blue { color:#183883; }
.binecs_grey { color:#c1c1c1; }
.binecs_darkgrey { color: #838280; }
.error { color: #FF0000; }
.missing { font-size: 30px; }
