/* Original css modified February, 2005
Original css andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . 
Version: 1.0, November 28, 2005 */
/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	text-align: center;
	color: #303030;
	background: #e8eaec;
	background-image: url(images/body4.gif);
	background-position: center;
	background-repeat: repeat-y;
}

a{
color:#006699;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#ff6600; text-decoration:none; background-color:inherit;}

a img{border:none;}

p{padding:0 0 1.6em 0;}

p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.leftnoborder,img.centernoborder,img.rightnoborder {padding: 4px; border: 0px;}
img.left{float:left; margin:0 12px 5px 0;}
img.leftnoborder{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.centernoborder{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}
img.rightnoborder{float:right; margin:0 0 5px 12px;}

.superscript {
	vertical-align: super;
	font-size: x-small;
}

h5 {
	font-size : 1em;
	color: #7499CD;
	font : bold;
}

/**************** Header and navigation styles ****************/

#container{
width:760px;
margin:5px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}

#topofheader{
	height: 135px;
	width: 758px;
	margin: 0 1px 1px 1px;
	background: #fff;
	color: #ccc;
}

#header{
	height: 40px;
	width: 758px;
	margin: 0 1px 1px 1px;
	background: #fff;
	color: #ccc;
	background-position: top left;
	background-repeat: no-repeat;
}

#header h1{
	padding: 35px 0 0 275px;
	font-size: 2.4em;
	background-color: transparent;
	color: #7499cd;
	letter-spacing: -2px;
	font-weight: normal;
}

#header h2{
margin:10px 0 0 275px;
font-size:1.4em;
background-color:inherit;
color:#bd8c47;
letter-spacing:-1px;
font-weight:normal;
}

#navigation{
	height: 1.7em;
	line-height: 1.7em;
	width: 758px;
	margin: 0 1px;
	color: #ffffff;
	background-color: #007f7b;
}

#navigation ul {
	list-style: none;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected, #navigation a:hover{
	background: #699BCD;
	color: #ffffff;
	text-decoration: none;
}

/**************** Content styles ****************/

#content{
float:left;
width:720px;
font-size:1.0em;
line-height:1.3em;
padding:20px 0 0 20px;
}

#content p a, #content ul li a, #content ol li a {
        color: #777;
        text-decoration: none;
        border-bottom: 1px dotted #777; }

#content p a:hover, #content ul li a:hover, #content ol li a:hover {
        color: #80302D;
        text-decoration: none;
        border-bottom: 1px solid #80302D; }


#content .subhed{
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	margin: 5px 0;
	padding: 0 }	

#content h2{
	display:block;
	margin:0 0 16px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#006699;
	background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:.5px;}


#content ul,#content ol{
	margin: 0 5px 6px 35px;
}
#content ul nospace,#content ol nospace{margin:0 5px 0px 35px;}
#content ul{
	list-style-type : square;
	list-style-image : url(images/small arrow in box.png);
}

#content li {
	padding-bottom: 11px;
}

#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

#nospace ul {
	margin: 0 5px 16px 35px;
	list-style-type : square;
}

#nospace  ul,li {
	padding-bottom: 1px;
}

#indented {
	margin: 0 0 0 25px;
}

blockquote {margin: 0 36px 1em 36px; padding: 7px 10px 7px 10px; border: 1px solid #4183a5; background: #d6ecf9; color: #286585;}


/**************** Right Subcontent styles ****************/

#subcontent{
	float: right;
	width: 170px;
	padding: 20px 5px 10px 0;
	line-height: 1.4em;
	margin:10px;
}

#subcontent2{
	float: right;
	width: 170px;
	padding: 10px 5px 5px 10px;
	line-height: 1.4em;
	margin:10px;
	background-image : url(images/fade.jpg);
	background-position : top;
	background-repeat : repeat-x;
	border: 1px solid silver;
}

#subcontent h2{
	display: block;
	margin: 0 0 2px 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
	color: #73880a;
	background-color: inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Right Sidebar styles  *****************/
#sidebar {

    float: right;
    padding: 0 0 15px 0;
    margin: 0 0 15px 15px;
    width: 220px;
    background: url(images/lightblue_fade_bg.gif) repeat-x top left;
	 z-index:2;}
        
p { }

    #sidebar p {
        margin: 0;
        padding: 0 15px 5px 15px;
        font: normal 12px/1.6em "Verdana", sans-serif;
        color: #555;
         }
      
#sidebar p a{
	color: #777;
	text-decoration: none;
	border-bottom: 1px dashed #777;
}
      
#sidebar p a:hover, {
        color: #80302D;
        text-decoration: none;
        border-bottom: 1px solid #80302D; }
            
/* Lists */

#sidebar ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px; }
    
#sidebar ul.nav {
    display: block;
    background: #fff;
    padding: 0;
    margin: 15px 15px 0 15px;
    list-style: none;
    border: double #ddd; }


#sidebar ul.nav li {
        padding: 0;
        margin: 0 0 1px 0; }

