@charset "utf-8";
/* CSS Document */
/* General styles */
body {
	border:0;/* This removes the border around the viewport in old versions of IE */
	width:100%;

	min-width:800px;/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	/*	background: #C34F28; url(../pic/background900x1400.jpg);*/
	background-color: #C34F28;
	background: #b43522 url("../pic/NewDesignSensual_986x1.jpg");
	background-repeat: repeat;
	background-position: center;
	}


/* Old CSS */

#container {
	width: 62.8em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
	
.logo {
	float: left;
	margin-right: 15px;
	}

a:link {color: #00009A;}
a:hover {color: #0000FF;}
a:visited {color:#AA0000;}
a.sidebar:link {color: #FCC288;}
a.sidebar:hover {color: #0000FF;}
a.sidebar:visited {color:#0000AA;}
a.footer:link {color: #FCC288;}
a.footer:hover {color: #0000FF;}
a.footer:visited {color:#0000AA;}
a.faq:link {color: #AA0000;}
a.faq:hover {color: #0000FF;}
a.faq:visited {color:#0000AA;}
a.header:link {color: #AA0000;}
a.header:hover {color: #000000;}
a.header:visited {color:#AA0000;}

#textbox {
	width: auto;
	background-color: #F99F47;
	border: medium ridge #660099;
	padding: 20px;
	color: #660099;
	left: 31px;
	/*top: 791px; */
	}
	
#textbox2 {
	width: auto;
	background-color: #D83B24;
	border: medium ridge #660099;
	padding: 10px;
	color: #FCC288;
	left: 31px;
	/*top: 791px; */
	}
#textbox2 h1 {
	font-family: "Century Schoolbook", Arial;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	}

#textbox3 {
	width: auto;
	background-color: #8A0000;
	border: medium ridge #660099;
	padding: 10px;
	color: #FCC288;
	left: 31px;
	}
#textbox3 h1 {
	font-family: "Century Schoolbook", Arial;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color:#FCC288
	}

#footer table  {
	color: rgb(253,196,140);
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	/*position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	width: 179px;*/
	vertical-align: top;
	a:link color: #FDC48C; text-decoration: underline; 
	a:hover color: #ff0000; text-decoration: none;
	}
	
#footer h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	font-style: italic;
	text-align: center;
	vertical-align: bottom;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	}

/* End Old CSS */
	
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	}
	
p {
	margin:.4em 0 .8em 0;
	padding:0;
	}
	
img {
	margin:10px 0 5px;
	}
	
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	}
	
#header {
	border-bottom:0px solid #000;
	}
	
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
	}
	
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	}
	
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	}

#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	/*background:#eee;
	color:#000;*/
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	}
	
#header ul li a:hover {
	/*background:#369;
	color:#fff;*/
	}
	
#header ul li a.active,
#header ul li a.active:hover {
	font-weight:bold;
	}
	
#header ul li a span {
	display:block;
	}
	
/* 'widths' sub menu */

#layoutdims {
	clear:both;
	/*background:#eee; */
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	}
	
/* column container */

.colmask {
	position:relative;/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;/* width of whole page */
	overflow:hidden;/* This chops off any overhanging divs */
	}
	
/* common column settings */

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;/* width of page */
	position:relative;
	}
	
.col1 {
	float:left;
	position:relative;/* no left and right padding on columns, we just make them narrower instead 
	only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	border: 10px ridge #660099;
	/*background-color: #FCC288;*/
	background-color: #F6E5C0;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #30046A;
	/*	padding-right: 10px;*/
	padding-bottom: 20px;
	/*	padding-left: 2px;*/
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	}
.col1  h1 {
	color:#000080;
	font-size:x-large;
	font-family: "Tempus Sans ITC", sans-serif;
	font-weight: bold;
	text-align: center;
	}
.col1 h2 {
	font-family: Harem, "Times New Roman";
	font-size: large;
	}

.col1 h3 {
	font-family: Harem, "Times New Roman";
	font-size: medium;
	font-weight: bold;
	}

.col2,
.col3 {
	color: #FCC288;
	float:left;
	position:relative;
	padding:0 0 1em 0;/* no left and right padding on columns, we just make them narrower instead 
	only padding top and bottom is included here, make it whatever value you need */
	overflow:visible;
	}
	
/* 3 Column settings */

.threecol {
	/* background:#eee;/* right column background colour */
	}
.threecol .colmid {
	right:24%;/* width of the right column */
	/*background:#fff;/* center column background colour */
	}
	
.threecol .colleft {
	right:50%;/* width of the middle column */
	/*background:#f4f4f4;/* left column background colour */
	}
	
.threecol .col1 {
	width:56%;/* width of center column content (column width minus padding on either side) */
	left:96%;/* 100% plus left padding of center column */
	}
	
.threecol .col2 {
	width:17%;/* Width of left column content (column width minus padding on either side) */
	left:18%;/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	
.threecol .col3 {
	width:18%;/* Width of right column content (column width minus padding on either side) */
	left:79%;/* Please make note of the brackets here:
	(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	font-family: "Times New Roman";
	color: #FFEEAA;
	}
	
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:0px solid #000;
	}
	
#footer p {
	padding:10px;
	margin:0;
	}

.logolt {
	float: left;
	margin-right: 0px;
	}
	
.logort {float: right;
	margin: 5px;
	}


/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */ /*
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 10em;
	/*background-color: #942923;*/ /*
	color: #FCC288;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */ /*
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */ /*
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */ /*
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 10em;
	left: -1000em;
	top: 0;
	/*background:#942923;*/
	}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ /*
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */ /*
ul.MenuBarVertical ul li
{
	width: 10em;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Outermost menu container has borders on all sides */
/*ul.MenuBarVertical
{
/*	border: 1px solid #CCC;*/ /*
}
/* Submenu containers have borders on all sides */ /*
ul.MenuBarVertical ul
{
/*	border: 1px solid #000000;*/
/*	background-color: #B94023;     /*GO ahead and remove this if it doesn't work*/
}
/* Menu items are a light gray block with padding and no text decoration */
/*ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	/*background-color: #316AC5;*/ /*
	padding: 0.5em 0.75em;
	/*color: #333;*/
	/*background-color: #942923;*/ /*
	color: #FCC288;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */ /*
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #942923;     /*GO ahead and remove this if it doesn't work*/ /*
	color: #FCC288;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ /*
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #942923;     /*GO ahead and remove this if it doesn't work*/ /*
	color: #FCC288;
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ /*
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #FCC288;
	font-weight: bold;
	text-align: center;	
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ /*
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

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

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

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

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */ /*
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */ /*
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		float: left;
		/*background: #FFF;*/ /*
	}
}

*/
h3.plsidebar
{
	font-size: 100%;
	cursor: default;
	color: #FCC288;
	font-weight: bold;
/*	width: 13em;*/
}
h3.plsidebar h3
{
	font-size: 18px;	
	}
h3.plsidebar h3 a
{
/*	color: #FCC288;*/
	text-decoration: none;
	padding-top: 0.5em;
	font-size:22px
}

h3.plsidebar a:hover, h3.plsidebar a:focus
{
/*	background-color: #942923;*/     /*GO ahead and remove this if it doesn't work*/
	color: #0000FF;
}

h3.plsidebar a:link
{
/*	background-color: #942923;*/     /*GO ahead and remove this if it doesn't work*/

	color: #FCC288;
}

h3.plsidebar a:visited
{
/*	background-color: #942923;*/     /*GO ahead and remove this if it doesn't work*/
	color: #0000AA;
}
