h2,/* *** Reset browser styles *** */ h3, h4, h5, h6, p, div, u           {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	-moz-opacity: .999;
}

table {
	border-collapse: collapse; /* prevents double borders */
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;
	text-align: left;
}

img, fieldset  { 
	border: 0; /* remove border around linked images and fieldsets */
}

ol  {
	margin-left: 1.8em; /* add smaller indent than default */
	list-style: decimal;
}

ul {
	margin-left: 1.5em;
	list-style:square;
}

q:before, q:after { 
	content:''; /* remove browser generated quote marks */
}


/* 2 col layout */

#twoCol #contentWrap {
	width: 760px;
}

#twoCol #main {
	width: 580px;
	margin-right: 10px;
}


/* common layout */

#contentWrap {
	background-image: url(../images/backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contentWrap #main {
	float: right;
}
q {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	width: 250px;
	text-align: center;
	line-height: 145%;
}

#threeCol #sidebar, #twoCol #sidebar {
	float: left;
	width: 150px;
	padding-top: 1em;
	padding-bottom: 200px;
	margin-right: 20px;
}

#container {
	width: 760px;
	margin: 0 auto;
	position: relative;
	border-right-style: none;
	border-left-style: none;
}

#footer {
	clear: both;
}



/* page styles */
body {
	font: 62.5% "Trebuchet MS", Arial, sans-serif;
	background: url(file:///My%20Book/marcelpa/Sites/images/bg.png) repeat-x;

}
#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #990000;
	padding-top: 1em;
	font-weight: normal;
	margin-bottom: 20px;
}

#main h2 {
	color: #053131;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
}
#main {
	padding-top: 1em;
	background-color: white;
}
p {
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 2em;
	width: 450px;
	padding-top: 50px;
	color: #666666;
}

#sidebar h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #4C5353;
	padding: 3px 5px;
}


#sidebar  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #A7A37E;
	border-right: 1px solid #A7A37E;
}
#sidebar li {
	font-weight: bold;
	font-size: 1.3em;
	text-transform: lowercase;
	background: #F2F2F2;
	text-align: right;
}
#sidebar ul ul {
	border: none;
}
#sidebar li li {
	font-size: .9em;
	font-weight: normal;
	background: #FFFFFF;
}
#sidebar a {
	text-decoration: none;
	color: #002F2F;
	padding: 4px 3px 2px 2px;
	display: block;
}
#sidebar li a {
	border-top: 1px solid #A7A37E;
}
#sidebar li li a {
	border-top: 1px dashed #EFECCA;
	color: #046380;
	padding-bottom: 4px;
}
#footer {
	color: #999999;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-style: none;
	width: 100%;
	float: left;
	padding-top: 5px;
	margin-top: 50px;
}

#banner {
	background: #E6E2AF;
	position: relative;
}

#banner span#badge a {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 78px;
	width: 84px;
	position: absolute;
	top: 14px;
	left: 727px;
}

#banner  span#badge a:hover {
	background-position: 0 -82px;
}

#sidebar a:hover {
	background: #F3F4C7;
}


/* ie 6  */
/*give links full rollover and remove space*/
* html #sidebar li a { height: 1px; }

/*allow alpha trans of bg image*/
* html #banner span#badge a {
background-position: 0 0;
height: 61px;
}

* html #banner span#badge a:hover {
background-position: 0 -61px;
}

* html #banner span#badge a {
	left: 750px;
}
input.wide {
	width: 90%;
}
#main .section {
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #666;
	margin-bottom: 20px;
}

#main li {
	font-size: 12px;
	padding-bottom: 5px;
	letter-spacing: 0.125em;
}

#main .sideBySide li {
	float: left;
	width: 135px;
	overflow: hidden;
}

.clear:after { 
content: "."; display: block; height: 0; clear: both; visibility: hidden; 
}

.clear {
	min-height: 1px;
}

* html .clear {
 height: 1px;
}
h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9FBC8C;
	text-transform: lowercase;
	font-weight: lighter;
	letter-spacing: 0.125em;
	padding-top: 50px;
}
#main li li {
	font-size: 100%;
}
#footnote {
	margin-left: 170px;
	clear: both;
}
#main li p {
	font-size: 1.3em;
}
.bannerHome {
	height: 111px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top-bar.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	}




body {
 -moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}

/* link styles */
.nav a {
	text-decoration: none;
	display: block;
	padding: 5px 7px 4px 17px;
	color: #CCC;
	width: 9em;
	font-weight: bold;
	background-color: #4C5353;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
  margin: 0;
}

.nav li li a {
  /* style for links on pop-up menus */
}

.nav li li li a {
	/* style for second level menu links */
}

.nav a:hover{
	background-color: #333;
	color: #FFF;
}

/* main nav bar */
.nav {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* all list items */
.nav  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
}


/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
  left: 0;
  top: 1.72em; /* change when you change height of links */
	display: none;
}


/* list items in pop-up subnav */
.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
}

/*3rd level menu position*/
.nav ul ul {
	position: absolute;
	left: 10.8em; /* change when you change width of links */
	top: -1px;
	z-index: 1000;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.nav ul ul li {
	z-index: 100;
}



/* look for buttons that have menus */
.nav .sub {
	background-image: url(../../superfish/images/arrow_down.png);
  background-repeat:no-repeat;
  background-position: 2px 3px;
}

.nav .subsub {
	background-image: url(../../superfish/images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: 4px 7px;
}
em {
	font-size: 14px;
	font-weight: bolder;
	text-transform: lowercase;
	color: #9fbc8c;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
