﻿/*  
   Copyright Cardinus Risk Management Limited 2011
   Description: Used for the homepage of the Cardinus redesigned JUNE site
   Author: J.White
   Template: cardinus.master
   Version: 1.1*/


#gallery p
{
	font-weight:bold;
	color:#545455;
	font-size:86%;
	margin-top:29px;}
	
#whitepapers
{
	width:auto;
	height:284px !important;
	text-align:center;
	font-weight:bold;
	font-size:105%;
	background-image:url(../images/whitepapersBK.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	border:1px solid #E1E1E1;
	padding:5px;
	margin-bottom:20px;
	}
		
#whitepapers h1
{
	text-transform:uppercase;
	font-size:95%;
	padding-top:0px;
	color:White;}
#whitepapers h2 
{
	font-size:90%;
	margin-left:0px;}
	
#whitepapers p
{	
	margin-top:20px;
	font-size:90%;}
	
#whitepapers ul
{
	display:block;
	font-size:80%;
	margin:5px 0px 0px 20px;
	width:90%;
	line-height:1.2em;
	text-align:left;
	font-weight:normal;}
#whitepapers li 
{
	}

#whitepapers a
{
	color:#F36629;
	font-weight:bold;
	text-decoration:underline;
	font-size:130%;}
#whitepapers a:hover
{
	color:#ff9900;}	
	
	


//*--------------------------------------------------------------------------*/
	
/* ie fixes ----------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/


	
*html #whitepapers li
{
	margin:5px 0px 0px 20px;} 

/* contact form.aspx fixes for ie6*/
*html #ctl00_ContentPlaceHolder1_contactForm 
{
	width:550px;}

*html #ctl00_ContentPlaceHolder1_valSelectSubject, *html #ctl00_ContentPlaceHolder1_valFirstName, *html #ctl00_ContentPlaceHolder1_valLastName, *html #ctl00_ContentPlaceHolder1_valEmail, *html #ctl00_ContentPlaceHolder1_valTel 
{
	font-size:70%;
	margin-left:23px;
	}
	
/*ie7 fixes */
*:first-child+html #ctl00_ContentPlaceHolder1_contactForm 
{
	
	width:550px;} 
