@charset "utf-8";
/* CSS Document */

 
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 14px;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #F90;
	text-transform: none;
	text-decoration: none;
}

a { color: #FFF; }
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #3FF;
}

body  {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #0B0B0B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-attachment: fixed;
	background-position: center top;
}
h1 em {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;

}
p {
	line-height: 1.5em;
	text-align: justify;
	font-size: 12px;
}

.presentationTitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../images/background/headingPresentation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	padding-left:10px;
	margin-left:0px;
	float:left;

		color: #000;
}
.websiteTitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../images/background/headingWebsites.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	padding-left:10px;
	margin-left:0px;
	float:left;

		color: #000;
}
.itTitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../images/background/headingIT.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	padding-left:10px;
	margin-left: 0px;
	float:left;

		color: #000;
}
.linksTitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../images/background/headingLinks.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	padding-left:10px;
	margin-left:-10px;
	float:left;

		color: #000;
}
.newsTitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../images/background/headingNews.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	padding-left:10px;
	margin-left:-10px;
	float:left;

	color: #000;
}
.title {
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	padding-left:0px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	
}
h2 {
	font-weight: bold;
	font-size: 12px;

}
h1 {
	font-weight: bold;
	color:#F90;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0B0B0B;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ccc;

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 /* .thrColFixHdr #header {
	background-image: url(../images/background/globalnavbg.png);
	background-repeat: no-repeat;
}

*/
.thrColFixHdr #headerFlash {
	text-align:center;
	background-color: #2b2b2b;
	height:341px;
	margin-top:10px;
	padding-left:20px;
	padding-right:20px;
	clear:both;


} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/* GLOBALHEADER */
#globalheader { width: 982px; height: 38px; margin: 10px auto; position: relative; z-index: 9998; 	color: #FFF;}
#globalheader #globalnav { margin: 0; padding: 0; 	color: #FFF}
#globalheader #globalnav li {
	display: inline;
	color: #FFF;
}
#globalnav li a {
	float: left;
	width: 144px;
	height: 38px;
	padding-top: 10px;
	padding-left: 0px;
	text-align:center;
	color:#FFF;
	text-transform: capitalize;
}


#globalnav li a:hover { color:#FFF;
 }



/* OVER STATES */
#globalheader #globalnav li a:hover { color:#FFF;
 }
 
 .MENU  { color:#FFF;
 }


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #0B0B0B; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 15px;
	margin-left: 5px;
}


#column1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #0B0B0B; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#column1 ul {
	list-style-type: none;
	list-style-position: inside;	
}

#column1  {
		float: left; /* since this element is floated, a width must be given */
		width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #0B0B0B; /* padding keeps the content of the div away from the edges */
	font-size:13px;
	line-height:36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -14px;
	color:#999;
}

#column1 P{
	margin-right: 10px;

	margin-left: 10px;

}
#column1 a:link{
	color:#999;
	text-decoration: none;
}
#column1 a:hover{
 color:#fff;
 text-decoration: none;

}

.foilflyer  {
	background-image: url(../images/buttons/foilflyer.png);	
}

#column1 { margin:0 0px; font-size:11px; }
#column1  a strong { color:#000; font-weight:normal; }
#column1  a:hover strong { color:#08c; }
#column1 ul li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: -20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.9em;
}
#column1 ul li a { display:block; margin:5px 0 4px; padding-left:5px; color:##8F0104;}

#column1 ol li {
	list-style-position: outside;
	list-style-type: lower-alpha;
	margin-left: -20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.9em;
}
#column1 ol li a { display:block; margin:5px 0 4px; padding-left:5px; color:##8F0104;}


#sidebar1Advert {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #0B0B0B; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #column3 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #column3Menu {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
#linkIcons  {
	text-decoration: none;	


}
#linkIcons img {
	text-decoration: none;	
	border:hidden;

}
#linkIcons img a:hover {
	text-decoration: none;
	border:hidden;


}
.thrColFixHdr #mainContent {
		float: left; /* since this element is floated, a width must be given */
		width:540px;
	margin-top:10px;
		margin-bottom: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.thrColFixHdr #mainContent h2 {
	color: #F90;
	font-size: 14px;
	font-weight: bold;
	font-style:italic
}

.thrColFixHdr #mainContent h3 {
	color: #F90;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
	list-style-type: decimal;
}

