/*
Copyright (c) 2008 Toucan.biz Limited.
Author: Cameron Cooke (cameron.cooke@toucan.biz)
*/

#contentContainer a{
	text-decoration: underline;
	color: #2E8D52;
}

#contentContainer a:hover{
	text-decoration: none;
}

#contentContainer{
   /* This does the same as below in IE */
	height: 100%;
}

/*
Creates a block element with clear both using
CSS 2. This block element causes the container to
expand to the height of the floated child elements. 

See: http://www.cs.hmc.edu/~mbrubeck/clear-after/
*/
#contentContainer:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}

#contentLeftColumn{
	width: 671px;
	float: left;
	margin-top: 49px;
	padding-left: 10px;
}

#contentLeftColumn #contentInnerLeftColumn{
	width: 201px;
	float: left;
}

#contentLeftColumn #contentInnerRightColumn{
	width: 450px;
	float: right;	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 138%;
	color: #022FA7;
}

#contentLeftColumn #contentInnerRightColumn ul{
	padding: 0 0 0 14px;
}

#contentLeftColumn #contentInnerRightColumn h1{
	color: #2E8D52;
	font-size: 2em;
	margin: -3px 0 1em 0;
	padding: 0;
	font-weight: normal;
	z-index: 1;
	position: relative;
	line-height: 1em;
}

#contentLeftColumn #contentInnerRightColumn h2{
	color: #2E8D52;
	font-size: 1.5em;
	margin: 2em 0 0 0;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}

#contentLeftColumn #contentInnerRightColumn h3{
	color: #1C7CF1;
	font-size: 1.25em;
	margin: 2em 0 0em 0;
	padding: 0;
	font-weight: normal;
}

#contentLeftColumn #contentInnerRightColumn h4{
	color: #003E8C;
	font-size: 1.166em;
	margin: 2em 0 0em 0;
	padding: 0;
	font-weight: bold;
}

#contentRightColumn{
	width: 219px;
	float: right;
	margin-top: 49px;
	color: grey;
	padding-right: 20px;
}

#contentRightColumn a{
	color: #022FA7;
	text-decoration: none;
}

#contentRightColumn a:hover{
	text-decoration: underline;
}

#contentTrialBox{
	height: 67px;
	width: 174px;
	background-image: url(../images/contentTrialAd.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 27px 23px 0px 15px;
	position: relative;
	z-index: 5;
	margin: -13px auto 20px auto;
}

#contentTrialBox h1{
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

#contentTrialBox a{
	color: #0099DD !important;
	text-decoration: none;
	font-weight: normal;
}

#contentTrialBox a:hover{
	text-decoration: underline;
}