@charset "utf-8";
/* CSS Document */
/* Start Page Formatting */

body {
 background: url("/migglecms/templates/default/images/css/background_tile.jpg") #f5eedb left top repeat;
 background-attachment: fixed;
 margin: 0;
 padding: 0;
}

/* This has been removed - p, a, ul li, ul ul li, ul ul ul li */
html, body {
 font: normal 10pt Georgia;
 line-height: 1.5em;
 color: #08153b;
}

#wrap_all {
 width: 950px;
 margin: 30px auto 0 auto;
 text-align: left;
 position: relative;
}


#section_div {
 width: auto; /* Creates a width automatically to the content inside */
 padding: 5px 5px 5px 25px; /* Add 5px to the container so everything can "breath" */
 overflow: hidden; /* In case they type to much, hide the content so it doesn't break the container size  */ 
}

#section_div img {
 position: relative; /* Set the image relative to the DIV (container) */
 padding-left: 25px;
}

h1 {
 margin: 25px 0 35px 0; /* Adds margin around the form & paragraphs: Order = Top Right Bottom Left */ 
 padding: 0; /* removes all padding */
 font: normal 13pt Georgia;
 font-style: italic;
 color: #08153b;
}

h2 {
 margin: 0 0 8px 0; /* Adds margin around the title: Order = Top Right Bottom Left */
}

a {
 color: #08153b; /* Sets the font on links to blue */
 text-decoration: none; /* Removes standard decoration of links: (Underlines) */
}

a:hover {
 color: #3f538b;
}

form, p, ul li, ul ul li, ul ul ul li {
 margin: 0 0 8px 0; /* Adds margin around the form & paragraphs: Order = Top Right Bottom Left */ 
}

.clear {
 clear: both;
}

.menu_header {
 display: block;
 height: 20px;
 color: #FFFFFF;
 padding: 6px 10px 0 10px;
}

#gallery_holder {
 margin-left: 85px;
 text-align: left;
}

.gallery {
 float: left;
 padding: 5px 7px 5px 5px;
 text-align: center;
 background-color: #FFFFFF;
 border: 1px solid #666666;
 border-right: 2px solid #999999;
 border-bottom: 2px solid #999999;
}

.gallery img {
 border: 1px solid #666666;
}

/* Start Navigation Formatting */

/* Top Menu */

#top_ a {
 display: block; /* Displays the element as a block */
 float: left; /* Float the content to lay next to each other */
 margin: 15px 0 20px 0;
 padding: 2px 12px 2px 8px; /* Adds padding to all sides (Top Right Bottom Left) */
 font: normal 11pt Georgia; 
 color: #08153b;
 background: url("/migglecms/templates/default/images/css/fh_squiggle.png") transparent right center no-repeat;
}

#top_ a:hover {
 color: #3f538b;
}

#top .isOna, #footerCell .isOna {
 color: #3f538b;
}

/* End Navigation Formatting */

/* End Page Formatting */

/* Start Site Layout */

#container {
 width: 950px; /* Width of layout */
 margin: 0 auto; /* Aligns centre for the browsers windows */
 padding: 0; /* Removes all padding */
 text-align: left; /* Sets the text to the left of each cell */
}

#top, #main {
 width: 950px; /* Sets the size of the table */
}

#top {
 height: 121px; /* Sets the top left & right cells to 97px height */
}

#mainContentTD {
  background: url("/migglecms/templates/default/images/css/content-bg.png") transparent left top repeat;
}

* HTML #mainContentTD {
 background: none;
 background-color: #FFFFFF;
}

#mainContentCell, #mainContentTD {
 width: 99.5%; /* Sets the main "content" area's to full width; */
}

#topMenuCell, #bottomMenuCell, #footerCell {
 display: block;
}

#topLeftCell img, #topCenterCell img, #topRightCell  img {
 display: block; /* display the image in a block not paragraph or add spacing */
}

div#topLeftCell, div#topCenterCell, div#topRightCell {
 position: relative; /* Sets the DIV relative to the table cell */
 overflow: hidden; /* Hides content bigger than content cell size so it doesn't change the layout */
}

#topRightTD, #topRightCell, #topLeftTD, #topLeftCell {
 width: 200px; /* Sets the left column to 200px; */
 padding: 8px;
 color: #FFFFFF;
}

#leftMenuTD, #leftMenuCell, #rightMenuTD, #rightMenuCell {
 width: 160px; /* Sets the left menu cell & DIV to 210px */
 background-color: #e5eef4;
}

#topMenuTD {
 height: 5px;
 padding-bottom: 10px;
 background: url("/migglecms/templates/default/images/css/top_menu.gif") transparent left top repeat-x;
}

