/* Stylesheet for the main Lexdis Project Website */
/* Russell Newman Aug 2008 */

html { overflow: scroll; }

body {
	background: #94A0C8 url(../images/i/i_grad.png) top repeat-x;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

a, a:visited 	{ color: #336; }
a.external		{ background: url(../images/i/i_external.gif) right center no-repeat; padding: 0 16px 0 0; }

dl		{ font-style: italic; }
dl dt	{ font-weight: bold; }

h1, h2, h3 { color: #336 }
p > img + h1, p > img + h2, p > img + h3 { clear: both }

ul li { margin: 0 0 10px 0; }

#container {
	width: 985px;
	background-color: #FFF;
	margin: 0 auto;
}

#header {
	margin: 0 180px 0 190px;
	text-align: center;
}

#header img {
	margin: 10px 0 0 0;
}

#breadcrumb,
#footer {
	margin: 0 10px 0 190px;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: small;
	border-style: solid;
	border-width: 1px 0;
	border-color: #DDD;
	clear: both;
}

#rightbar {
	float: right;
	width: 140px;
	margin: 10px;
	padding: 10px;
	background-color: #EEE;
}

#rightbar img {
	margin: 10px 0 0 0;
}

#menubar {
	float: left;
	width: 140px;
	margin: 10px;
	padding: 10px;
	background-color: #EEE
}

#menubar img {
	margin: 0 10px 0 0;
}

#menubar a {
	line-height: 2em;
}

#content {
	margin: 10px 10px 10px 190px;
}

#content img {
	padding: 5px;
	border: 1px solid #336;
	background: #BFCFFF;
}

#content img.float {
	float: left;
	margin: 0 15px 15px 0;
}

#content img.floatright {
	float: right;
	margin: 0 0 15px 15px;
}

#content .elexdis {
	background: url(../images/i/im_elexdis.gif) left center no-repeat;
	padding: 0 0 0 16px;
}

#content a.download_powerpoint {
	background: url(../images/i/i_powerpoint.gif) left center no-repeat;
	padding: 0 0 0 20px;
}

#content a.download_word {
	background: url(../images/i/i_word.gif) left center no-repeat;
	padding: 0 0 0 20px;
}

#content a.download_html {
	background: url(../images/i/i_html.gif) left center no-repeat;
	padding: 0 0 0 20px;
}


.bottomline {
	margin: 0 0 40px 0;
	border-bottom: 1px solid #DDD;
}

.clearer:after, #homecontent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {
	clear: both;
}