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

body#wrap {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px auto;
	width:1000px;
	background: #F0F0F0;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 30px;
	wrap: 0px;
	background: white;
}

#header img {
	position: absolute;
	top: 15px;
	padding: 0px;
	border: none;
}

.tagLine {
	position: absolute;
	top: 15px;
	left: 260px;
	width: 200px;
	color: purple;
	font-weight: bold;
	font-size: .9em;
	padding: 0px;
}

.slogan {
	position: absolute;
	top: 15px;
	left: 750px;
	width: 225px;
	color: purple;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding: 0px;
}

form#loginform {font-size:10px; width:250px;float:right;}
form#loginform input {width:84px;}
form#loginform input#submit {width:60px;}
form#loginform input#remember {width:auto;}
form#loginform a {display:table-cell;width:125px;text-align:center;}

/* ------------------------------------ Navigation ------------------------------------ */

#navigation {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 975px;
	/*background: rgb(242,186,5);*/
	background-color: transparent;
	padding: 10px 5px 0px 20px;
	margin: 0px 0px 0px 0px;;
	font-size: 1em;
	text-align: center;
}

#navigation ul {
	display: none;
	padding: 0 20px;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	display: inline-table;
	margin-top: 0px;
	z-index: 1001;
}

#navigation ul ul {
	display: none;
	background: #5f6975; 
	border-radius: 0px; 
	padding: 0px;
	position: absolute; top: 129%;
}

#navigation ul li {
	float: left;
}

#navigation ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
}
#navigation ul ul li a {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
}	
#navigation ul ul li:hover{
	color: white;
	padding-top: 10px;
	padding-bottom: 5px;
	background: purple;
}	
#navigation ul ul li a:hover{
	color: white;
	padding-top: 10px;
	padding-bottom: 5px;
	background: purple;
}	
#navigation ul:after {
	content: "";
	clear: both;
	display: block;
}
#navigation ul li:hover > ul {
	display: block;
}

#navigation a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	text-align: center;
}
#navigation a:link {
	/*color: black;*/
	font-weight: bold;
}
#navigation a:visited {
}
#navigation a:hover {
	background: purple;
	color: white;
	font-weight: bold;
}
#navigation a:active {
	color: gold;
}

#navigation .brochure {
	font-size: .8em;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 20px 20px;
}

#navigation .brochure a {
	color: black;
	font-weight: normal;
}
#navigation .brochure a:link {
	color: black;
	font-weight: normal;	
}
#navigation .brochure a:visited {
}
#navigation .brochure a:hover {
	background: none;
	padding: 10px;
	color: white;
	font-weight: normal;
}
#navigation .brochure a:active {
	color: gold;
}

/* ------------------------------------ middle div------------------------------------ */

#middle {
	position: absolute;
	top: 163px;
	left: 0px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
	background: url(../images/background2.gif) repeat-y;
	z-index: 1000;
}

#middle.blog_page {
	background: none;
}

/* ------------------------------------ sideNav div ------------------------------------ */

#sideNav {
	float: left;
	width: 225px;
	height: 100%;
	padding: 20px 15px 20px 15px;
	margin: 0px 0px 0px 30px;
	color: white;
	height: inherit;
	line-height: .5em;
}

#sideNav a {
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	color: white;
	font-weight: bold;
}
#sideNav a:link {
	text-align: right;
}
#sideNav a:visited {
}
#sideNav a:hover {
	color: purple;
	font-weight: bold;
}
#sideNav a:active {
	color: gold;
}
/* ------------------------------------ HOME PAGE ------------------------------------ */
/* ------------------------------------ Home Page Movie div------------------------------------ */

#movie {
	float: left;
	left:0px;
	top:0px;
	width: 1000px;
	height: 300px;
	margin: 0px 0px 0px 0px;
}

/* ------------------------------------ boxes ------------------------------------ */

#miniBoxes {
	float: left;
	width: 1000px;
	padding: 10px;
	line-height: 1em;
	position: relative;
}

#events {
	margin: 10px 5px 10px 5px;
}

#history {
	margin: 10px 5px 10px 5px;
}

#scholarships {
	margin: 10px 5px 10px 5px;
}

/* ------------------------------------ ads class ------------------------------------ */
.ads {
	float: left;
	width: 292px;
	padding: 10px 10px 0px 10px;
	font-size: .9em;
	color: black;
	font-weight: bold;
}

.ads img {
	border: none;
	padding: 5px;
}

.ads img:hover {
	border: none;
	padding: 0px;
	border-color: purple;
	border-style: solid;
	border-width: 5px;
}

.ads a {
	text-decoration: none;
}

/* ------------------------------------ paragraph div ------------------------------------ */

.paragraphThin {
	float: left;
	width: 460px;
}

.paragraphArticle {
	float: right;
	width: 645px;
}

#paragraph {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	font-size: .9em;
	color: white;
	line-height: 1.2em;
}

#paragraph p{
	padding: 0px 0px 0px 15px;
}
#paragraph li {
	margin: 0px 0px 0px -15px;
	text-decoration:none;
	list-style:none;
	list-style-type:none;
}

h1 {
	font-weight: normal;
	font-size: 2em;
	line-height: .25em;
}