.thrColFixHdr #mainContent ul {

	list-style-type: square;
}
.thrColFixHdr #mainContent ol {

	list-style-type: decimal;
}
#docBox {
	color: #000;
	margin-left:-20px;
}
#docBox h4{
	color: #C30;
	margin-left:20px;
	text-align:center;
}
#docBox li{
	line-height: normal;
}#docBox a:link{
	color: #306;
}
.textBody {
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/background/DesignBackground.jpg);
	background-repeat: no-repeat;
}
/* PIPED LINKS */
.piped { display: block; zoom: 1; }
.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.piped li { float: left; display: inline; }
.piped a { border-left: 1px solid #797c80; padding: 0 0 0 0.75em; margin-left: 0.75em; }
.piped a.first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }

.thrColFixHdr #footer { 

	background:#0B0B0B;
} 
/*--- Global Footer (legacy) ---*/
#globalfooter .gf-buy { float: left; width: 60%; margin: 8px 0 9px; }
#globalfooter .gf-links { float: right; margin: 0px 0 0px; }
#globalfooter .gf-links a { 
white-space: nowrap; 
}
#globalfooter .gf-links a.last { padding-right: 0; _float: none !important; width: auto !important; }

/*--- Global Footer ---*/
#globalfooter {
	height: 84px;
	color: #FFF;
	font-size: 10px;
	margin-bottom: 5px;
	text-align: left !important;
	background-repeat:no-repeat;
}
#globalfooter a { color: #fff;
	padding-right: 10px;}
#globalfooter p { margin-bottom: 1em; }
#globalfooter p.gf-buy { float: left; width: 52%; margin: 0px 0 0px 0px; }
#globalfooter ul.piped a {margin-left: 1.5em;
border-left: 1px solid #d0d0d0; }
#globalfooter .gf-links { float: right; margin: 0px 0px 0px 0; }
#globalfooter .gf-sosumi {
	clear: both;
	width: 960px;
	border-top: 1px solid #ddd;
	padding-top: 0px;
	padding-left:10px;
	margin-left: 5px;

}
#globalfooter .gf-sosumi a { padding: 0 0px; }
#globalfooter .gf-sosumi p { float: left; margin-left: 3px; }
#globalfooter ul.piped a.contact_us { padding-right: 1.5em; border-right: 1px solid #d0d0d0; }
#globalfooter ul.piped a.choose { margin-left: 0; border: 0; }
#globalfooter ul.piped a.choose img { vertical-align: middle; margin-top: -5px; position: relative; }

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

.post { 
    position: relative;
    margin-left: 4.8em;
}
.entryDate { 
    border: 1px solid #999; 
    font-family: Georgia,"Times New Roman", serif; 
    left: -4.8em; 
    line-height: 1; 
    top: 0; 
    width: 3.5em;
}

.entryDate span { 
    display: block; 
    text-align: center; 
}
.postMonth {
	text-transform: uppercase;
	color: #0B0B0B;
	background-color: #336;
	font-size: 1.2em;
	padding-top: 0.3em;
}
 .postDay { font-size: 2em;
    color:#999}
 .postYear { 

   font-size: 1.2em;
   color:#999;
    padding: 0.3em 0; 
    margin-top: 0.3em;
}

  /************************************************************\
  *
  *	  wordCloud Copyright 2007 Derek Harvey
  *	  www.lotsofcode.com
  *
  *	  This file is part of wordCloud.
  *
  *	  wordCloud is free software; you can redistribute it and/or modify
  *	  it under the terms of the GNU General Public License as published by
  *	  the Free Software Foundation; either version 2 of the License, or
  *	  (at your option) any later version.
  *
  *	  wordCloud is distributed in the hope that it will be useful,
  *	  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *	  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
  *	  GNU General Public License for more details.
  *
  *	  You should have received a copy of the GNU General Public License
  *	  along with wordCloud; if not, write to the Free Software
  *	  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA	02111-1307	USA
  *
  \************************************************************/

  .word {
  	font-family: Tahoma;
  	padding: 4px 4px 4px 4px;
  	letter-spacing: 3px;
  }
  span.size1 {
  	color: #000;
  	font-size: 2.4em;
  }
  span.size2 {
  	color: #333;
  	font-size:2.2em;
  }
  span.size3 {
  	color: #666;
  	font-size: 2.0em;
  }
  span.size4 {
  	color: #999;
  	font-size: 1.0em;
  }
  span.size5 {
  	color: #aaa;
  	font-size: 1.6em;
  }
  span.size6 {
  	color: #bbb;
  	font-size: 1.4em;
  }
  span.size7 {
  	color: #ccc;
  	font-size: 1.2em;
  }
  span.size8 {
  	color: #ddd;
  	font-size: .9em;
  }
  span.size0 {
  	color: #ccc;
  	font-size: .8em;
  }
  /*    START TOP MENU    */

#top_menu{
	
	width:980px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	background-image: url(../images/background/header.png);		

}

