﻿@import url("styleSheet_structure.css");
@import url("styleSheet_navigation.css");
@import url("styleSheet_content.css");
@import url("styleSheet_vividCMS.css");

.monthHeader
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.dateRow1
{
	background: #EBECE9;
	padding: 1px 5px;
}

.dateRow2
{
	background: #FFFFFF;
	padding: 1px 5px;
}


/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #333;
background: url(../images/bg_Main.gif) repeat-x #FFFFFF;

}



/*
------------------------------------------------------
Links
------------------------------------------------------
*/


a, a:link {
color: #996108; 
text-decoration : none; 
}

a:visited
{
	color: #834D04;	
}

a:hover {
color: #834D04;
text-decoration : underline;
}

a:active{
	color: #834D04;
	text-decoration: none;
}

/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {
}


textarea {
}

select {
}


/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
border: none 0;
border-top: 1px solid #999999;
width: 100%;
height: 1px;
}


ol {
list-style-type:decimal;
padding-left: 12px !important; /* Note: if set to 0 numbers do not appear*/
margin-left: 12px!important; /* Note: if set to 0 numbers do not appear*/
padding-left: 14px; /* Note: if set to 0 numbers do not appear*/
margin-left: 14px; /* Note: if set to 0 numbers do not appear*/

}

ul{
list-style-type: none;
padding-left: 8px; /* Note: if set to 0 dots do not appear*/
margin-left: 8px; /* Note: if set to 0 dots do not appear*/
}

/* HTML EDITOR CUSTOM STYLES BELOW */

/* _lcid="1033" _version="12.0.4518"
    _LocalBinding */
IMG.ms-rteCustom-PictureFrame
{
	text-align: center;
	color: #FF0000;
	border: 5px double #0000FF;
	margin-left: 14;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #9FC2F1;
}
A:link.ms-rteCustom-LinkStyle
{
    COLOR: #003399; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:normal; 
    font-size:10pt;  
    font-family:Verdana;  
}
A:visited.ms-rteCustom-LinkStyle
{
    COLOR: #008080; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:normal; 
    font-size:10pt; 
    font-family:Verdana;  
}
A:hover.ms-rteCustom-LinkStyle
{
    FONT: 10pt Verdana, Arial, Helvetica; 
    COLOR: red;
}
OL.ms-rteCustom-RomanNumberList
{
	font-family: Tahoma; 
	font-size: 10pt;  
	color: #595959;
	text-indent: 0;
	text-align: left;
	list-style-type: upper-roman;
	margin-left: 30;
	margin-right: 10;
	padding-left: 10px;
	margin-top: 1;
	text-transform: capitalize;
}
UL.ms-rteCustom-SquareBulletList
{
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #595959;
	text-indent: 0;
	line-height: 150%;
	text-align: left;
	list-style-type: square;
	margin-left: 15;
	margin-right: 10;
	padding-left: 10px;
	margin-top: 10;
	word-spacing: 0;
	margin-bottom: 10;
}
.ms-rteCustom-1_MainHeader
{
	font-size: medium;
	font-weight: 800;
	color: #B4790B;
}
.ms-rteCustom-2_SubHeader
{ 
	font-size: small;
	font-weight: bold;
	color: #B4790B;
}
.ms-rteCustom-3_ColourHeader
{
	font-size: small;
	font-weight: normal;
	color: #B4790B;
}
.ms-rteCustom-4_Blockquote
{
	color: #B4790B;
	line-height: 1.3em;
	display:block;
	padding: 4px 10px 4px 25px;
background:  #ebece9;
margin: 30px 3px 10px 3px;
}
.ms-rteCustom-4_Blockquote .blockText p{
		padding: 0;
		margin: 0;
}
.ms-rteCustom-5_Calloutbox {
padding: 13px;
background:  #ebece9;
margin: 5px 3px 10px 3px;
color: #B4790B;
line-height: 1.5em;
}
.ms-rteCustom-5_Calloutbox p{
padding: 0;
margin: 0;
}


