* { margin: 0; padding: 0; }

html, body {
        height:100%;
        background-image: url(container-tile.gif);
        background-repeat: repeat;
        font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.3em;
}

div#verticalAlign {
        width:1px;
        height:50%;
        margin-bottom:-271px; /* half of container's height */
        float:left;
}

#container {
        margin:0 auto;
        position:relative; /* puts container in front of distance */
        text-align:left;
        clear:left;
        background: transparent url(container.gif) no-repeat 0 0;
        width: 766px;
        height: 543px;
	z-index:9999;
}

div#bodyContent {
        height:322px;
        float:left;
        width:667px;
        margin-top:49px;
        overflow:auto;
        margin-left:51px;
}

div#bodyContentPartial {
        height:302px;
        float:left;
        width:553px;
        margin-top:49px;
	padding-top:20px;
        overflow:auto;
}

div#heading_members {
        background-image: url(heading_members.gif);
        background-repeat: no-repeat;
        height: 308px;
        float:left;
        margin-left:51px;
        margin-top:49px;
        width:114px;
        display:inline;
}
div#heading_contact {
        background-image: url(heading_contact.gif);
        background-repeat: no-repeat;
        height: 308px;
        float:left;
        margin-left:51px;
        margin-top:49px;
        width:114px;
        display:inline;
}

div#heading_about {
        background-image: url(heading_about.gif);
        background-repeat: no-repeat;
        height: 308px;
        float:left;
        margin-left:51px;
        margin-top:49px;
        width:114px;
        display:inline;
}

div#heading_iphone {
        background-image: url(heading_iphone.gif);
        background-repeat: no-repeat;
        height: 308px;
        float:left;
        margin-left:51px;
        margin-top:49px;
        width:114px;
        display:inline;
}

div#banner {
        background-image: url(banner.gif);
        background-repeat: no-repeat;
        height: 320px;
        float:left;
        margin-left:51px;
        margin-top:51px;
        width:674px;
        display: inline; /* fix ie double-margin bug */
}

#members {
	position:absolute;
	text-align:right;
	top:17px;
	right:50px;
}

#members a:link, #members a:visited {
	color:white;
	text-decoration:none;
}

#members a:hover {
	color:white;
	text-decoration:underline;
}

fieldset {
	border: none;
}

.para_spacer {
        padding-bottom: 1em;
	text-align:justify;
}

ul#service_list {
	list-style-type: none;
	padding: 0 0 1em 2em;
}

ul#service_list li {
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2.5em;
}

fieldset {
        border:none;
        padding:0 0.5em 0.5em;
        width:22em;
}
label {
        float:left;
        width:5.5em;
        text-align:right;
        margin-right:1em;
}
ul#form_list {
        list-style:none;
}
ul#form_list li {
        margin:0.5em 0;
        clear:both;
}
input {
	border: #000 1px solid;
}
textarea {
	border: #000 1px solid;
}
legend {
        padding-top: 1em;
        padding-bottom: 1.3em;
        font-weight: bold;
        font-size: 1.3em;
	color: black;
}
#go {
        padding-left: 1em;
}
#form {
        float:left;
        margin-left: 1em;
	height: 17em;
	width:25em;
	overflow: hidden;
}
#clientlogin {
        float:left;
        margin-left: 7em;
	margin-top: 5em;
        height: 17em;
        width:25em;
        overflow: hidden;
        font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}
#query_sent {
	margin-top:30em;
	height:17em;
        padding-top: 5em;
        padding-bottom: 1.3em;
        font-weight: bold;
        font-size: 1.3em;
	color:red;
}
#query_notsent {
	margin-top:30em;
	height:17em;
        padding-top: 5em;
        padding-bottom: 1.3em;
        font-weight: bold;
        font-size: 1.3em;
	color:red;
}
#address {
        float:left;
        width:12em;
        text-align:right;
	background-image: url(dotted.gif);
	background-repeat: repeat-y;
	height:100%;
}

#contact_heading {
        padding-top: 1em;
        padding-bottom: 1.3em;
        font-weight: bold;
        font-size: 1.3em;
}


/* float logos @ bottom start */
div#avatar {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index:1;
}

div#avatar img {
	display: block;
	border: 0;
	padding-top: 10px;
}
/* float logos @ bottom end */

/* Main menu nav start */
#mainMenu {
	text-align:right;
        font-family: Arial, Verdana, sans-serif;
        font-weight: normal;
        font-size: 1.2em; 
        background: transparent url(heading.gif) no-repeat 0 0;
        float:left;
        width:674px;
        margin-left:51px;
        height: 125px;
        margin-top:3px;
	padding-top:4px;
        display: inline; /* fix ie double-margin bug */
}

#mainMenu a:link, #mainMenu a:visited {
	color:white;
	text-decoration:none;
}

#mainMenu li {
        display:inline;
        list-style-type: none;
        margin-left: 2em;
	margin-right: 1em;
}

#mainMenu a:hover {
	border-bottom: #FFF 3px solid;
}
/* Main menu nav end */

h1 {
        background: transparent url(anric-logo.gif) no-repeat 0 0;
	position: absolute;
	top: 380px;
	left: 130px;
	width: 166px;
	height: 25px;
	text-indent: -9999em;
}

