﻿/* RESET FRAMEWORK */

	html, body, div, span,
	applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, sub, tt, var,
	dd, dl, dt, ol, ul, li,
	fieldset, form, label, legend 
	{
		margin: 0;
		padding: 0;
		border: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		line-height: inherit;
		font-family: inherit;
		text-align: left;
		vertical-align: baseline;
	}
	a img, :link img, :visited img { border: 0; }
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	q:before, q:after,
	blockquote:before, blockquote:after { content: ""; }

	label { cursor: pointer; }

	.Column { float: left; }
	.RowBreak { clear: both; height: 1px; margin: -1px 0 0; font-size: 1px; }

/* PAGE and GLOBAL */
	*, body, div, span, td
	{
		font-family: Arial, Sans-Serif;
		font-size: 12px;
	}

	body { background: url(Images/BackgroundBody.png) repeat-x; }
	a { color: #6a283c; }
	p
	{
		margin-bottom: 10px;
		line-height: 1.25em;
	}
	h1
	{
		margin-bottom: 15px;
		font-size: 1.4em;
		color: #6a283c;
	}
	h2
	{
		margin-bottom: 10px;
		font-style: italic;
		font-size: 1.25em;
	}
	h3
	{
		margin-bottom: 5px;
		font-size: 1.2em;
		color: #6a283c;
	}
	h4
	{
		display: inline;
		font-weight: bold;
		font-size: 1.2em;
		color: #6a283c;
	}
	em { font-style: italic; }

	#page
	{
		width: 926px;
		margin: 50px auto;
		text-align: left;
		background: #ffffff;
	}
	
	#content
	{
		border: solid 1px #6a283c;
		background: url(Images/BackgroundContent.png) repeat-y;
	}

/* HEADER */
	#header
	{ 
		position: relative;
		width: 924px;
		height: 132px;
		background: url(Images/Header/Home.jpg) no-repeat;
	}
	#header h1 { display: none; }
	
/* TOP NAVIGATION */
	#navigation-top { background: #6a283c; }
	#navigation-top ul { list-style-type: none; }
	#navigation-top ul li
	{
		display: block;
		float: left;
		padding: 18px 12px 18px 12px;
	}
	#navigation-top ul li a { color: #ffffff; }

/* CONTENT */
	#content-wrapper
	{
		float: left;
		width: 484px;
	}
	#content-main
	{
		width: 444px;
		padding: 20px;
	}
	#content-main ol { margin-bottom: 10px; }
	#content-main li { margin-left: 30px; }
	
/* LEFT SIDEBAR */
	#sidebar-left
	{
		float: left;
		width: 220px;
		background: #ffffff url(Images/BackgroundSidebarLeft.png) repeat-x;
	}
	#sidebar-left ul
	{
		margin-top: 20px;
		margin-left: 20px;
		list-style-type: none;
	}
	#sidebar-left ul li { margin-bottom: 10px; }
	#sidebar-left ul li.active a { font-weight: bold; }
	#sidebar-left ul li a
	{
		text-decoration: none;
		color: #6a283c;
	}
	#sidebar-left .Callout
	{
		width: 165px;
		margin: 0 auto;
		padding-top: 10px;
		padding-left: 12px;
		padding-right: 12px;
		background: url(Images/SidebarCallout/BackgroundTop.png) no-repeat;
	}
	#sidebar-left .Callout p
	{
		margin-bottom: 0px;
		font-size: 0.9em;
	}
	#sidebar-left .CalloutBottom
	{
		width: 189px;
		height: 11px;
		margin: 0 auto 12px auto;
		background: url(Images/SidebarCallout/Bottom.png) no-repeat;
		font-size: 1px;
	}

/* RIGHT SIDEBAR */
	#sidebar-right
	{
		float: left;
		width: 220px;
	}
	#sidebar-right h2
	{
		display: block;
		width: 175px;
		height: 23px;
		margin-top: 20px;
		margin-bottom: 5px;
		margin-left: 12px;
		padding-top: 6px;
		padding-left: 12px;
		background: url(Images/BackgroundSidebarRightHeader.png) no-repeat;
		font-size: 1.1em;
		font-weight: bold;
		color: #ffffff;
	}
	#sidebar-right h2 a { text-decoration: none; color: #ffffff; }
	#sidebar-right ul#latestNews
	{
		margin-top: 5px;
		margin-left: 25px;
		margin-right: 30px;
		list-style-type: none;
	}
	#sidebar-right ul#latestNews h3 { display: none; }
	#sidebar-right ul#latestNews p { margin: 0px; }
	#sidebar-right ul#latestNews a { color: #6a283c; }
	#sidebar-right p { margin: 0 25px; }
	#sidebar-right a { color: #6a283c; }
	#sidebar-right #testimonial { margin: 15px 25px 15px 20px; }
	#sidebar-right #testimonial p
	{
		margin: 0 0 5px 0;
		font-size: 0.9em;
		color: #6a283c;
	}
	#sidebar-right #testimonial a { color: #000000; }
	
/* FOOTER */
	#footer
	{
		padding-top: 15px;
		padding-left: 10px;
		color: #6a283c;
	}

	#footer ul { list-style-type: none; }
	#footer ul li
	{
		display: inline;
		padding-right: 20px;
	}