#bottomMenuTD {
 height: 20px;
 text-align: center;
 background: url("/migglecms/templates/default/images/css/top_menu.gif") transparent left top repeat-x;
}

#topMenuCell{
 height: 20px;
 width: 38.5em;
 margin: 5px auto;
 padding: 0 0 5px 40px;
}

#mainContent {
 margin: 0; /* Remove all margins */
 padding: 8px; /* Adds 8px padding to every side around the content area */
 height: auto; /* Creates its own height to the content in the cell area */
}

#contact {
 margin: 0 0 0 25px;
}

#footerTD {
 font: normal 8pt Verdana;
 color: #08153b;
 padding: 40px 5px 8px 5px;
}

#footerCell p {
 font: normal 9pt Georgia;
}


/* Start Articles Display */

/* List categories on the Section page one per row */
.list_category_one_in_row {
 width: auto; /* Creates a width automatically to the content inside */
 padding: 8px; /* Add 5px to the container so everything can "breath" */
 overflow: hidden; /* In case they type to much, hide the content so it doesn't break the container size  */ 
 border-top: 1px dotted #CCCCCC;
}

.list_category_one_in_row img {
 position: relative; /* Sets the image relative to the content area */
 border: 1px solid #333333; /* Add a border of 1px solid line & colour of grey (HEX value) */
}

/* List categories on the Section page two per row */
.list_category_two_in_row {
 width: 45%; /* Sets the width to 48% (100 = total width / 2 = 50...) */
 margin: 0 8px;
 padding: 8px; /* Add 5px to the container so everything can "breath" */
 overflow: hidden; /* In case they type to much, hide the content so it doesn't break the container size */
 border-top: 1px dotted #CCCCCC;
}

.list_category_two_in_row img {
 position: relative; /* Sets the image relative to the content area */
 border: 1px solid #333333; /* Add a border of 1px solid line & colour of grey (HEX value) */
}

/* List categories on the Section page two per row */
.list_category_three_in_row {
 float: left;
 width: 285px; /* Sets the width to 48% (100 = total width / 2 = 50...) */
 margin: 0 5px 0 0;
 padding: 8px 8px 0 0;
}

.list_category_three_in_row img {
 position: relative; /* Sets the image relative to the content area */
 border: 1px solid #333333; /* Add a border of 1px solid line & colour of grey (HEX value) */
}

#list_gallery_holder {
 margin-left: 22px;
}

/* End Article Displays */

/*Start Error Message Display */

div#error_message ul {
 margin: 0 0 0 30px; 	/* Adds a margin on the left hand side of 20px */
 padding: 0;
 color: #cb2c2c; 			/* Sets the font colour to grey (HEX value) */
 line-height: 1.4em; /* Sets the height between each bullet point */
}
 
div#error_message {
 width: auto; /* Sets the width of the error container to 450px */
 margin-bottom: 8px;	/* Adds a margin of 8px to the bottom */
}

/* CSS for Bookmark With START */
.sharesb{
	clear:both;
	position:relative;
	border:1px solid #ddd;
	padding:10px;
	margin:15px 0 10px 0;
	/* -webkit-text-size-adjust:none; */
}
.sharesb ul{
	text-align:left;
	list-style:none;
	margin:15px 0 0px 15px;
	padding:0;
}
.sharesb ul li{
	text-align:center;
	display:inline;
	padding: 0 4px 8px 0;
}

.sharesb ul li.delicious{background:url("/migglecms/modules/share_this/delicious.gif") no-repeat 0 0;}
.sharesb ul li.digg{background:url("/migglecms/modules/share_this/digg.gif") no-repeat 0 0;}
.sharesb ul li.reddit{background:url("/migglecms/modules/share_this/reddit.gif") no-repeat 0 0;
}
.sharesb ul li.facebook{background:url("/migglecms/modules/share_this/facebook.gif") no-repeat 0 0;}
.sharesb ul li.stumbleupon{background:url("/migglecms/modules/share_this/stumbleupon.gif") no-repeat 0 0;}
.sharesb ul li a { padding:3px 0 0 18px; margin:0 10px 0 3px; }

#left_ a.isOna, #right_ a.isOna {
 font-weight: bold;
 background: url("/migglecms/templates/default/images/css/button_hover.gif") transparent left top no-repeat;
}

/* CSS for Bookmark With END */


/* End Error Message Display */

/* End Site Layout */

/* Start Skip Navigation for screen readers */

#skip_navigation {
 position: absolute;
 left: -1000em;
 width: 20em; /* Sets the screen reader skip navigation of site so it can't be viewed */
}

/* End Skip Navigation for screen readers */
