﻿/* --- main areas of the website ----------- */
/* ----------------------------------------- */

div.aligner
{
    width: 1000px;
    min-height: 800px;
    position: relative;
    background-image: url(../images/design/header-bg.gif);
    background-repeat: repeat-x;
    background-position: left 93px;
}

div.content
{
    margin-top: 230px;
    margin-left: 241px; 
    /*margin-left: 201px; */
    margin-bottom: 100px;
    width: 550px;
    float: left;
     /*background-color:Red; */
}

div.navi
{
    float: left;
    margin-top: 200px;
    margin-left: -791px;
    /*margin-left: -751px;*/
    width: 180px;
}

div.right
{
    float: right;
    width: 180px;
    margin-top: 230px;
}

div.header
{
    position: absolute;
    width: 1000px;
    top: 0px;
    left: 0px;
}

div.header a.domainLink
{
	position:absolute; 
	top:118px; 
	left:40px; 
	font-size:14px; 
	text-align:center; 
	font-weight:bold; 
	color: #000; 
	text-decoration:none;
	background-color: Transparent;
}

img.pngPic {}


/* --- MISC ------------------------------ */
/* --------------------------------------- */

.cnxRadioButtonPopupList
{
    position: absolute;
    background-color: #fff;
    padding: 4px;
    border: 1px solid #CCC;
    left: 0px;
    top: 1em;
    width: 160px;
    overflow: visible;
}