/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:url(../images/body_bg.gif) repeat;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:20px auto;
	width:900px;
	background-color:#EBF1F1;
}
#Header {
	background-attachment: scroll;
	background-color: rgb(0, 153, 204);
	background-image: url(http://www.bahai.org.ve/themes/tutorial/images/grupo_bahais.jpg); 
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	height: 75px;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
		#Menu1 {
			padding:10px 50px 0;
		}
			#Menu1 li {
				float:left;
				margin-left:2px;
				background:url(../images/menu1_right.gif) no-repeat right top;
			}
				#Menu1 li.current,
				#Menu1 li.section {
					background:url(../images/menu1_right_on.gif) no-repeat right top;
				}
				#Menu1 li a {
					display:block;
					color:#fff;
					font-weight:bold;
					font-size:1.1em;
					text-decoration:none;
					padding:5px 15px;
					background:url(../images/menu1_left.gif) no-repeat left top;
				}
					#Menu1 li a:hover {
						color:#d2ebff;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background:url(../images/menu1_left_on.gif) no-repeat left top;
						color:#d2ebff;
					}

#ContentContainer {
	background:#f5f5f5 url(../images/bahaiorg_watermark.gif) bottom left no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	overflow: auto;
	clear:both;
}

#Banner {
	text-align: center;
}

#Menu2 {
	margin-left: 20px;
	width: 17em;
	float:left;
	background:#f0f0f0;
	border:1px solid #ddd;
	padding:10px 10px 10px 10px;
}
	#Menu2 li {
		padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#0083C8;
	}

#Content {
	float: left;
	margin: 0px 20px;
	width:70%;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	background:#015581;
	clear:both;
	padding-right:20px;
	border:1px solid #ccc;
	border-top:0;
	padding-bottom:3px;
	height:25px;
	padding-top:8px;
}
	#Footer span {
		color:#ccc;
		font-size:1.1em;
		font-weight:bold;
		padding-left:20px;
	}
	#Footer a {
		color:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}
	#Footer img{
		position:relative;
		top:3px;
		left:3px;
	}


/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

/*- Menu Tabs--------------------------- */ 

	#Navigation{
		float:left; 
		width: 812px
	}
    #tabs {
      float:left;
      width:100%;
      background-color: rgb(0, 153, 204);
      font-size:93%;
      line-height:normal;
	  background-image: url(http://www.bahai.org.ve/themes/tutorial/images/grupo_bahais.jpg); 
	  background-repeat: no-repeat;
	  background-position: 100% 102%; 
	  position:relative;
	  top:6px;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 15px; 
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("../images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  background-position:0% -42px;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
	  background-position:100% -42px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% 0px;
      }
    #tabs a:hover span {
      background-position:100% 0px;
      }
	#tabs .current a {
      background-position:0% 0px;
      }
    #tabs .current a span {
      background-position:100% 0px;
      }
	
/* Side bar */
#sidebar{
	float:right;
	width:180px;
	padding:5px 10px 10px;
	background-color:#EBF1F1;
	border: solid #E6E6E6 1px;
}
#sidebar li{
	margin-top:10px;
}
#sidebar a{
	text-decoration:none;
	font-weight:bold;
	color:#015581;
	clear:both;
}
#sidebar a:hover{
	text-decoration:underline;
}
/* Side bar */
#topSecondBar{
	padding:5px 10px 7px;
	background-color:#EBF1F1;
	border: solid #E6E6E6 1px;
	border-top: none; 
	text-align: center;
}
#topSecondBar li, #topSecondBar h1{
	float:left;
	margin-left:10px;
}
#topSecondBar a{
	text-decoration:none;
	font-weight:bold;
	color:#015581;
	clear:both;
	margin:5px;
	white-space: nowrap;
}
#topSecondBar a:hover{
	text-decoration:underline;
}
ul.topmenu{
	margin:auto;
	width:900px;
	
}
#SearchResults li{
	list-style-type:decimal;
}
#Search{
	float:left;
}
.SearchForm{
	width:190px;
	float:left;
}
.SearchForm input{
	float:left;
	border: 1px solid #006;
    background: #ffc;
}
.SearchForm #Search input{
	height:14px;
}
fieldset{
	border:0px;
}
#sidebar .current{
	font-size: 13px;
}