/** BASIC PAGE LAYOUT & DEFAULT STYLES ******************************/

* {
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	background-image: url(../_images/main-bg.gif);
	background-repeat: repeat-y;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

#page {
	width: 992px;
	padding: 2px;
	font-size: x-small;
	line-height: 1.0;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

body>#page {
	font-size: 10px;
}

#border {
	width: 990px;
	font-size: 13px;
	line-height: 1.4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b2b2b2;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	border-left-color: #B2B2B2;
}

h1,
h2,
p {
	padding: 0 0 1em;
}

h1,
h2,
strong {
	font-weight: normal;
	font-size: 13px;
	color: #900;
}

a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #900;
	text-decoration: none;
}

hr {
	display: none;
}

/** CLEARFIX ********************************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/** HEADER **********************************************************/

#header {
	height: 210px;
	overflow: hidden;
	background-image: url(../_images/professional-seo-training-canada.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header * {
	position: absolute;
	top: -99999em;
	left: -99999em;
}

/** SITE NAVIGATION *************************************************/

#nav {
	padding: 4px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-transform: capitalize;
	text-align: right;
}

#nav h2 {
	position: absolute;
	top: -99999em;
	left: -99999em;
}

#nav ul,
#nav ul li {
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	padding: 5px 15px 5px 14px;
	border-left: 1px solid #ccc;
	text-decoration: none;
	outline: none;
}

#nav a:hover {
	background-color: #eee;
}

/** MAIN & CONTENT **************************************************/

#main {
	position: relative;
	border-bottom-color: f7f7f7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content {
	width: 690px;
	float: left;
	padding: 15px 24px 5px 15px;
	font-size: 13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/** SIDEBAR *********************************************************/

#sidebar {
	width: 235px;
	float: left;
	display: inline;
	font-size: 1.1em;
	padding-top: 10px;
	padding-right: 9px;
	padding-left: 15px;
	padding-bottom: 0px;
}

#sidebar h2 {
	width: 175px;
	padding: 0;
	border-bottom: 4px solid #000;
	color: #000;
}

#sidebar ul {
	padding: 15px 0 225px 15px;
	list-style: none;
}

#sidebar ul li {
	padding: 0;
	border: 1px solid #000; 
	margin-bottom: 5px;
	list-style: none;
}

#sidebar ul li a {
	display: block;
	padding: 5px 10px 5px 3px;
	border-left: 7px solid #fff;
	text-decoration: none;
}

#sidebar ul li a:hover {
	background: #fff url(../_images/header.jpg) 0px -64px no-repeat;
	border-left: 7px solid #900;
}

#sidebar ul li a:link,
#sidebar ul li a:visited,
#sidebar ul li a:hover {
	background: #fff url(../_images/sidebar-menu.jpg) center right no-repeat;
}

#sidebar ul li a:active {
	background: #fff url(../_images/header.jpg) 0 -64px no-repeat;
	color: #000;
}

#sidebar p a {
	width: 240px;
	display: block;
	outline: none;
}

#sidebar p.twitter a {
	background: url(../_images/sidebar-joedate.png) 0 0 no-repeat;
	height: 60px;
	padding-bottom: 10px;
}

#sidebar p.awards a {
	background: url(../_images/canada-buttonbig.png) center top no-repeat;
	text-align: center;
	text-transform: capitalize;
	color: #900;
	padding-top: 55px;
}

/** FOOTER **********************************************************/

#footer {
	background: url(../_images/footer-bg.jpg);
	clear: both;

}

#footer h2 {
	padding: 0 0 1.25em;
	font-weight: bold;
}

#footer ul {
	padding: 0;
}

#footer li {
	padding: 0 0 1.25em;
	list-style: none;
	font-weight: bold;
}

#footer p {
	font-size: 0.9em;
	color: #900;
}

#footer .col {
	width: 325px;
	float: right;
	display: inline;
	padding: 1em 15px 0;
}

#footer .col.right {
	width: 250px;
	height: 200px;
}

#footer .col.right ul {
	padding-left: 15px;
}

#footer .col.right ul li {
	padding: 0;
	font-weight: normal;
}

#footer .col.right h1 {
	text-indent: -99999em;
	width: 175px;
	height: 70px;
	background-image: url(../_images/footer-h-whyus.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
