@charset "UTF-8";
                        
/* 
CMA Scotland CSS Document
Created by: Graeme Attkins
Created on: 03/11/2009

This stylesheet can be placed into your template using the
following example shortcuts:
     %style:main:screen%
     %style:main:print%
*/

/* --------------------------------- IMPORTANT STYLESHEET RESET */
/* The following CSS code resets the stylesheet so that it      */
/* starts with the same basic settings in all browsers.         */
/* ------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}	
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/* ---------------------------------------------- LAYOUT STYLES */

body {
margin:0px;
padding:0px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-color:#bcbec0;
color:#073776;
margin-top:30px;
margin-bottom:40px;
}

#header_nav {
width:830px!important;
text-align:right!important;
color:#fff;
margin-left:auto;
margin-right:auto;
font-size:70%;
padding-right:10px;
}


#shadow_top {
clear:both;
width:850px;
height:20px;
margin-left:auto;
margin-right:auto;
background-image:url('../layout_images/shadow_wrap_top.png');
background-repeat:no-repeat;
}

#shadow_wrapper {
width:850px;
margin:0px;
padding:0px;
margin-left:auto;
margin-right:auto;
background-image:url('../layout_images/shadow_wrap_mid.png');
background-repeat:repeat-y;
overflow:auto;
}

#shadow_bot {
width:850px;
height:20px;
margin-left:auto;
margin-right:auto;
background-image:url('../layout_images/shadow_wrap_bot.png');
background-repeat:no-repeat;
}

#wrapper {
width:830px;
margin-left:auto;
margin-right:auto;
background-color:#fff;
overflow:auto;
}

#header {
margin-top:10px;
width:770px;
height:65px;
padding:30px;
}

#logo {
float:left;
width:200px;
margin-top:28px;
}

#logo h1 {
display:none;
}

#banner {
float:right;
width:500px;
}

#main {
clear:both;
padding:30px;
padding-top:10px;
margin-bottom:20px;
}

#main_left {
float:left;
width:200px;
padding-bottom:40px;
}

#main_right {
float:right;
width:450px;
margin-right:50px;
padding-bottom:40px;
}

* html #main_right {
overflow:hidden;
margin-right:0px;
padding-right:50px;
}

#footer {
clear:both;
position:relative;
margin-top:20px;
background-color:#5191CD;
background-image:url('../layout_images/footer_fill.png');
color:#fff;
padding:10px;
font-size:70%;
overflow:auto;
height:13px;
padding-bottom:0px;
}

#footer_left {
float:left;
}

#footer_right {
float:right;
list-style: none;
padding: 0;
margin: 0;
}

/* ------------------------------------------ NAVIGATION STYLES */

#main_nav {
padding-top:20px;
line-height:20px;
}

#main_nav li {
list-style: none;
margin: 0;
padding-top:1px;
padding-bottom:1px;
}

#main_nav li a { font-weight:bold;text-decoration: none;color:#073776; }
#main_nav li a:hover { font-weight:bold;text-decoration:underline; }

#sub_nav {
margin-top:40px;
font-size:80%;
padding-left: 0;
margin-left: 0;
width: 200px;
}

#sub_nav h2 {
color:#073776;
font-size:110%;
margin-bottom:5px;
}

#sub_nav li {
list-style: none;
margin: 0;
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid #073776;
}

#sub_nav ul li ul {
margin-top:5px;
padding-top:2px;
padding-bottom:2px;
border-top: 1px solid #073776;
}

#sub_nav li ul li {
list-style: square;
margin-left: 15px;
padding-left:0;
padding-top:5px;
padding-bottom:5px;
border:none;
}

#sub_nav li a { text-decoration: none;color:#073776; }
#sub_nav li a:hover { font-weight:bold; }

#sub_nav li ul li a {
text-decoration: none;color:#073776;
margin-left:-10px;
padding-left:8px;
/* background: transparent url(../layout_images/sub_navOff.png) no-repeat center left; */
list-style-type:square;
}
#sub_nav ul li ul li a:hover {
font-weight:bold!important;
color:#00aeef!important;
}

#header_nav ul {
float:right;
}

#header_nav li
{
display: inline;
padding: 0;
margin: 0;
}

