

/* generic control-level */
body {
    margin: 0;
    background-image:url('../images/backgroundfade.gif');
    background-repeat: repeat-x;
    background-position: top;
    
    
    background-color:#ffffff;
    color:Black;
    font-family: verdana, sans-serif;
    text-align:center;
    
}

p {
    font-size:10pt;
    font-family: verdana, sans-serif;
    
    
}


h1 {
    font-size:10pt;
    font-family: verdana, sans-serif;
    font-weight:normal;
    
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



/* master page */
div.banner {
    top:0px;

    width:1000px;
    height:70px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    
}

div.banner a{
    float:left;
    margin:5px;
    
}

/* navigation tabs */
    #topNav {
	
	list-style:none;
	line-height:1.5em;
	float:right;
	position:relative;
	margin-top: auto;
	margin-bottom: 0px;
    }
    
    #topNav li {
	
	float:left;
	margin:0;
	padding:1px;
	
    }
    
    #topNav a {
	display:block;
	color:white;
	text-decoration:none;
	font-weight:bold;
	background: #11baf8;
	margin-top:39px;
	/*padding: 0.25em 1em;*/
	padding-top: 0.25em;
	padding-right: 1em;
	padding-bottom: .3em;
	padding-left: 1em;
	
	font-size: 12px;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
    }
    
    #topNav .here {
	background: #006ab3;
	display:block;
	color:white;
	text-decoration:none;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:0px;
	
	/*padding: 0.25em 1em;*/
	padding-top: 0.25em;
	padding-right: 1em;
	padding-bottom: .3em;
	padding-left: 1em;
	
	font-size: 12px;
	margin-left:5px;
	margin-right:5px;
    }
    
    #topNav a:hover {
	background-color: #11baf8;
	text-decoration:underline;
    }


