﻿@charset "utf-8";
/* CSS Document */

/*////////// GENERAL //////////*/
html {
  height: 100%;
  margin-bottom: 1px;
  background-color:#FFFFCC;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	letter-spacing: 0.25px;
	font-size: 14px;
	color: #333;
	width: 926px;
	margin: 0 auto;
}

.center {
  text-align: center;
  background-color:#FFF;
}

.wrapper {
	width: 926px;
	height: auto;
	margin-left: 12px;
	text-align: left;
}
.wrapper_l {
	background: url('../images/border_l.gif') repeat-y 0 0;
}
.wrapper_r {
	background: url('../images/border_r.gif') repeat-y 100% 0; margin-right: 1px;
}
/*////////// TYPEOGRAPHY //////////*/
h1 {
	color: #733348;
	font-size: 20px;
	line-height:23px;
	text-align:left;}

#header h1 {
	position:absolute;
	left: 160px;
	top: 40px;
	z-index: 30;
}
#header img {
	position:absolute;
	top: 0px;
	right: 12px;
	z-index: 20;
}
h2 {}
h3 { text-align:left;}
p {	text-align:left; width: auto;}
a {}
a:hover {}
a:visited {}

/*////////// HEADERS //////////*/
#header {
	width:926px;
	height: 166px;
	position: relative;
}
#logo { 
	position: absolute;
	left: 22px;
	top: 17px;
	float: left;
	background: url('../images/logo.png') no-repeat; 
	width:129px; 
	height:128px; }
/*////////// CONTENT //////////*/
#content {
	width:676px;
	height:auto;
	float: right;
	margin-right: 0;
	z-index: 50;
}
/*////////// SIDEBARS //////////*/
#sidebarLT {
	width: 214px;
	height: auto;
	min-height: 666px;
	background: #EFDFDF url('../images/border_in_l.gif') repeat-y;
	position:relative;
	float:left;
}
#sidebarLT_l {
	width: 214px;
	height: 357px;
	background-image:url('../images/left_col_img.gif') repeat-y;
	position:absolute;
	left:0;
	top:0;
}
#corner {
	background:url('../images/corner.gif') no-repeat;
	margin: 0;
}

#container{
	height:auto;
	min-height: 620px;
	background: url('../images/container_bg.gif') repeat-y;
	margin: 0 12px;
	overflow:hidden;
	zoom:1;
}
/*////////// FORMS //////////*/
/*////////// FOOTER //////////*/
#footer { background: url('../images/footer.gif') no-repeat; width: 100%; height: 32px; margin-left: 12px}
.clr {
	clear: both;
}

/*////////// IMAGES //////////*/
/*////// FUN CLASSES ///////////*/
/*any little extra flares and fun design elements you want to add can go here*/
.contentpaneopen tbody tr td {
	width: 614px;
	padding-left: 20px;
}

.contentpaneopen tbody tr td ul li {
	text-align:left;
}

.contentpaneopen tbody tr td.contentheading {
	font-size: 28px;
	color: #7b1d4f;
	text-align: left;
	height: 44px;
	padding-left: 0px;
	padding-top: 10px;
}

.contentpaneopen tbody tr td h3 { font-weight:normal;color:#C1517F;
}
/**************JACKY**********************/
.contactelement {
	min-width: 250px;
}
.contacticon {
	float:left;
	width: 40px;
	text-align: center;
}
.contactdetails {
	float:left;
}
.contactemail {
	width: 200px;
	float:left;
}
td table tr td {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#733348;
	text-align:left;
	vertical-align: middle;
}
/*************************************************************/
/******************NAV********************/
.menu {
	width: 902px;
	height: 44px;
	font-size: 16px;
	font-weight: 200;
	background:#EFDFDF url('../images/menu_l_img.gif') no-repeat;
	float:left;
	margin:0;
}
/* remove the bullets and set the margin and padding to zero for 
the unordered list */
.menu ul {
	width: 902px;
	padding:0; 
	margin:7px 0 5px -1px;
	list-style-type: none;
}
/* float the list so that the items are in a line and their 
position relative so that the drop down list will appear in the 
right place underneath each list item */
.menu ul li {
	float:left; 
	position:relative;
}
/* style the links to be 104px wide by 30px high with a top and 
right border 1px solid white. Set the background color and the font 
size. */
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-align:center; 
	text-decoration:none; 
	width:auto; 
	height:30px; 
	padding-left: 0.5em;
	padding-right: 0.5em;
	color:#b54e78; 
	border:1px solid #fff;
	border-bottom:none;
	border-top:none;
	border-width:1px 1px 0 0;
	line-height:30px; 
}
/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
	z-index: 90;
}
.menu ul li ul li {
	width: 120px;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on 
hover */
.menu ul li:hover a {
	color: #660033; 
}
/* make the sub menu ul visible and position it beneath the main 
menu list item */
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:22px; 
	left:0; 
	width:140px;
	z-index: 80;
}
/* style the background and foreground color of the submenu links 
*/
.menu ul li:hover ul li a {
display:block; 
background: #DEB1D6; 
color:#b54e78;
border: 1px #fff solid;
}
/* style the background and forground colors of the links on hover 
*/
.menu ul li:hover ul li a:hover {
background: #C48DCB; 
color:#660033;
}

fieldset.input {
	border: none;
}

.emailaddress {
	color: blue;
}