h2 {
	font-weight: normal;
	font-size: 1.45em;
	line-height: 1em;
}

#paragraph a {
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	color: white;
	font-weight: bold;
}
#paragraph a:link {
	text-align: right;
}
#paragraph a:visited {
}
#paragraph a:hover {
	color: purple;
	font-weight: bold;
}
#paragraph a:active {
	color: gold;
}

#paragraph img {
	float: left;
	margin: 10px;
	margin-top:0px;
}

.icon td{
	padding: 0px;
	margin: 0px;
}

.icon a:hover{
	margin: 0px;
	padding: 0px;
	color: purple;
}

.icon img {
	margin: 0px;
	border: none;
	padding: 5px 5px 5px 5px;

}

.icon img:hover{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-color: purple;
	border-width: 5px;
	border-style: solid;
}

.caption {
	float: right;
	height: 100px;
	padding: 5px 5px 0px 5px;
	margin: 0px 15px 0px 15px;
	background: #333333;
	text-align:center;
}

.caption img {
	border: none;
}

.caption td, tr{
	padding: 0px 10px 0px 10px;
}

.legend {
	width: 600px;
	background: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	font-size: 1em;
}

/* ------------------------------------ infoTable class ------------------------------------ */

.infoTable td {
	padding: 10px 30px 10px 10px;;
}


/* ------------------------------------ brothersPhotos div ------------------------------------ */

#brothersPhotos {
	width: 600px;
	text-align:center;
	overflow: visible;
}

#brothersPhotos .pics td {
	height: 150px;
	padding: 5px 25px 0px 25x;
}

#brothersPhotos .names td {
	height: 20px;
	padding: 0px 25px 20px 25px;
	text-align: center;
}
.gallery img {
	border: none;
	padding: 5px;	
}
.gallery img:hover {
	padding: 0px;
	border-color: purple;
	border-bottom-width: 5px;
	border-style: solid;
}

/* ------------------------------------ brothers page ------------------------------------ */

  #resultlist {

  }
  #select textarea {
    width:400px;
    height:30px;
    background-color:#ffff99;
  }
  .brotherlist {
    color:#666666;
    background-color:#ffff99;
    width:600px;
    display:inline-block;
    margin-top:10px;
  }
  
  .brotherlist a {
    color:#333333!important;
  }
  .brotherlist h2 {
  
  }
  .brotherlist td {
    padding:0px;
    margin:auto;
  }
  .brotherlist td.title {
    width:500px;
    height:50px;
  }
  .brotherlist td.data {
    height:20px;
    width:250px;
  }
  .brotherlist td.image {
    width:85px;
  }
  .brotherlist img {
    margin:10px!important;
  }
  .tree td {
    text-align:center;
    vertical-align:top;
    height:65px;
    font-size:10px;
    font-face:Courier;
    line-height:10px;
    border:0px;
    cell-spacing:0px;
    padding:0px;
  }
  .tree {
    border:0px;
    cell-spacing:0px;
  }
  .tree div.name{
    height:25px;
    margin:5px;
  }
  .tree2 td {
    text-align:center;
    vertical-align:top;
    height:65px;
    font-size:10px;
    font-face:Courier;
    line-height:10px;
    border:0px;
    cell-spacing:0px;
    padding:0px;
  }
  .tree2 {
    border:0px;
    cell-spacing:0px;
  }
  .tree2 div.name2{
    height:25px;
    margin:5px;
  }
  .tree td a {text-align:center!important;}
  .tree div.name a {width:60px!important;display:block;margin:auto;font-size:10px;cursor:pointer;}
  .tree2 td a {text-align:center!important;}
  .tree2 div.name2 a {width:70px!important;display:block;margin:auto;font-size:10px;cursor:pointer;}
  .vert{background-image:url("../images/brothers/vert.png");background-repeat: no-repeat;background-position:center center;height:20px!important;}
  .vert2{background-image:url("../images/brothers/vert.png");background-repeat: no-repeat;background-position:center center;height:0px!important;}
  .both{background-image:url("../images/brothers/both.png");background-repeat: no-repeat;background-position:center center;height:20px!important;}
  .left{background-image:url("../images/brothers/left.png");background-repeat: no-repeat;background-position:center center;height:20px!important;}
  .right{background-image:url("../images/brothers/right.png");background-repeat: no-repeat;background-position:center center;height:20px!important;}
  .selected {color:gold!important;}
  .treedisp {width:600px;display:block;}
  
  .actives {text-align:center;}
  


/* ------------------------------------ footer ------------------------------------ */

#footer {
	clear: both;
	width: 980px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-size: .8em;
	background: #f0f0f0;
	/*background-color: transparent;*/
	color: black;
	font-weight: bold;
}

#footer a {
	color: black;
	text-decoration: none;
	text-align: center;
	padding: 10px;
}
#footer a:link {
	color: black;
}
#footer a:visited {
}
#footer a:hover {
	background: purple;
	padding: 10px;
	color: white;
	font-weight: bold;
}
#footer a:active {
	color: gold;


/* ---------------------------- custom ----------------------------------------*/


div#middle.blog_page {
	background: none !important;
}
