﻿
/* Main body styles */
body 
{
	background-color:#fff;
	font-family:Segoe UI,Gill Sans,Trebuchet MS,Helvetica,Tahoma,Arial,sans-serif;
	font-size:13px;
	color:#54545c;
	padding:0;
	margin:0;
}
/* Overall page background, however we avoid displaying this style in CKEditor when there is no .page element to add the white area */
body.backwash
{
	background-color:#cdcdd0;
}

p 
{
	margin:0 0 12px 0;
}

a
{
	text-decoration:none;
	color:#00e3ff;
}

img 
{
	border: 0 none transparent;
}

.left,img.left {float:left; }
.right,img.right {float:right; }
.card {clear:both; }

/* Outer page container */
.page 
{
	background-color:#fff;
	width:980px;
	position:relative;
	margin:4px auto;	
}
.content 
{
	padding:172px 0 0 200px;
	width:730px;
	float:left;
}
.prop 
{
	float:right;
	width:1px;
	/* Minimum layout height (allows for sidebar) */
	height:640px;
}
/* Logo graphics */
.logo 
{
	position:absolute;
	top:12px;left:12px;
	width:388px;
	height:116px;
/* background-image:url(Images/pr-principles-logo.png);*/
}
.logo h4 
{
	margin:0;
}
.logo img 
{
	position:absolute;
	top:0;
}
.left-bar 
{
	position:absolute;
	top:130px;left:10px;
	padding:0 10px 10px 10px;
	width:160px;
}
.left-bar p.tagline
{
	margin:2px 0 10px 0;
	height:130px;
	background-color:#54545c;
	padding:10px;
	font-size:18px;
	color:#00e3ff;
}
.left-bar .link 
{
	font-size:13px;
}
/* Menu strip */
.menu 
{
	position:absolute;
	left:200px;
	top:120px;
	width: 730px;
	height:32px;
	border-bottom: 1px solid #aaaab6;
}
/* Menu links */
.menu ul 
{
	text-indent:0;
	margin:0;
	padding:0;
}
.menu li 
{
	list-style-type:none;
	float:left;
	padding:10px 22px 0 0;
}
.menu a 
{
	font-weight:normal;
	text-decoration:none;
	color:#00e3ff;
	font-size:15px;
}
.menu a.current,a:hover 
{
	color:#54545c;
}
	
/* Content headings */
h1,h2,h3,h4,h5,h6 
{
/*	font-family:Constantia,Georgia,Times New Roman,serif;*/
	color:#00e3ff;
	padding:0;
	text-transform:uppercase;
	font-weight:normal;
	line-height:0.9;
}
h1 
{
	font-size:26px;
	margin:0 0 16px 0;
}
h2
{
	font-size:15px;
	margin:20px 0 0 0;
}
h3 
{
	font-size:14px;
	margin:10px 0 0 0;
}
.footer 
{
	clear:both;
	padding:10px 0 12px 20px;
	font-size:13px;
	margin:16px 0;
/*	color:#00e3ff;*/
}
.footer .copyright 
{
	float:left;
}
.footer .address 
{
	float:right;
}

.clear 
{
	clear:both;
}


/* DP admin-specific styles */

.admin 
{
	position:absolute;
	left:101%;
	padding:6px;
	width:320px;
	background-color:#fff;
}
