﻿body {
}
/* Menu */

/**	style used for both examples **/

.menu { 
	height: 45px;
	display: block;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li {
	/* width and height of the menu items */  
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 45px;
}

.menu ul li a {
	/* must be postioned relative  */ 
	position: relative;
	display: block;
	width: 130px;
	height: 45px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.menu ul li a span {
	/* all layers will be absolute positioned */
	position: absolute;
	left: 0;
	width: 130px;
}

.menu ul li a span.out {
	top: 0px;
}

.menu ul li a span.over,
.menu ul li a span.bg {
	/* hide */  
	top: -45px;
}

/** 1st example **/

#menu {
	background: #F6B801;
}

#menu ul li a {
	color: #000;
}

#menu ul li a span.over {
	color: #FFF;
}

#menu ul li span.bg {
	/* height of the menu items */  
	height: 45px;
	background: url('bg_over.gif') center center no-repeat;
}


#menu2 { width:150px; position:relative; z-index: 100;}

#menu2 ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; background:#002E46;z-index: 100;}

#menu2 li {margin:0; padding:0; list-style:none;z-index: 100;}
#menu2 li {display:inline-block; display:inline;}
#menu2 ul ul {position:absolute; left:-9999px;}
#menu2 ul#toplevel {position:absolute; left:0; top:0;}

#menu2 a {display:block; font:normal 11px verdana,arial,sans-serif; color:Silver; line-height:22px; text-decoration:none;padding:0 20px 0 10px; font-weight:bold; z-index: 100;} 

#menu2 ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}

#menu2 a:hover ul,
#menu2 a:hover a:hover ul, 
#menu2 a:hover a:hover a:hover ul {left:100%;}
#menu2 a:hover ul ul, 
#menu2 a:hover a:hover ul ul {left:-9999px;}

#menu2 li a:hover {background:#ffff; color:#DDC46A; font-weight:bold;} 
#menu2 li:hover > a {background:#fff; color:#DDC46A; font-weight:bold;}
#menu2 li a.fly {background: url(images/arrow.gif) no-repeat right top;}
#menu2 li a.fly:hover {background:#fff  url(images/arrow.gif) no-repeat right top;} 
#menu2 li:hover > a.fly {background:#fff url(images/arrow.gif) no-repeat right top;}

#menu2 table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}

#slideshow
{
	background-color: #DFDFDF;
	border: 1px solid black;
}

#slideshow ul {
margin:0;
}
#slideshow li img, #slideshow li p {
background-color:#000000;
height:118px;
margin:10px;
width:150px;
}


/*the below code is for scrolling images through jcarousellite*/


.imageSlideshow { width:120px; }
.imageSlideshow ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.imageSlideshow img { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }


/*new code*/

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #003366;
	font-family: Verdana;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	font-weight: normal;
}

blockquote { }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 100%;
}

/* Header */

#header-wrapper {
	width: 804px;
	height: 206px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 804px;
	height: 206px;
	margin: 0px auto;
	background: url(../WebImages/TestHeader.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	height: 52px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 40px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font: bold 34px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 10px 0px 0px 20px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 14px;
	color: #E4EEB3;
}

#logo a {
	text-decoration: none;
	color: #E4EEB3;
}

/* Page */

#page {
	width: 804px;
	margin: 0px auto;
}


/* Content */

#content {
	float: left;
	width: 804px;
	font-family: verdana,arial,sans-serif;
}

#content select, #content input
{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

#banner {
	width: 870px;
	margin: 0px auto;
	padding-bottom: 5px;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	padding: 26px 0px 0px 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 34px;
	font-weight: normal;
}

.post .title h2 {
	margin: 0px;
	padding: 0px;
}

.post .byline {
	padding-top: 6px;
	letter-spacing: -1px;
	font-size: 20px;
	color: #74C6D5;
}

.post strong {
	color: #9B9A9A;	
}

.post .meta {
	height: 32px;
	padding-top: 6px;
	padding-left: 25px;
	background: url(images/img06.jpg) repeat-x left top;
}

.post .meta a { }

.post .entry {
	padding: 0px 0px 20px 0px;
}

.post .links {
	padding: 0px 30px 0px 0px;
}

.post .links .comments {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left 3px;
}

.post .links .permalink {
	padding-left: 17px;
	background: url(images/img08.gif) no-repeat left 3px;
}



/* Footer */

#footer {
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/gradient.jpg) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	color:#DDC46A;
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
}
p, ol
{
	color: #003366;
	font-family: Verdana;
	display: block;
}
span
{
	color: #003366;
	font-family: Verdana;
}
.Label
{
  font-family:Verdana;
  font-size:12px;
  color:#003366;	
}

.LabelHeader
{
  font-family:Verdana;
  font-size:14px;
  color:#003366;
  font-weight:bold;	
}
.LabelHeaderSmall
{
  font-family:Verdana;
  font-size:12px;
  color:#003366;
}
/*upto here*/
.SubContent
{
    float: left;
    width: 625px;
    padding-left: 25px;
    padding-top: 10px;
    
}
.SubContent p, .SubContent ol, .SubContent ul, .SubContent span
{
    font-size: 13px !important;
    line-height: 30px !important;
    text-align: justify;
}

.ContentBgImage
{
	background-image:url(../WebImages/WaterMark.jpg);
	background-position:top;
	background-repeat: repeat-y;
}

.MyLink
{
	font-family: Verdana; font-size: 11px; color:#003366;
}
