/* CSS Document */

	
/* This is for all other browsers */
div#default {
	margin-left:auto;
	margin-right:auto;
	/*width: 773px;*/
	/*border:1px solid red;*/
	max-width: 900px;
	min-width: 775px;
}
/* ie min-width, max-width emulation */
* html div#default {	
	width: 800px;/*  in case JS is off, set a fallback width. default is auto 1000*/
	width: expression(Math.max(Math.min((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth), 900), 770)+'px');/**/
}

div#header {
	height:130px;
	background-color: #333333;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	display: block;
}

div#header-right {
	height:130px;
	padding-right:26px;
	background-image: url(images/header-right.jpg);
	display: block;
	background-repeat: no-repeat;
	background-position: right;
}

div#header-split {
	height:130px;
	background-image: url(images/header-split.jpg);
	display: block;
	background-repeat: no-repeat;
	background-position: 162px;
}

div#header #logo {
height:130px;
float:left;
}

div#header #header-description {
	color:#EC8824;
	font-size:24px;
	float:none;
	height:59px;
	text-align:right;
	position:relative;
	top:40px;
 	/*border: 1px solid #FF0000;*/
}




div#transcription {
	height:160px;
	display: block;
	background-color: #FFFFFF;
	background-image: url(images/digital-transcription-bg-1.jpg);
	background-repeat: no-repeat;/**/
	background-position: 225px;
	/*border: 1px solid #000000;*/
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #333333;
	}
	
img#digital-transcribers {
	float:left;
}







div#body {
	background-image: url(images/content-top-bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 4px;
	border-right-style: solid;
	border-top-color: #676767;
	border-right-color: #333333;

}

div#sidebar-bg {
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-y;
	height:100%;
	/*border: 1px solid #FF0000;	*/
}

div#sidebar-top {
	float:left;
	min-height:129px;
	width:265px;
	background-image: url(images/sidebar-top-bg.jpg);
	background-repeat:no-repeat;
	height:100%;	
	/*border: 1px solid #FF0000;*/
}


* html div#sidebar-top {
	height: 129px;/*  in case JS is off, set a fallback width. default is auto 1000*/
	height: expression(Math.min((document.documentElement ? document.documentElement.clientHeight : document.body.clientHeight), 129)+'px');
}

div#sidebar-content {
	margin-top:10px;
	margin-left:10px;
	margin-right:40px;
	width:225px;
	color:#FFFFFF;
	/*border: 1px solid #FF0000;*/
	float:none;
}


div#sidebar-content a {
font-weight:bold;
}

div#sidebar-content ul {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div#sidebar-content ul li {
	list-style-position: inside;
	list-style-type:square;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


div#main-content {
	min-height:129px;
	margin-left:265px;
	padding:10px;
	padding-left:5px;
	/*border: 1px solid #FF0000;*/
}

* html div#main-content {
	height: 129px;/*  in case JS is off, set a fallback width. default is auto 1000*/
	/*height: expression(Math.min((document.documentElement ? document.documentElement.clientHeight : document.body.clientHeight), 129)+'px');*/

}

div#main-content a {
font-weight:bold;
}

div#main-content ul {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div#main-content ul li {
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

div#footer {
	height:102px;
	background-color: #333333;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	display: block;
	clear:both;
}

div#footer-left {
	height:102px;
	padding-left:26px;
	background-image: url(images/footer-left-bg.jpg);
	background-repeat: no-repeat;
}

div#footer-right {
	height:102px;
	padding-right:26px;
	background-image: url(images/footer-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

div#footer #logo-footer{
margin-top:18px;
float:right;
}
div#footer #footer-content{
	margin-top:16px;
	float:left;
	color: #FFFFFF;
}

div#footer #footer-content a{
	font-weight: bold;
}