/* CLV MURDOCH UV CSS Document */

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GLOBAL ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/

* {border:none; padding:0px; margin:0px;}

html {height: 100%;
      }
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#525051;
	background-color: #C6C6C6;
      }

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 	UNIQUE ID's
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
#page{
	margin:0px auto 0px auto;
	width:740px;
	padding:0px 0px 0px 0px;
	background-color:#F9F9F8;
      }
#header{
	padding:0px;
	margin:0px;
	height:152px;
	background-image: url(../images/graphics/menu_bg.gif);
	background-position: 0px 44px ;
	background-repeat: no-repeat;
      }
#header a {cursor:pointer;}
#content{clear:both;
	margin: 0px 0px 0px 0px;
      }
#switcher div{
	display:none; 
	z-index: 100; 
	position: relative; top: 0px;
     }
		 
#footerWrap {
	width:740px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#sponsor {
	width:330px;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	text-align: right;
	padding: 0px;
	text-transform:uppercase;
}
#sponsor ul {
	width:330px;
	padding: 0px;
	font-size:9px;
	list-style-type: none;
	position:relative;
	margin:0px;
	float:right;
}
#sponsor ul li {
	height:22px;
	margin: 0px;
	padding:0px;
	display:inline;
}
#sponsor ul li a {
	margin: 0px;
	padding: 0px 4px 0px 4px;
	background-color:#AAAAAA;
	float:right;
	color:#FFFFFF;
	border-bottom: 0px;
	text-decoration: none;
}
#sponsor ul li a:hover {
	color: #FFFFFF;
	background-color:#999999;
	text-decoration:none;
	cursor:pointer;
}

#footer2 {
	width:410px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding: 0px;
	text-transform: lowercase;
}
#footer2 ul {
	width:220px;
	padding: 0px;
	font-size:9px;
	list-style-type: none;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
}
#footer2 ul li {
	height:22px;
	margin: 0px;
	padding:0px;
	display:inline;
}
#footer2 ul li a {
	height:20px;
	margin: 0px;
	padding: 0px 9px 0px 8px;
	float:left;
	color:#FFFFFF;
	border-bottom: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}
#footer2 ul li a:hover {
	color: #333333;
	text-decoration:none;
	cursor:pointer;
}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GLOBAL HYPERLINK ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
a:link, a:visited{
	color: #A0C804;text-decoration: none;
      }
a:hover{
	color: #339933;text-decoration: none;
      }
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TEXT PADDING AND MARGIN
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
h1,h2,h3,h4,h5,h6{margin:0px 10px 0px 10px; padding: 0px;
      }
p{margin:0px; padding: 10px 10px 0px 10px;
      }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TEXT STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
p,ul,ol ,td{
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
      }
h1{
	display:block;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #A0C804;
	padding-bottom: 4px;
      }
h2{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
      }
h3{
	font-size: 12px;
	line-height:15px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-align:right;
      }
h4{
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
      }
h5{
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
      }
h6{
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #A0C804;
      }
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TABLE STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
table{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
      }
table p{
	line-height:20px;
	color: #6B6B6B;
      }
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TABLE FORM STYLING - force pad top and bottom - give the table some space
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.tableform td {padding-top:5px; padding-bottom:5px; }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TABLE IMAGE STYLING - force pad from top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.tableImg {padding-top:13px;}
.tableImg2 {padding-top:5px;}
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Table formatting class
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

.tHeader	{
	margin: 0px;
	background-color: #f0f0f0;
      }
.tHeader p	{
	color: #6B6B6B;
	line-height: 24px;
      }
td p, td{
	color: #6B6B6B;
	line-height: 14px;
      }
*/

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	RULES MENU
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
#rulesMenu{
border-style: solid;
border-color:#E0E0E0;
border-width: 1px 0px 1px 0px;
background-color: #ffffff;
height: 16px;
clear: both;
margin: 4px 0px 4px 0px;
padding: 0px 0px 0px 10px;
      }
#rulesMenu ul{
margin: 0;
padding: 0px 0px 4px 0px;
list-style-type: none;
      }
#rulesMenu li {
display: inline;
margin: 0px;
padding-left: 0px;
background-image: url(. . /images/graphics/menu_divider.gif);
background-position: left;
background-repeat: no-repeat;
      }
#rulesMenu li a{
text-decoration: none;
padding: .2em .9em;
color: #A19FA0;
      }
#rulesMenu li a:visited{
text-decoration: none;
color: #A19FA0;
padding-top: 0.2em;
padding-right: 1em;
padding-bottom: 0.2em;
padding-left: 1em;
      }
