/* 	styles for credit insurance homepage  flash movie alignment */

.argoscreditinsure div#staticPage div#primarypromotion div.flashpromotion div#promo{
	float: right;
	/* and/or use margin if necessary 
	margin: auto;
	*/
}

/* 	styles for credit insurance homepage  second and third promotion area block titles, 
	and leadlink paragraphs : colors only adjustable

	default h2 background-color: #666
	default h2 font-color: #fff 
	default para and link font-color: #333 

	you can define the color of a paragraph independently of the of the contentblock color class
	
*/

/*purple*/
.argoscreditinsure div#staticPage .promotion div.row div.purpleblock h2 {
	background-color: #7B5A9C;
}
.argoscreditinsure div#staticPage #thirdpromotion div.row div.purpleblock  {
	border-color: #7B5A9C;
}
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.purple,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.purple a {
	color: #7B5A9C;
}

/*normal blue*/
.argoscreditinsure div#staticPage .promotion div.row div.normalblue h2 {
	background-color: #2d3983;
}
.argoscreditinsure div#staticPage #thirdpromotion div.row div.normalblue  {
	border-color: #2d3983;
}
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.normalblue,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.normalblue a {
	color: #2d3983;
}

/*red*/
.argoscreditinsure div#staticPage .promotion div.row div.redblock h2 {
	background-color: #EC2E2C;
}
.argoscreditinsure div#staticPage #thirdpromotion div.row div.redblock  {
	border-color: #EC2E2C;
}
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.red,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.red a {
	color:  #EC2E2C;
}

/*argosblue*/
.argoscreditinsure div#staticPage .promotion div.row div.blueblock h2 {
	/* background-color: #0098d2; */
}
.argoscreditinsure div#staticPage #thirdpromotion div.row div.blueblock  {
	border-color: #d0d0d0;
}
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.blue,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.blue a {
	color:  #0098d2;
}

.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.greyNew,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.greyNew a {
	color:  #333333;
}

.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.greyNew img{margin-top:10px;}

/*greygreen*/
.argoscreditinsure div#staticPage .promotion div.row div.greygreenblock h2  {
	background-color: #7B94A5;
}
.argoscreditinsure div#staticPage #thirdpromotion div.row div.greygreenblock  {
	border-color: #7B94A5;
}
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.greygreen,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.greygreen a {
	color:  #7B94A5;
}

/*darkorange*/
.argoscreditinsure div#staticPage .promotion div.row div.darkorangeblock h2 {
	background-color: #F78C18;
}
.argoscreditinsure div#staticPage #thirdpromotion div.row div.darkorangeblock  {
	border-color: #F78C18;
}
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.darkorange,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.darkorange a {
	color:  #F78C18;
}

/*orange*/
.argoscreditinsure div#staticPage .promotion div.row div.orangeblock h2 {
	background-color: #FECC33;
}
.argoscreditinsure div#staticPage #thirdpromotion div.row div.orangeblock  {
	border-color: #FECC33;
}
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.orange,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.orange a {
	color:  #FECC33;
}

/*lightgreen*/
.argoscreditinsure div#staticPage .promotion div.row div.lightgreenblock h2 {
	background-color: #0771a3;
}
.argoscreditinsure div#staticPage #thirdpromotion div.row div.lightgreenblock  {
	border-color: #0771a3;
}
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.lightgreen,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.lightgreen a {
	color:  #0771a3;
}

/*mediumblue*/
.argoscreditinsure div#staticPage .promotion div.row div.mediumblueblock h2  {
	background-color: #5A94CE;
}
.argoscreditinsure div#staticPage #thirdpromotion div.row div.mediumblueblock  {
	border-color: #5A94CE;
}
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.medium,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.medium a {
	color:  #5A94CE;
}

/*lightblue*/
.argoscreditinsure div#staticPage .promotion div.row div.lightblueblock h2  {
	background-color: #42CEF7;
}
.argoscreditinsure div#staticPage #thirdpromotion div.row div.lightblueblock  {
	border-color: #42CEF7;
}
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.lightblue,
.argoscreditinsure div#staticPage .promotion div.row div.contentblock p.lightblue a {
	color:  #42CEF7;
}

/* style for level 2/3/4 rows : bottom margin only is adjustable */
.argoscreditinsure #creditinsurancebasic #content div.row {
	margin-bottom: 20px; 
}


/* styles for objects within level 2/3/4 contentblocks follow

append to the following rule chain to ensure good specifity
.argoscreditinsure #creditinsurancebasic #content div.row div.contentblock 

ref: max object widths (within a contentblock):
full row: 622px
halfsplit row: 301px;
multisplit row: 194px;
multisplit row large contentblock: 408px;

*/


.argoscreditinsure #creditinsurancebasic #content div.row div.contentblock {
/* no width or float changes */
/*	amend font-size & background color as necessary */
	background-color: #f2f2f2;
	font-size: 1em;
}



.argoscreditinsure #creditinsurancebasic #content div.row div.contentblock h1 {
	color: #0099CC;
	background-color: transparent;
	font-size: 2em;
}

.argoscreditinsure #creditinsurancebasic #content div.row div.contentblock h2,
.argoscreditinsure #creditinsurancebasic #content div.row div.contentblock h3,
.argoscreditinsure #creditinsurancebasic #content div.row div.contentblock h4 {
	color: #0099CC;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	border: none;
}


/* styles for left advert blocks follow 

append to the following rule chain to ensure good specifity
.argoscreditinsure #creditinsurancebasic div#navigation div.adverts div.contentblock

*/

.argoscreditinsure #creditinsurancebasic div#navigation div.adverts div.contentblock  {
/* no width or float changes */
/*	amend top/bottom margins, font-size & background color as necessary */
	background-color: #f2f2f2;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

