/*=================== STANDARD RULES ====================*/
body, ul, form fieldset, p {margin:0px; padding:0px;}

body{
 margin:0px 0px 40px 0px;
 background-color:#334C7F;
 font-family:Tahoma, Arial, Helvetica, Sans-serif;
 font-size:.75em;
 }

h1,h2,h3,h4,h5,h6 {
 color:#cc0000;
 margin-bottom:1em;
 }
h1 {font-size:1.8em;}
h2 {font-size:1.6em;}
h3 {font-size:1.2em;}
h4,h5,h6 {font-size:1.1em;}

a:link {color:blue;}
a:visited {color:purple;}
a:hover {color:blue; text-decoration:none;}
a:active {color:blue;}

input, textarea, select, option, button {
 font:.90em arial,helvetica,sans-serif;
 color:#666666;
 }

.printonly {display:none;}

/*=================== GLOBAL RULES ======================*/

#container{
	width:779px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/main-bg.gif);
}
#header{
	position:relative;
	width:779px;
	height:151px;
	background-image:url(/images/header.gif);
	background-repeat:no-repeat;
}
#headerlink a{
	position:absolute;
	top:10px;
	left:20px;
	width:300px;
	height:100px;
}
#login{
	position:absolute;
	top:70px;
	left:449px;
	width:281px;
	height:20px;
	text-align:right;
}
#loginbutton{
	position:absolute;
	top:96px;
	left:602px;
	width:113px;
	height:18px;
}
#buttonbar{
	width:779px;
	padding-top:5px;
	text-align:center;
}
#footer{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:779px;
	height:80px;
	background-image:url(http://familymappers.dev.10floor.com/images/footer-bg.gif);
	background-repeat:no-repeat;
	color:#ADB7CC;
	font-size:.9em;
}
#footer a:link {color:#ADB7CC; text-decoration:none;}
#footer a:visited {color:#ADB7CC; text-decoration:none;}
#footer a:hover {color:#FFFFFF; text-decoration:none;}
#footer a:active {color:#ADB7CC; text-decoration:none;}

#footerlinks1{
	position:absolute;
	width:490px;
	top:64px;
	left:7px;
}
#footerlinks2{
	position:absolute;
	width:200px;
	top:64px;
	left:570px;
	text-align:right;
}
#icra{
	position:absolute;
	width:281px;
	top:16px;
	left:30px;
	height: 24px;
	color:#334C7F;
}
#icra img{padding-right:8px;}
#online{
	position:absolute;
	width:172px;
	top:19px;
	left:581px;
	height:16px;
	color:#334C7F;
	font-size:14px;
	font-family:comic-sans, Arial;
	background-image:url(http://familymappers.dev.10floor.com/images/online.gif);
	background-position:right;
	background-repeat:no-repeat;
}
