/* CSS Document */

/* All West Glass - Global Styles
--------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}

body {
	margin-top:20px; margin-bottom:0px;
	text-align: center;
	background:url(images/page_bg.gif) repeat-x top;
	color:#000;
	font: 12px/1 Arial, Helvetica, Sans-Serif;
}

a { 
	color:#660000;
	text-decoration: underline;
}
a:hover {
	color:rgb(30,82,47);
}
ul {
	margin:0; padding: 0; 
	list-style: none;
	}

/* Helpers
--------------------------------------------------------------------------------------------------- */
.center { text-align: center; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Primary Divisions
--------------------------------------------------------------------------------------------------- */

#container {
margin:70px auto; 
text-align:left;
width: 700px;
} 

#header {
text-align:center;
height:100px;
border:1px dashed black;
vertical-align:center;
background:url(images/header_bg.jpg) no-repeat top center;
}

#sidebar {
width:200px; height:400px;
float:left;
background: url(images/sila.jpg) no-repeat top left;
margin-top:30px;
}

#content {
margin:30px 0px 30px 0px;
width:500px;
float:right;
}

#nav {
margin-bottom:30px;
}



/* Typography */

#header h1{
font: bold 45px/45px "Palatino", garamond, serif;
color:#660000;
margin:20px 0 30px 0;
}


#content p {
font: normal 14px/19px "Palatino", garamond, serif;
color:#333333;
margin:0px 0 10px 20px;
padding:0 0 0 0px;
}

#content p a {
text-decoration:none;
border-bottom:1px dashed #660000;
font-style:italic;
}

h2 {
font: normal 26px/26px "Palatino", garamond, serif;
margin: 20px 0 10px 20px;
color:#660000;
}


h3 {
font: normal 18px/22px "Palatino", garamond, serif;
margin: 20px 0 10px 20px;
color:#660000;
}

h3 a {
text-decoration:none;
color:#660000;
border-bottom: 1px dashed #660000;
font-style:normal;
}

ul {
margin-left:50px;
}

li {
font: normal 14px/19px "Palatino", garamond, serif;
list-style:normal;
margin: 3px 0 3px 0;
}

#nav a {
text-decoration:none;
color:black;
padding:4px;
border:none;
font-style:normal;
}

#nav a:hover {
padding:3px;
border: 1px dashed black;
text-decoration:none;
background:rgb(240, 240,240);
}

#content #footer {
font: normal 10px/10px "Palatino", garamond, serif;
text-align:right;
}


/* image styles */

#home #sidebar {
background-image:url(images/sila.jpg);
}
#story #sidebar {
background-image:url(images/sila2.jpg);
}
#cta #sidebar {
background-image:url(images/sila3.jpg);
}
#aircanada #sidebar {
background-image:url(images/sila4.jpg);
}
#media #sidebar {
background-image:url(images/sila3.jpg);
}
#bottomline #sidebar {
background-image:url(images/sila2.jpg);
}
#next #sidebar {
background-image:url(images/sila3.jpg);
}



