@import url('/css/default.css'); 
@import url('/css/DropMenu.css');
@import url('http://www.westcanadian.com/css/cms.css');

body {
	background:url('/media/structure/bg_page.png') #343d45 repeat-x;
	font: 12px "Verdana";
	margin:0px;
}


h1 {
	font-size:20px;
	font-weight:bold;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(/media/structure/h1_line.jpg);
	background-repeat: no-repeat;
	background-position: left 22px;
}

/* Other H Styles are imported vis cms.css */
.top_header {
	background-image: url(/media/structure/content_header.png);
	height: 132px;
	width: 920px;
	background-repeat: no-repeat;
	background-position: center top;
}

.dateAlign {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 105px;
}

.padSearch {
	padding-top: 10px;
	padding-left: 30px;
}
.padSearchForm {
	padding-top: 7px;
}
.styleSearchForm {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}

#global {
	width:930px;
	margin:0 auto;
	
}
	#menu {
		position: relative;
		top: 288px;
		z-index:3;
	}
		#topnav{
			padding-left:109px;
			width: 800px;
		}
	
	
	#wrap {
		margin-top: -23px;
	}
		
		#content {
			background:url('/media/structure/bg_content.png') repeat-y;
			padding-top: 0px;
			padding-right: 30px;
			padding-bottom: 0px;
			padding-left: 5px;
		}
		
			#content p {
				margin-top: 7px;
				margin-right: 0;
				margin-bottom: 7px;
				margin-left: 0;
				padding-right: 30px;
			}
		
			#left_column{
				width:272px;
				position:relative;
			}
			#text{
				width:588px;
				padding: 15px 10px 20px 20px;
				min-height:600px;
			}
				#text p{
					font: 12px/18px "Verdana";
				}

		
		
		#footer {
			background:url('/media/structure/bg_footer.png') no-repeat;
			padding: 5px;
			font-size: 11px;
		}
			#footer div {
				color:white;
				padding:1px 5px 7px 5px;
			}
				#footer div a, #footer div a:hover {
					color:white;
					font-size: 11px;
				}
				#footer div a { text-decoration:none; }
				#footer div a:hover { text-decoration:underline; }
		
		
		#copyright {
			float:right;
			padding:5px;
		}

