@charset "utf-8";
/* CSS Document */
body {
	background:#525269;
	margin:0 8px 0 0;
	text-align:center;
	font:14px Helvetica, Arial, sans-serif;
}
#container {
	background:#FFFFFF;
	width:960px;
	border:1px solid #000;
	margin:0 auto;
}

/*===========Header===========*/
#header {
	width:960px;
	height:140px;
	background:#fff url(../images/happy-family-thumb.jpg) no-repeat right top;
	border-bottom:solid 1px #000;
	font-style: italic;
}
#header img {float: left; border: 0;}
#header h1 {
	font-size: 20px;
	padding: 20px 220px 0 0;
	text-align: center;
	margin: 0;
	font-variant: small-caps;
} /* use the padding to center H1 in banner*/
#header h1 a {font-weight: normal; }
#header h1 strong {font-size: 130%; }


/*============= Main menu settings ==============*/
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:1px solid #000; /* black line below menu */
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:95%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   background:#A695BD;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#A695BD;
   text-decoration:none;
   color:#fff;
   font-weight:bold;
   border-bottom:1px solid #000;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:#A695BD; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#FFE09A; /* Top menu items background colour */
   color:#000;
   border-bottom:1px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#FFE09A;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#A695BD; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
/*=========End Centered Drop-down Menu==========*/

/* ========Start of Column CSS========== */
#container5 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/* column 5 background colour */
	border:1px solid #000;
	
}
#container4 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	/* column 4 background colour */
	border-right:1px solid #000;
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	 /* column 3 background colour */
	border-right:1px solid #000;
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	/* column 2 background colour */
	border-right:1px solid #000;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:20%;
	/* column 1 background colour */
	border-right:1px solid #000;
}
#col1 {
	float:left;
	width:16%;
	position:relative;
	left:82%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:16%;
	position:relative;
	left:86%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:16%;
	position:relative;
	left:90%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:16%;
	position:relative;
	left:94%;
	overflow:hidden;
}
#col5 {
	float:left;
	width:16%;
	position:relative;
	left:98%;
	overflow:hidden;
}
/* ============End of Column CSS========== */


/*==========Content==========*/
#content {
	padding: 10px 10px 20px 10px;
	text-align: left;
}


#content2 {
	margin: 0 20px;
	height: auto;
	padding-left: 5px;
}
/*==========Images==========*/
#images	{position: relative; left: 20px; float: left; list-style: none; }

#images a img {border: 0;}
a{            color:#003093; 
              text-decoration:underline;}
a:hover{
	color:#CC0000;
	text-decoration:none;
	font-weight: bold;
}

/*==========Footer==========*/
#footer {
	text-align: center;
	background:#FFE09A;
	padding: 5px;
	border-top: 1px black solid;
}
#footer p {margin: 0; text-align: center;}

/*===========Fonts===========*/
p {
	margin: 5px 0 5px 5px;
}
h1 {
	text-align: center;
	color: #606;
	font: oblique bold normal 24px/1.2em "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	padding: 0px;
	word-spacing: normal;
	line-height: 1.2em;
}
h3 {
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	padding: 0px;
	word-spacing: normal;
	line-height: 1.2em;
}
h4 {
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	padding: 0px;
	word-spacing: normal;
	line-height: 1.2em;
}
h5 {
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	padding: 0px;
	word-spacing: normal;
	line-height: 1.2em;
}
h6 {
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	padding: 0px;
	word-spacing: normal;
	line-height: 1.2em;
}

/*===========Floats==========*/
.fltlft {
	float: left;
	margin-right: 8px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
#content ul li {
	font-size: 13px;
}

.faqheadline {
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}
