/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Common' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   background:url(images/aero/bg_body.jpg) center 144px repeat-x;
}

/*
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;
padding:0;
margin:0;
}


/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #333;
   margin:1px; /* gives some air for the pagewrapper */
}


/* center wrapper, min max width */
div#headerwrapper {
   border: 0px;
   margin: 0 auto;     /* this centers wrapper */
   background-color: transparent;
   width:910px;
padding:0;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 116px; /* adjust according your image size */

   background: #ffffff;           
padding:0;
margin:0;
float:left;
}

/*
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: #a3bf08; 
   border: 0;
padding:0;
margin:0;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #a3bf08;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #a3bf08;
}

div#footer p {
   font-size: 0.8em;
   padding: 2em 0.5em 0.5em 0.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
padding:0;
margin:0;
   color: #bbcc01; /* needed becouse footer link would be same color as background otherwise */
   text-decoration:none;
}

/*--------------register---------------------*/

.regright {
  float:right;
  width:215px;
}

.regleft {
  float: left;
  width:250px;
  border-right: 1px solid white;
}

.regsub {
  padding: 0 10px 0 0;
}

#tilespartner2 {
  margin: 5px 0 0 0;
}

.startquiz {
  font-weight:bold;
}

.tryagain {
  font-weight:bold;
}

blockquote {background:transparent;border-color:transparent;}

.downcert {
  font-weight: bold;
  font-size: 14px;
}


/* End of 'Common' */

/* Start of CMSMS style sheet 'Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}

	form p span {
   margin: 0 0 0 5px; 
   padding: 0 0  0 0;
vertical-align:middle;
	}

select {
   font-size: 12px;
   color: #000000;
   margin-top: 0px;
   min-width:50px;
vertical-align:top;
}

.date {
   font-size: 12px;
   margin-top: 0px;
vertical-align:middle;
}

/* END FORM ELEMENTS */





/* forms */

.feedbacktable input
 {
   width:120px;
   margin: 0 0 10px 0px; /* some air around p elements */
padding:0;
border:0;
border:1px solid #a0c2f0;
clear:both;
}

.ffsubmit {
   margin: 0 0 0 0px; /* some air around p elements */
width:120px;
color:#1d1d1d;
   border: 1px solid :#a0c2f0;
clear:both;
}

.feedbacktable textarea {
   margin: 0 0 10px 0px; /* some air around p elements */
width:200px;
height:100px;
   color:#1d1d1d;
   border: 1px solid #a0c2f0;
}

.feedbacktable2 textarea {
   margin: 0 0 10px 0px; /* some air around p elements */
width:350px;
height:200px;
   color:#1d1d1d;
   border: 1px solid #a0c2f0;
}

.feedbackTextarea input.text
 {
   width:120px;
   margin: 0 0 10px 0px; /* some air around p elements */
padding:0;
border:0;
border:1px solid #a0c2f0;
clear:both;
}

.feedbackTextarea textarea {
   margin: 0 0 10px 0px; /* some air around p elements */
width:300px;
height:100px;
   color:#1d1d1d;
   border: 1px solid #a0c2f0;
}

table td label {
width:300px;
float:left;
}

table td input {
clear:both;
float:left;
}
/* End of 'Forms' */

/* Start of CMSMS style sheet 'Vert Menu' */
/********************
MENU
*********************/
#menu_vert {
   padding: 10px 0 0 0;
   margin: 0px 0 0 0;
vertical-align:top;
   background:#b3c501 url(images/aero/menuvert_top.jpg) 0 0 no-repeat ; 
}

#menu_vertfooter {
   padding: 0;
   margin: 0;
   background:#b2c400; 
width:213px;
height:23px;
}


div#menu_vert ul {
   padding: 0px 0 0 0px;
   margin: 0px 0 0 0;
   background:#b2c400; 
}


/* menu li block */
#menu_vert ul li {
   list-style: none;
   padding: 0px 0 0px 0;
   margin: 0px 0 0px 0;
   background:#b2c400; 
}

div#menu_vert ul ul {
   margin: 0px 15px 0 20px;
   padding: 0 0 0 0;