#rulesMenu li a:hover {
color: #A0C804;
      }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	SUBMENU ELEMENTs
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
#subMenu{
	border-style: solid;
	border-color:#E0E0E0;
	border-width: 1px 0px 1px 0px;
	background-color: #ffffff;
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;
	height: 18px;
	width:732px;
	clear: both;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
      }
#subMenu ul{
	font-size:9px;	
	margin: 0;
	padding: 0px 0px 0px 184px;
	list-style-type: none;
      }
#subMenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
      }
#subMenu li a, #subMenu li a:visited{
	text-decoration: none;
	padding: 0px 3px 0px 5px;
	margin:0px;
	color: #646263;
      }
#subMenu li a:hover {color: #A0C804;
      }
/* +++++ search field  +++++ */
#subMenu form{	
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
      }
#subMenu input{
	margin: 0px;
	padding: 0px;
	font-size:9px;
	line-height: 10px;
      }
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FOOTER / SITE MENU
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.currentMenu{
width:174px;
text-align:right;
background-image:none;
}
#sitedirectory{ display:none;}
#sitemenu{
	clear:both;
	background-color: #646263;
	height: 24px;/*causes extra menu height in NS*/
      }
#sitemenu ul {		
	width:740px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size:9px;	
	list-style-type: none;
	position:relative;
	}
/* +++++ first tier links +++++ */
#sitemenu ul li {
	height:22px;
	margin: 0px;
	padding:0px;
	display:inline;
      }
#sitemenu ul li a, #sitemenu ul li a:visited {
	height:20px;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	float:left;
	color:#FFFFFF;
	border-bottom: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
     }
#sitemenu ul li a:hover { 
	color: #A0C804;
      }
#sitemenu ul li:hover ul, #sitemenu ul li.over ul { display: block;
      }
#sitemenu ul li:hover ul li ul, #sitemenu ul li.over ul li ul { display: none;
      }
#sitemenu ul li:hover ul li ul li ul, #sitemenu ul li.over ul li ul li ul { display: none;
      }
/* +++++ second tier links +++++*/	
#sitemenu ul li ul {		
	top:-153px;
	left:0px;
	padding:4px 0px 0px 5px;
	height:149px;
	position:absolute;
	display: none;
	background-image:url(../images/graphics/menu_border.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:none;
      }
#sitemenu ul li ul li{
	display:block;
	position:relative;
	background-color:#A0C804;
	margin-right:562px;
	border-top: 1px solid #A0C804;
	border-bottom: 1px solid #A0C804;
	 }
#sitemenu ul li ul li:hover,  #sitemenu ul li ul li.over{ 
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;

      }
	
#sitemenu ul li ul li:hover a{ 
	color:#A0C804;
      }
#sitemenu ul li ul li:hover ul, #sitemenu ul li ul li.over ul { display: block;
      }
#sitemenu ul li ul li a:link, #sitemenu ul li ul li a:visited{ 
	float:right;
	background-image: none;
      }
/* +++++ third tier links +++++ */
#sitemenu ul li ul li ul {
	top:-1px;
	left:178px;
	height:22px;
	width:552px;
	padding:0px;
	position:absolute;
	display: inline;
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
      }
#sitemenu ul li ul li ul li{
	margin: 0px;
	padding:0px;
	border:0px;
	display:inline;
	background-image: url(../images/graphics/mesh_lime.gif);
	background-position: left;
	background-repeat: repeat;

	 }	

#sitemenu ul li ul li ul li a:link, #sitemenu ul li ul li ul li a:visited{
	float:left;
	color: #999999;
	border:0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position:right;
      }
#sitemenu ul li ul li ul li a:hover{
	color: #A0C804;

      }
/* +++++ fourth tier links +++++   switched off 

#sitemenu ul li ul li ul li ul{
	position:absolute;
	top:20px;
	left:0px;
	display: none;
	background-color:#cccccc;
      }
#sitemenu ul li ul li ul li ul a, #sitemenu ul li ul li ul li ul a:visited{
	background-color:#cccccc;
      }

#sitemenu ul li ul li ul li:hover ul, #sitemenu ul li ul li ul li.over ul { display: inline;
      }
*/

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	COLUMN WIDTHS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
 .c1,.c2,.c3,.c4{float:left;display: inline;
      }
 .c1{width:184px;
      }
 .c2{width:368px;
      }
 .c3{width:552px;
      }
 .c4{width:736px;
      }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	INNER BOX STYLING ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bCopy,.bImage,.bAd,.bSnippet,.bMenu,.bCaption,.bSpacer,.txtBox{
	margin: 0px 0px 4px 4px;
	border-style: solid;
	border-color:#E0E0E0;
	border-width: 1px;
	background-color: #FFFFFF;
      }
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bImage
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bImage,.bSpacer{
	height:10px;
      }
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bCopy
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bCopy{
	padding: 0px 0px 20px 0px;
      }
