/*********************************************************************** 


LANDING STYLESHEET
This stylesheet controls the dimension and placement of elements. 


************************************************************************/


/*======================================================================= 
LAYOUT: This stylesheet controls the dimension and placement of elements. 
======================================================================= */
/* Zero the page */
* {
	margin:0;
	padding:0;
}
body
{
background-color:#fcfafb;
text-align:center;
}
div#wrapper {
	width:800px; /* Maxium size of the contents */
	text-align:justify;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	position:relative;
	margin-top:30px;
	width:522px;
	height:288px;
	background:url(../_images/logos/landing.gif);
	background-repeat:no-repeat;
}
#links {
	position:relative;
	height:10px;
	margin:-65px 0 0 327px;
	
	
}
#links ul
{
	margin: 0 12px 0 12px;
}
/* Horizontal list, no bullets */
#links li
{
	list-style:none;
	display:inline;
	margin:0 26px 0 0;
}
/* slideshow */
#slideshow {
	position:relative;
	width:762px;
	height:175px;
	margin:90px 0 0 17px;
	background-color:#CCCCCC;
}
#slides
{
	float:left;
}
/* Purple bar */
#purplebar {
	width:21px;
	height:175px;
	background-color:#993399;
	float:left;
}
/*======================================================================= 
CONTENT: Margin, padding, layout of content within layout elements
======================================================================= */




/*======================================================================= 
FORMATTING: Typography, list formatting, colour 
======================================================================= */
#links *
{
	/* Text styling */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#666666;
	text-decoration:none;
}
/* Horizontal list, no bullets */
#links li
{
	list-style:none;
	display:inline;
	margin:0 26px 0 0;
}
/* Link styling */
#links a:hover
{
	color:#993399;
}