#sidebar ul.nav li.bottom { margin-bottom: 0; }

#sidebar ul.nav li a {
        display: block;
        height: 2.0em;
        text-indent: 6px;
        text-decoration: none;
        background: #ddd url(images/nav_item_bg.gif) center right no-repeat;
        color: #777;
        border: 0;
        font: normal 14px/2.0em "Trebuchet MS", "Verdana", sans-serif; }

#sidebar ul.nav li a:hover {
        color: #000;
        background: #ccc;
        border-bottom: 0px;
 }  

#sidebar ul.nav li#current a, #sidebar ul.nav li#current a:hover {
        background: #fff url(images/arrow.gif) center right no-repeat;
        color: #000;
        font-weight: bold;
        cursor: default; }

/***** Resources Section  *****/
		  
#sidebar #resources {
	border: 1px solid #F8F8FF;
	background-color: #ADD8E6;
}

#sidebar #resources p {
	border-bottom: 1px solid #F8F8FF;
	background-color: #ADD8E6;
	margin: 0;
	padding: .5em;
	font-size:.9em;
	line-height:1.em;
}
		  
#sidebar #resources ul
{
	margin: 0;
	padding: 0;
	color: green;
	text-decoration: none;
	border-bottom: none;
}

#sidebar #resources li { 
	margin: 0; 
	color:green;
	text-decoration: none;
	border-bottom:none;
	padding-bottom: 1px;
	display: block;
	list-style-type: square;
	border-bottom: 1px solid #fff;
}

#sidebar #resources a
{
	display: block;
	color: #778899;
	background-color: #ADD8E6;
	padding: .3em .8em .3em;
	text-decoration: none;
	border-bottom: none;
	margin: 0;
	font-weight: normal;
}

#sidebar #resources a:hover
{
background-color: #369;
color: #FFF;
text-decoration: none;
border-bottom: none;
margin: 0;
}

#sidebar h3
{
	margin: 0 0 5px 0;
	font-size: 1.2em;
	letter-spacing: .5px;
	color: Black;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}		  

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em; float:right;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}
#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

#events{
	width: 60%;
	padding: 0px 0;
	margin:20px;
	font-size: 0.9em;
	color: Black;
	background: url(images/cream_fade_bg.gif) repeat-x;
	border-top: 1px solid Gray;
	text-align: center;
}

/**************** Footer styles ****************/

#footer{
	clear:both;
	width:758px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.9em;
	color:#f0f0f0;
	background-color: #007f7b;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.9em;}
.hide{display:none;}
.textcenter{text-align:center;margin-left:auto;margin-right:auto;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.green {color: green;text-}

.box{margin:0 0 20px 0; padding:10px; border:1px solid #c0c0c0; background-color:#dcdcca; color:#505050; line-height:1.5em;}

/***** Table Styles  *****/
/*
Theme: Leandro Pessoa
Author: Simple and Clean
URL: http://www.leandropessoa.com.br
Country: Brazil
*/
table{
	border-spacing:1px;
	font:10px 'Verdana', Arial, Helvetica, sans-serif;
	color:#666666;
	background-color: #FFFFFF;
}
caption{border:#666666;border-bottom:2px solid #666666;text-transform:uppercase;padding:10px;font:15px 'Verdana', Arial, Helvetica, sans-serif;font-style:italic;font-weight:bold;}
td, th{padding:4px;}
thead th{text-align:center;background:#F5F5F5;color:#666666;border:1px solid #ffffff;text-transform:uppercase;}
tbody th{font-weight:bold;}
tbody tr{background:#EBF8FE;text-align:left;}
tbody tr.odd{background:#ffffff;border-top:1px solid #ffffff;}
tbody th a:link, tbody th a:visited{color:#666666;padding:3px 0px 0px 18px;background-repeat:no-repeat;}
tbody th a:hover{color:#009900;}
tbody tr td{height:30px;background:#EBF8FE;border:1px solid #ffffff;}
tbody tr.odd td{background:#ffffff;border-top:1px solid #ffffff;}
table td a:link, table td a:visited{color:#666666;text-decoration:none;font-weight: bold;}
table td a:hover{color:#009900;text-decoration:underline;font-weight: bold;}
table a[title^="Download"]{background:url(http://www.leandropessoa.com.br/table/img/icPADRAO.gif) no-repeat center;padding:20px 0px 0px 15px;}
tbody td a[href="http://www.leandropessoa.com.br"]{margin:0 auto;height:15px;border-bottom:0;padding:3px 0px 0px 18px;font-weight:bold;color:#FF8601;background:url(http://www.leandropessoa.com.br/table/img/check.gif);background-repeat: no-repeat;}
tfoot th, tfoot td{background:url(http://www.leandropessoa.com.br/table/img/TableCaption.jpg);padding:10px;text-align:center;font:15px 'Verdana', Arial, Helvetica, sans-serif;font-style:italic;font-weight:bold;border-bottom:3px solid #cccccc;border-top:1px solid #DFDFDF;}
