/* Main Colour Scheme

color:#F15C28; - 827grey
color:#FF0000; - red
color:#63C421; - green
color:#FFC400; - yellow
color:#D4DBC4; - background-greenish

color:#F47D30; - OSPCA orange
color:#F15C28; - OSPCA darker orange
color:#477CAB; - OSPCA blue


color:#000000; - black
color:#CCCCCC; - grey pale
color:#999999; - grey
color:#FFFFFF; - white

 */
 

/* ---------  HTML TAGS  ---------------------- */ 

body{
	font-family: arial, helvetica, sans-serif, sans;
	font-size:9pt;
	font-style:normal;
	color: #333333;
/*	line-height: 1.3em;	 */
	margin: 0px;
	padding: 0px;
	background-color:#E0EBD4;
}

a{	
	font-family: arial, helvetica, sans-serif, sans;
	color: #F15C28;
	text-decoration: underline;
}
a:link, a:visited {
	color: #F15C28;
	text-decoration: underline;
}
a:hover{
	color: #F15C28;
	text-decoration: underline;
}

a.hotbtn {
	display:block;
	width:auto;
	height:auto;
	border:1px #FFFFFF solid;
}
a.hotbtn:hover{
	border:1px #F15C28 solid;
}


a.back2top {
	font-size:8pt;
}


a.link_with_image:link,a.link_with_image:visited {
 text-decoration:none;
}
a.link_with_image:hover {
 text-decoration:underline;
}


.link_with_image img {
vertical-align:middle;
margin-left:5px;
margin-right:5px;
display:inline;
}



p {
	margin-top:0.5em;
	margin-bottom:1em;
}

form {
margin:0;
padding:0;
}

h1{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1.6em;
	font-weight: bold;
/*	letter-spacing:-0.05em; */
	margin-top:0.5em;
	margin-bottom:0.7em;
}

h2{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1.5em;
	font-weight: bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

h3{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1.4em;
	font-weight: bold;
	margin-top:0.5em;
	margin-bottom:0.5em;

}

h4{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1.1em;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;

}

h5{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1em;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;

}

ul{
	list-style-type: disc;
	padding-left:1.5em;
	margin-left:0;
}

ol{
	padding-left:1.5em;
	margin-left:0;
}

ol li {
	padding-bottom:1em;
}


ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family: arial, helvetica, sans-serif, sans;
	font-size: 8pt;
	color: #999999;
}

img {
	border:0;
}



/* ---------  TEXT  ---------------------- */ 

