/* CAALL stylesheet - HOME PAGE UNIQUE STYLES
	Created: March 2, 2006
	Developed by: Marianna Fenton on behalf of HRSDC */
	
	
/* ----------- THIS STYLESHEET INCLUDES ADDITIONAL LAYOUT RULES AND 
PRESENTATION OF ELEMENTS FOR THE HOME PAGE OF THE CAALL WEB SITE - 
IF ANY CHANGES ARE MADE, PLEASE TEST CHANGES PRIOR TO IMPLEMENTATION 
AND RECORD HISTORY ------------ */

/* 
	Change Made: Modified Home Page Styles to include a quote to include in news and announements space.
	Date: February 19, 2011
	Author: Marianna Fenton
	
	Change Made: Sustantial change to layout of home page - new wider main image and re-worked page elements
	Date: March 7, 2011
	Author: Marianna Fenton
	
/*	

/* home page container for main page image */

#home-top {
	margin: 0;
	padding: 0;
	width: 730px;
	height: 230px; /* fixed height */
	max-height: 230px;
}

img.home-image {
	border-top: 3px solid #b6b6b6;
	border-bottom: 6px solid #900;
}

/* home page division containing MAIN content */
#home-bottom {
	width: 730px;
	margin: 0 0 2px 0;
	padding: 10px 0 40px 0;  /* padding needs to be added here */
	min-height: 225px;  /* may have to adjust this as content changes for Firefox and similar browsers */
	clear: both;
	background: url(../images/bg_home_bottom.jpg) top right repeat-y;
	color: #333;
}

/* main welcome message on home page */
#home-content {
	margin: 0;
	padding: 0 0 10px 0;
	width: 437px;
	float: left;
	text-align: left;
	line-height: 1.5em;
	font-size: 85%;
}

/* thumbnail image within welcome message area */
img.home-thumb {
	float: left;
	margin: 15px 0 5px 18px;
	padding: 3px;
	border: 1px solid #ccc;
}

/* welcome heading */
#home-content h1 {
	margin: 0;
	padding: 14px 0 0 18px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #900;
	background: transparent;
}

/* paragraph text within welcome message */
#home-content p {
	margin: 12px 0 8px 147px;
	padding: 0 10px 0 0;
}

/* quick links division */
.quickdrop {
	float: right;
	margin: 0 0 0 1px;
	width: 292px;
	height: 60px; /* set this height to fit in panel and to accommodate top margin */
	padding: 10px 0 0 0;
	background: #C26969;
	color: #fff;
	}

/* quick links heading */
.quickdrop h2.quick {
	color: #fff;
	background: transparent;
	padding: 0;
	margin: 30px 0 5px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}

/* actual form */
form.quicklinks {
	padding: 0 0 0 10px;
	margin: -25px 0 0 10px;
	}

/* form select style */
form.quicklinks select {
	font-size: 10px;
	color: #333;
	background: #f7f7f7;
	margin: 0;
	padding: 0;
	}

/* placement of go button on home page */		
form.quicklinks input.go,
form.quicklinks input.go-french {
	vertical-align: middle;
	}

/* about text */
.about-intro {
	float: right;
	width: 292px; /* this width reflects 1px margin required below */
	margin: 0 0 0 1px;
	padding: 0;
	/* background: #e0e0e0 url(../images/bg_about_intro.gif) repeat-y; */
	background: #e9e9e9 url(../images/bg_news.jpg);
	color: #333;
	}

/* about intro 2nd level headings */
.about-intro h2 {
	color: #c63532;
	background: transparent;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}

/* paragraph text within about intro */
.about-intro p {
	margin: 5px 0 8px 0;
	padding: 0 10px 0 20px;
	text-align: left;
	line-height: 1.45em;
	font-size: 11px;	
	}

/* home page read more styles */
.readmore a, .readmore a:link, .readmore a:visited, .readmore a:active {
	text-transform: uppercase;
	font-size: 9px;
	font-family: georgia, arial, verdana, sans-serif;
	color: #fff;
	background: #900 url(../images/read_more_arrow.gif) 95% 50% no-repeat;
	padding: 0 15px 1px 3px;
	margin: 0 0 0 20px;
	text-decoration: none;
}

/* hover states for read more*/
.readmore a:hover {
	color: #fff;
	background: #666 url(../images/read_more_arrow.gif) 95% 50% no-repeat;
}



