
/**
* ME-ME template
* @compatibility - 4.5.3-4.5.4
* @version - 1.0
* @package - Name of the template goes here
* @author - Matt Shearer
* @email - matt@me-me.com
* @website - www.me-me.com
* @copyright (C) - Matt Shearer - all rights reserved
*/
/* - - - - GENERAL - - - - */

@import 'reset.css';

body{
font-family: verdana,helvetica,sans-serif;
font-size : 100%;
line-height: 140%;
background-image: url('../images/light_blue_8px.gif');
background-position: left;
background-repeat: repeat-y;
text-align: left;
}

*:first-child+html {
font-size : 80%;
} /* html {
font-size : 80%;
} */

div.textalternative {
display: none;
}

/* - - - - CONTAINER - - - - */
div#container {
position: relative;
width: 950px;
}

/* - - - - HEADER - - - - */
div#banner {
width: 950px;
height: 305px;
position: relative;
background-image: url('../images/masthead_04.gif');
background-position: top left;
background-repeat: no-repeat;
z-index: 4;
}

div#topaccesslink {
position: absolute;
right:0px;
top:0px;
font-size: 75%;
z-index:25;
}

div#topaccesslink li {
display: inline;
margin: 5px;
}

div#topaccesslink li a {
text-decoration: none;
color: #97d1fc;
}

div#topaccesslink li a:hover {
text-decoration: underline;
color: #0089CF;
}

div#banner img.businesslogo {
border: 0px;
position: absolute;
left: 48px;
bottom: 0px;
}

div#banner p, div#banner h1 {
position: absolute;
left: 428px;
top: 140px;
font-size: 1.4em;
color: #034EA2;
font-family: georgia, times, serif;
font-weight: normal;
}

div#banner p a, div#banner h1 a {
color: #034EA2;
font-weight: normal;
text-decoration: none;
}

div#banner p a:hover, div#banner h1 a:hover {
text-decoration: underline;
}

div#latest {
position: absolute;
right: 0px;
top: 15px;
width: 150px;
font-family: georgia, times, serif;
color: #034EA2;
font-size: 75%;
}

div#latest li a {
color: #777;
text-decoration: none;
}

div#latest li a:hover {
color: #000;
text-decoration: underline;
}

/* - - - - NAVIGATION - - - - */
div#navigation {
position: absolute;
right: 0px;
bottom: 5px;
text-align: left;
z-index: 5;
}


/* - - - - CONTENT - - - - */
div#mainbody {
width: 950px;
position: relative;
text-align: left;
z-index: 0;
padding-top: 25px;
background-image: url('../images/pale_back_01.gif');
background-position: top right;
background-repeat: no-repeat;
display:inline-block;
}

div#content {
position: relative;
width: 600px;
text-align: left;
min-height: 400px;
font-family: georgia, tahoma, times, serif;
padding-right: 50px;
z-index: 1;
}


div#content {
padding-left: 73px;
}
div#content span.small, div#content .createdate {
font-variant: small-caps;
font-size: 80%;
color: #aaa;
}

div#content div#crumb a {
color: #999;
}

div#content a {
color: #034EA2;
}
div#content a:visited {
color: #0089CF;
}

div#content a:hover {
color: #032E82;
text-decoration: none;
}

div#content p,
div#content form {
font-size: 1em;
color: #555;
margin-bottom: 13px;
line-height: 1.6;
}

div#content h1,
div#content div.componentheading_faq,
div#content div.componentheading_search,
div#content div.componentheading {
font-size: 1.9em;
font-weight: normal;
color: #034EA2;
margin-top: 40px;
margin-bottom: 25px;
line-height: 1.2;
}

div#content h2 {
font-size: 1.5em;
font-weight: normal;
color: #333;
margin-top: 35px;
margin-bottom: 15px;
}

div#content h2 a {
color: #777;
text-decoration: none;
}

div#content h2 a:visited {
color: #888;
}

div#content h2 a:hover {
color: #222;
}

div#content h1 a {
text-decoration: none;
display: block;
}