clear:both;
   background:#b2c400; 
}

#menu_vert ul ul li {
   border: none;
   padding: 5px 0 0px 0px;
   margin: 0px 0 2px 0px;
   background:transparent; 
}

div#menu_vert ul ul ul {
   padding: 0;
   margin: 0;
   padding-bottom: 0em;
   background:#b3c501;
}

#menu_vert ul ul ul li {
   border-bottom: solid #d3da4e 1px;
   padding: 6px 0 6px 0;
   margin: 0px 0 0px 15px;
   background:#b3c501; 
   line-height:14px;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert ul a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0px 0.5em 5px 0em; /* some air for it */
   color: #203538; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
line-height:14px;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 10px;
background:#d5e066;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0px 0.5em 0px 15px;
   background:#b3c501 url(images/aero/menuvert_bullet.jpg) left top no-repeat ; 
}

div#menu_vert ul ul ul a:hover {
   text-decoration:underline;
   background:#b3c501 url(images/aero/menuvert_bullet.jpg) left top no-repeat ; 
}

div#menu_vert ul ul ul h3 {
   padding: 0px 0.5em 0px 15px;
   background:#b3c501 url(images/aero/menuvert_bullet.jpg) left top no-repeat ; 
}


/* hover state for all links */
div#menu_vert a:hover {
   background-color: #d5e066;
}

div#menu_vert a.activeparent:hover {
   background-color: #d5e066;
   color: #18507C;
}


/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background-color: #385C72;
}

div#menu_vert ul ul li a.activeparent {
   color: #203538;
   background:#d5e066;
}

div#menu_vert ul ul ul li a.activeparent {
   color: #203538;
   background:#b3c501 url(images/aero/menuvert_bullet.jpg) left top no-repeat ; 
}

div#menu_vert ul ul ul li a.activeparent:hover {
   color: #203538;
   background:#b3c501 url(images/aero/menuvert_bullet.jpg) left top no-repeat ; 
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background:#d5e066; 
   display: block; 
   padding: 0px 0.5em 5px 10px;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 11px;
   margin: 0;           
font-weight: 100;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 11px;
   padding: 0.5em 0.5em 0.5em 10px;
   background:#d5e066;
   border-bottom: none;
   color: #203538;     
   margin: 0;           
font-weight: 100;
}

/* section header */
div#menu_vert li.sectionheader h3{
   font-size: 11px;
   padding: 0.5em 0.5em 0.5em 10px;
   background:#d5e066;
   border-bottom: none;
   color: #203538;     
   margin: 0;           
font-weight: 100;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

/* End of 'Vert Menu' */

/* Start of CMSMS style sheet 'Sub Pages' */
div#pagewrapper {
   border: 0px;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: transparent;
   width:910px;
}

div#content {
   margin: 0em auto 2em 0; /* some air above and under menu and content */
}

div#maincontent {
margin-top:0px;
background: #ffffff url(images/aero/bg_main.jpg) 0px 10px repeat-y;
height:100%;
min-height:100%;
clear:both;
}

div#main {
margin-top:0px;
margin-left: 215px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
margin-right: 2%; /* and some air on the right */

}

div#main_left {
width:482px;
padding:15px 15px 15px 20px;
  line-height:20px;
   color:#0f3854;
   font-size:11px;
float:left;
}



div#main_right {
width:150px;
height:520px;
float:right;
}

div#footer {
height:150px;
margin-top:0px;
   clear:both;       /* keep footer below content and menu */
   color: #636363;
   background: #ffffff url(images/aero/bg_footer.jpg) 0 0 no-repeat; /* same bg color as in header */
/* border-top:10px solid #4485af; */
padding-top:60px;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 213px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 0 0 0;
margin:0;
   width: 27%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/********************
CONTENT STYLING
*********************/
div#imagebox {
background:#ffffff;
width:155px;
color: #20364d; 
margin:0 0px 10px 0;
float:left;
padding:0;
text-align:center;
}

div#main_left img {
  border:3px #7eaacd solid;
margin:10px;
}

