﻿
/********************************************************************** 
*
*	LEGEND
*
**********************************************************************/

/*

Styles are noted in the format x-y where the prefix x describes a style characteristic if applicable, and y describes the item the style applies to or int he case of generic styles,
provides more information on the style attributes.

 m = margin
 pd = padding
 b = bottom
 t = top
 l = left
 r = right
 c = colour
 bg = background
 f = float
 wd = width, if followed by a number this indicates a width percentage.

*/ 

#main_content
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}



ul.homequicklinks{
	 list-style:none;
	 list-style-image:none;
	 width:180px;
	 padding:0;
	 margin:0;
}

li.homequicklinks {
	list-style:none;
	list-style-image:none;
	border-bottom:1px dashed orange;
	padding:0.3em 0 0.2em 1em;
	margin:0 0 0em 0;
	background-image:url('/_layouts/images/common/orange_arrows.gif');
	background-position:left center;
	background-repeat:no-repeat;
	
}

.homequicklinks{
	color:orange;
}

.homequicklinks a{
	color:#fff;
	font-style:normal;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
}

.homequicklinks a:link{
	color:#fff;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}

.homequicklinks a:active{
	color:#fff;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}

.homequicklinks a:visited{
	color:#fff;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}

.homequicklinks a:hover{
	color:#fff;
	font-style:normal;
	text-decoration:underline;
	font-weight:normal;
}

.homequicklinks a:visited:hover{
	color:#fff;
	font-style:normal;
	text-decoration:underline;
	font-weight:normal;
}


div.banner_image{
	background-image:url('../SiteCollectionImages/homepage_bannerimg.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	width:682px;
	height:163px;
	float:right;
	padding:12px 4px 12px 6px;
	margin:0;
}


/********************************************************************** 
*
*	ZONE STYLES - HOME PAGE LAYOUT
*
*	These are the zone styles for the Home Page layout
*
**********************************************************************/


/* Styles for the full-width row with two panels */
/*-------------------------------------------------*/

div.wd100-twopanelcontainer /* Style for the master container */
{
	width:100%;
	height:358px;
	padding:10px 0 10px 0;
	margin:0;
	background-image:url('/_layouts/images/common/homepage_yellowgrad.gif');
	background-position:left top;
	background-repeat:repeat-x;
}

div.wd100-twopanelleft /* Style for the left-hand panel */
{
	float:left; 
	width:450px;
	margin:0;
	padding:0px 10px 0px 10px;
}

div.wd100-twopanelmid /* Style for the right-hand panel */
{
	float:left;
	height:100%;
	background-color:orange;
	width:4px;
}

}

div.wd100-twopanelright /* Style for the right-hand panel */
{
	float:right; 
	width:450px;
	margin:0;
	padding:0px 10px 0px 10px ;
}

/* Styles for the full-width row with four panels */
/*-------------------------------------------------*/

div.wd100-fourpanelcontainer /* Style for the master container */
{
	width:100%;
	padding:0px;
	margin:0px;
	background-image:url('/_layouts/images/common/homepage_orangegrad.gif');
	background-position:left top;
	background-repeat:repeat-x;
	background-color:orange;
	height:244px;
}

div.wd100-fourpanelpane /* Style for the left-hand panel */
{
	float:left;
 	width:211px;
	padding:0px;
	margin:0;
	background-color:#ffffff;
	border-right:solid 4px orange;
	border-bottom:solid 4px orange;
	height:218px;
}


div.wd100-fourpanelstart /* Style for the left-hand panel */
{

 	float:left;
 	width:215px;
	margin:0;
	padding:12px 9px 12px 17px;
	
}

div.wd100-fourpanelmid  /* Style for the left and right middle panels */
{
 	float:left;
 	width:215px;
	margin:0px;
	padding:12px 9px 12px 8px;
	
}

div.wd100-fourpanelright /* Style for the right-hand panel */
{
	float:left;
	width:215px;
	margin:0;
	padding:12px 0px 10px 8px;

}

/* Styles for the full-width row with three panels */
/*-------------------------------------------------*/

div.wd100-threepanelcontainer /* Style for the master container */
{
	width:100%;
	padding:0px;
	margin:0;
	

}

div.wd100-threepanelleft /* Style for the left-hand panel */
{
	float:left;
 	width:340px;
	padding:10px;
	margin:0;
}

div.wd100-threepanelmid  /* Style for the left and right middle panels */
{
	float:left;
 	width:221px;
	padding:10px 0px 10px 0px;
	margin:0;
}

div.wd100-threepanelright /* Style for the right-hand panel */
{
	float:right;
 	width:340px;
	padding:10px;
	margin:0;

	background-color:#ffffff;

}




