@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

h2,h3,p {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 0;
	padding-left: 4%;
	font-size: 12px;
	line-height: 130%;
	text-align: justify
	;
	color: #000;
}
	
.floatleft, .floatright {
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
	background-color: #FFF;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f7f5e7;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Navigation {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	text-decoration: none;
}
#Navigation ul   {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: none;
	width: 100px;
	position: relative;
	left: 3%;
}
#Navigation ul li   {
	background-color: #c2be9e;
	float: none;
	border: 1px solid #fff;
	position: relative;
	list-style-type: none;
}
#Navigation ul li a   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #800040;
	text-decoration: none;
	text-align: left;
	display: block;
	font-weight: bold;
	margin-left: 4px;
}
#Navigation ul ul   {
	position: absolute;
	visibility: hidden;
	top: 2px;
	overflow: visible;
	left: 69px;	
}
#Navigation ul li ul li a {
	font-size: 11px;



make font on dropdown menu smaller; 												height: auto;
	width: auto;

}

#Navigation ul li ul li a:hover {
	background-color: #60163a;
	color: #FFF;
}
#Navigation ul li a:hover {
	color: #FFF;
}

#Navigation ul li:hover ul {
	visibility: visible;
}
#Navigation ul li:hover {
	background-color: #60163a;
}

#Main {
	clear: both;
	float: none;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	background-color: #FFF;
	text-align: justify;
}
#Side {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#Bottom {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	background-color: #FFF;
	color: #000000;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	background-color: #300b1d;
	margin-top: 10px;
	background-image: url(../Images/logo_footer.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
#Footer .white-text_centre a {
	color: #FFF;
	text-decoration: none;
}
#Footer .white-text_centre a:hover {
	color: #CC66CC;
}
#Footer .white-text_left a {
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
#Footer .white-text_left a:hover {
	color: #CC66CC;
	text-align: left;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.floatleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.floatright {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Navigation {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#Navigation ul   {
	margin-left: 5px;
	float: left;
	width: auto;
	text-align: center;
	position: relative;
}

#Navigation ul li   {
	border: 1px solid #fff;
	position: relative;
	list-style-type: none;
	height: 20px;
	width: 80px;
}

#Navigation ul ul   {
	position: absolute;
	visibility: hidden;
	top: 20px;
	overflow: visible;
	left: 15px;
}

#Main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 61.8784%;
	display: block;
}
#Side {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 36.464%;
	display: block;
}
#Bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 14px;
	background-color: #300B1D;
	background-image: url(../Images/logo_footer.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#Footer .white-text_left a {
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
#Footer .white-text_left a:hover {
	color: #CC66CC;
	text-align: left;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.826%;
	max-width: 1232px;
	padding-left: 0.5869%;
	padding-right: 0.5869%;
	margin: auto;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 100%
}
#Navigation {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-top: 10px;
}

#Navigation ul   {
	margin-left: 10px;
	float: left;
	width: auto;
	text-align: center;
	position: relative;
}
#Navigation ul ul   {
	position: absolute;
	visibility: hidden;
	top: 21px;
	overflow: visible;
	left: 5px;
}

#Main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 59.4713%;
	display: block;
}
#Side {
	clear: none;
	float: left;
	margin-left: 1.3215%;
	width: 39.207%;
	display: block;
}
#Bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer .white-text_left a {
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
#Footer .white-text_left a:hover {
	color: #CC66CC;
	text-align: left;
}

#Navigaton {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
}
.floatright {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
}
.burgundy-text {
	color: #7B3E6A;
}


p.white-small {
	font-size: 10px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.p-red {
	color: #F00;
}


.table-pink-bg {
	background-color: #FFFBFF;
}
