@import url(nav/nav.css);

html, body, form {width:100%; height:100%; margin:0px; padding:0px;}

body {background: #fff;}

body, .Normal, .NormalDisabled, h1, h2, h3, h4 
{font-family:Tahoma,Arial,sans-serif; color:#142f55; font-size:10pt; line-height:1.5em;}

h1,h2,h3,h4 {font-weight:bold; margin:0; padding:0;}
h1{font-size:20pt;} h2{font-size:14pt;} h3{font-size:12pt;}

div {margin:0;}

a, a:link, a:visited, 
a.CommandButton, a.CommandButton:link, a.CommandButton:visited  
a.SkinObject, a.SkinObject:link, a.SkinObject:visited  
{color:#142f55; text-decoration:underline; cursor:pointer; font-weight:bold;}

a:hover, a.CommandButton:hover {color:#666;}

p {margin:0; padding: 0;}

img {border:0;margin:0;}
div {border:0;margin:0;padding:0;}

.clear {height:0; clear:both;}

div.kcura_main_wrapper {background:url(images/header-background.gif) no-repeat scroll center top;}
div.kcura_main {width:750px; margin-right:auto; margin-left:auto;}

div.kcura_header {position:relative; height:182px; }

.kcura_home_link, div.kcura_home_logo
{
	display:block; position:absolute; height:111px; width:269px; left:55px; top: 60px;
	background:url(images/main_logo_sprite.gif) no-repeat scroll center top;
}
.kcura_logo_hover
{
    display:block; height:111px; width:269px;
	background:url(images/main_logo_sprite.gif) no-repeat scroll center -111px;
}

.kcura_home_link_breadcrumb
{
	display:block; position:absolute; height:76px; width:201px; left:43px; top: 60px;
	background:url(images/mini_logo_sprite.gif) no-repeat scroll center top;
}
.kcura_home_link_breadcrumb .kcura_logo_hover
{
    display:block; height:76px; width:201px;
	background:url(images/mini_logo_sprite.gif) no-repeat scroll center -76px;
}
.relativity_logo
{
    display:block; height:90px; width:251px;
	background:url(images/relativity_sprite.gif) no-repeat scroll left top;
}
.relativity_logo_hover
{
    display:block; height:90px; width:251px;
	background:url(images/relativity_sprite.gif) no-repeat scroll left -90px;
}
.method_logo
{
    display:block; width:191px; height:90px;
	background:url(images/method_sprite.gif) no-repeat scroll left top;
}
.method_logo_hover
{
    display:block; width:191px; height:90px;
	background:url(images/method_sprite.gif) no-repeat scroll left -90px;
}

div.breadcrumb_wrapper {position:absolute; left:65px; top:134px;}

div.kcura_title {position:absolute; right:65px; top:102px; text-align:right;} 

div.kcura_footer 
{
	background:#142f55 url(images/footer-background.gif) repeat-x scroll left top; 
	height:28px; color:#fff; text-align:center; font-size: 10pt; padding-top:15px;
	border-bottom: solid 7px #babcbe;
}

div.kcura_button 
{
	margin-top:10px;
	background: url(images/button.gif) no-repeat scroll right center; 
	padding-right:5px; float:left;
}

div.kcura_button a,
div.kcura_button a:link,
div.kcura_button a:visited,
div.kcura_button a:hover
{
	display:inline;
	float:left;
	clear:both;
	background: url(images/button.gif) no-repeat scroll left center; 
	padding-top:4px;
	padding-right:23px;
	padding-left:28px;
	height:26px;
	text-transform:uppercase;
	color:White;
	font-weight:bold;
	text-decoration:none;
}
