/* Start of CMSMS style sheet 'AzeusStyle' */
/*****************
AZEUS PRINT STYLESHEET
******************/

img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #e9d766; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color:  #e9d766;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #7e8083;
}

a:visited:hover {
   text-decoration: none;
    color: #7e8083;
}

/*****************
basic layout 
*****************/
html{margin:0;} 

body {
	margin:0;
	padding:0;
	height:100%;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;

	
}



#outershell{
	margin: 0 auto;
	width: 1000px;
	text-align:center;


 }


#innershell{
	width:1000px;
	position:relative;
	margin-top:0px;
	margin-left:0px;

			    
}


#topsection{position:relative;
	width: 1000px;
	margin-top:0px;
	height:252px;
                background-image:  url(images/AzeusHeader.jpg);
	background-repeat: no-repeat;

}

#menubar {float:right;
                text-align:right;
                padding-top:202px; 
                margin-right:15px;

}

#contentwrapper, .contentwrapper{

                text-align:left;
	padding: 0px;
                padding-bottom: 25px;
	}
div#main {position:relative;
                 float:left;
                padding-left: 30px;

	min-height: 492px;
	height: 492px;
	height: auto !important;
                width: 450px;

                margin-top:20px;
              margin-right: 10px; /* and some air on the right */
                text-align:left;
}
div#main2column {position:relative;
                 float:left;
                padding-left: 30px;
	min-height: 492px;
	height: 492px;
	height: auto !important;
                width: 670px;
                margin-top:20px;
                margin-right: 10px; /* and some air on the right */
                text-align:left;
}
div#main1column {position:relative;
                 float:left;
                padding-left: 30px;
	min-height: 492px;
	height: 492px;
	height: auto !important;
                width: 950px;
                margin-top:20px;
                margin-right: 10px; /* and some air on the right */
                text-align:left;
}

div#sidebar {
                position:relative;
                float: left;
          	width: 235px;
	display: inline;
	margin-left: 15px;
                padding-top: 20px;
	min-height: 492px;
	height: 492px;
	height: auto !important;
	background-image: url(images/AzeusSidebar.gif);
	background-repeat: repeat-y;

}

div#sidebar  a {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #ffffff; 
   text-decoration: none;

}

div#sidebar  a:visited {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #ffffff; 
text-decoration: none;

}

div#sidebar  a:hover {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #C3A303; 
   text-decoration: none;

}




div#leftcolumn {
font-size: 15px;
font-weight:bold;
position:absolute;
text-align:right;
color:#fff;
width:200px;
right: 10px;
bottom: 20px;



}

div#rightcolumn {float:right;
width: 200px;
padding-top:20px;
 }

#contact1 
{padding-left:30px;
padding-right:30px;
left:0px;
width: 890px;
bottom:10px;
padding-top: 30px;
color: #A98F44;
font-size: 11px;
     }

div#contact  
{position:absolute;
padding-left:30px;
left:0px;
width: 450px;
bottom:10px;
padding-top: 30px;
color: #A98F44;
font-size: 11px;
     }

div#contact  a,
div#contact  a:link 
div#contact  a:active {
   text-decoration: none;
   font-size: 11px;
   color: #A98F44;

}

div#contact  a:hover {
   text-decoration: none;
   font-size: 11px;
   color: #c3a303;
    background: none;

}



#contact1  a,
#contact1  a:link 
#contact1  a:active {
   text-decoration: none;
   font-size: 11px;
   color: #A98F44;

}

#contact1  a:hover {
   text-decoration: none;
   font-size: 11px;
   color: #c3a303;
    background: none;

}

.Quote_lineheight {line-height: 1.5em;}






/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px solid #c6c6c6;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {
position:relative;
}

/* HEADINGS */
div#content h1 {color:#7E8083;
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #7E8083; 
	font-size: 1.5em; 
	text-align: left; 
}
div#content h3 {
   color: #7E8083; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #7E8083; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #7E8083; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color:#7E8083; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {

   line-height: 1.4em;

}

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;
}


/*   END LISTS */


/* End of 'AzeusStyle' */

