/*
everything related to the layout and appearance of typography should go in here.

only em should be used for fonts.

due to reset.css, 1.2 em = 12px, 1.5em = 15px, works all os' and all browsers.
*/

body, form, input, label, select {
	font-family: Trebuchet MS, Lucida Sans Unicode,Lucida Grande,Arial,Verdana,Helvetica,sans-serif;
}

input, label, select, textarea {
	font-family: Trebuchet MS, Lucida Sans Unicode,Lucida Grande,Arial,Verdana,Helvetica,sans-serif;
	font-size: 1.2em;
}

h1 {
	font-weight: bold;
	font-size: 1.6em;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
}

p {
	font-size: 1.2em;
	color:#777;
}

h1, h2, h3, p {
	margin: 10px 10px 1em 20px;	/* using em for bottom margin so heading tags get more margin (its inherited from parent). */
}

ul {
	list-style-type: disc;
	
}

ol {
	list-style-type: decimal;
}	

	ul, ol {
		margin: 10px 10px 10px 30px;
		}

		ul li, ol li {
			margin: 0 0 0 30px;
			}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

a { text-decoration: none; color: #777;}
a:hover { text-decoration: underline; }


#pageMenu {
	font-size: 1.3em;
	}
		
#pageMenu > .selected {
	list-style-image: url('/images/template/body/arrow.gif');
	}

	#pageMenu .selected > a {
		font-weight: bold;
		color: #cb5d8c;	
		}

	#pageMenu ul {
		list-style-image: none !important;
		color: #777;
		}

#headerRight span a { 
	font-style:oblique; 
	font-size: 1.4em;
	float: right;
	margin-top: -14px;
	margin-right: 10px;
	color: #cb5d8c;
	}
.call {font-weight: bold; color:#CB5D8C; font-size: 1.6em;}
.call a{ color:#CB5D8C;}
	#homeServicesBox h2, #homeServicesBox p { 
		margin: 5px 0 0 10px;
		font-weight: normal;
		color:#fff;
		font-size: 1.4em;
		}
		
		#homeServicesBox p { 
			font-weight: bold;
			font-size: 1.3em;
			color: #e9a3cd;
			}
			
			#homeServicesBox a { 
				color: #e9a3cd;
				}
				
			#homeServicesBox a:hover { 
				color: #fff;
				text-decoration: none;
				}
	
	#caseBlockList .caseList span {
		margin:0 0 0 10px;
		padding-top: 10px;
		font-weight: normal;
		}
	
	#newsBlock .newsItem h2, #newsBlockList .newsList h2, #caseBlockList .caseList h2, #testBlockList .testList h2  { 
		margin:0 0 0 10px;
		padding-top: 10px;
		}
		
		#newsBlockList .newsList h2, #testBlockList .testList h2 {
		 font-size: 1.3em;
		 }
		
		#newsBlock .newsItem h3, #newsBlockList .newsList h3, #caseBlockList .caseList h3, #testBlockList .testList h3 { 
			margin:5px 0 0 10px;
			font-weight: normal;
			}
				
		#newsBlock .newsItem p, #newsBlockList .newsList p, #caseBlockList .caseList p, #testBlockList .testList p { 
			margin:10px 0 0 10px;
			font-weight: normal;
			}

		#newsBlock .newsItem h2 { 
			font-size: 1.3em;}
		
		#newsBlock .newsItem a {
			float: right;
			width: 32px;
			height: 110px;
			text-indent: -99999px;
			}
			
			#newsBlockList .newsList a, #caseBlockList .caseList a, #testBlockList .testList a {
				color: #cb5d8c;
				margin:10px 0 0 10px;
				display: block;
				font-size: 1.2em;
				}
				
.caseBox a { 
	margin-left: 30px;
	}
			
#testBlock h2  { 
	font-size: 1.5em; 
	color: #cb5d8c; 
	margin-left: 30px;
	}
	
#bodyCol h1 { 
	color: #cb5d8c;
	}
	
	#bodyCol h2 { 
		color: #777;
		margin-top: 0;
		}
		
#rightCol .redDiv span, #rightCol .greyDiv span {
	margin:10px 0 0 10px;
	font-size: 1.2em;
	display:block;
	}
	
	#rightCol .redDiv h2, #rightCol .greyDiv h2 {
		margin:10px 0 0 10px;
		}
		
	#rightCol .redDiv p, #rightCol .greyDiv p {
		margin:10px 0 0 10px;
		padding: 0 5px 0 0;
		}
		
	#rightCol .redDiv a, #rightCol .greyDiv a {
		margin:10px 0 0 10px;
		font-size: 1.3em;
		font-weight: bold;
		font-style: oblique;
		display: block;
		}
		
	#rightCol .redDiv a:hover, #rightCol .greyDiv a:hover {
		margin:10px 0 0 10px;
		font-size: 1.3em;
		font-weight: bold;
		font-style: oblique;
		display: block;
		}
		
		#rightCol .redDiv p, #rightCol .redDiv h2, #rightCol .redDiv span, #rightCol .redDiv a, #rightCol .redDiv a:hover {
			color:#fff;
			}
		
		#rightCol .greyDiv p, #rightCol .greyDiv h2, #rightCol .greyDiv span, #rightCol .greyDiv a, #rightCol .greyDiv a:hover {
			color:#cb5d8c;
			}

#footerBar h2 { 
	font-size: 1.5em;
	color: #cb5d8c; 
	margin-left: 30px;
	}
	
#footerBar h3 { 
	font-size: 1.4em;
	margin-top: 0; 
	margin-left: 30px;
	color: #2c2c2c;
	}

#bodyCol ul, #footerBar ul { 
	font-size: 1.2em;
	}

.rightFoot p {
	 margin-left: 30px;
	 }
	 
	.rightFoot a {
		 color: #cb5d8c;
		 }
		 
	.rightFoot a:hover{
		 color: #cb5d8c;
		 }
