/* b reset styles */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* e reset styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	background-color: #fff;
	text-align: left;
	background-image: url(../images/templateimages/Body_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

img {
	border: 0;
}

#page {
	width: 760px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

#page img {
	border: 0;
	margin: 0;
	padding: 0;
}

#content #welcome h1 {
	color: #036;
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0 .5em 10px;
	padding: 0;
}

#welcome {
 margin-top: 10px;
}

div.item {
	margin: .5em 2px .5em 10px;
	border-bottom: 1px dotted #63C50C;
}

div.item table td {
	vertical-align: middle;
	padding: 2px 8px 8px 0;
}

div.item span.daysleft {
	color: #666;
	font-size: .6em;
	margin-left: 5px;
}

div.item img {
/*	float: left;
	margin-right: 20px;*/
}

/* featured items element styles ///////////////////////////////// */
#featured-items {
	position: absolute;
	z-index: 3;
	top: 71px;
	right: 20px;
	display: block;
	background-image: url(../images/templateimages/FeaturedContent_background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 213px;
}

#featured-items p.fi-header {
	position: relative;
	margin: 0 0 6px 0;
}

#featured-items p.fi-logo {
	margin: 0 0 0 8px;
}

#featured-items p.fi-logo a img {
	border: 0px;
}


#featured-items p.fi-inst {
	margin: 4px 0;
	padding: 0 0 2px 0;
	font-size: 9px;
	color: #999999;
	text-align: center;
}

#featured-items ul  {
	list-style-type: none;
	margin: 0 4px;
	float: right;
	display: block;
}

#featured-items ul li {
	list-style-type: none;
	line-height: 12px;
}

*html #featured-items ul li {
	line-height: 16px;
}

#featured-items ul li a {
	padding: 0 3px;
	border: 1px solid #999;
	color: #999;
	font-size: 9px;
	text-decoration: none; 
}

#featured-items ul li a:hover {
	border-color: #63C50C;
	color: #63C50C;
	background-color: #B1DE8A;
}

#featured-items .featuredBtnOn {
	border-color: #63C50C;
	color: #63C50C;
	background-color: #B1DE8A;
}
#featured-items .featuredBtnOff {
	border: 1px solid #999;
	color: #999;
	text-decoration: none; 
}
#featured-items ul li a.active {
	border-color: #ED4DE7;
	color: #ED4DE7;
}

#featured-items ul li a.active:hover {
	border-color: #ED4DE7;
	color: #ED4DE7;
	background-color: #fff;
}

#featured-items ul li.fi-go {
	margin-top: 6px;
	position: relative;
	right: 3px;
}

#featured-items ul li.fi-go a {
	border: 0;
}


/* END featured items element styles ///////////////////////////////// */

#tab-nav {
	width: 100%;
/*	background-image: url(../images/templateimages/navbar-background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	margin-bottom: 20px;
	border-top: 1px solid #FFF;
}

#tab-nav ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #63C50C;
	color: #FFF;
	float: left;
	width: 100%;
}

#tab-nav ul li {
	display: inline;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#tab-nav ul li a {
	padding: 0.2em 1em;
	background-color: #63C50C;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFF;
}

#tab-nav ul li a:hover {
	background-color: #FF9933;
	color: #036;
}

#tab-nav ul li a.active {
	color: #1472B1;
/*	font-weight: bold;*/
/*	background-image: url(../Images/TemplateImages/Nav_Tab_background.jpg);
	background-position: right top;
	background-repeat: no-repeat;*/
	background-color: #FFF;
/*	position: relative;
	top: 2px;*/
}

#user-nav {
	position: absolute;
	top: 48px;
	right: 0px;
	text-transform: uppercase;
	font-size: .7em;
	text-align: right;
	z-index: 3;	 
}

#user-nav ul {
	list-style-type: none;
	display: block;
}

#user-nav ul li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0 8px;
	display: inline;
	border-right: 1px solid #ADF66D;
	font-weight: bold;
	color: #fff;
}

#user-nav ul li.end {
	border: 0;
}

#user-nav ul li a {
	color: #ADF66D;
	text-decoration: none;
	font-weight: normal;
}

#user-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#user-nav ul li a.active {
	color: #fff;
	font-weight: bold;
}

#content {
	margin: 10px 0 20px 0;
}

.float-left {
	float: left;
	margin: 0 8px 8px 0;
}

#right-column {
	position: relative;
	display: block;
	height: 1%;
	float: right;
	width: 242px;
}

