/* Start of CMSMS style sheet 'Shadow_All_Pages' */
/* every page CSS file - necessary for all pages */ 
html{
	padding:0px;
	margin: 0px;
} 
body {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(/images/cms/shadow/page_bkg.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 75.01%;
   	line-height: 1em;
}
img {
   border: 0;
}
/* container, no borders, no padding */ 
#container{
	background-color: #FFFFFF;
	background-image: url(/images/cms/shadow/content_bkg.png);
	background-repeat: repeat-y;
	width:926px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
/* header, no borders, no padding */ 

#header{
	position:relative;
	height:184px;
	width:926px;
	background-image: url(/images/cms/shadow/header_bkg.png);
	background-repeat: no-repeat;
}
div#branding {

}
/* footer, no borders, no padding */ 
#footer{
	background-image: url(/images/cms/shadow/footer_bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 926px;
	height: 60px;
}
div#footer p {
	font-size: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
} 
div#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer p a:hover {
	color: #FFFF99;
	text-decoration: none;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	height: 1px;
	border-bottom: 1px dotted black;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* relational links under content */
div.left49 {
  width: 69%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 29%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {
	margin-top: 10px;		
}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #666666; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #003471; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #666666; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #666666; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #666666; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h6 {
   color: #666666; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 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;
}

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;
}
a:link { color: #999999; text-decoration: none;}
a:visited { color: #6699CC; text-decoration: none;}
a:active { color: #155D93; text-decoration: none;}
a:hover { color: #155D93; text-decoration: underline;}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#column_main ul,
div#column_main ol,
div#column_main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#column_main ul li,
div#column_main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#column_main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#column_main dl dd {
   margin: 0 0 1em 1em;
}

div#column_main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'Shadow_All_Pages' */

