/*
	(1) html elements
	(2) global structures
	(3) global structures: formatting
	(4) general purpose */


/*
	(1) html elements */

body {
	margin-top: 0;
	padding: 0;
	background-color: #b3b0ad;  
	
	font-family: arial, sans-serif;
	font-size: 9pt;
}

a {color: #00496e; }

a img {
	border: none;
}

form, div {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
	margin-bottom: 10px;
}


/*
	(2) global structure */

#main {
	width: 781px;
	border-top: 1px solid #2b6482;
	margin: 10px auto;
	
}

#header {
	background: #fff url(../images/bg_header_internal_a.jpg) top right no-repeat;
	height: 165px;
	border-left: 1px solid #2b6482;
}

#cntr-content {
	width: 780px;
	border-right: 1px solid #2c6672;
	border-bottom: 1px solid #606d7d;
	background: #fff url(../images/bg_cntr_content_internal.gif) 0 0 repeat-y;
}

#content-pri {
	float: right;
	width: 550px;
	background-color: #fff;
	margin-bottom:0;
	padding-bottom:0;
}

#content-sec {
	float: left;
	color: #cdcccc;
	width: 207px;
	padding: 7px;
	padding-right: 0;
	font-size: .8em;
	font-family: verdana;
}

#nav {
	padding-top: 10px;
	height: 113px;
}

#logo {
	float: right;
	padding-right: 15px;
}

#footer {
	padding: 10px 0;
	font-family: verdana, sans-serif;
	text-align: center;
	font-size: .8em;
	color: #606d7d;
}




/*
	(3) global structures: formatting */


#content-sec .photo {
	margin-left: -7px;
	margin-top: -7px;
	margin-bottom: 15px;
}

#content-sec p {
	line-height: 1.4em;
	margin-bottom: 13px;
}

#content-sec a {
	color: #fff;
}

#content-sec ul.link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content-sec ul.link-list li {
	margin-bottom: 6px;
}

#content-sec ul.side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content-sec ul.side-nav li.break {
	margin-bottom:5px;
	margin-top:-2px;
	font-size: 8pt;
}


#content-sec ul.side-nav li {
	
	padding-left: 12px;
	font-weight: bold;
	color:#666666;
	line-height:15px;
}

#content-sec ul.side-nav li a {
	text-decoration:none;
	font-weight: normal;
	font-color:white;
	font-size: 11px;
	text-transform:uppercase;
}

#content-sec ul.side-nav li a:hover {
	text-decoration:underline;
}


#nav ul {
	list-style: none;
	margin: 0;
	margin-right: 25px;
	padding: 0;
	float: left;
	height: 111px;
}

#nav ul li a {
	color: #6b7786;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: .9em;
}

#nav ul li a:hover, 
#nav ul li.active a {
	color: #5ebbd4;
}

#nav #pri {

}

#nav #sec,
#nav #ter {
	border-left: 1px solid #d8d7d6;
	padding-left: 5px;
}

#nav #sec li,
#nav #ter li {

}

#header form {
	margin-left: 5px;
	margin-top: 9px;
}

#header form input.text {
	float: left;
	width: 114px;
	height: 15px;
	margin-right: 5px;
	padding-left: 9px;
	border: 1px solid #dcdfe2;
	color: #007696;
	font-family: verdana, sans-serif;
	font-size: .8em;
}

#header form input.img {
	float: left;
}


/*
	(4) general purpose */


div.content {
	padding: 11px;
	line-height: 1.7em;
}

div.intro {
	background: #007696;
	padding: 6px 0;
}

div.intro h1 {
	background: #cbc5c1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.6em;
	font-family: "times new roman", serif;
	padding: 10px;
	margin: 0;
}

div.intro p {
	background: #cbc5c1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 12px 10px 13px;
	margin: 0;
	font-weight: bold;
}

div.intro p.first {
	height: 60px;

}

.clear {
	clear: both;
	height: 1px;
	font-size: .01em;
	overflow: hidden;
}

.right {
	float: right;
	margin-left: 10px;
}

.left {
	float: left;
	margin-right: 10px;
}

