/*
Theme Name: Coopa
Theme URI: 
Description: Coopa.net default theme
Version: 1
Author: Coopa.net
Author URI: http://www.coopa.net/
Tags: white, blue, fluid, andyblue, three columns, widgets
*/


/* -------------------------------------------------------------- 
   
   reset.css
   * Resets all elements to resolve browser inconsistencies.
      
-------------------------------------------------------------- */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  position: relative;
  font-size: 75%;
  line-height: 1.2em;
  color: #555; 
  background: #ffffff;
  font-family:  Arial,Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333333; z-index: 9999; position: relative; font-weight: bold; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.95em; line-height: 1.2em; margin-bottom: 0.5em; } /*letter-spacing:-0.5px; */
h3 { font-size: 1.8em; line-height: 1.2em; margin-bottom: 0.5em;  }
h4 { font-size: 1.6em; line-height: 1.2em; margin-bottom: 0.5em;  }
h5 { font-size: 1.4em; font-weight: bold; margin-bottom: 0.5em; color: #999; }
h6 { font-size: 1.1em; font-weight: bold; }


h2 a{  color: #333333;}
h2 a:hover{  color: #C4068A; text-decoration:none;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}



.navboxwrapright h1,.navboxwrapright h2,.navboxwrapright h3,.navboxwrapright h4 { line-height:115%;  }
.navboxwrapright h3{
	 color: #999;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 0.75em 0; line-height: 1.6em; }
p img       { margin: 0px; padding: 0; }
p img.right {margin: 2px 0 0 1.5em; }


a           { color: #C4068A; text-decoration: none; }
a:focus, 
a:hover     { color: #C4068A; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

hr			{ margin: 10px; }

/* Lists
-------------------------------------------------------------- */

li			{ line-height: 1.6em; }

ul, ol      { margin: 0 1.5em 1.5em 2em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

li.nth-child(2n)   { background: #F9F9F9; }

li h4		{ margin-bottom: 0; }

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: 11px; font-style: normal; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.error      { color: #990000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.spacer		{ clear: both; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* -------------------------------------------------------------- 
   
   application.css
   * Defines our forms, fieldets, inputs and buttons.
      
-------------------------------------------------------------- */

/* Tables
-------------------------------------------------------------- */

table       	{ margin: 10px; border-bottom: 1px solid #CCC; border-collapse:collapse;}

th,td       	{ margin: 0; padding: 4px; background: #F9F9F9; line-height: 1.6em; vertical-align: top;  }

th          	{ font-weight: bold; font-size: 13px; 
              	  background: #E9E9E9; border-top: 1px solid #CCC; }
			  
tfoot       	{ font-style: italic; }
caption     	{ background: #eee; }


/* Form & Fieldset
-------------------------------------------------------------- */

form			{ background: url(/images/theme/form_bottom.gif) 0 100% no-repeat; padding-bottom: 5px; }

fieldset    	{ padding: 10px 10px 5px 10px; width: auto; margin: 0; }

legend			{ padding: 5px; margin-left: -5px; font-size: 14px; font-weight: bold; color: #666; }

fieldset ul 	{ list-style: none; margin: 0; padding: 0 0 5px 0; }
fieldset li 	{ clear: both; min-height: 2.2em; line-height: 2.2em; }

/* Form elements
-------------------------------------------------------------- */

label			{ display: block; float: left; width: 150px; }
label.option	{ width: 80px; }

input,
textarea		{ display: block; float: left; margin: 0.5em 0; line-height: 18px; }

input[type=radio], input[type=checkbox]
				{ margin-right: 5px; margin-top: 5px; width: auto; }

input[type=submit], button, p.buttons a
				{ display: block; width: 100%; background: #93282E url(images/subheading_bg.gif) 50% 50% repeat-x; color: #fff; border: 1px solid #fff; 
				  padding: 0.2em 10px; margin: 0.5em 0 1.0em;}

input[type=image]
				{ width: auto; }

label.option input
				{ margin-right: 5px; margin-top: 5px; width: auto; }

select			{ margin-right: 5px; }


/* -------------------------------------------------------------- 
   
   layout.css
   * Defines our structure.
      
-------------------------------------------------------------- */

html						{ height: 100%; }
body 						{ margin: 10px; text-align: center; 
							background:url(images/background.gif) center top repeat-y #eeeeee; 
							/*background-color:  #eeeeee; */
							}
div#framework				{ position: relative; width: 1000px; margin: 0 auto; text-align: left; background: #FFFFFF; }
							
/* Login Status and Account options 
-------------------------------------------------------------- */

div#header					{ position: relative; height: 136px; margin-bottom: 2em; background: #FFF url(images/menu_shadow.gif) 100% 100% repeat-x; padding-bottom: 9px; z-index:999;}
div#header h1 a				{ position: absolute; display: block; top: 14px; left: 10px; width: 249px; height: 54px;
							  text-indent: -9999px; background: url(images/logo.gif); z-index: 1; }
							  
div#header h2				{ position: absolute; width: 240px; height: 19px; top: 36px; left: 270px; font-size:18px; font-weight:normal; margin:0; text-align:left; 
							  text-indent: -9999px; background: url(images/logo_strapline.jpg) top left no-repeat #fff; }

form#searchform				{ width: auto; position: absolute;right: 10px; top: 34px; }
div#header input#s			{ padding-right: 65px; padding-top: 4px; width: 206px; border: 1px solid #CCC; height: 19px; margin: 0;  }
div#header input#searchsubmit
							{ height: 24px; font-size: 11px; position: absolute; right: 1px; top: 1px; padding: 0 10px 2px 10px; margin: 0; width: auto; }

/* Login Status and Account options 
-------------------------------------------------------------- */

/* Navigation 
-------------------------------------------------------------- */

div#navigation				{ z-index: 9999; }

div#navigation ul			{ position: absolute; left: 0; top: 90px; margin: 0; padding: 0; width: 1000px; list-style-type: none; z-index: 99;
							  		   height: 48px; background: #A1C44C url(images/menu_bg.gif) 0 0 repeat-x;}
div#navigation ul li			{ position: relative; display: block; float: left; margin: 0; padding: 0; 
									   line-height: 1.4em; font-size: 13px; text-align: center; text-transform: uppercase; font-weight: bold; }
div#navigation ul li a		{ display: block; margin: 0; padding: 6px 13px; height: 36px; border-right: 2px solid #DFE787;
									   text-decoration: none; color: #333333; max-width: 102px; float:left;  } 			
div#navigation ul li.current_page_item a, div#navigation ul li.current_page_ancestor a
									{ color: #FFF; background: #363636 url(images/menu_current.gif) 0 0 repeat-x; }  
div#navigation ul li a:hover			
									{ color: #FFF; background: #363636 url(images/menu_current.gif) 0 0 repeat-x; } 		  


div#navigation ul li.page-item-13 a,
div#navigation ul li.page-item-40 a
							{ line-height: 2.7em; }

div#navigation ul li.page-item-787 ,
div#navigation ul li.page-item-850 
{
	display:none;
}


div#navigation ul li.page-item-5 a,
div#navigation ul li.page-item-9 a,
div#navigation ul li.page-item-90 a,
div#navigation ul li.page-item-5 a:hover,
div#navigation ul li.page-item-9 a:hover,
div#navigation ul li.page-item-90 a:hover
							{ border: none; font-size: 12px; font-weight: bold; max-width: 180px; min-width: 30px; height: 29px; text-transform: none; 
							  background: none !important;  background: none; padding: 14px 12px 6px 12px;}


div#navigation ul li.current_page_item.page-item-5 a:hover,
div#navigation ul li.current_page_item.page-item-9 a:hover,
div#navigation ul li.current_page_item.page-item-5 a:hover,
div#navigation ul li.current_page_item.page-item-9 a:hover,
div#navigation ul li.current_page_item.page-item-90 a:hover
							{ background: none; text-decoration: underline; font-color: #333333 !important;}

ul#usernav					{ position: absolute; right: 10px; top: -10px; margin: 0; padding: 0; list-style-type: none; 
						      width: 204px; height: 41px; text-align: center;
							  background: url(images/general/orange_tab.png) 0 0 no-repeat; }
ul#usernav li				{ position: relative; display: block; float: left; margin: 0; width: 100px; 
							  line-height: 34px; font-size: 12px; text-align: center; }
ul#usernav li a				{ text-decoration: none; color: #FFF; } 			
ul#usernav li a:hover		{ text-decoration: underline; } 

ul#accessnav				{ position: absolute; right: 5px; top: 0; margin: 0; padding: 0; list-style-type: none; 
						      height: 41px; text-align: center; }
ul#accessnav li				{ position: relative; display: block; float: left; margin: 0; padding:0 10px; border-left: 1px solid #DDD;
							  line-height: 1.4em; font-size: 12px; text-align: center; }
ul#accessnav li:first-child	{ border: none; }
ul#accessnav li a			{ text-decoration: none; color: #999; } 			
ul#accessnav li a:hover		{ text-decoration: underline; } 

div.navboxleft ol li.page-item-613,div.navboxleft ol li.page-item-617, div.navboxleft ol li.page-item-619, div.navboxleft ol li.page-item-621, div.navboxleft ol li.page-item-623
{display:none}


/* Content 
-------------------------------------------------------------- */

#flashscroller{margin:-25px 0 0 -15px; clear:both; width:1000px; display:block;}

div.main					{  float: left; width: 480px; margin-right: 10px;}
div.main img				{ border:#999999 solid 1px; margin-bottom:10px; }
div.main	em			{font-size:11px;}
div.newsmain				{ position: relative; float: left; width: 460px; padding: 0 15px 1em 15px; }
div.newsmain div.hometext	{ width: auto; }
div.homemain				{ position: relative; width: auto; padding: 0em 350px 1em 15px; }
div.widemain				{ position: relative; width: auto; padding: 0em 350px 1em 15px; }
div.widemain	div.text	{ width: auto; }

div#gallery-1				{ margin-right:-335px; width:994px; }
div#gallery-1 .gallery-item	{ width: auto !important; }

div.homelinks				{ position: absolute; top: 400px; right: 0; }

div.homelinks	 ul			{ list-style: none; }
div.homelinks	 ul li		{ background: url(images/home_square.gif) 0 0 no-repeat; width: 261px; height: 77px; padding: 15px; margin-bottom: 2em;}

div.hometext 				{width:620px; float:left; margin-right:15px; margin-top:10px; padding-top:10px; display:block; position:relative; clear:both}
div.widemain	div.text	{width:620px; float:left; margin-right:15px; margin-top:10px; padding-top:10px;}
div.hometext 	img		{float:right}
div.navboxwrapright			{ position: relative; float: right; width: 308px; margin-top: -10px; margin-right: 10px; margin-left:0px;  }

div.navboxright				{ padding-top: 20px; background: url(images/sidebox_topnew.gif) 0 0 no-repeat; margin-bottom:0px; margin-right:0px; position:relative }

div.navboxright a,
div.navboxwrapright	 blockquote a{ display: block; width: 70%; background: #93282E url(images/subheading_bg.gif) 50% 50% repeat-x; color: #fff; border: 1px solid #fff; 
				  padding: 0.2em 10px; margin: 0.5em 0 1.0em;}

div.navboxright blockquote a{ display: block; width: 70%; background: #93282E url(images/subheading_bg.gif) 50% 50% repeat-x; color: #fff; border: 1px solid #fff; 
				  padding: 0.2em 10px; margin: 0.5em 0 1.0em;}

div.navboxright img	{float:right; margin-left:10px; padding-left:0px; margin-top:3px; padding-top:0px;  border:#999999 solid 1px; }
							
div.navboxwrapright{
	padding-top:10px;
}

div.navboxwrapright	 blockquote	{ padding: 25px; margin: 0 0 10px 0 ; background: url(images/sidebox_midnew2.gif) bottom no-repeat; font-style:normal }

div.navboxwrapright	 blockquote h5{
	position: relative;
	color: #333333;
	font-size: 20px;
	margin: -25px -25px 0 -25px;
	padding: 25px 25px 5px 25px;
	font-weight: bold;
	line-height: 22px;
	background: url(images/sidebox_topnew.gif) top no-repeat;
}

div.navboxwrapright	 blockquote img{
	float:right;
	border:#999999 solid 1px; 
	margin:0 0 10px 10px; 
}

.ddsg-wrapper ul li{ border-top:1px solid #ccc; padding-top:5px; margin-top:5px; list-style:none; font-weight:bold;}
.ddsg-wrapper ul li ul li{ border:none; padding-top:0px; margin-top:0px; list-style:disc;font-weight:normal;}

.ddsg-wrapper ul { margin-left:0; padding-left:0}
.ddsg-wrapper ul li ul { margin-left:10px; padding-left:10px}


div.navboxright	ul.outer	{ padding: 0 ; margin: 0; background: url(images/sidebox_midnew.gif) 0 0 repeat-y; list-style: none; margin-bottom:5px }

div.navboxright	ul.outer li.box
							{ padding: 10px 25px 20px 20px; background: url(images/sidebox_btmnew.gif) bottom no-repeat; margin-bottom:10px }

div.navboxright	ul.outer h5	{ position: relative;  url(images/subheadingnew_bg.gif) 0 0 repeat-x; color: #333333;
							  font-size: 20px; margin: -14px -14px 0em -14px; padding: 0.5em 15px 5px 13px; font-weight:bold; line-height:22px;}

div.navboxleft				{ float: left; width: 170px; padding: 0 10px 0px 0px; }

div.navboxleft ol			{ float: left; padding: 0 0 2em 0; margin:  0 0 0 0; list-style-position: inside; list-style-type: decimal; }

div.navboxleft ol li		{ margin:  0; padding: 0.20em 5px;  border-bottom: 1px dotted #555; clear: both; float: left; width: 160px;}

div.navboxleft ol li a		{ margin:  0 0 0 -10px; font-size: 13px; font-weight: bold; color: #333333; text-decoration: none; width: 90%; float: right; display: block; }

div.navboxleft ol li li li  { border: none; padding: padding: 0.25em 15px;  color: #999; font-size: 12px; }

div.navboxleft ul			{ padding: 0; margin:  0 0 1em 5px; list-style: none; }

div.navboxleft ul li		{ margin:  0; padding: 0.20em 5px 0px 0px;  border-bottom: 1px dotted #333333; clear: both; float: left; width: 160px;}

div.navboxleft ul li a		{ margin:  0 0 0 -10px; font-size: 13px; font-weight: bold; color: #333333; text-decoration: none; width: 160px; float: right; display: block; }

div.navboxleft ul li li li  { border: none; padding: padding: 0.25em 15px;  color: #999; font-size: 12px; }

div.navboxleft h4			{ margin: 0; padding: 0.25em 5px; border: 1px solid #888;
							  background: #363636 url(images/menu_current.gif) 0 0 repeat-x; }
							  
div.navboxleft h4 a			{ font-size: 13px; font-weight: normal; line-height: 1.6em; color: #FFF; text-decoration: none;}

div.navboxleft .current_page_item
							{ border-top: 1px solid #888; border-bottom: 1px solid #888; background: #363636 url(images/menu_current.gif) 0 0 repeat-x; color: #fff; margin-top: -1px; }
							
div.navboxleft li:hover
							{ border-top: 1px solid #93282E; border-bottom: 1px solid #93282E; background: #93282E url(images/subheading_bg.gif) repeat-x scroll 0 0; color: #fff; margin-top: -1px;}

div.navboxleft li:hover a	{ color: #fff; }
							
div.navboxleft .current_page_item a
							{ color: #fff; }

div.navboxleft 				{}
div.navboxleft h6			{ color: #999; margin: 5px 5px 5px 0px;; clear: both; }

div.navboxleft ul.further	{ color: #999; width: 160px}

div.navboxleft ul.further li,
div.navboxleft ul.further a
							{ border: none; background: none; float: none; font-weight: normal; color: #c4068a; margin: 0px 0px 5px; font-size: 1em; line-height:16px;  }
/*div.navboxleft ul.further li:hover,*/
div.navboxleft ul.further a:hover
							{ background: none; background: none; color: #c4068a; text-decoration: underline; }
							
div.navboxleft ul.further li.current_page_item a
							{ font-weight: bold; }
							
div#map{
background-color:#FFFFFF; 
width:308px; margin-top:-40px;margin-bottom:-30px; padding-top:10px; padding-bottom:30px; height:420px; padding-left:10px; margin-left:-25px; padding-right:-50px; margin-right:0px}

div#map a{
background:none; color:#c4068a; padding-left:0px;
margin:0px;
}				
div#map h2{
margin-bottom:0px;
margin-top:10px;
padding-top:0px}

div#map h3
{color:#666666;
margin-bottom:0px;
margin-top:0px;
padding-top:0px}

div#map h2
{margin-bottom:10px;}



.main ul.dlm_download_list li{ clear:left; list-style:none;}
						
/* Home Banner
-------------------------------------------------------------- */

img#banner					{ position: relative; border-top: 1px solid black; margin: 0 10px; }

/* 5 a day widget
-------------------------------------------------------------- */


div#carousel_window			{ position: relative; z-index: 99; width: 460px; height: 275px; margin: 0 0 1em 0;
							   overflow: hidden; background: url(images/5aday_bg.gif) 0 0 repeat-x;}
							   
div#carousel_window img {border:none}
							  
div#carousel_window	 #wrap  { height: 275px; width: 460px; display:block; overflow:hidden; position:relative; padding: 0; 
							  background: url(images/5aday_mask.png);}

ul#carousel 				{ position: absolute; width:10000px; margin:0; padding:0; left: 0; }
ul#carousel li.carouselframe{ position: relative; height: 220px; width: 420px; margin:0; padding: 20px; float:left; display:inline; text-align: left; }

ul#carousel_nav				{ position: absolute; bottom: 0; left: 0; display: block; width: 460px; height: 35px; margin: 0 auto -2px auto; padding: 0 2px;
							  border-top: 1px solid #CCC; z-index: 99; } 
ul#carousel_nav li			{ position: relative; float: left; margin: 0; padding: 0; list-style: none; margin: 2px 1px; width: 88px; padding: 0; height: 28px; }
ul#carousel_nav li a		{ display: block; color: #fff; font-weight: bold; line-height: 25px; font-size: 16px; text-align: center; text-decoration: none; 
							  z-index: 99; padding: 1px 0;} 
ul#carousel_nav li a:hover	{  }

ul#carousel_nav li.first,
ul#carousel_nav li.last		{ width: 91px; }

ul#carousel_nav li.first a	{ height: 29px; margin-bottom: -4px; margin-left: -4px; background: url(images/5aday_mask.png) 1px 100% no-repeat;}
ul#carousel_nav li.last	a	{ height: 29px; margin-bottom: -4px; margin-right: -4px; background: url(images/5aday_mask.png) 100.1% 100% no-repeat;}

ul#carousel_nav li.item1	{ posistion: absolute; left: -99999px; display: none; }
ul#carousel_nav li.item2    { background: url(images/5aday_bg_1.gif) 0 0 repeat-x; } 
ul#carousel_nav li.item3    { background: url(images/5aday_bg_2.gif) 0 0 repeat-x; } 
ul#carousel_nav li.item4    { background: url(images/5aday_bg_3.gif) 0 0 repeat-x; } 
ul#carousel_nav li.item5    { background: url(images/5aday_bg_4.gif) 0 0 repeat-x; } 
ul#carousel_nav li.item6    { background: url(images/5aday_bg_5.gif) 0 0 repeat-x; } 

ul#carousel li ol,ul#carousel li ul				{ position: relative; max-width: 240px; z-index: 999; }

ul#carousel li#item1 img	{ position: absolute; right: 0; bottom: 40px; }
ul#carousel li#item2 img	{ position: absolute; right: 18px; bottom: 35px; }
ul#carousel li#item3 img	{ position: absolute; right: 20px; bottom: 30px; }
ul#carousel li#item4 img	{ position: absolute; right: 30px; bottom: 25px; }
ul#carousel li#item5 img	{ position: absolute; right: 2px; bottom: 30px; }
ul#carousel li#item6 img	{ position: absolute; right: 0; bottom: 24px; }

ul#carousel li li			{ font-size: 16px; font-weight: bold; line-height: 1.2em; margin: 0 0 0.5em 0;}
ul#carousel li li.number1	{ color: #BFD729; }
ul#carousel li li.number2	{ color: #7E268A; }
ul#carousel li li.number3	{ color: #ECBF3E; }
ul#carousel li li.number4	{ color: #83B3F3; }
ul#carousel li li.number5	{ color: #C72473; }

/* Columns
-------------------------------------------------------------- */

div.large_col				{ float: left; width: 623px; margin: 10px 0 10px 10px; padding: 0; border: 1px solid #CCC;
							  background: #F4F4E5 url(images/general/featuredcontent_bg.jpg) 0 0 repeat-x; zoom:1;}

div.small_col				{  float: left; width: 303px; margin: 10px 0 10px 10px; padding: 0; border: 1px solid #CCC;  zoom:1;}

div.full_col				{ clear:both; margin: 0 10px 10px 10px; padding: 0; border: 1px solid #CCC; zoom:1;}


/* Footer 
-------------------------------------------------------------- */

p.copyright					{ clear: both; padding: 0.5em 15px; color: #CCC; font-size: 11px; margin: 0; width:250px}

div.footer					{ position: relative; padding: 15px; margin: 10px 0; text-align: left; clear: both; min-height: 140px;
							  background: #A1C44C url(images/footer_bg.gif) 0 0 repeat-x; }
							  
div.footer ul				{ list-style: none; padding: 0; margin: 0; float:left;}
div.footer ul a				{ color: #333; text-decoration: none; }
div.footer ul a:hover		{ text-decoration: underline; }


div.footer ul .page-item-5,
div.footer ul .page-item-9,
div.footer ul .page-item-90 ,
div.footer ul .page-item-787,
div.footer ul .page-item-850
{ position: relative; top: -11.2em; left: 180px; }


div.footer ul.logos			{ float: right; width: 405px; }
div.footer ul.logos li		{ float: left; margin: 15px 0 15px 18px; }

div.footer p				{ text-align: center; font-size: 10px; color: #999999; }


/* Admin links */

span.editlink a				{ background: none; float: right; }

/* General Classes 
-------------------------------------------------------------- */

div.info-post 				{ margin-bottom: 0.5em;  color: #999; }

#form p {text-align:left;
float:left;
clear:both;
margin-bottom:0px;}

.alignright size-full wp-image-351,
.alignright {float:right; margin-left:10px;}



hr{
	clear:both;
	background:none;
	border:none;
	padding:0; margin:10px 0;
	height:1px;
	color:#999999; background-color:#999999;
}

.download-icon{
	border:none!important;
	float:left;	
	padding:0 5px 0 0 ;
	margin:0;
	vertical-align:middle;
}
li.box ul li a{
	background:none;
	display:inline;	
	color: #C4068A; text-decoration: none; 	
	padding:0; margin:0
}
li.box ul li a:focus, 
li.box ul li a:hover     
{ color: #C4068A; text-decoration: underline; }

/* Homepage carousel 
-------------------------------------------------------------- */

#viewer a { display: block; float: left; }
		
.js-disabled img {
	display:block;
	float:left;
	height:250px;
	margin:30px 0 0;
}
#outerContainer {
	height:250px;
	margin: 0 auto 20px auto;
	position:relative;
	width:1000px;
	border-bottom: 1px solid #ccc;
}
#imageScroller {
	height:250px;
	position:relative;
	width:1000px;
}
#viewer {
	height:250px;
	margin:auto;
	overflow:hidden;
	position:relative;
	width:1000px;
}
#imageScroller a:hover img {
	visibility: hidden;
}
#imageScroller a img {
	border: none;
	width: auto;
}
#controls {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 600px;
	padding: 1px 0;
	background: #333;
	border: 1px solid #000;
	z-index: 10;
}
#controls a {
	height:35px;
	position:absolute;
	top:3px;
	width:37px;
}
#controls a:active, #controls a:visited {
	color:#0D0D0D;
}
#title {
	color: #FFF;
	font-family:arial;
	font-weight:bold;
	margin-top:10px;
	text-align:center;
}

a#img1 { background: url(new_images/homepage_stripv4_r1_c1.jpg) 0 0 no-repeat; }
a#img2 { background: url(new_images/homepage_stripv4_r1_c2.jpg) 0 0 no-repeat; }
a#img3 { background: url(new_images/homepage_stripv4_r1_c3.jpg) 0 0 no-repeat; }
a#img4 { background: url(new_images/homepage_stripv4_r1_c4.jpg) 0 0 no-repeat; }
a#img5 { background: url(new_images/homepage_stripv4_r1_c5.jpg) 0 0 no-repeat; }
a#img6 { background: url(new_images/homepage_stripv4_r1_c6.jpg) 0 0 no-repeat; }
a#img7 { background: url(new_images/homepage_stripv4_r1_c7.jpg) 0 0 no-repeat; }
a#img8 { background: url(new_images/homepage_stripv4_r1_c8.jpg) 0 0 no-repeat; }
a#img9 { background: url(new_images/homepage_stripv4_r1_c9.jpg) 0 0 no-repeat; }
a#img10 { background: url(new_images/homepage_stripv4_r1_c10.jpg) 0 0 no-repeat; }
a#img11 { background: url(new_images/homepage_stripv4_r1_c11.jpg) 0 0 no-repeat; }
a#img12 { background: url(new_images/homepage_stripv4_r1_c12.jpg) 0 0 no-repeat; }
a#img13 { background: url(new_images/homepage_stripv4_r1_c13.jpg) 0 0 no-repeat; }
a#img14 { background: url(new_images/homepage_stripv4_r1_c14.jpg) 0 0 no-repeat; }
a#img15 { background: url(new_images/homepage_stripv4_r1_c15.jpg) 0 0 no-repeat; }
a#img16 { background: url(new_images/homepage_stripv4_r1_c16.jpg) 0 0 no-repeat; }
a#img17 { background: url(new_images/homepage_stripv4_r1_c17.jpg) 0 0 no-repeat; }
a#img18 { background: url(new_images/homepage_stripv4_r1_c18.jpg) 0 0 no-repeat; }
a#img19 { background: url(new_images/homepage_stripv4_r1_c19.jpg) 0 0 no-repeat; }
a#img20 { background: url(new_images/homepage_stripv4_r1_c20.jpg) 0 0 no-repeat; }
a#img21 { background: url(new_images/homepage_stripv4_r1_c21.jpg) 0 0 no-repeat; }
a#img22 { background: url(new_images/homepage_stripv4_r1_c22.jpg) 0 0 no-repeat; }