.bCopy h1, .txtBox h1{
	background-image: url(../images/graphics/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
      }
	  
.bCopy ul{
	padding:0px;
	display:block;
	list-style-type:circle;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
      }	  
.bCopy li{
	display:block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
      }
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bAd
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bAd h1, .Menu h1{
	margin:0px;
	font-size:10px;
	padding-right:10px;
	text-align:right;
	color: #6B6B6B;
	border-top:1px solid #E0E0E0;
	background-color:#E0E0E0;
      }
.bAd h2{
	font-size:10px;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
      }
.bAd p{
	text-align:right;
      }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bSnippet
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bSnippet p{
	text-align:right;
	color:#666666;
	display:block;
	height:20px;
	line-height:20px;
	padding: 0px 4px 4px 0px;
      }
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bCaption
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bCaption h1{
	display:block;
	height:18px;
	margin:0px;
	font-size:10px;
	padding-right:10px;
	text-align:right;
	color: #6B6B6B;
	border-top:1px solid #E0E0E0;
	background-color: #fafafa;
	line-height: 18px;
      }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bMenu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bMenu h1{
	display:block;
	height:20px;
	margin:0px;
	font-size:10px;
	padding 0px; 4px; 0px; 0px;
	text-align:right;
	color: #6B6B6B;
	background-color: #e0e0e0;
      }
.bMenu ul{
	list-style-type: none;
	font-size:10px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
      }
.bMenu li{
	margin: 0px;
	padding:4px 4px 0px 4px;
	background-image: url(../images/graphics/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
    }
.bMenu li a, .bMenu li a:visited{
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color:#A19FA0;
	text-align:right;
      }
.bMenu li a:hover{
	color:#A0C804;
	text-decoration: none;
     }

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  HACKS / BUGGN'
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  
 
mozilla & safari : 
these browsers add 4px padding-bottom to
IMG and OBJECT tags. To fix, set tags to display 
as BLOCK with 0px margin, padding. 
*/

img, object{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
      }/*all browsers : 
if floated divs are placed inside a div, the
wrapper div will not stretch around the floated
divs. To fix, ensure a 'block' element is placed underneath
the floated elements, to give the wrapper something to stretch
around. ensure block element includes clear:both rule.  Or you
can add this class to the lowermost 
floated div */

.floatClear{font-size:20px;clear:both;
      }		

/* ie win :
doubles the margin width of floated divs. see
http: //www.positioniseverything.net/explorer/doubled-margin.html 
to fix, add display:inline to all floated divs. 


LINK LISTS : IEWIN ADDS LINE BREAKS BETWEEN <li> TAGS. 

win IE will add line breaks between
each list item if the list item tags have a 
carriage return between them, eg:

<li>IE winsanity </li>
<li>please fix it  bill</li>

will cause the browser to render an extra br 
between the two items. To prevent this, 
write tags  as follows. <li>IE winsanity </li><li>please fix it  bill</li>

Mystery IE6 Bug: on dropdown list menus.

IE6. A background must be declared on the li a, else when a sub-menu stretches further (vertically) 
than the main menu itself, the links start to disappear before you have time to click them. 
*/
	
/*
IE5.01 on Windows : dropdown menu jumps around when you hover over some of its items. 
The problem is fixed as follows: note using the holly hack to hide from other borwsers..  \*/
* html #sitemenu ul li { float: left;}
* html #sitemenu ul li a { height: 1%;}
/* End */


.stretcher{font-size:20px;clear:both;}	

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
	GLOBAL FORM CONTROLS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
form {
	margin:0px; padding:0; border:none;
	}

select, input, textarea {
	
	margin: 0px;
	padding: 0px;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #727272;
	border-right-color: #BBBBBB;
	border-bottom-color: #A4A4A4;
	border-left-color: #BFBFBF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}

input, select {font-size:11px;}

option {
	color:#666666;
	background-image: url(../images/graphics/mesh_cream.gif);
	background-repeat: repeat;
}

option value {
	padding: 3px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #666666;
}

textarea {
	font-size: 11px;
	margin-top: 10px;
}

label {margin-top:5px; margin-bottom:5px;
	}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GIVE YOUR CHECK BOXES THE CLASS checkbox
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
input.checkbox {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GIVE YOUR BUTTONS THE CLASS bttn
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
input.bttn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #669900;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #669900;
	background-color: #A0C804;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: normal;
}