div#main_left table td img{border:none; margin:0 10px 0 0;}

div#imagebox img{
margin:0 0 0px 0;
padding:0;
border:0;
}

div#titlebox {
background:#ffffff;
width:325px;
color: #20364d; 
font-size: 13px;  /* font size for h1 */
line-height: 15px;
font-weight:bold;
margin:0 0 18px 0px;
padding:0 0 0 0px;
text-align:center;
}

div#titleboxdetail {
background:#ffffff;
width:480px;
color: #20364d; 

font-weight:bold;
margin:11px 0 18px 0px;
padding:0 0 0px 0px;
text-align:left;
}

div#titlebox img{
margin:0 0 0px 0;
padding:0;
border:0;
}

div#titleboxdetail img{
margin:0 0 0px 0;
padding:0;
border:0;
}

div#titlepad {
padding:5px 5px 0 5px;
height:45px;
vertical-align:middle;
}

div#titlepaddetail {
padding:5px 5px 0 10px;

vertical-align:middle;
color: #20364D; 
}


.rndtop {
background:url(images/aero/topright.jpg) right top no-repeat;
text-align:left;
}

.rndbottom {
background:url(images/aero/bottomright.jpg) right bottom no-repeat;
text-align:left;
}

/* HEADINGS */
div#main_left h1 {
   font-size: 14px;  /* font size for h1 */
   line-height: 10px;
background:#ffffff;

   margin: 0 0 5px 0;
color: #20364d; 
}

div#main_left h2 {
   color: #20364d; 
   font-size: 13px;  /* font size for h1 */
   line-height: 15px;
   text-align: left; 
/* some air around the text */
   padding-left: 0em;
   padding-bottom: 1px;
/* set borders around header */
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#main_left h3 {
   color: #20364d; 
   font-size: 12px;
   line-height: 14px;
   margin: 0 0 0.5em 0;
}
div#main_left h4 {
   color: #b91400; 
   font-size: 11px;
   line-height: 13px;
   margin: 0 0 0.25em 0;
}
div#main_left h5 {
   color: #b91400; 
   font-size: 11px;
   line-height: 13px;
   margin: 0 0 0.25em 0;
}

div#main_left h6 {
   color: #b91400; 
   font-size: 11px;
   line-height: 13px;
   margin: 0 0 0.25em 0;
}

/* END HEADINGS */

/* TEXT */
p {
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:18px;
   padding: 0;
   color:#0f3854;
   font-size:11px;
align:justifed;
}

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 ol,
div#main dl {
  font-size: 11px;
   line-height:16px;
   margin: 0 15px 0 20px;
}

div#main ol{padding:0; margin:0 0 0 20px;}

div#main ul li,
div#main ol li {
   margin: 0 0 10px 0em;
}

div#main_left ul li
/* ,div#main_left ol li*/ {
   margin: 1em 0 0.25em 1em;
padding:0 0 0 20px;
background:url(images/aero/bullet.gif) no-repeat 0em 0.3em;
list-style:none;
}


div#dl dt {
   font-weight: bold;
   margin: 0 0 0 0em;
}
div#dl dd {
   margin: 0 0 0 0em;
}
/* END LISTS */

/* contact page */


div#contactleft2{ float:left; display:inline; padding:0; margin:0; width:220px; overflow:hidden;}
div#contactright2{float:right; display:inline; padding:0; margin:0; width:180px; }

#contactleft2 textarea{width:210px;}

div#contactleft p{
margin-bottom:15px;
}

/* div#contactright{
float:right; display:inline;
width:150px;  background:blue;
} */

div#contactright p{
margin-bottom:15px;
}

div#clearit {
clear:both;
}

div#main table {width:420px;border:0;}
div#main table td {border:0;}
td {
line-height:20px;
color:#0f3854;
font-size:11px;
}
/* End of 'Sub Pages' */

/* Start of CMSMS style sheet 'links normal' */
div#main_left a:link,div#main_left a:active,div#main_left a:visited {
  color:#112F49;
}

div#main_left a:hover {
  color:#112F49;
}

/* End of 'links normal' */