div#content ul {
margin-bottom: 15px;
}

div#content ul li {
list-style-type: disc;
margin-left: 18px;
color: #444;
}

div#content ol li {
list-style-type: decimal;
margin-left: 20px;
color: #444;
}

div#content p strong {
font-weight: bold;
}

/* - - - - mambo content - - - - - */

div#content .modifydate {
font-size: 80%;
color: #999;
margin-top: 10px;
}




/* - - - - CRUMB - - - - */

div#content div#crumb p {
color: #999;
font-size: 75%;
margin-bottom: 10px;
}



/* - - - - HOMEPAGE - - - - */

div#homepage {
width: 950px;
padding-left: 75px;
padding-top: 30px;
font-family: georgia, tahoma, times, serif;
background-color: transparent;
}

div#homepage div.item {
width: 205px;
padding: 15px 0 0 20px;
float: left;
border-left: 3px solid #0089CF;
min-height: 135px;
margin-bottom: 50px;
background-color: transparent;
z-index: -3;
}

div#homepage div.item h2,
div#homepage div.item h1 {
font-size: 1.4em;
font-family: georgia, tahoma, times, serif;
font-weight: normal;
margin-bottom: 20px;
color: #034EA2;
}

div#homepage div.item h2 a {
color: #034EA2;
text-decoration: none;
}

div#homepage div.item img {
border: 1px solid #444;
}

div#homepage div.item a:hover img {
border: 1px solid #034EA2;
}

div#homepage div.item h2 a:hover {
color: #222;
text-decoration: underline;
}

div#homepage div.item li ul {
margin-left: 10px;
}

div#homepage div.item li a {
color: #222;
text-decoration: none;
}

div#homepage div.item li a:hover {
text-decoration: underline;
}

div#homepage div.item p {
margin-bottom: 5px;
}

/* - - - - PROMO - - - - */
div#promos {
position: relative;
width: 220px;
text-align: left;
margin-top: 60px;
min-height: 200px;
font-family: georgia, tahoma, times, serif;
float: right;
z-index: 2;
font-size: 90%;
color: #555;
border-left: 1px dotted #aaa;
}

div#promos div {
padding-top: 0px;
padding-left: 20px;
padding-right: 15px;
padding-bottom: 35px;
}

div#promos h2,
div#promos h1 {
color: #034EA2;
font-weight: normal;
font-size: 1.5em;
margin-bottom: 15px;
margin-top: 0px;
}

div#promos li {
padding-left: 5px;
border-left: 3px solid #ddd;
}

div#promos a {
color: #0089CF;
font-weight: bold;
}

div#promos a:hover {
color: #444;
text-decoration: none;
}

div#promos form div {
margin: 0;
padding: 0;
}

/* - - - - FOOTER - - - - */

div#footer {
padding-top: 20px;
padding-bottom: 13px;
width: 950px;
text-align: center;
float: left;
font-family: georgia, tahoma, times, serif;
color: #444;
clear: both;
}

div#footer li {
list-style: none;
line-height: 1;
display: inline;
padding: 5px;
}

div#footer li a {
color: #444;
}
div#footer li a:visited {
color: #888;
}
div#footer li a:hover {
color: #000;
text-decoration: none;
}

/* - - - - SYNDICATE - - - - */
div.syndicate {
margin-top: 15px;
}

div.syndicate div {
display: inline;
width: 110px;
}

/* - - - - MOS IMAGE - - - - */
div#content div.mosimage_caption {
font-size: 90%;
font-weight: bold;
color: #444;
margin-bottom: 10px;
}

/* - - - - PRINT - - - -  */
#print_header {
display: none;
}

/* - - - - MISC - - - -  */


/* - - - - FIGHTING THE CMS - - - -  */

div.blog_more_faq div strong {
display: none;
}


/* 
Colours:
V lightest blue: #97d1fc
VERY light blue: #53b4fe 
Light Blue: #0089CF
Dark Blue: #034EA2

Transparency:
div#topspace, div#bottomspace {
background-color: #fff;
filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
}

*/
