/* Start of CMSMS style sheet 'ot_style' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font:88%/1.24  Arial, Helvetica, sans-serif;
   
   color: #000;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a:link {color:#06c;}
a:hover {color:#900;}
a:active{color:#900;}
a:visited{color:#666;}

	


/*****************
basic layout 
*****************/
body {
  margin:0; padding:0;
		
		background: #600;
   
  
}

/* center wrapper, min max width */
div#pagewrapper {
width: 842px;
text-align: center;
margin: 0 auto;

}

#container {

background:#fff4cc url(/images/global/bg_body.jpg) repeat;
text-align: left;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding-bottom:0.0em;
margin: 0
 }

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
#header {
		margin:0; padding:0;
		background:  #fff4cc url(/images/global/bg_head_top.jpg) no-repeat;
		height:136px;
}




#lft_head {float:left;
margin: .5em 1.3em ;
font: .8em  Arial, Helvetica, sans-serif; 

color:#fff;
text-align:left;
}

#lft_head h1 {
font: .8em  Arial, Helvetica, sans-serif; 
color:#fc9;
}	


		
/* position for the search box */
div#search {
   float: right;
   width: 27em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.3em 0 0.1em 0;
   margin: 0 .5em 0 .1em;
  font-size: 88%;
}

div.breadcrumbs {
   padding: .4em 0 .3em 2.5em; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 88%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 .3em 0 .1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #39c;
   background: #def;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 
 
 /* these  are for bg color setting */
#contentwrap {
		margin:0; padding:0;
		
		background: url(/images/global/bg_head_bot.jpg) no-repeat;
		border: 0px solid #fff4cc;
		
		}
		
 div#content {
   margin: 0em auto .5em 1.3em;   /* some air above and under menu and content */
}


div#main {
   margin:0 2.5em 0 228px;
	padding:1em 0 1.3em 0; 
  
}

div#sidebar {
   float:left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width:186px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   padding:0 1.3em 1.3em 0em;
   background: transparent; 
 
		
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   background: #transparent; font: .9em  Arial, Helvetica, sans-serif;margin:0; border-top: 0px solid #fff;
}

div#footer p {
   font-size: 0.9em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
   color:#ffc;
}

div#footer p a {
   color: #f96; /* needed because footer link would be same color as background otherwise */
}

div#footer p a:hover {
   color: #fff; /* needed because footer link would be same color as background otherwise */
   background:#600;
   text-decoration: underline;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 79%; /* 50% for both left and right might lead to rounding error on some browser */
  padding: 0 0 1em 1em;
}

div.right49 {
  float: right;
  width: 20%;
  text-align: right;
  margin-right: 1em:
   padding: 0 1em 1em 0;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#contentbox h1 {
	font-size: 1.4em; 
	color: #036; 
	margin:  0;
	padding: 0;
	}

div#main h2 {
	font-size: 1.3em;
	color: #a00;  
	margin:  0;
	padding: 0;
	}
	
div#main h3 {
	font-size: 1.1em; 
	margin: 0;
	color: #009;
	}

div#main h3.subhead {color:#039;
font-weight: normal;
text-transform:uppercase;
font-size:.9em;
margin: 0 0 .8em 0;
}


h5, h6 {
font-family:  arial, helvetica, sans-serif; 
color: #360;
}

div#main h4 {
	font-size: 1.0em; 
	margin: 1em;
	color: #900;
	}
div#main h5 {
	font-size: 1.0em; 
	
	}
h6 {
	font-size: 1.0em;
	color: #036;
	margin: 1em 0; 
	}

div#news  {
	background: #FFF7DF;
	}

div#news h2 {
	color: #a00; 
	font-size: 1.1em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #fa0; 
	
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

.first { margin-top:0;
	padding-top: 0;
	margin-top:0; 

	}	

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/* MY LIST DEFINITIONS */
div#main ol {
margin: .7em 0 .5em 0em;
}

div#main li {
padding: 0 0 .8em 0;
}
ul.default {
list-style-type: none;
padding: 0;
margin: .7em 0 .5em 3.0em;

font-size: 1.0em;
font-weight: normal;
}

.default li
{
margin-left: 0;
padding: 0 0 .8em .2em;
line-height: 1.2em;
list-style-image: url(/img/global/bullet_orng.gif); 
background-repeat: no-repeat;
background-position: 0 .5em;

}

ul.secondlevel {

padding: 1em 0 0 0;
margin-left: .8em;

font-size: 1.0em;
font-weight: normal;
}

.secondlevel li
{
margin-left: 0;
padding: 0 0 .5em .5em;
line-height: 1.0em;
list-style-image: url(/images/global/bullet_mar_sm.gif); 
background-repeat: no-repeat;
background-position: 0 .3em;

}
/* END LISTS */

/* MY ALTERNATE DEFINITIONS */
.caption {font-size: 1.1em;
font-style:italic;
color:#009;
text-align:center;
}

.big { font-size:1.2em;
font-weight:bold;}

.time {font-size:.9em;
font-weight:bold;
text-transform:uppercase;
color:#993300;
}

.red {color:#C00;}

.floatr {
float:right;
margin-left: 1em;
}

.amazon  {font-size:.88em;}

.book {
text-align:center;
}

.sm{
font-size: .85em;
line-height: 1.0em;
color: #ca7;
text-decoration:none; }

.sm a:link {
text-decoration:none;
color: #ca7;
}

.sm a:hover {
text-decoration:none;
color: #eec;
}



.note {
font-size: .9em;
color: #063;
}

.indent {
margin-left: 1em;
}

.left {
float: left;
margin-right: 1.5em;
}

.right {
float: right;
margin-left: 1.5em;
}

/* End of 'ot_style' */