.text_black { color:#000000;}
.text_grey { color:#999999;}
.text_orange { color:#F47D30;}
.text_oranged{ color:#F15C28;}
.text_blue { color:#477CAB;}
.text_white { color:#FFFFFF;}



.text_big { font-size:11pt; line-height:1.2em;}
.text_middle { font-size:9pt; line-height:1em;}
.text_small { font-size:8pt; line-height:1em;}
.text_bold {font-weight:bold}
.text_copyright {font-family: arial, helvetica, sans-serif, sans; font-size:8pt; color:#999999; }

.text_form { font-size:8pt; font-weight:bold; color:#333333}

em {
	font-style:normal;
	color:#F15C28;
}
strong {
	font-weight:bolder;
	font-style:normal;
}
abbr {
	text-transform:capitalize;
}
cite {
	font-style:oblique;
	font-size:0.9em;
}


/* ---------  BG COLOURS  ---------------------- */ 
.bg_black { background-color:#000000;}
.bg_orange { background-color:#F47D30;}
.bg_oranged { background-color:#F15C28;}
.bg_blue { background-color:#477CAB;}
.bg_greypale { background-color:#CCCCCC;}
.bg_white { background-color:#FFFFFF;}


/* ---------  BORDER COLOURS  ---------------------- */ 
.border_black { border:#000000 1px solid;} 
.border_orange { border:#F47D30 1px solid;} 
.border_greypale { border:#CCCCCC 1px solid;}
.border_white { border:#FFFFFF 1px solid;}


/* ---------  ALIGNMENT  ---------------------- */ 

.left { display:block; float:left; }
.right { display:block; float:right; }
.clearboth {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
}
.spacer_v1 {clear:both;	height:1px;	overflow:hidden;}
.spacer_v2 {clear:both;	height:2px;	overflow:hidden;}
.spacer_v3 {clear:both;	height:3px;	overflow:hidden;}
.spacer_v3 {clear:both;height:4px;overflow:hidden;}
.spacer_v5 {clear:both;height:5px;overflow:hidden;}
.spacer_v10 {clear:both;height:10px;overflow:hidden;}
.spacer_v20 {clear:both;height:20px;overflow:hidden;}
.spacer_v30 {clear:both;height:30px;overflow:hidden;}
.spacer_v50 {clear:both;height:50px;overflow:hidden;}

.hLine_grey {clear:both; height:1px; width:100%; background-color:#CCCCCC; overflow:hidden;}
.hLine_black {clear:both; height:1px; width:100%; background-color:#000000; overflow:hidden;}


/* -------  MAIN LAYOUT BLOCKS  ---------------------- */

#footer {
	clear:both;
	text-align:left;
	margin-top:20px;
	padding:10px;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #999999;
	line-height:1em;
}

#navBar{
	display:block;
	margin: 15px 10px 10px 15px;
}
#content{
	display:block;
	margin: 15px 15px 10px 10px;
}



/* -------  DROP-DOWN TOP MENU  ---------------------- */
#topnav {
	display:block;
/*	white-space:nowrap;  
	background-color:#F15C28; */
	margin:0;
	padding:3px;
/*	border-bottom:3px #E0E0D1 solid; */
}



#nav {
z-index:999999;
line-height:1em;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	color: #FFFFFF;
	padding: 0.25em 1em 0.25em 0;
	text-decoration: underline;
	margin:0;
}

#nav img{
	display:inline;
}


#nav a:link, #nav a:visited, #nav a:active{
	text-decoration: none;
}

#nav a:hover{
	text-decoration: underline;
}

#nav li ul a {
	padding: 0.5em 0em;
}

#nav a.daddy {
/*	background: transparent url(../images/circle-topmenu.gif) right center no-repeat;  */
}

#nav li {
	float: left; 
	padding: 0 0.5em;
	margin:0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto; 
	border: solid #FFFFFF 1px; 
	padding: 0.5em;  
	width:18em;
	background-color:#F15C28;
}

#nav li ul li{
	float:none;
	text-align:left;
	padding: 0; margin:0;
/*	background: url(../images/OSPCA-web-layout_04.jpg) repeat-x top left; */
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;

}

#nav li:hover, #nav li.sfhover {
	/* background-color:#FF0000; */
	
}

/* -------  end of DROP-DOWN TOP MENU  ---------------------- */



/* -------  BOTTOM NAVIGAION MENU  ---------------------- */

ul#bottomnav {
margin:0;
padding:0;
}
#bottomnav li {
display: inline;
list-style-type: none;
margin-left:1px;
margin-right:3px;
}
#bottomnav a {
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
color: #F15C28;
padding-right:0.5em;
}


/* -------  ACCOUNT NAVIGAION MENU  ---------------------- */

ul#accountnav {
margin:0;
padding:0;
}
#accountnav li {
display: inline;
list-style-type: none;
margin-left:3px;
margin-right:3px;
}
#accountnav a {
font-family: verdana,arial, helvetica, sans-serif;
font-size: 8pt;
color: #F15C28;
padding-right:0.5em;
}

#accountnav li img {
vertical-align:middle;
margin-right:3px;
}



/*------------  Category  ---------------------*/

.category ul
{
text-align: left;
margin:0px;
list-style-type: none;
padding:0;
list-style-image:none;
}
.category  ul li
{
margin:5px;
}

.category  ul li a 
{	
	display:block;
/*	background: transparent url(../images/list-off.gif) left center no-repeat; */
	padding-left: 15px;
	text-align: left;
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.category  ul li a:link
{
	text-decoration:none;
}
.category ul li a:visited
{
	text-decoration:none;
}


.category  ul li a:hover
{
background: transparent url(../images/menu-cross-small.gif) left center no-repeat;
color:#F15C28;
}


.subcategory ul
{
text-align: left;
margin:0px;
list-style-type: none;
padding:0;
list-style-image:none;
}
.subcategory  ul li
{
margin:10px;
}

.subcategory  ul li a 
{	
	display:block;
	padding-left: 15px;
	text-align: left;
	font-family: arial, helvetica, sans-serif, sans;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.subcategory  ul li a:link
{
	text-decoration:none;
}
.subcategory ul li a:visited
{
	text-decoration:none;
}

.subcategory  ul li a:hover
{
color:#F15C28;
}



/* ------- COMMON IDS  ---------------------- */
img#toplogo{
margin: 0px 0px 10px 10px;
}
select#country {
	display:compact; 
	font-size:8pt;
	margin:0 2px 0 5px;
}
input#searchfor {
	display:compact; 
	font-size:8pt;
	margin:0 2px 0 5px;
}


/* -------  CONTENT BLOCK ITEMS  --------------- */

.block_1of4{
	float: left;
	margin: 0;
	width: 23%;
}

.block_1of3 {
	width:33.3%; 
	float:left;
	margin: 0;
}

.block_1of2 {
	margin: 0px;
	width:48%;
	float:left;
}

.block_1of1 {
	margin: 0;
	width:100%;
	float:left;
}



/* ---------------- FAQs (expandable options)------------------- */
dl.faq {
	list-style:outside;

}

dl.faq dt{
	color:#F15C28; 
/*	color:#000000; */
	font-weight:bold;
	font-size:9pt;
	cursor:pointer;
	margin:2em 0;
	
}
dl.faq dt em{
	color:#000000;
	font-weight:normal;
	font-size:8pt;
	cursor:pointer;
}



dl.faq img{
	width:auto;
	height:auto;
	border:0;
	margin-right:0.5em;
}
dl.faq dd{
	margin:0;
	padding:0em 1.5em;
	padding-top:0;
	padding-bottom:2em;
}


