body {
	margin: 0;
	background-image:url(../images/test_bg.jpg);
	background-repeat: repeat-y;
	background-color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #333;
	text-align: center;
}
table {
	font-size: 100%;
}
#container {
	width: 750px;
	margin: 0 auto;
	background-color: #fff;
	border-left: #092759 1px solid;
	border-right: #092759 1px solid;
	text-align: left;
}
#search {
	text-align: right;
	width: 740px;
	padding-right: 10px;
	padding-top: 5px;
	color: #fff;
	font-size: 70%;
	font-weight: bold;
	background: #020811;
}
#banner {
	background-color: #234b8d;
}
#search input {
	width: 100px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	background-color: #234b8d;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
	width: 750px;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #CCC;
	text-decoration: underline;
}
#sub_nav {
	height: 60px;
	border-bottom: #ccc thin solid;
}
#date {
	width: 230px;
	float: left;
	text-align: center;
	padding: 20px 10px 10px 0px;
}
#dropdown_nav{
	float:left;
	width: 230px;
	padding: 20px 5px 10px 0px;
}
#side_nav {
	float: left;
	width: 180px;
	padding: 10px;
	background-color: #fff;
}
#main_content {
	width: 720px;
	float: left;
	color: #333;
	padding: 10px;
	background-color:#fff;
	border-left: #ccc 1px dotted;
}
#heading {
	background-image: url(../admin/images/bird_heading.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 40px;
	margin-top: 10px;
	float: left;
}
#heading h1 {
	margin-left: 5px;
	padding-top: 3px;
	font-size: 90%;
	text-transform: capitalize;
}
.sub_heading {
	background: #234b8d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	text-transform: capitalize;
}
#terms {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background-color: #999;
	text-align: center;
	padding: 1px;
}
#terms a {
	color: #fff;
	text-decoration: underline;
}
#terms a:hover {
	color: #333;
	text-decoration: underline;
}
#footer {
	background-color: #092759;
	height: 20px;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.login {
	text-decoration: none;
}
#footer p {
	margin-top: 0px;
	color: #fff;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
}
#pagination {
	text-align: center;
	font-size: 80%;
}
#pagination a {
	color: #333;
	text-decoration: none;
}
#pagination a:hover {
	color: #036;
	text-decoration: underline;
}
hr {
	width: 100%;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 10px;
}
.expand {
	font-size: 60%;
	position:absolute;
	margin-left: 4px;
	margin-top: 2px;
}
.lgTxt {
	font-size: 110%; 
	font-weight: bold;
}
.xlgTxt {
	font-size: 150%; 
	font-weight:bold; 
	color: ##000;
}
.toggleopacity img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}
.toggleopacity:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: .90;
}
.lgTxtU {
	font-size: 110%; 
	text-decoration:underline;
}
.shopPName {
	color: #006;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}
.shopH1 {
	color: #092759;
	font-weight: bold;
	font-size: 110%;
}
.shopH2 {
	color: #333;
	font-weight: bold;
	font-size: 100%;
}
.shopPID {
	color: #092759;
	font-size: 90%;
}
hr.dot {
	border: none 0; 
	border-top: 1px dotted #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 5px auto;
	text-align: left;
}
h1 {
	color: #092759;
	font-size: 120%;
	text-transform: uppercase;
}
h2 {
	color: #333;
	font-size: 100%;
}
/* ACCORDIAN MENU NEW */
.indent {
	padding-left: 15px;
}
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 10em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background-image: url(../images/bg2.jpg);
  color: #333;	
  padding: 0.2em;
  border: 1px #333 solid;
}

ul#menu li a:hover {
  background: #333;
  color: #fff;
}

ul#menu li ul li a {
  background: #fff;
  color: #333;
  padding-left: 10px;
  font-size: 80%;
  border: none;
}
#menu ol{
	list-style: square;
}
ul#menu li ul li a:hover {
  background: #ccc;
  color: #333;
  border-left: 3px #082556 solid;
  padding-left: 10px;
  border: none;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

a:link {
	color: #000;
}
a:hover {
	color: #333;
}
a:visited {
	color: #000;
}

a.two:link {
	color: #000;
}
a.two:hover {
	color: #333;
}
a.two:visited {
	color: #000;
}
a.three:link {
	color: #fff;
}
a.three:hover {
	color: #ccc;
}
a.three:visited {
	color: #fff;
}
.table_heading {
	font: #234b8d;
	font-weight: bold;
}
.ccc {
	background: #ccc;
}
.999 {
	background: #999;
}
.redTxt {
	color: #F00;
}
.center {
	text-align: center;
}
.blueTxt {
	color: #234b8d;
}
.noborder {
	border:none;
}
#about ul li {
	list-style-type: lower-alpha;
	font-weight: bold;
}
#about ol li {
	font-weight: bold;
}
.nobold {
	font-weight: normal;
}
.BlTxt {
	color: #234b8d;
	font-weight: bold;
}