* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	width:100%;
	min-height:100%;
	text-align:center;
	margin:0 0;
	padding:20px 0;
}
body a img {
	border:none;
}
#mainTainer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	text-align:center;
}
#contentBox {
	width:100%;
	text-align:left;
	float:left;
	background: #fff;
}
#header {
	width:100%;
	height:149px;
	background: #fff;
}
#header img {
	margin:26px 0 0 16px;
}
#mainImage	{
	margin-left:17px;
	width:800px;
	height:172px;
	border-bottom:1px solid #fff;
	float:top left;
}
#nav {
	position:relative;
	display:block;
	height:36px;
	width:800px;
	margin-left:17px;
	margin-right:18px;
}
div.hr {
	width: 50%;
	height: 15px;
	align: center;
	background: url(images/line.gif) no-repeat scroll center;
}
div.hr hr {
	display: none;
}
/* New nav items */

<style type="text/css">

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav {height:30px; position:relative; z-index:100;}
#nav .pad {float:left;}
#nav .padright {width:255px; height:30px; float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:35px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:65px; background:url(images/home_1.gif) no-repeat;;}
.menu li.p2 {width:105px; background:url(images/services_1.gif) no-repeat;;}
.menu li.p3 {width:81px; background:url(images/about_1.gif) no-repeat;;}
.menu li.p4 {width:106px; background:url(images/contact-lenses_1.gif) no-repeat;;}
.menu li.p5 {width:130px; background:url(images/learning_1.gif) no-repeat;;}
.menu li.p6 {width:50px; background:url(images/faq_1.gif) no-repeat;;}
.menu li.p7 {width:65px; background:url(images/links_1.gif) no-repeat;;}
.menu li.p8 {width:50px; background:url(images/fun_1.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:65px; background:url(images/home_0.gif) no-repeat;}
.menu li a#services {width:105px; background:url(images/services_0.gif) no-repeat;}
.menu li a#about {width:81px; background:url(images/about_0.gif) no-repeat;}
.menu li a#contact-lenses {width:106px; background:url(images/contact-lenses_0.gif) no-repeat;}
.menu li a#learning {width:130px; background:url(images/learning_0.gif) no-repeat;}
.menu li a#faq {width:50px; background:url(images/faq_0.gif) no-repeat;}
.menu li a#links {width:65px; background:url(images/links_0.gif) no-repeat;}
.menu li a#fun {width:50px; background:url(images/fun_0.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#contact-lenses:hover, .menu li:hover a#contact-lenses,
.menu li a#learning:hover, .menu li:hover a#learning,
.menu li a#faq:hover, .menu li:hover a#faq,
.menu li a#links:hover, .menu li:hover a#links,
.menu li a#fun:hover, .menu li:hover a#fun {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:35px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:138px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:135px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:132px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(images/arrow.gif) 210px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#395779; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#395779 url(images/arrow_over.gif) 215px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#395779 url(images/arrow_over.gif) 215px 7px no-repeat; color:#fff;} 

/* set up the second drop down sub level */
.menu :hover ul.sub2 {left:0; top:35px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:188px; height:auto;}
.menu :hover ul.sub2 li {display:block; height:20px; position:relative; float:left; width:185px;}
.menu :hover ul.sub2 li a {display:block; font-size:11px; height:20px; width:182px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub2 li a.fly {background:#fff url(images/arrow.gif) 160px 7px no-repeat;}
.menu :hover ul.sub2 li a:hover {background:#395779; color:#fff;}
.menu :hover ul.sub2 li a.fly:hover {background:#395779 url(images/arrow_over.gif) 165px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#395779 url(images/arrow_over.gif) 165px 7px no-repeat; color:#fff;} 

/* new nav styling ends */

#sideImageHome	{
	margin-top:24px;
	padding: 0px 16px 20px 38px;
	width:100px;
	float:left;
}
#sideImageHome	p{
	padding: 10px 10px 0px 0px;
	width:150px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#sideImage	{
	margin-top:24px;
	padding: 0px 16px 2px 38px;
	width:100px;
	float:left;
}
#sideImage	p{
	padding: 10px 10px 0px 0px;
	width:150px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
}
#sideNav	{
	display: inline;
	margin-top:24px;
	width:150px;
	float:left;
}
ul#navigation {
	width: 140px;
	float:none;
	font-size:11px;
}
ul#navigation li { 
	list-style: none; 
	background-color: #fff; 
	text-align: left;
	padding: 1px 0px 12px 2px;
	margin: 0;
}
ul#navigation li a { 
	display: block; 
	text-decoration: none; 
	padding: 0px;
	color: #000; 
}
ul#navigation li a:hover { 
	background-color: #fff; 
	color: #395779; 
}
ul#navigation li .selected { 
	background-color: #fff; 
	color: #395779;
	font-weight: bold;
}
#content	{
	margin-top:0px;
	width:100%;
	float:left;
	padding-bottom:20px;
}
h1, h2, h3, h4	{
	color:#395779;
}
h1	{
	font-size:16px;
	line-height:24px;
	margin-top:0;
}
h2	{
	font-size:14px;
	line-height:22px;
	text-align:left;
}
h3	{
	font-size:12px;
	text-align:left;
	margin-bottom:8px;
}