#top_menu ul {
	margin: 0 auto;
	padding: 0;
	height:50px;
	text-align: center;
	list-style: none;

}

.top_menu_separator {
	background: transparent url(../images/background/menu_separator.png) top left no-repeat;
	padding:0 2px;

}

#top_menu ul li{
	text-transform:uppercase;
	font-size:11px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight:bold;
	width:auto;
	float: left;
	padding:0;
	margin:0;
}

#top_menu ul li a, #top_menu ul li a:visited{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	color: #d4d5d6;
	text-decoration: none;
	font-weight: bold;
	line-height: 50px;
	padding: 0 20px;
	margin: 0;
	cursor: pointer;
	background: transparent url(../images/background/but.png) top right repeat-x;
}

#top_menu ul li a:hover{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	color: #d4d5d6;
	text-decoration: none;
	font-weight: bold;
	line-height: 50px;
	padding: 0 20px;
	margin: 0;
	cursor: pointer;
	background: transparent url(../images/background/but_hover.png) top right repeat-x;
}
/*    END TOP MENU    */

#leftcolumn div.module_menu div div div div, #rightcolumn div.module_menu div div div div, #leftcolumn div.module div div div div, #rightcolumn div.module div div div div, #leftcolumn div.module_text div div div div, #rightcolumn div.module_text div div div div{
	background: #20252b;
	padding:0;
	margin:0 auto;
	width:160px;
}
#breadcrumb {
	text-align: left;
	margin: 18px auto;
	font-size: 10px;
	color: #CCC;
}
#breadcrumb a:link{
	text-align: left;
	margin: 18px auto;
	font-size: 10px;
	color: #CCC;
	text-decoration: underline;
}

#Prince2 {
	Padding-top: 20px;
Padding-left: 20px;
Padding-right: 20px;}
@media screen and (max-device-width: 480px){
	    /* All iPhone only CSS goes here */
		body {
	-moz-opacity:0.9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #FFF;
	margin-top: 0px;
	background-attachment: fixed;
	background-color: #0B0B0B;
	background-position: center top;

}

#top_menu{
	
	width:980px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	background-image: url(../images/background/header.png);		

}

#top_menu ul {
	margin: 0 auto;
	padding: 0;
	height:60px;
	text-align: center;
	list-style: none;

}

.top_menu_separator {
	background: transparent url(../images/background/menu_separator.png) top left no-repeat;
	padding:0 2px;

}

#top_menu ul li{
	text-transform:uppercase;
	font-size:18px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight:bold;
	width:auto;
	float: left;
	padding:0;
	margin:0;
}

#top_menu ul li a, #top_menu ul li a:visited{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	float: left;
	display: block;
	color: #d4d5d6;
	text-decoration: none;
	font-weight: bold;
	line-height: 60px;
	padding: 0 25px;
	margin: 0;
	cursor: pointer;
	background: transparent url(../images/background/but.png) top right repeat-x;
}

#top_menu ul li a:hover{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	float: left;
	display: block;
	color: #d4d5d6;
	text-decoration: none;
	font-weight: bold;
	line-height: 60px;
	padding: 0 25px;
	margin: 0;
	cursor: pointer;
	background: transparent url(../images/background/but_hover.png) top right repeat-x;
}
	#container {
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-color: #FFFDFF;*/	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;
} 
presentationTitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../images/background/headingPresentation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	padding-left:10px;
	margin-left:0px;
	float:left;

		color: #000;
}
.websiteTitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../images/background/headingWebsites.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	padding-left:10px;
	margin-left:0px;
	float:left;

		color: #000;
}
.itTitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../images/background/headingIT.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	padding-left:10px;
	margin-left: 0px;
	float:left;

		color: #000;
}
.linksTitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../images/background/headingLinks.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	padding-left:10px;
	margin-left:-10px;
	float:left;

		color: #000;
}
.newsTitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	background-image: url(../images/background/headingNews.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	padding-left:10px;
	margin-left:-10px;
	float:left;

	color: #000;
}
p { margin-bottom: 18px; }
h1 { font-weight: bold;
	color:#F90;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:larger;
	font-style: italic;
	font-style: italic;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: large;
	line-height: 18px;
	margin-bottom: 18px;
	font-style: italic;
	overflow: scroll;
}
h3 { 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	font-style: italic;

}
h4 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
	color: #999;
	font-style: italic;
}
ul {
	margin-bottom: 18px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
	line-height: 1.5em;
}

ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #FFC;
}
a:link, a:visited, a:active { text-decoration: underline; }
a:hover {
	text-decoration: none;
	color:#F6F;
	padding-left: 0px;
} 	
}

