/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Softened Cells
       DATE: 2005.08.26
        USE: Free use as long as this notice is
             kept in place.  If you would like 
             to remove it, please contact me at
             http://fullahead.org/contact.html.
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, "Century Gothic", sans-serif;
	font-size: 12px;
	color: #383125;
	background-color: #D4C99E;
	letter-spacing: 0.015em;
}

h1 {
	clear: both;
	padding: 5px 0 0px 0px;
	margin: 0 0 25px 0;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #8AB6C8;
}

h2 {
  clear: both;
  padding: 0 0 0 0px;
  margin: 0 0 0px 0;  
  font-size: 1.65em;
  font-weight: normal;
}

h3 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -7px 0;  
  font-size: 2.25em;
  font-weight: bold;
}

h4 {
  clear: both;
  padding: 0 0 0 7px;
  margin: 0 0 0px 0;  
  font-size: 1em;
  font-weight: bolder;
  color: #663300;
}

h5 {
	clear:both;
	margin:0 0 10px 0;
	padding:4px 10px 3px 10px;
	background-color:#EE9600;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
	z-index: 1;
	letter-spacing: -0.025em;
}

h6 {
	clear:both;
	margin:0 0 10px 0;
	padding:4px 10px 3px 10px;
	background-color:#FFBBF7;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
	z-index: 1;
	letter-spacing: -0.025em;
}


p {
	line-height: 1.4em;
	padding: 2px 0 8px 0px;
	margin: 2px 0 10px 0;
}

#news p {
  padding: 0px 8px 0 8px;
}

a {
	color: #285A8A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #5D82A6;
}

#news   a:hover,

#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #5D82A6;
}

ul, ol {
	padding-bottom: 8px;
	line-height: 20px;
}

ol {
 display: inline;
 margin: 0.25em 0.5em 1em 2em;
}

ul {
  list-style-image: url(../images/bg_bullet_full_2.gif);
}


/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/
.mainframe {
	width: 1000px;
	background-color: #66CCFF;
	position: absolute;
	z-index: 1;
}
#siteBox {
	width: 1000px;
	text-align: center;
	background-color: #eae5ce;
	border: 1px solid #969696;
	position: relative;
	margin: 0px;
	clear: both;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/
.sitename {
	width:300px;
	height:50px;
	position:relative;
	z-index:1;
	margin:15px 0 0 0px;
	float: left;
}

.flags {
	width:75px;
	height:25px;
	position:relative;
	z-index:3;
	font-size: 3em;
	float: left;
	margin: 0 0 0 400px;
}

#header {
	height: 120px;
	background-color: #FFBBF7;
	position: relative;
	clear: both;
	width: 100%;
}


#headerlayer {
	position:static;
	width:500px;
	height:70px;
	z-index:1;
	color: #663300;
	float: right;
	margin: 20px 10px 0 0;
}




/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/
#tabsI {
	float:left;
	width:100%;
	background:#a9cdda;
	font-size:1.2em;
	line-height:normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DD740B;
	position: relative;
	clear: both;
      }
    #tabsI ul {
        margin:0 0px 0 0px;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsI li {
      display:inline;
      margin: 0 0px 0 0px;
      padding:0 0px 0 0px;
      }
    #tabsI a {
	float:left;
	margin:0 1px 0 1px;
	padding:0 0 0 5px;
	text-decoration:none;
	background-image: url(../images/tableftI.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsI a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
	background-image: url(../images/tabrightI.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
	background-position:100% -42px;
	background-color: #FF6600;
      }

        #tabsI #current a {
                background-position:0% -42px;
        }
        #tabsI #current a span {
                background-position:100% -42px;
        }



/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
	float: right;
	width: 200px;
	background-color: #EAE5CE;
	font-size: 1.2em;
	margin: 0px;
	padding: 5px 20px 0 0;
}

#news .block {
	margin-bottom: 20px;
	background-color: #FFC690;
	width: 100%;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .links a:hover {
  background: #DDD url(../images/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;
}
#roundcornertr {
	width:10px;
	height:10px;
	z-index:101;
	position: absolute;
	float: right;
	overflow: hidden;
	margin-left: 190px;
	background-image: url(../images/RC-T-R.png);
	background-repeat: no-repeat;
}
#roundcornertl {
	position:absolute;
	width:10px;
	height:10px;
	z-index:102;
	background-color: #ee9600;
	background-image: url(../images/RC-T-L.png);
	overflow: hidden;
}
#roundcornerbottom {
	width:200px;
	height:10px;
	z-index:104;
	background-color: #ee9600;
	background-image: url(../images/RC-Bottom.PNG);
	background-repeat: no-repeat;
	position: static;
	bottom: 0px;
	clear: both;
}



/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

.maincontent {
	float: ;
	width: 100%;
	background-color: #EAE5CE;
	font-size: 1.2em;
	clear: both;
	position: relative;
	margin: 0px;
}






/***************************************************
   Footer Styles
 ***************************************************/

#footer
{
	font-size: 1.2em;
	color: #383125;
	background-color: #FFBBF7;
	clear: both;
	margin-bottom: 30px;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
	margin-top: 30px;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(../images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(../images/link_bottom.gif) no-repeat top center;
}




/***************************************************
   Display Classes
 ***************************************************/



img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}
.topspace {
	height: 50px;
	position: relative;
}
.sitelogo {
	width:66px;
	height:64px;
	position:static;
	z-index:1;
	margin:7px 0 0 20px;
	background-image: url(../images/Globe1.JPG);
	float: left;
}

.monthblock {
	height: auto;
	width: 100%;
	position: relative;
	border: 5px solid #663300;
	margin: 5px 70px 5px 70px;
	padding: 0px;
	background-color: #FFBBF7;
	clear: both;
}

#breadcrumbs {
	height: 25px;
	width: 100%;
	font-size: 1.2em;
	line-height: 1em;
	color: #383125;
	position: static;
	clear: both;
	padding: 5px 0 0 10px;
}

#conash3D0 {
	display:none !important;
}