/* ------------ FRAMES --------------------- */

.frame1 {
	display:block;
	width:auto;
	background-color: #FFFFFF;
}

.frame1_hd {
	background: url(../images/border-grey-tl.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.frame1_hd_c {
	background: url(../images/border-grey-tr.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.frame1_ft {
	background: url(../images/border-grey-bl.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.frame1_ft_c {
 background: url(../images/border-grey-br.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}


.frame1_body {
	border-left: #BFBFBF solid 1px;
	border-right: #BFBFBF solid 1px;
	padding:5px 15px;
}




.frame2 {
	display:block;
	width:auto;
	background-color: #FFFFFF;
}

.frame2_hd {
	background: url(../images/border-greygrad-tl.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.frame2_hd_c {
	background: url(../images/border-greygrad-tr.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.frame2_ft {
	background: url(../images/border-greygrad-bl.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.frame2_ft_c {
 background: url(../images/border-greygrad-br.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}


.frame2_body {
	border-left: #BFBFBF solid 1px;
	border-right: #BFBFBF solid 1px;
	background:url(../images/border-greygrad-body.gif) repeat-x 0px -0px;
	padding:5px 15px; 
}


.frame_orange {
	display:block;
	width:auto;
	background-color: #FFFFFF;
}

.frame_orange_hd {
	background: url(../images/border-orange-tl.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.frame_orange_hd_c {
	background: url(../images/border-orange-tr.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.frame_orange_ft {
	background: url(../images/border-orange-bl.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.frame_orange_ft_c {
 background: url(../images/border-orange-br.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}

.frame_orange_header {
	background-color:#F15C28;
	color:#FFFFFF;
	text-align:center;
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size:9pt;
	font-weight:bold;
	padding:3px;
}



.frame_blue {
	display:block;
	width:auto;
	background-color: #FFFFFF;
}

.frame_blue_hd {
	background: url(../images/border-blue-tl.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.frame_blue_hd_c {
	background: url(../images/border-blue-tr.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.frame_blue_ft {
	background: url(../images/border-blue-bl.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.frame_blue_ft_c {
 background: url(../images/border-blue-br.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}

.frame_blue_body {
	border-left: #477CAB solid 1px;
	border-right: #477CAB solid 1px;
	padding:5px 15px; 
}






.frame_bluepale {
	display:block;
	width:auto;
	background-color: #C7D8EA;
}

.frame_bluepale_hd {
	background: url(../images/border-bluepale-tl.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.frame_bluepale_hd_c {
	background: url(../images/border-bluepale-tr.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.frame_bluepale_ft {
	background: url(../images/border-bluepale-bl.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.frame_bluepale_ft_c {
 background: url(../images/border-bluepale-br.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; 
 font-size:1px;
 height:10px;
}


.frame_bluepale_body {
	background:url(../images/border-bluepale-OSPCA.gif) right top no-repeat;
	padding:5px 15px; 
}





.section-h1{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1.5em;
	color: #F15C28;
	font-weight: normal;
	margin-top:0.7em;
	margin-bottom:0.7em;
}

.section-h2{
	font-family: Trebuchet MS, arial, helvetica, sans-serif, sans;
	font-size: 1.4em;
	color: #F15C28;
	font-weight: normal;
	margin-top:0.5em;
	margin-bottom:0.7em;
}


/* ------------ ENROLLMENT FORMS ---------------- */
.chartEnrollSummary {
}

.chartEnrollSummary table {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
/*	width:100%; */
	border:#CCCCCC solid 3px;
	
}

.chartEnrollSummary table tr#odd{
	background-color:#F5F5F0;
}

.chartEnrollSummary table tr#even{
	background-color:#E0E0D1;

}

.chartEnrollSummary table td{
	padding:5px;
	margin:0px;
}

.chartEnrollSummary table td#line{

	border-bottom:#CCCCCC solid 1px;
}


.chartEnrollSummary table thead td, .chartEnrollSummary table thead th{
	font-weight:bold;
	font-size:0.9em;
	background-color:#FFFFFF;
	background:url(../images/charthead_bg.gif) repeat-x left bottom;
	margin:0px;
	padding:5px;
	border-bottom:#CCCCCC solid 1px;
}

.EnrollTotal{
	display:block;
	float:right;
}

.EnrollDiscountSummary{
	display:block;
	float:left;
	margin-right:100px;
}

.PaymentSummary{
	display:block;
	float:left;
	margin-right:10px;
}

.PaymentInfo{
	display:block;
	margin:0px 20px;
}


.PaymentInfo table {
	border:#CCCCCC 3px solid;
	background-color:#E0E0D1;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;

}

.PaymentInfo table thead td{
	font-weight:bold;
	font-size:0.9em;
	color:#FFFFFF;
	background-color:#840017;;
	margin:0px;
	padding:5px;
	border-bottom:#CCCCCC solid 1px;
}

.PaymentInfo table td{
	padding:5px;
	margin:0px;
}










