/* *** css by miss monorom www.intensivstation.ch  css edited by Byronsbyte Consulting *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

/* Hack - centers body on page. The transparent image repeats left and spans the longest div so that the page automatically expands regardless of how much text is in a particular div*/
body 
	{

		background:#e1ddd9 url(images/backgrounds/bk_hack.gif) repeat-y scroll left top;
		margin:2px auto;
		padding:0;
		font-size: .9em;
		font-family: Arial, SunSans-Regular, Sans-Serif;
		color:#564b47;
	}
	
a {color: #DB7093; text-decoration:none;}
a:visited {color:#DB7093;}
a:hover {color: #DB7093;; text-decoration:underline;}
a.noline:hover{text-decoration:none;}
a:active { color:#000;}

h1 {
font-size: .8em;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:15px 5px 3px 5px;
margin:0px }

h1.banner{padding:5px;}
h1.footer{padding:5px 4px 5px 0; font-size:.7em;}

h2, h3 {
font-size:1.02em;
font-weight: normal;
padding: 15px 5px 7px 5px;
margin:0px;}

h3{
font-size:1em;}

img{border:0;}

img.download {vertical-align:middle;}

/* ---------- WRAPPER DIV -------------- */
#container 
	{
		width: 82%; /*800px*/
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		background: #EBD3E0; /* Displays as Left Div background*/
	}

/* ---------- MASTHEAD DIV -------------- */
#banner 
	{
		background: #000020; /*#e1ddd9*/ 
		text-align: right;
		padding: 0px;
		margin: 0px;
	}
	
#banner img {padding:0px;} 

/* -----------------CONTENT DIV - RIGHT COLUMN --------------------- */
#content 
	{
		background: #fff;
		padding: 0px;
		margin-left: 200px;
		margin-right: 0px;
		min-height:600px;
		/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
	}
#content p{margin-top:7px;}
#content p.move{margin-left:17px;}
#content h2{font-size:1.5em;}
#content h3{font-size:.93em; padding:5px;}
#content table{margin-top:-16px;}
#content .largeImage{float:left;margin-left:5px;border:solid 15px #e4e4e4;}

#left h2{padding:9px 5px 4px 8px;}
p, pre{
padding: 0px 5px;
margin:0px;
}

/* -------------- LEFT SIDEBAR DIV ------------- */
#left 
	{
		float: left;
		width: 200px /*20%*/;
		margin: 0px;
		padding: 0px;
	}
	
#left p{padding:0px 5px 5px 8px;}
#left a {font-size:1em; color:#000020; text-decoration:none;}
#left a:visited {color:#000020; text-decoration:none;}
#left a:hover {color: #DB7093;; text-decoration:underline;}
#left a:active {color:#000000; text-decoration:none;}

/* ----------- FOOTER DIV --------------------------- */
#footer 
	{
		margin: 0px;
		padding: 0px;
		text-align: right;
		clear: both; 
	}
	
/* -----------images--------------------------- */

.imgBorder {
	border: 1px solid #ccc;
}

.leftMargin{padding-left:5px;}


.pad
	{
		padding-top:9px;}
		/*li.main {
		list-style: /*url(images/Logo/bullet.gif);*/ 
		margin-bottom:5px;
	}


ul li.sub {
	list-style: /*url(images/Logo/sub.gif);*/ margin:3px 0 5px -28px;
}
table#video {
		margin-left: 45px;
}
table#sched{margin:7px; border:1px solid #876;}
table#sched th{background:#EBD3E0; color:#000020; text-align:center; font-weight:400; padding:3px; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-bottom:1px solid #876;}
table#sched td{padding:3px; border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
table#sched td.noRight{padding:3px; border-right:0;}
table#sched td.noLeft{padding:3px; border-left:0;}
table#sched td.noBottom{padding:3px; border-bottom:0;}
table#sched td.noBoth{padding:3px; border-left:0; border-bottom:0;}
table#sched td.pad{padding:0 3px; vertical-align:top;}
.padRight{padding-right:18px;]


.date
{
	font-size: .75em;
	line-height: .5em;
}

/* Curly Quotes - http://www.designmeme.com/articles/csscurlyquotes/ */
#CurlyQuotes
	{
		display: block;
		border:1px solid #000; /* measure */
		margin-top:10px;
		padding: 0 60px;
		width: 360px;
	}

#CurlyQuotes blockquote:before, blockquote:after 
	{
		color: #000; /*#69c; */
		display: block;
		font-size: font-size: 700%;
		width: 50px;
	}

#CurlyQuotes blockquote:before 
	{
		content: open-quote;
		height: 50px; /*0px;*/
		margin-left: 0; /* -0.55em; */
	}

#CurlyQuotes blockquote:after 
	{
		content: close-quote;
		height: 50px;
		/*margin-top: -70px;*/
		margin-left: 360px;
	}
