/* Start of CMSMS style sheet 'ActionGlobal' */
.heading  { color: #f5c421; font-size: 24px; font-family: Arial; font-weight: bold; text-decoration: none }
.subheading  { color: #f5c421; font-size: 18px; font-family: Arial; font-weight: bold; text-decoration: none }
.subheading2  { color: #f5c421; font-size: 16px; font-family: Arial; font-weight: bold; text-decoration: none }
.contentcopy { color: #4f4f4f; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px; text-decoration: none }
.contentpanel { color: #4f4f4f; font-size: 12px; font-family: Arial; font-weight: normal;  text-decoration: none }

a.side:link     { color: #4f4f4f; font-size: 14px; font-family: Arial; font-weight: normal; text-decoration: none; background-image: url(http://www.actionglobal.co.uk/images/cube/cubesmall.png); background-repeat: no-repeat; padding-left: 24px; }
a.side:visited   { color: #4f4f4f; font-size: 14px; font-family: Arial; text-decoration: none; background-image: url(http://www.actionglobal.co.uk/images/cube/cubesmall.png); background-repeat: no-repeat; padding-left: 24px;}
a.side:hover    { color: #f5c421; font-size: 14px; font-family: Arial; text-decoration: none; background-image: url(http://www.actionglobal.co.uk/images/cube/cubesmall.png); background-repeat: no-repeat; padding-left: 24px }

.underlinenav { padding-bottom: 16px; border-bottom: 1px solid #C4C4C4 }
.paddingx { padding-top: 16px }

.borderyellow { border: dashed 3px #f5c421 }


a.contactlink:link     { color: #4f4f4f; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px; text-decoration: none}
a.contactlink:visited   { color: #4f4f4f; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px; text-decoration: none}
a.contactlink:hover    { color: #4f4f4f; font-size: 12px; font-family: Arial; font-weight: normal; line-height: 18px; text-decoration: underline }




a.rightpanel1:link     { color: #e5002a; font-size: 24px; font-family: Arial; font-weight: bold; text-decoration: none}
a.rightpanel1:visited   { color: #e5002a; font-size: 24px; font-family: Arial; font-weight: bold; text-decoration: none}
a.rightpanel1:hover    { color: #e5002a; font-size: 24px; font-family: Arial; font-weight: bold; text-decoration: underline }

a.rightpanel2:link     { color: #e5002a; font-size: 18px; font-family: Arial; font-weight: bold; text-decoration: none}
a.rightpanel2:visited   { color: #e5002a; font-size: 18px; font-family: Arial; font-weight: bold; text-decoration: none}
a.rightpanel2:hover    { color: #e5002a; font-size: 18px; font-family: Arial; font-weight: bold; text-decoration: underline }

a.rightpanel3:link     { color: #f5c421; font-size: 16px; font-family: Arial; font-weight: bold; text-decoration: none}
a.rightpanel3:visited   { color: #f5c421; font-size: 16px; font-family: Arial; font-weight: bold; text-decoration: none}
a.rightpanel3:hover    { color: #f5c421; font-size: 16px; font-family: Arial; font-weight: bold; text-decoration: underline }

/* End of 'ActionGlobal' */

/* Start of CMSMS style sheet 'ActionGlobalStyling' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body  { font-size: 12px; font-family: Arial;  text-align: left }


/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}


/*
default link styles
*/
a,
a:link { color: #18507c; font-size: 12px; font-family: Arial; font-weight: normal; text-decoration: underline }
a:active  { color: #18507c; font-size: 12px; font-family: Arial; text-decoration: none; background-color: inherit }

a:visited    { color: #18507c; font-size: 12px; font-family: Arial; font-weight: normal; text-decoration: underline }

/* End of 'ActionGlobalStyling' */

