/*-----------------------------------------------------------------------------
Yukon Council of Canadian Physiotherapist Association
Floated 2 Column Fixed Width 860px (Main Content Left)

version:   1.0
date: October 9, 2008
author:    darryl bray
email:     darrylbray@elviowebdesign.com
website:   http://www.elviowebdesign.com/
-----------------------------------------------------------------------------*/

body {
  	background: #f5fbfe url(../images/body_bg.jpg) repeat-x;
  	margin-top: 0px;
  	margin-bottom: 0px;
	color:#3a3a3a;
}

html {
overflow-y:scroll; /* Prevents IE8 Scroll Bar Jump 8*/
}

h1 {
  	font-size: 2.4em;
  	font-weight: normal;
  	color: #0f3046;
}

h2 {
  	font-size: 1.8em;
  	font-weight: normal;
    color: #0f3046;
}

h3 {
  	font-size: 1.6em;
  	font-weight: normal;
    color: #0f3046;
}

a {
	color: #008fb8;
}

a:hover {
	text-decoration: underline;
}

#secondaryContent .imagespace {
	padding: 0;
	margin-bottom: 20px;
}

.imageborder {
	border: 1px solid rgb(225,225,225);
	margin-right: 30px;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.posted {
	color: #808285;
	font-style: italic;
}

.logo {
	position: absolute;
	top: -80px;
	left: 20px;
}

.movement {
	position: absolute;
	top: -90px;
	left: 770px;
}

.slogan {
	position: absolute;
	top: -65px;
	left: 450px;
}

.cpalogo {
	position: absolute;
	top: 20px;
	left: 645px;
}

#topper {
	background: #fff url(../images/top_border.gif) repeat-x;
	height: 115px;
}

#wrapper {
	background-color: #fff;
	position: relative;
}

#branding {
	position: relative;
 	height: 35px;
	background-color:#079dc0;

}

#mainNavigation {
	position: absolute;
	background-color: #0f3046;
	height: 35px;
	top: 0px;
	left: 0px;
	width: 860px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 105%;
}

#mainNavigation ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainNavigation li {
	display: inline;
	color: #fff;
}

#mainNavigation ul a {
	padding: 0 2.5em;
	line-height: 2.7em;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #cccccc; 
}

#mainNavigation li a:hover {
	color: #cccccc;
}

#mainNavigation ul .last a {
  	border: none;
}

#mainMessage {
	height: 253px;
	background-color: #62a7c9;
}

#primaryContent p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
}

#primaryContent ul {
  font-family: Arial, Helvetica, sans-serif;
}

#primaryContent ul li {
 	padding-bottom: 5px;
}

/* Start of Job Vacancy Table */

.jobvacancy {
border: 1px solid #ccc;
width: 530px;
}

/* End of Job Vacancy Table */

#secondaryContent p {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 100%;
}

#secondaryContent img {
	margin-bottom: 10px;
}

#footer {
	position: relative;
	background-color: #0f3046;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

#footer p {
	padding-left: 30px;
}

#footer ul {
	padding-left: 13px;
	list-style-type: none;
}

#footer li {
	display: inline;
	padding-right: 30px;
}

#footer a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Layout Core Technique
================================= */

body {
 	text-align: center; 
}

#wrapper {
  	width: 860px; 
  	margin: 0 auto; 
  	text-align: left; 
}


#primaryContent { 
  	width: 560px;
  	float: left; 
}

#secondaryContent { 
  	width: 250px; 
  	float: right; 
} 

#footer { 
  	clear: both;
} 

#oneColLayout #primaryContent {
	width: 860px;
}

/* Layout Padding 
================================== */

#primaryContent {
  	padding-top: 20px;
}

#primaryContent h1, #primaryContent h2, #primaryContent h3, #primaryContent p, #primaryContent ul {
	padding-left: 30px;
	padding-right: 0px;
} 

#primaryContent table {
margin-left: 30px;
}

#primaryContent img {
	padding-bottom: 15px;
	padding-left: 30px;
}

#secondaryContent {
  	padding-top: 20px;
}

#secondaryContent h1, #secondaryContent h2, #secondaryContent h3, #secondaryContent p, #secondaryContent img {
	padding-left: 0px; 
	padding-right: 30px;
}

#secondaryContent img {
	padding-right: 0px;
}


#footer {
	padding-top: 10px;
	padding-bottom: 20px;
}


