/*
	HCCM CSS
	For use with hccmsite
*/

/* Colours 
Blues:	Dark - #004a91
		Mid - #3c65a3
		Light - #6e83b8
Turq:	Dark - #106161
		Mid - #218383
		Light - #289c9c
Orange: Dark - #f8b449
		Mid - #f9c470
		Light - #f9e3bf
Grey:   Dark - #333333
		Mid - #666666
		Light - #f0f0f0
*/

/* ===== clearfix class ===== 
	also needs IE lt 8 fix */

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clear { clear: both; }

/* ===== miscellaneous styles ===== */

.screenbox {    /* Used for video box that will resize for different screen sizes */
	width: 600px;
	height: 400px;
}
.screenimg {    /* Used for images that will resize for different screen sizes */
	width: 600px;
	height: 400px;
}

.hr1 {
	border: 0;
	background-color: #f9c470; /* Mid Orange */
	height: 5px;
}
.hr2 {
	border: 0;
	background-color: #f0f0f0; /* Light Grey */
	height: 3px;
}
.arrow   /* Used for return to top arrows */
{
	text-align: right;
	font-size: 80%;
}
.nobdrimage
{
	border: none;
}

/* ===== contactus.html styles ===== */

.floatleft {   /* Used in mailus.php to organise contacts */
	float: left;
	margin: 10px 40px;	/* Can be resized for different screen sizes */
}

.floatright {   /* Used in mailus.php to organise contacts */
	float: right;
	margin: 10px 40px;	/* Can be resized for different screen sizes */
}

/* ===== dlist styles ===== */

.fitscreen {width: 90% }  /* Used in dlist to vary table size for Tablet and Phone */

.screenfit {  /* Used in dlist to vary thumbnail size for Tablet and Phone */
	width: 20%; 
	height: 128px;
}

#maintable td {font-size: 13px; } /* Also used in dlist to vary size */

#maintable img {max-width: 100%; } /* To automatically resize images */

/* ===== homeblog - hccmstyle template - styles ===== */

.jcomments-links {
	margin-top: 10px;
}
a.comments-link {
	padding: 5px 5px 5px 14px;
	background-image: url(../images/jc_blog.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.blog-featured a:link, .blog-featured a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #004A91;
}
.blog-featured a:hover, .blog-featured a:active {
	text-decoration: underline;
	font-size: 12px;
	color: #333333;
}
.item-separator {
	margin: 5px 0;
/*	border: 1px 0 0 0;
	border-color: #CCC;  */
	height: 2px;
}

/* ===== global styles ===== */

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002f2f;
	text-align: left;
	background-color: #000;
	margin: 0;
	padding: 0;
}
td,th {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #002f2f;
}
p, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 1ex 1em;  /*  height of x , width of M  */
}

h1 { font-size: 20px; color: #3c65a3; font-weight: bold; } /* Main content title */
h2 { font-size: 17px; color: #333333; font-weight: bold; } /* Section or Article title*/
h3 { font-size: 17px; color: #6e83b8; font-weight: bold; } /* Sidebar title */
h4 { font-size: 16px; color: #666666; } /* Sub Heading */
h5 { font-size: 14px; color: #333333; } /*  */
h6 { font-size: 14px; color: #666666; } /*  */
p, ul { font-size: 14px; color: #333333; }
li { font-size: 13px; color: #333333; }

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #0033FF;
}
h3 a:link, h3 a:visited {   /* For when sidebar title is also a link*/
	color: #6e83b8;
}
h3 a:hover, h3 a:active {
	color: #0033ff;
}

/* ===== outer block container - used to set overall page size ===== */

#container {
	width: 100%;
	width: 940px;
	background-color: #ffffff;
	margin: 10px auto;
	padding: 0;
	border: 10px solid #ffffff;			
}

/* ===== header - hccm header wave and current date ===== */

#header {
	background-image: url(../images/hccm_header.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 150px;
	margin: 0px;
	padding: 0px;
	position: relative;  /* gives header position so that it can be used] as a container for absolute positioning within it */
}
.hdrdate {
	font-size: 14px;
	font-weight: bold;
	color: 	#fff;
	position: absolute;
	left: 100px;
	top: 54px;
}
#spacer {
	height: 4px;
}

/* ===== topBar - page headings ===== */

#topBar {
	margin: 0;
	padding: 10px 0;
	background-color: #ffffff;
}

#topBar h1 { 
	font-size: 20px; 
	color: #3c65a3; 
	font-weight: bold;
	margin: 0;
	padding: 30px 10px 20px 10px;
}
#topBar p {
	font-size: 14px; 
	color: #333333;
	margin: 0;
	padding: 0 10px;
}
#topBar ul {
	margin-right: 0;
	padding: 0;
}
#topBar li {
	font-size: 13px;
	color: #333333;
	list-style: disc inside;
	padding: 0 0 0 1em;
	margin: 0 4px 2px 4px;
}
#banner {
	height: 180px;
	width: 320px;
	/* border: 1px solid #002f2f; */
	margin: 10px 20px;
	float:left;
	background-image: url(../images/hccmbanner.jpg);
}
#banner2 {
	height: 200px;
	width: 600px;
	border: 1px solid #002f2f;
	margin: 10px 20px 0px 0px;
	float:left;
	background-image: url(../images/hccm2.jpg);
}

/* ===== Primary Page Content - Two columns ===== */

/* ===== sidebar ===== */

