/*

	Ottawa Gala 2008 - Main Stylesheet
	Created by Industrial Media/Phil Champagne
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #003059 url('../images/wrapper/body-bg.jpg') repeat-x;
	margin: 0;
	font-family: georgia, times, serif;
	font-size: 12px;
	color: #000000;
}

table tr td {
	font-size: 12px;
	color: #000000;
}

/* =Global Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
    padding: 0;
}

#branding {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1px;
}

.print {
	display: none;
	visibility: hidden;
}

hr {
	height: 1px;
	color: #ededed;
	background: #ededed;
	border: 0;
}

/* =Layout Homepage
---------------------------------------------------------------------------------------------------- */
#home-content {
	background: #ffffff url('../images/wrapper/home-content-bg.gif') repeat-y;
}

#home-content #main-content {
	float: left;
	width: 365px;
}

#home-content #main-content #text-content {
	padding: 10px 16px 10px 16px;
}

#home-content #home-sub-content {
	background: url('../images/wrapper/home-sub-content-bg-img.jpg') right bottom no-repeat;
	float: right;
	width: 363px;
	min-height: 400px;
}

#home-content #home-sub-content #home-sub-content-items {
	padding: 10px 16px 10px 16px;
}

#home-content #home-sub-content #home-sub-content-items h2 {
	font-family: 'times new roman', times,serif;
	color: #003059;
	font-size: 24px;
	margin: 12px 0 12px 0;
}

.home-items td {
	padding:  5px 0 5px 10px;
}

.home-items td p a {
	color: #13689f;
	font-size: 16px;
	text-decoration: none;
}

.home-items td p a:hover {
	color: #13689f;
	font-size: 16px;
	text-decoration: underline;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#content {
	background: #ffffff;
}

#content #main-content {
	float: right;
	width: 729px;
}

#content #main-content #text-content {
	padding: 16px 26px 10px 26px;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#main-nav {
	background: #E54B37 url('../images/wrapper/main-nav-bg.jpg') repeat-x;
	height: 48px;
	text-align: right;
}

#main-nav #main-nav-items {
	text-align: right;
	color: #ffffff;
	padding: 16px 26px 0 0;
}

#main-nav #main-nav-items a {
	color: #ffffff;
	text-decoration: none;
}

#main-nav #main-nav-items a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#left-nav {
	font-family: 'times new roman', times,serif;
	background: url('../images/wrapper/left-nav-bg.jpg') repeat-x;
	float: left;
	width: 249px;
	font-size: 14px;
}

#left-nav #left-nav-items {
	background: url('../images/wrapper/left-nav-divider.jpg') right top no-repeat;
	font-family: 'times new roman', serif;
	display: block;
	color: #363636;
	font-size: 14px;
	font-weight: bold;
	min-height: 400px;
}

#left-nav #left-nav-items img { padding: 9px 0px 7px 0px; }

#left-nav #left-nav-items p {
	margin: 0;
	width: 247px;
	font-family: 'times new roman', times, serif;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #ffffff;
}

#left-nav #left-nav-items p.last {
	margin: 0;
	width: 247px;
	font-family: 'times new roman', times, serif;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}

#left-nav #left-nav-items a {
	font-family: 'times new roman', times, serif;
	display: block;
	color: #363636;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 70px;
	line-height: 34px;
}

#left-nav #left-nav-items a:hover {
	background: #E3E4E5;
	display: block;
	color: #363636;
}

#left-nav #left-nav-items a.on {
	background: #E3E4E5;
	display: block;
	color: #363636;
}

#left-nav #left-nav-items #sub-nav {
	border-top: 1px solid #D2D2D2;
	padding: 10px 0 10px 0;
}

#left-nav #left-nav-items #sub-nav a {
	background: url('../images/wrapper/sub-nav-bullet.gif') 0 10px no-repeat;
	color: #636363;
	border: 0;
	font-weight: normal;
	line-height: 26px;
	padding: 0 0 0 14px;
	margin: 0 0 0 56px;
	text-decoration: none;
}

#left-nav #left-nav-items #sub-nav a:hover {
	color: #636363;
	font-weight: normal;
	line-height: 26px;
	text-decoration: underline;
}

/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	padding: 34px 0 10px 26px;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
	color: #E64C38;
}

a:hover {
	outline: none;
	color: #003059;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 10px 0 12px 0;
	line-height: 17px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #003059;
	margin: 0px 0 12px 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #7a0026;
	margin: 25px 0 8px 0;
}

h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	color: #7a0026;
	margin: -8px 0 8px 0;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */

/* =Forms
--------------------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

/* =Footer
--------------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	background: #2775A7 url('../images/wrapper/footer-bg.jpg') repeat-x;
	height: 67px;
}

#footer #footer-items {
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	padding: 28px 26px 0 0;
}

#footer a {
	color: #ffffff;
}

