/* Start of CMSMS style sheet 'layout - 2 columns' */
/*****************
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: 60%/1.5em Arial, Helvetica, sans-serif;
   color:#5b5b5b;
   line-height: 1em;
   font-weight:normal;
}

/*
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
*/

a,
a:link 
a:active
a:visited {
   text-decoration: none;
/* 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: #0095EC; 
}


a:hover {
   text-decoration: none;
   color: #000;
}

/*****************
basic layout 
*****************/
body {
   background: url(images/cms/shim.jpg) top left repeat-x;
   margin:0;
   height:100%;
}

div#pagewrapper {
   margin: 0 auto;
   width:930px;
   color: black;
   min-height:100%;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

#headwrapper {width:933px; background: url(images/cms/newheader.jpg) no-repeat; height: 155px; margin-left:14px;}

div#header {
   height: 120px;       
}

div#header h1 a {
   background: url(images/cms/logocf.jpg) no-repeat; 
   display: block; 
   height: 108px;
   width: 200px;
   text-indent: -999em;
   text-decoration:none;
   position: relative;
   left:730px;
}

div#search {
   float: right;
   width: 27em;
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 5px 30px 0 30px;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0;
   font-size: 90%;
   margin: 5px 30px 0 30px;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   margin: 10px auto 20px auto; /* some air above and under menu and content */
}

div#main {
   margin: 0 20px;
   width:654px;
}
#textarea {margin-top: 10px;background:#fff; border: 13px solid #dee7ee;}

div#sidebar {
   border: 13px solid #dee7ee;
   float: right;
   width:220px;
   display: inline;  /* FIX ie doublemargin bug */
   margin: 10px 0 20px 0;
   font-size: 85%;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   border-top: solid 1px #ccc;
}


#footercontent {width:950px; margin: 0 auto; background: url(images/cms/praxity.jpg) top right no-repeat ; }

#footer p {
		font-size:0.9em;
		line-height:1.8em;
               padding: 1.5em 0 1.5em 40px;
		}
#footer a, footer a:visited { 
		text-decoration:none;
		border-bottom:dotted 1px;
		color:#379bff;
		}
#footer a:hover {
 border-bottom:dotted 1px #ff6600;
 color:#ff6600;
		}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   border-bottom: 1px solid #ccc;
}



/********************
CONTENT STYLING
*********************/
.header-image {border: 13px solid #dee7ee; margin-left:20px;}

.wmlink {padding-left:15px; background: url(images/cms/dot_green.gif) center left no-repeat;}
.techlink {padding-left:15px; background: url(images/cms/dot_red.gif) center left no-repeat;}
.corplink {padding-left:15px; background: url(images/cms/dot_orange.gif) center left no-repeat;}
.grouplink {padding-left:15px; background: url(images/cms/dot_blue.gif) center left no-repeat;}

/* HEADINGS */

h2, h3, h4, h5 {letter-spacing:-0.055em;}

div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #f89829; 
   font-size: 1.8em;
   line-height: 1.2em;
   padding: 10px 0 15px 0;
   font-weight: bold;
   background: #dee7ee;
}
div#content h4 {font-size:1.4em; font-weight:bold; padding:1em 0 0 10px; color: #f89829; }

div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size:1.4em;
   line-height:1.4em;
   margin: 0.6em 10px 0.4em 10px;  /* some air around p elements */
   padding: 0;
   color:#848485;
}
.formp {margin:0 0 10px 0;}

#textarea p {background:#fff;}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
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%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul { 
}
div#main ul li{
   font-size: 13px;
    margin: 0 2em 1em 2em;
   color:#848485;
   line-height:1.4em;
}
#main ul ul li {font-size: 12px;}

.right {float:right; padding:0 0.5em;}

/* END LISTS */

/* FORM */

.contactform {color: #fff;}
.contactform fieldset {padding: 1.2em; color: #666;} 
.contactform fieldset legend {font-weight: bold; margin-bottom: 15px;}
.contactform {background: #fff; padding-bottom:15px;}
.contactform textarea {width:400px; height:200px;}
.contactform fieldset {border: none; background: #fff;}
.elliot textarea {background:#dee7ee; margin-bottom: 15px; width: 250px; border: 1px solid #666; height: 25px;}
.elliot select {margin-bottom: 15px;}
.elliot2 textarea {height: 200px; background:#dee7ee; margin-bottom: 15px; width: 250px;  border: 1px solid #666;}
.submit {margin-bottom: 10px; padding: 1.2em;}
.elliot label, .elliot2 label {float: left; width: 14em; font-size: 1.2em;}
.elliot3 {background:#dee7ee; width: 145px; border: 1px solid #666; height: 20px;}
.captcha {padding-left: 18em;}
.error_message {padding: 2em 0 0 15em; font-size: 1.2em; color: #ef3f32; font-weight: bold;}

/* END FORM */
/* End of 'layout - 2 columns' */