.center {
	text-align: center;
}

.heading {
	font-size: 1.3em;
	font-weight:bold;
}
.disclaimer {
	font-size: .9em;
	line-height: 1.2em;
}

table.data {
	border-collapse: collapse;
	width: 100%;
}

table.data th {
	text-align: left;
	padding: 4px;
	border: none;
}

table.data td {
	vertical-align: top;
	padding: 4px;
	border: 1px solid #ccc;
}

div.column {
	float: left;
	width: 220px;
	margin-right: 15px;
}

div.disclaimer {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #cecfce;
	background-color: #f2f0f0;
}

ul.rights_list {
	list-style-image:url(../images/bullet.gif);
}

ul.rights_list ul {
	list-style-image:none;
	list-style-type:disc;
}

.inside_list {
	text-indent: 18px;
}

.bottom-image {
	margin-top: 0;
	margin-left: -2px; 
	margin-bottom:-4px;
}

.info-box-1 {
	background-image:url(../images/bg_info_box_1.gif);
	height: 167px;
	width: 175px;
}

.info-box-1 p {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
	padding: 20px;
}

.info-box-2 {
	background-image:url(../images/bg_info_box_2.gif);
	height: 123px;
	width: 128px;
}

.info-box-2 p {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
	padding: 15px 20px 0px 20px;
} 

.info-box-3 {
	background-image:url(../images/bg_info_box_3.gif);
	height: 116px;
	width: 196px;
}

.info-box-3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
	font-weight:bold;
	padding: 10px 20px 0px 15px;
	font-size: 12px;
} 

.info-box-4 {
	background-image:url(../images/bg_info_box_4.gif);
	height: 165px;
	width: 312px;
}

.info-box-4 p {
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
	font-weight:bold;
	padding: 10px 20px 0px 15px;
	font-size: 12px;
} 


img.team-picture {
	padding-left: 15px; 
	padding-right: 10px;
	margin-top: -5px;
	float: left;
}

table.vcard {
	color: blue;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 251px;
	width: 336px;
	/* background-image: url(../images/bg_vcard.jpg); */
	background-color:red;
	margin-right: 25px;
	text-align:center;
}

a.vcard {

	text-decoration: none;
}

div.vcard {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 151px;
	width: 336px;
	float:left;
	background-image: url(../images/bg_vcard.jpg);
	margin-right: 10px;
	text-align:center;
}

div.vcard p
{
	padding-top: 70px;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	text-align:left;
	color: #00496e;
	font-family: arial, sans-serif;
	font-weight: bold;
	float:left;
	margin:0;
}

div.vcard  p.name {
	font-size: 12px;
	padding-left: 15px;
	line-height: 14px;
 	width: 130px;
	height: 25px; 
}

div.vcard  p.info {
	font-size: 10px;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-right: 1px;
	line-height: 14px;
	width: 180px;
	height: 25px; 

}

table.vcard td
{
	padding-top: 70px;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	text-align:left;
	vertical-align:top;
	color: #00496e;
	font-family: arial, sans-serif;
	font-weight: bold;
}

table.vcard  td.name {
	font-size: 12px;
	padding-left: 15px;
	line-height: 14px;
	width: 130px;
}

table.vcard  td.info {
	font-size: 10px;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-right: 1px;
	line-height: 14px;
}

table.contacts {
	color: blue;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 500px;
	padding:0;
	margin:0;
}
table.contacts a {

	text-decoration: none;
}

table.contacts .photo {
	padding:0;
	margin:0;
	border:none;
}

table.contacts td
{
	padding: 0;
	vertical-align:top;
	text-align:left;
	color: black;
	font-family: arial, sans-serif;
	height: 120px; 
}

table.contacts  td.picture {
	width:90px;
	padding-left: 20px;
}

table.contacts  td.name {
	font-size: 13px;
	padding-left: 5px;
	line-height: 15px;
	width: 170px;
	font-weight: bold;
	padding-top: 6px;

}

table.contacts  td.info {
	font-size: 11px;
	font-family: arial, sans-serif;
	padding-right: 5px;
	line-height: 15px;
	padding-top:6px;
}