@CHARSET "UTF-8";

/* General Style Info */
a {
	color: #003695;
	text-decoration: underline;
}

a:hover {
	color: #003695;
	text-decoration: none;
}

a:visited {
	color: #003695;
}


/* Layout */
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

.bodyContainer {
	width: 100%;
	height: 1100px;
	text-align: center;
}
#bc-01 {background: url('../img/bg-common-01.jpg') repeat-x;}
#bc-02 {background: url('../img/bg-common-02.jpg') repeat-x;}
#bc-03 {background: url('../img/bg-common-03.jpg') repeat-x;}
#bc-04 {background: url('../img/bg-common-04.jpg') repeat-x;}

#mainContainer {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

.leftColumn {
	float: left;
	width: 98px;
	height: 1098px;
}
#lc-01 {background: url('../img/bg-left-01.jpg') no-repeat;}
#lc-02 {background: url('../img/bg-left-02.jpg') no-repeat;}
#lc-03 {background: url('../img/bg-left-03.jpg') no-repeat;}
#lc-04 {background: url('../img/bg-left-04.jpg') no-repeat;}

#container {
	float: left;
	width: 744px;
	height: 1098px;
}

.rigthColumn {
	float: left;
	width: 110px;
	height: 1098px;
}
#rc-01 {background: url('../img/bg-right-01.jpg') no-repeat;}
#rc-02 {background: url('../img/bg-right-02.jpg') no-repeat;}
#rc-03 {background: url('../img/bg-right-03.jpg') no-repeat;}
#rc-04 {background: url('../img/bg-right-04.jpg') no-repeat;}

.header {
	clear: both;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	height: 114px;
}
#hd-01 {background: url('../img/bg-top-01.jpg') no-repeat;}
#hd-02 {background: url('../img/bg-top-02.jpg') no-repeat;}
#hd-03 {background: url('../img/bg-top-03.jpg') no-repeat;}
#hd-04 {background: url('../img/bg-top-04.jpg') no-repeat;}

.header #Organization {
	margin-top: 30px;
	margin-left: 24px;
	height: 12px;
	width: 340px;
	font-size: 11px;
	color: #FFFFFF;
}

.header #Emblem {
	float: right;
	margin-top: 30px;
	margin-right: 24px;
	height: 22px;
	width: 72px;
}

.header #Logo {
	clear: both;
	position: relative;
	top: -10px;
	left: 14px;
	height: 74px;
	width: 372px;
}

#content {
	clear: both;
	text-align: left;
	vertical-align: top;
	height: 828px;
	background-color: #FFFFFF;
}

#content #topMenu {
	height: 152px;
	text-align: center;
	padding-top: 20px;
}

#content #topMenu #topMenu-links {
	padding: 0;
	margin: 0;
	padding-top: 13px;
}

#content #topMenu #topMenu-links div {
	position: relative;
	text-align: center;
	float: left;
}

#content #topMenu #topMenu-links .tm1 {width: 70px; left: 43px;}
#content #topMenu #topMenu-links .tm2 {width: 50px; left: 89px;}
#content #topMenu #topMenu-links .tm3 {width: 90px; left: 138px;}
#content #topMenu #topMenu-links .tm4 {width: 70px; left: 180px;}
#content #topMenu #topMenu-links .tm5 {width: 50px; left: 240px;}
#content #topMenu #topMenu-links .tm6 {width: 70px; left: 290px;}

#content #topMenu #topMenu-links a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	color: #b32a20;
	padding: 3px;
}

#content #topMenu #topMenu-links a:hover {
	color: #ffffff;
	background-color: #d95f14; 
}

#content #topMenu #topMenu-links a.current {
	color: #ffffff;
	background-color: #d95f14; 
}

#content #pageTitle {
	height: 28px;
	color: #003c72;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom: 1px dotted black;
}

* html #content #pageTitle {
	padding-bottom: 2px;
	border-bottom: none;
	background: url(../img/css-dotted.gif) repeat-x bottom;	
}

#content #pageTitle h1 {
	font-size: 15px;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-left: 30px;
}

#content #subMenu {
	text-align: right;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 6px;
	height: 30px;
}

#content #subMenu a {
	font-size: 12px;
	font-weight: bold;
	color: #b32a20;
}

#content #subMenu a.current {
	text-decoration: none;
	color: black;
}

#content .pager {
	padding: 10px 0px 10px 30px;
	margin: 4px 30px 5px 30px;
	font-size: 11px;
}

#content .pager a {
	color: #000000;
}

#content .pager a.current {
	font-weight: bold;
	text-decoration: none;
	color: #b32a20; 
}

#content #publications {
	height: 565px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
}

#content #publications table {
	border: 0;
	border-collapse: collapse;
}

#content #publications td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

#content #publications p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	text-align: justify;
}

#content #publications #menu {
	width: 170px;
	padding: 20px;
	padding-top: 0;
}

#content #publications #menu .pub-link {
	margin:0;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 14px;
	background: url('../img/arrow.gif') no-repeat 0 3px;
}

#content #publications #menu a {
	font-size: 12px;
	color: #b32a20;
}

#content #groupList {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-left: 30px;
	margin-right: 30px;
}

#content #groupList td {
	text-align: left;
	vertical-align: top;
}

