/* ---------------------------------------------------------------------- */
/*              Outline of the CalmView web site                          */
/* ---------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

body
{
	padding: 0;
	margin: 0 auto 0 auto;
	width: 1000px;
	/*background-image: url(images/calmview-back.gif);
	background-repeat: repeat-x;
	background-position: top center;*/
	background: #fff;
	font-family: "GillSansMT", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

div
{
    margin: 0px;
    border-width: 0px;
    background-color: transparent;
}


/* This div contains the navigation menu and the content panel */
div.site
{
	float: left;
	width: 100%;
	margin-bottom: 1px;
	background-color: #FFFFFF;
	/*border-left: solid 25px #1E2D5A;*/
	/*margin-right: -10px;
	padding-bottom: 10px;*/
	padding: 20px 14px;
	
}

/* Content for every web page */
div.content
{
    float: left;
    padding: 0 0px 0 15px;
	width: 75%;
	background-color: #FFFFFF;
	overflow: hidden;
	
	
}

/* This div may exist on some content pages within the content div */
div.main
{
	/*width: 100%;*/
    padding: 0 15px;
}

/* Left hand column */
div.navigationmenu
{
    float: left;
    margin-left: 0px;
    width: 25%;
    border: solid 1px #FFFFFF;
}

iframe
{
    border: none;
}

.PageFooter, .PageHeader
{
    clear: both;
}

#footerlinks li
{
    margin-right: 0.5em;
}






