
/* -- GREEN menu -- */

ul.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(img/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(img/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(img/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* -- PURPLE menu -- */

ul.glossymenu2{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(img/menupu_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu2 li{
	float:left;
}

.glossymenu2 li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu2 li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu2 li.current a, .glossymenu2 li a:hover{
	color: #fff;
	background: url(img/menupu_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu2 li.current a b, .glossymenu2 li a:hover b{
	color: #fff;
	background: url(img/menupu_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* -- ORANGE menu -- */

ul.glossymenu3{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(img/menuo_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu3 li{
	float:left;
}

.glossymenu3 li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu3 li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu3 li.current a, .glossymenu3 li a:hover{
	color: #fff;
	background: url(img/menuo_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu3 li.current a b, .glossymenu3 li a:hover b{
	color: #fff;
	background: url(img/menuo_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* -- general containers -- */

#container{
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	/* background-color: #CCCCCC; */
}

#wrapper{
	height: auto;
	width: 800px;
	position: absolute;
	border: 1px solid #999999;
	background-color: #E1E1E1;
	/* background-color: #ffffff; */
}

#header{
      /* background-color: #a2c445; */
}

#header p{
	/* font-family: sans-serif; */
      text-align: center;
      font-size: x-large;
}

#content{
	padding: 5px;
	float: left;
	height: auto;
	/* width: 540px; */
	text-align: left;
	background-color: #ffffff;
      /* background-color: #a2c445; */
}

#content img.fleft {
  float: left;
  margin: 10px 20px 0 0;
}

/* -- drop shadow for page images -- */

#content .dshadow
{
  float:left;
  clear:left;
  background: url(img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(img/shadow.gif) no-repeat bottom right;
  margin: 15px 10px 5px 10px !important;
  margin: 15px 10px 5px 5px;
}

#content .dshadow img
{
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

/* -- misc -- */

p{
	font-family: verdana;
	margin-left: 10px;
	margin-right: 10px;
}

p.ttb{
	font-family: verdana;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

a, a:link, a:visited{
	color: #666666;
	text-decoration: underline;
}
a:hover{
	color: #444444;
	text-decoration: none;
}

/* -- twocolumn for clips -- */

#colone{
	float: left;
	width: 380px;
	margin: 0 0 0 10px;
}

#coltwo{
	float: right;
	width: 380px;
	margin: 0 10px 0 10px;
}