#content #groupList .groupPic {
	width: 180px;
}

#content #groupList .groupName {
	width: 226px;
	padding-top: 14px;
}

#content #groupList .groupDescr {
	width: 250px;
	padding: 10px;
	padding-top: 20px;
	font-size: 11px;
	text-align: justify;
}

#content #childTableList {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-left: 30px;
	margin-right: 30px;
}

#content #childTableList td {
	padding: 5px 6px 5px 30px;
	text-align: left;
	vertical-align: top;
}

#content #childTableList .childCard {
	height: 100px;
	width: 300px;
	overflow: hidden;
}

#content #childTableList .childCard .photo {
	float: left;
	border: 0;
	height: 75px;
	_height: 72px;
	width: 75px;
	text-align: center;
	vertical-align: middle;
}

#content #childTableList .childCard .photo .noPhoto {
	height: 75px;
	width: 75px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e8e8e8;
}

#content #childTableList .childCard .photo .noPhoto p {
	_margin-top: auto;
	_margin-bottom: auto;
}

#content #childTableList .childCard .photo img {
	height: 75px;
	width: 75px;
	border: 0;
	margin: 0;
	padding: 0;
}

#content #childTableList .childCard .resume {
	float: right;
	width: 210px;
	font-size: 11px;
}

#content #childTableList .childCard .resume a {
	font-weight: bold;
	color: #b32a20;
}

#content #childTableList .childCard .resume p {
	padding: 0;
	margin: 0;
	margin-top: 8px;
	text-align: justify;
}

#content #childTableList .childCard .foundFamily {
	float: right;
	width: 210px;
	font-size: 11px;
	text-align: center;
}

#content #childTableList .childCard .foundFamily p {
	font-weight: bold;
	color: #f32e35;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

#content #childTableList .childCard .foundFamily img {
	height: 58px;
	width: 108px;
}

#content #dynContent {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 12px;
	overflow: hidden;
	height: 565px;
}

#content #dynContent a {
	color: #b32a20;
}

#content #dynContent p.p-big-pad {
	padding-left: 80px;
}

#content #dynContent p.p-left-line {
	padding-left: 30px;
	background: url('../img/p-left-line.gif') repeat-y;
}



#content #fullChildCard {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	top: 22px;
	left: 15px;
	width: 642px;
	height: 266px;
	border-bottom: 1px dotted black;
}

* html #content #fullChildCard {
	padding-bottom: 2px;
	border-bottom: none;
	background: url(../img/css-dotted.gif) repeat-x bottom;	
}

#content #fullChildCard div {
	padding: 0;
	margin: 0;
	border: 0;
}

#content #fullChildCard #photo {
	float: left;
	width: 166px;
	height: 250px;
	border: 1px dotted #e8e8e8;
}

#content #fullChildCard #card {
	float: left;
	margin-left: 34px;
	width: 342px;
	height: 250px;
	font-size: 11px;
}

#content #fullChildCard #card #childName {}

#content #fullChildCard #card #childName h1 {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	font-size: 16px;
	color: #003c72;
}

#content #fullChildCard #card #birthDate {
	margin-top: 5px;
}

#content #fullChildCard #card #resume {
	margin-top: 7px;
	height: 200px;
	overflow: hide;
}

#content #fullChildCard #card #resume p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: justify;
}
	

.footer {
	clear: both;
	text-align: left;
	vertical-align: top;
	height: 156px;
}
#ft-01 {background: url('../img/bg-bottom-01.jpg') repeat-x;}
#ft-02 {background: url('../img/bg-bottom-02.jpg') repeat-x;}
#ft-03 {background: url('../img/bg-bottom-03.jpg') repeat-x;}
#ft-04 {background: url('../img/bg-bottom-04.jpg') repeat-x;}

.footer #bottomMenu {
	color: #ececff;
	text-align: center;
	padding-top: 18px;
}

.footer #bottomMenu a {
	color: #ffc40e;
	font-size: 12px;
}

.footer #bottomText {
	margin-top: 30px;
}

.footer #bottomText #Address {
	margin-left: 2em;
	float: left;
	font-size: 11px;
	color: #ffffff;
}

.footer #bottomText #InoLogo {
	margin-right: 2em;
	float: right;
}


/* Custom classes */
.clear {
	clear: both;
}

.blue {
	color: #c3e8ff;
}

.part .small {
	width: 1%;
}

.part .standart {
	width: 200px;
}

.part h2 {
	clear: both;
	margin-bottom: 0;
}

.part p.optional {
	text-align: right;
	font-size: 10px;
}

.part p.optional input {
	padding: 0;
	margin: 0;
	border: 1;
	font-size: 10px;
}

.part a.current {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.part .block {
	clear: both;
	margin: 0.5em;
	padding: 0.5em;
	padding-left: 0;
	margin-left: 0;
	width: 450px;
	min-height: 20px;
}

.part .block .label {
	width: 150px;
	float: left;
}

.part .block .field {
	width: 250px;
	float: right;
}

.part table {
	width: 100%;
	font-size: 12px;
}

.part table td {
	text-align: left;
	vertical-align: top;
}

.part table.listCards {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.part table.listCards td {
	padding: 5px;
	border: 1px solid black;
}

.part table.listCards td.splitter {
	border: 0;
}

/* eof */
