/* 
REDESIGN LAB MASTER STYLE SHEET

Style Guide is at
/_materials/style.html

*/

@import url("html.css");  /* basic HTML elements */
@import url("layout.css"); /* structural divs: header, footer etc */
@import url("menu.css");  /* side vertical menu */
@import url("rlab.css"); /* special classes frequently used in RLAB sites */
@import url("box.css");  /* inset feature box */

/* If you need to make "colour theme" or other cosmetic changes for a secondary template, 
	use "skin.css"
*/

/* ENTER CUSTOM STYLES GLOBAL TO THIS WEBSITE, BELOW */


.indented{
	padding: 0 0 0 30px;
	font-size: 14px;
}

a.back2top {
	padding-left: 18px;
    background: transparent url(/templates/griffin/images/back2top_arrow.jpg) no-repeat center left;
}
h1, h3, .bullet,#title_img{
	padding-left: 27px;
	min-height:20px;
	vertical-align:middle;
    background: transparent url(/templates/griffin/images/claw.gif) no-repeat center left;
}
span.phone {
	padding-left: 18px;
    background: transparent url(/templates/griffin/images/ico_phone.gif) no-repeat center left;
	text-decoration: none;
}

a.email {
	padding-left: 18px;
    background: transparent url(/templates/griffin/images/ico_mail.gif) no-repeat center left;
	text-decoration: none;
}
a[href ^="mailto:"]:hover {
	color: #cccccc;
}
/* ADVANCED METHOD: not IE6 compatible
a[class ="popup"] {
	padding-left: 18px;
    background: transparent url(/templates/griffin/images/back2top_arrow.jpg) no-repeat center left;
}
span[class ="phone"] {
	padding-left: 18px;
    background: transparent url(/templates/griffin/images/ico_phone.gif) no-repeat center left;
	text-decoration: none;
}

a[href ^="mailto:"] {
	padding-left: 18px;
    background: transparent url(/templates/griffin/images/ico_mail.gif) no-repeat center left;
	text-decoration: none;
}
a[href ^="mailto:"]:hover {
	color: #cccccc;
}*/