#left-center-container {
	position: relative;
	display: block;
	height: 1%;
	width: 500px;
}

#left-column {
	position: relative;
	display: block;
	height: 1%;
	float: left;
	width: 242px;
} 

#center-column {
	position: relative;
	display: block;
	height: 1%;
	margin-left: 260px;
}

#footer {
	background-image: url(../images/templateimages/Footer_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: .7em;
	color: #999;
	padding: 6px 0 10px 0;
}

#footer p {
	padding: 0 0 6px 0;
	line-height: 1.5em;
}

.clear {
	clear: both;
	font-size: 1px;
}

p {
	margin: .5em 0;
}

#header {
	border: 0;
	height: 65px;
}

/* use this style for groups of text in a column with a large header graphic */
.column-element {
	/*border-bottom: 1px solid #B4D893;*/
	margin: 0 0 12px 0;
}

.column-element p {
	font-size: .9em;
}

/* use this style for large header graphics within columns */
p.header {
	background-image: url(../images/templateimages/Heading_Background.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
	position: relative;
}


/* use this class for "view more content" items */
#content p.view-more {
	font-size: .75em;
	text-align: right;
	display: block;
	position: relative;
	overflow: visible;
}

#content p.view-more a {
	text-decoration: none;
	background-image: url(../images/templateimages/PinkArrow.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	padding: 2px 12px 2px 0px;
	display: block;
}

#content p.view-more a:hover {
	background-position: 100% 50%;
}

p.sort {
	font-size: .8em;
	color: #666;
}

#content ul, ol {
	margin: .5em 0 .5em 1.5em;
}

#content ul li, #content ol li {
	color: #000;
	margin-bottom: .5em;
	padding-left: .3em;
	margin-left: .3em;
	line-height: 1.2;
}


#content h2 {
	color: #666;
	font-size: 1.5em;
}

/*-----------------------------RIGHT FROM CSSPLAY----------------------*/

.menu {width:760px; height:22px; font-size:0.85em; position:relative; z-index:100;border-right:0;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:760px; w\idth:759px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0; list-style-type:none; text-transform: uppercase; letter-spacing:.1em;}
.menu ul ul {width:106px; text-transform: none; letter-spacing: normal;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	display:inline;
	float:left;
	width:107px;
	position:relative;
}
/*.menu li.last {width:50px;}*/
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:107px; height:20px; border:1px solid #FFF; border-width:1px 0 1px 1px; background:#63C50C; padding-left:10px; line-height:21px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:95px; w\idth:95px;}

.menu li a.on {
	background-color: #FFF;
	color: #036;
}


.menu ul li a.drop, .menu ul li a.drop:visited {background-image:url(../images/templateimages/drop4.gif); background-repeat: no-repeat; background-position: 85% 82%;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#63C50; background-image:url(../images/templateimages/drop2.gif);}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65/* url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat*/;}
.menu ul ul :hover > a.drop {background:#c9ba65/* url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat*/;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden; 
	position:absolute;
	height:0;
	top:22px;
	left:0;
	width:149px;
	border-top:1px solid #FFF;}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#page .menubk .menu table {border-collapse:collapse; position:absolute; top:0; left:0; }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#036; background:#FF9933;}
.menu :hover > a, .menu ul ul :hover > a {color:#036;background:#FF9933;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


.skip {position: absolute; top: -4em; display: none} /*Opera*/
* html .skip {display: block; position: absolute; 
   top: -4em; left: 0; z-index: 0} /*Seen by IE*/
html:not([dummy]) .skip {display: block; position: absolute;
   top: -4em; left: 0; z-index: 0} /*Seen by Moz and Firefox*/
.skip a {padding: 0 0.5em; left: 0; width: 13.2em; z-index: 0}
.skip a:focus, .skip a:active {display: inline; z-index: 2;
   border: solid black 1px; color: #cc0; text-decoration: none;
   position: absolute; top: 6.5em; left: 0}
.skip a#content {position: absolute; top: -9em; width: 13.2em}
.skip a#content:focus, .skip a#content:active {position: absolute;
   top: 15em; left: 0em; z-index: 2}
.skip a:hover {cursor: default}

div.alert {
	border: 1px dotted #996600;
	margin:10px;
	font-weight: bold;
	color: #990000;
	padding: 3px 8px 3px 40px;
	background-color: #FFFFCC;
	background-image: url(../images/icons/icon-alert.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	
}
	