/* blue headline area tabs */
    .headSection {
	width:100%;
	min-height:300px;
	background-color: #11baf8;
	background-image:url('../images/mainSectionFade.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 20px;
	vertical-align:middle;
	height:auto;
	margin-top:0px;

    }
    
    
    /* for Internet Explorer */
    /*\*/
    * html .container {
    height: 8em;
    }
    /**/
   

    
    .headSection img {
	float: right;
	margin-bottom: 0px;
	margin-top: auto;
	margin-right:50px;
	position:relative;
	
    }
    
    .headSection div {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 20px;
	border-left: thin ridge #307daa;
	border-right: thin ridge #307daa;
	height: 100%;
	margin-top:auto;
	margin-bottom: auto;
    }
    
    
    .headSection a {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
    }
    
    .headSection a:hover {
	color: #ffffff;
	text-decoration:underline;
	font-weight:bold;
    }
    
    
    
    .mainHeadline {
	font-size: 40px;
	   
    font-family: verdana, sans-serif;
    }
    
    .subHeadline {
	font-size: 24px;
	
    }
    
    .headText {
	font-size: 16px;
    }


    .contactFooter {
	width:890px;
	margin-left:auto;
	margin-right:auto;
	
    }
    
     .contactFooter p {
	font-size: 10pt;
	font-family: Arial;
     }
     
     
     .contactFooter a {
	text-decoration: none;
	color: black;
    }
    .contactFooter a:hover {
	text-decoration:underline;
    }
     
    .contactFooter div.headline {
	font-size: 14pt;
	color:#8804a8;
	font-family: verdana, tahoma, arial;
	padding-top:10px;
	
    }
    
    .contactFooter table {
	width:100%;
    }

    .contactFooter th {
	font-size:12pt;
	width:200px;
	font-weight:bold;
	
	
    }
    
    .diagram {
	/*diagrams in centre of the page*/
	margin-left:auto;
	margin-right: auto;
	text-align:center;
    }
    
    .contactFooter td {
	font-size:10pt;
	
    }

/* rounded boxes tabs */
    .limebox {
	background-color: #94faa9;
    }
    
    .pinkbox {
	background-color: #fddafe;
    }
    
    .purplebox {
	background-color: #d075fd;
    }
    
    
    .orangebox {
	background-color: #fde575;
    }
    
    .bluebox {
	background-color: #6bd8fd;
    }
    
    .yellogreenbox {
	background-color: #d4fd79;
	
    }
    
    .twitterbox {
    	width:70%;
    	float:right;
    }
    
    .blogbox {
    	width:70%;
    	float:left;
    }
    
    .blogcaption {
    	width:100%;
    	font-size:10pt;
    	text-align:right;
    	text-decoration:italics;
    }
    
    .roundedbox {
	width:95%;
	margin-top:20px;
	
    }
    
    .roundedboxContent {
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:15px;
	padding-top:10px;
	font-size:14px;
    }
    
    .roundedboxContent span {
	font-size: 24px;
	font-weight:bolder;
	
    }
    
    .roundedboxContent a {
	text-decoration:none;
	font-weight:bold;
	
    }
    
    .roundedboxContent a:hover {
	text-decoration:underline;
	font-weight:bold;
	
    }
    div.title {
	width:100%;
	font-size:20px;
	font-weight: bolder;
	text-align: center;
	font-family: "Trajan Pro", Helvetica;
    }
    
    .bl {background: url(../images/bl.gif) 0 100% no-repeat; }
    .br {background: url(../images/br.gif) 100% 100% no-repeat}
    .tl {background: url(../images/ul.gif) 0 0 no-repeat}
    .tr {background: url(../images/ur.gif) 100% 0 no-repeat;}

    div.sidebar {
    float:right;
	width:200px;
	margin-top:20px;
	

    }
    
    .floatbar {
	float:right;
	width:200px;
	margin-top:20px;
	margin-left:10px;
    
    }

    .contactBox {
	float:right;
	width:100%;
	margin-top:20px;
	margin-left:10px;
	vertical-align:top;
	text-align:center;
	background-image: url(../images/purplegradient.gif);
	background-color: #f6d3fd;
	background-repeat: repeat-x;
    }

    .contactTable {
	width:100%;
	border: none;
    }

    .contactTable tr td {
	font-size:10px;
	vertical-align:middle;
    }
    
    .contactTable tr td.label {
	padding-left: 10px;
	font-weight:bold;
	vertical-align:middle;
    }
    
    .contactTable tr th {
	font-weight: bold;
	font-family: fantasy;
	font-size:12px;
    }

/* page positioning */
    .pageWrapper {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	vertical-align:top;
    }
    

    .leftColumn {
	width:475px;
	float:left;
	vertical-align:top;
    }
    
    .rightColumn {
	vertical-align:top;
	width:475px;
	float:right;
	 
    }



/* Footer section */
    .footerTable
    {
    	margin-left:auto;
		margin-right:auto;
		margin-top:50px;
		width:850px;
		font-size:10px;
		text-align:center;
		font-family:Georgia, Times New Roman, Times, serif;
		    
		
	}
    
    
    
    #companyInfo {
	    float:left;
    }
    
    #contactInfo {
	    float:right;
    }
    
    .legal {
	float: left;
	width:100%;
	font-weight: lighter;
	font-size: 10px;
	
    }

    .documentDownload {
	font-size:12px;
	text-align:center;
	
    }

    .headline {
	
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial;
	
    }


    /* tools list section */
    
    .indentedList {
	font-size:11pt;
	font-family: verdana, sans-serif;
	/*width:920px;*/
	margin-left:20px;
	list-style: none;
    }
    
    .indentedList li {
	font-weight:bold;
	list-style: none;
	color: #000000;
    }

    
    .standardList {
	font-size:10pt;
	font-family: verdana, sans-serif;
	width:720px;
	margin-left:auto;
	margin-right:auto;
    }
    
    .standardList li {
	font-weight:bold;
	list-style: square;
    }
    
    .standardList li a {
	color:black;
	text-decoration:none;
    }

    .standardList li a:hover {
	color:black;
	text-decoration:underline;
    }
    
    p.listDescription {
	margin-left:20px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	background-color: #ebffef;
	color: #000000;
    }
    
    