#header_nav li:before { content: "| "; }
#header_nav li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #header_nav li
{
border-left: 1px solid #fff;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

*+html #header_nav li
{
border-left: 1px solid #fff;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #header_nav { height: 1%; }
*+html #header_nav { height: 1%; }

* html #header_nav li
{
display: block;
float: left;
}

*+html #header_nav li
{
display: block;
float: left;
text-align:right;
}

/*End hide*/
/*Mac IE 5*/
* html #header_nav li:first-child { border-left: 0; }
*+html #header_nav li:first-child { border-left: 0; }

#header_nav a {
color:#fff;
text-decoration:none;
}

#header_nav a:hover {
text-decoration:underline;
}

#footer_right li
{
display: inline;
padding: 0;
margin: 0;
text-align:right;
}

#footer_right li:before { content: "| "; }
#footer_right li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #footer_right li
{
border-left: 1px solid #fff;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

*+html #footer_right li
{
border-left: 1px solid #fff;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #footer_right { height: 1%; }
*+html #footer_right { height: 1%; }

* html #footer_right li
{
display: block;
float: left;
}

*+html #footer_right li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #footer_right li:first-child { border-left: 0; }
*+html #footer_right li:first-child { border-left: 0; }

#footer_right a {
color:#fff;
text-decoration:none;
}

#footer_right a:hover {
text-decoration:underline;
}

/* --------------------------------------------- CONTENT STYLES */

a {
color:#0000ff;
text-decoration:none;
}

a:hover {
color:#ff0000;
text-decoration:underline;
}

#main_right h1 {
color:#5191CD;
font-size:120%;
line-height:20px;
font-weight:normal;
padding-top:20px;
}

#main_right h2 {
color:#073776;
font-size:110%;
line-height:30px;
padding-top:15px;
}

#main_right h3 {
color:#00aeef;
font-size:100%;
line-height:30px;
padding-top:10px;
}

#main_right p {
font-size:80%;
line-height:20px;
padding-top:10px;
}

#main_right small {
font-size:80%;
}

#main_right ul {
font-size:80%;
list-style:square;
margin-left:30px;
}

#main_right ul li {
/* margin-left:-18px; */
/* padding-left:20px; */
/* background-image:url(../layout_images/main_rightBullet.png);
background-repeat:no-repeat;
background-position: 0px 12px; */
line-height:15px;
}

#main_right ol {
font-size:80%;
list-style-type:decimal;
margin-left:30px;
padding-top:5px;
padding-bottom:5px;
line-height:20px;
}

#main_right li {
padding-top:10px;
}

#main_right blockquote {
margin-left:50px;
}

/* ----------------------------------------------- TABLE STYLES */

#main_right table {
border:1px solid #073776;
font-size:70%;
line-height:normal;
margin-top:15px;
width:500px;
margin-bottom:20px;
}

#main_right table a {
padding-top:2px;
}

#main_right caption {
margin-top:20px;
font-weight:bold;
font-style:italic;
text-align:left;
font-size:120%;
}

#main_right thead th {
background-color:#073776;
color:#fff;
padding:4px;
text-align:left;
}

#main_right td {
padding:4px;
border-bottom:1px dotted #5191CD;
border-right:1px solid #073776;
line-height:15px;
}

#main table ul {
font-size:100%;
margin:0px;
padding:0px;
line-height:normal;
}

#main table ul li {
padding:0px;
margin-left:15px;
line-height:25px;
}

#main table em {
color:#5191CD;
font-size:90%;
}

#main table ul {
list-style:square;
}

#main table li {
background:none;
}

/* ---------------------------------------------- BUTTON STYLES */



/* ------------------------------------------------ FORM STYLES */



/* ----------------------------------------------- OTHER STYLES */

.odd { background-color:#fff; }
.even { background-color:#e9e9e9; }
.hidden { display:none; }

/* ------------------------------------------------- IE 6 FIXES */

* html #main {margin-top:-1px;}

* html #shadow_top {
background-image:url('../layout_images/shadow_wrap_top.jpg')!important;
background-repeat:no-repeat;
}

* html #shadow_wrapper {
background-image:url('../layout_images/shadow_wrap_mid.jpg')!important;
background-repeat:repeat-y;
overflow:auto;
}

* html #shadow_bot {
background-image:url('../layout_images/shadow_wrap_bot.jpg')!important;
background-repeat:no-repeat;
}
