html, body
{
   height:100%;
}


body {
    /*font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;*/
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 1.5em;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #333333;
	text-align:left;
	
}

h1, h2, h3, h4, h5, h6
{
   margin: 0;
   padding: 0;
   border: none;
}

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	
}



/* HEADINGS */
h1
{
	color: #61135A;
	font-weight: normal;
	font-size: 28px;
	text-transform: none;
	padding-bottom:5px;
    margin-bottom:0px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;

}

h2
{
	color: #61135A;
	font-weight: normal;
	font-size: 24px;
	text-transform: none;
	padding-bottom:5px;
    margin-bottom:0px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;

}


h3
{
	color: #61135A;
	font-weight: normal;
	font-size: 19px;
	text-transform: none;
	padding-bottom:5px;
    margin-bottom:0px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;

}


h4
{
	color: #61135A;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	padding-bottom:5px;
    margin-bottom:0px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;

}


h5
{
	color: #61135A;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	padding-bottom:5px;
    margin-bottom:0px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;

}

h6
{
	color: #61135A;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	padding-bottom:5px;
    margin-bottom:0px;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;

}

/* links */

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a { /* this selector removes the default blue border displayed in some browsers around an image/menu when it is surrounded by a link */
	border: none;
	outline:none;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */



a:link
{
    color: #61135A;
    font-weight: normal;
    text-decoration: none;
}

a:visited {
  color: #61135A;
  font-weight: normal;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover {
  color: #666666 !important;
  font-weight: normal;
  text-decoration: underline;
 
}
/* Sets the style for a link that has focus. */
a:focus {
 color: #61135A;
text-decoration: underline;
 
}

/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #61135A;
  text-decoration: underline;
}


/* ~~this fixed width container surrounds the other divs */
.container
{
    width: 980px;
    background-color: #ffffff;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    margin-top:10px;
    border: 2px solid #61135A;
    padding: 0px 0px 0px 0px;
    -moz-border-radius: 15px;
    border-radius: 15px; 
   -webkit-border-radius:15px;
   box-shadow: 5px 5px 10px #777777; /*box-shadow: h-shadow v-shadow blur spread color inset;*/
   
    
}



.content
{
    
    
    background: #ffffff;
    margin-right: auto;
    margin-left: auto;
    padding-left:60px;
    padding-right:60px;
    margin-top:0px;
    margin-bottom:20px;
    text-align: justify;
    border: 0px solid #000000;
    color: #333333;
    
    
}

/* LISTS */

.content li
{ list-style:none;
    
    }

.content ul>li

{
   
   line-height: 150%;
   margin: 0 0 0 20px;
   padding: 0 0 0 25px;
   background-image: url('images/blockcontentbullets.png');
   background-repeat: no-repeat;
   background-position:  center left;
   
}

.content ol > li
{
    line-height: 1.5em;
    text-align: left;
    list-style-position: inside;
    list-style: margin: 0 0 0 40px;
    padding: 0 0 0 0px;
    list-style-type: square;
}


.bannerrotator
{
    width:650px;
    margin-left:auto; 
    margin-right:auto; 
    background: #ffffff;
    padding: 0px;
    margin-bottom: 20px;
    margin-top:-40px;
    border: 0px solid #55B546;
 
}


.bannerrotator ul>li
{
    /*stops bullet showing as defined in content class*/
    list-style-image: none !important;
    list-style-position: inside !important;
    list-style-type: none !important;
    list-style:none !important;
    margin: 0 0 0 0px !important;
   padding: 0 0 0 0px !important;
}

.contentgallery
{
    width:650px;
    background: #ffffff;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: -50px;
    text-align: center;
    border: 0px solid #55B546;
}



.footer
{
    
   
    background-color: #ffffff;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    border: 0px solid #55b546;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size:12px;
}

.bottomshadow a
{
    
  font-size:10px;
  font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;  
    
    }


.bottomshadow a:link {
  color: #61135A;
  font-weight: bold;
  text-decoration: none;
}

.bottomshadow a:visited {
  color: #61135A;
  font-weight: bold;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
.bottomshadow a:hover {
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
 
}
/* Sets the style for a link that has focus. */
.bottomshadow a:focus {
 color: #61135A;
 font-weight: bold;
text-decoration: none;
 
}

/* Sets the style for a link that is being activated/clicked. */
.bottomshadow a:active {
  color: #61135A;
  text-decoration: none;
}


.bottomshadowemail a
{
    
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif !important;
   font-size:12px; 
    
    }


.bottomshadowemail a:link {
  color: #61135A;
  font-weight: normal;
  text-decoration: none;
 
}

.bottomshadowemail a:visited {
  color: #61135A;
  font-weight: normal;
  text-decoration: underline;
  
}

/* Sets the style for links on mouseover. */
.bottomshadowemail a:hover {
  color: #666666 !important;
  font-weight: normal;
  text-decoration: underline;

}

/* Sets the style for a link that has focus. */
.bottomshadowemail a:focus {
 color: #61135A;
 font-weight: normal;
 text-decoration: underline;
 
 
}

/* Sets the style for a link that is being activated/clicked. */
.bottomshadowemail a:active {
  color: #61135A;
  text-decoration: underline;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}