h4	{
	font-size:12px;
	text-align:left;
	margin-bottom:8px;
	margin-left:20px;
}

p, #leftCol li	{
	color:#666666;
	font-size:12px;
	margin-top:0px;
	line-height:16px;
	margin-bottom:18px;
}

.indent  {
	margin-left:20px;
}
	
b	{
	color:#395779;
	font-weight:bold;
}
#leftCol	{
	margin:25px 35px 0 55px;
	width:540px;
	float:left;
}
#leftCol2	{
	margin:25px 35px 0 0px;
	width:600px;
	float:right;
}
#leftCol3	{
	margin:25px 35px 0 0px;
	width:600px;
	float:right;
}
#fullCol	{
	margin:25px 35px 0px 100px;
	width:620px;
	float:left;
}
.noRight	{
	margin-right:0px;
}
#footer	{
	background:url(images/bkgFooter.gif) top left no-repeat;
	height:28px;
	margin-left:17px;
	float:left;
	width:100%;
	line-height:30px;
	padding-bottom:10px;
}
*html #footer	{
	margin-left:8px;
	padding-bottom:0px;
}
#footer p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff !important;
	font-size:10px;
	margin-top:10px;
	line-height:10px;
}
*html #footer p	{
	padding-bottom:0px;
}
#credit	{
	float:left;
	text-align:center;
	width:100%;
	margin-top:15px;
}
#credit p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#395779 !important;
	text-align:center;
	font-size:10px;
	margin-left:34px;
	line-height:0px;
}
#leftCol ul	{
	padding-left:0px;
}
#leftCol li	{
	background:url(images/iconList.gif) 0 3px no-repeat;
	list-style-type:none;
	line-height:14px;
	padding-left:20px;
}
#leftCol li	a {
	text-decoration: none ;
	color: #395779;
}
a {
	text-decoration: none ;
	color: #395779;
}
a:visited {
	text-decoration: none ;
	color: #395779;
}
a:active {
	text-decoration: none ;
	color: #395779;
}
a:hover {
	text-decoration: underline ;
	color: #395779;
}
.module a:hover	{
	text-decoration: none;
}
.module h1 a	{
	color:#fff;
}

/* Table styling below */

#table table {
	font-size: 11px;
	padding: 0px 0 20px 0;
	margin:15px 30px 20px 0px;
	width:510px;
	float:right;
	border-collapse: collapse;
	border: 1px solid #797C89;
}

#table tr.rowHead { 
	font-weight: bold;
	background: #395779;
	color: #fff;
}

#table tr.row { 
	font-weight: bold;
}

#table td {
	padding: 8px;
	border: 1px solid #797C89;
}

#Category {
	width:200px;
}
#Dates {
	width:250px;
}
#Details {
	width:150px;
}

div.topJump {
	text-align:right;
}

div.topJump a, div.topJump a:link, div.topJump a:visited {
	background:transparent url(images/top-arrow.gif) no-repeat scroll left 1px;
	color:#797C89 !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:11px;
}

div.special {
	text-align:left;
	color:#CC0000 !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
}



/* Messages */
.msgOuter
{
    margin: 10px 0px 10px 0px;
    width:98%;
}

.msgOuter div
{
    margin:auto;
	font-weight : bold;
	font-size: 11px;
	color: #666666;
	padding:25px;
	width: 500px;
	position: relative;
	text-align: center;
	background-color: white;
}

.msgOuter a
{
    display: block;
    float:right;
    margin:-20px -15px 0px 0px;
    _margin-right: -5px;
    cursor:hand;
    cursor:pointer;
}

.msgOuter ul
{
    text-align: left;
}

#errMsg 
{
	border : 3px solid #ff0000;
}

#warnMsg 
{
	border : 3px solid #ffff00;
}

#infoMsg 
{
	border : 3px solid #336699;
}