#sidebar {			  /* Can be resized for different screen sizes */
	float: left;
	width: 245px;
	margin-top: 15px;
	margin-left: 5px;
	display: inline;
	padding: 0px;
}
#sidebar img {
	margin: 10px 10px 20px 20px;	/* Can be resized for different screen sizes */
	text-align: center;
}

/* ===== main column ===== */

#content
{
	color: #000000;
	text-align: left;
	margin-left: 245px;		/* Can be resized for different screen sizes */
	padding-top: 10px;
	padding-left: 5px;
	margin-right: 10px;
	background-color: #ffffff;
	border-left: #f9e3bf solid 5px;  /* Light Orange */
}
#content .leftimagenob {
	float: left;
	margin: 5px 5px;
	border: none;
}

/* ===== Primary Page Content - Single column ===== */

#singleColumn {
	background-color: #ffffff;
	width: 100%;
	margin: 0 0 0 5px;
	padding: 0 0 5px 0;
	text-align: left;
}
#singleColumn .col1 {	/* Can be resized for different screen sizes */
	width: 240px;
	padding-top: 10px;
	border-bottom: solid 3px  #f0f0f0; /* Light Grey */
}
#singleColumn .col2 {
	border-left: #f9e3bf solid 5px; /* Light Orange */
	border-bottom: solid 3px  #f0f0f0; /* Light Grey */
}
#singleColumn .col3 {	/* Can be resized for different screen sizes */
	width: 240px;
	padding-top: 10px;
}
#singleColumn .col4 {
	border-left: #f9e3bf solid 5px; /* Light Orange */
}
#singleColumn .last {
	border-bottom: none
}
#singleColumn .leftimage {
	float: left;
	margin: 10px 20px 30px 20px;	/* Can be resized for different screen sizes */
	border: 1px solid #313B56;
}
#singleColumn .logoimage {	/* Can be used to resize images for different screen sizes */
	border: none;
}
#singleColumn .brdrimage {
	margin: 10px 10px 20px 30px;	/* Can be resized for different screen sizes */
	border: 1px solid #313B56;
}
#singleColumn .pdfimage {
	margin: 10px 10px 0px 0px;	/* Can be resized for different screen sizes */
	border: none;
}
#banner2 {
	height: 200px;
	width: 600px;
	border: 1px solid #002f2f;
	margin: 10px 20px 20px 180px;
	float:left;
	background-image: url(../images/hccm2.jpg);
}
#ftpheader {
	margin: 10px 180px;
}

/* ======== Styles for Landing Pages ======== */

#Henleybar {
	/*	background-image: url(../images/greenlands2a.gif);
	height: 60px; */
	background-color: #3c65a3;
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 300px;
}

#Henleybar h2 { font-size: 28px; color: #ffffff; font-weight: bold; background-color: #3c65a3; } /* Section or Article title*/

#Henleybar h4 { font-size: 24px; color: #ffffff; 	font-weight: normal; } /* Sub Heading */

.LpageTitle {
	background-color: #ffffff;
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 0px;
}
.LpageTitle h2 { font-size: 44px; color: #000; font-weight: bold; } /* Section or Article title*/

.LpageTitle h4 { font-size: 20px; color: #000; 	font-weight: normal; } /* Sub Heading */

#LpageColumn1 {
	background-color: #ffffff;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	width: 50%;
}
#LpageColumn1 img {
	max-width: 100%;
	height: auto;
	border-radius: 20%;
}
 #LpageColumn2 {
	background-color: #ffffff;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	width: 50%;
 }

.LpageFlex {
	background-color: #ffffff;
	color: #000;
	text-align: left;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.LpageFlex div {
	flex-basis: 50%;
	max-width: 50%;
}
.LpageFlex p {
	color: #000;
}

.LpageSpeakerGrid {
	background-color: #ffffff;
	color: #000;
	text-align: left;
	display: flex;
	box-sizing: border-box;
	flex-flow: row wrap;
	width: 100%;
}
.LpageSpeakerGrid div {
	flex: 25%;
	max-width: 25%;
	text-align: center;
}
.LpageSpeakerGrid h3 { color: #000; font-size: 14px; }
.LpageSpeakerGrid h4 { color: #000; }
.LpageSpeakerGrid p { color: #000; font-size: 12px; }

.LpageSpeakerGrid img {
	border-radius: 50%;
	margin-bottom: 8px;
	max-width: 100%;
	height: auto;
	max-height: 180px;
}

.LpageQuotesGrid {
	background-color: #ffffff;
	color: #000;
	text-align: left;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.LpageQuotesGrid div {
	flex: 33.33%;
	max-width: 33.33%;
	text-align: center;
}
.LpageQuotesGrid p {
	color: #000;
	font-size: 14px;
}

.LpageLogoGrid {
	background-color: #ffffff;
	color: #000;
	text-align: left;
	display: flex;
	box-sizing: border-box;
	flex-flow: row wrap;
	width: 100%;
}
.LpageLogoGrid div {
	flex: 33.33%;
	max-width: 33.33%;
	text-align: center;
}

.LpageLogoGrid img {
	margin-top: 8px;
	margin-bottom: 8px;
	max-width: 100%;
	height: auto;
	max-height: 180px;
	align-content: center;
	vert-align: middle;
}

#Lpagebar {
	background-image: url(../images/greenlands2a.gif);
	height: 200px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: left;
	margin-left: 0px;
}

.highlight {
	color: #fff;
	background-color: #000;
	border: 5px solid #f0f0f0;
	padding-left: 40px;
	padding-right: 40px;
} 


/* ===== footer ===== */

#footer { 
	background-color: #004a91;
	clear: both;
}
#footer p
{
	padding: 10px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
	text-align: left;
}
