@charset "UTF-8";
#mainwrapper header {
	/*Header */
	background-color: rgba(208,207,207,1.00);
	overflow: auto;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainwrapper header #logo {
    /* Company Logo text */
    width: 28%;
    float: left;
    padding-left: 2%;
    padding-top: 12px;
    padding-bottom: 12px;
    color: rgba(241,160,7,1.00);
}
#mainwrapper header nav {
    /*Nav bar containing links in header */
    text-align: right;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 2%;
    width: 68%;
    float: left;
}
header nav a {
	/* Links in header */
	padding-right: 2%;
}
#content #mainContent h1, #content #mainContent h2 {
    /* Styling for main headings */
    color: rgba(241,160,7,1.00);
}
#content #mainContent h3 {
    /*Captions ot Taglines */
    font-family: source-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: rgba(241,160,7,1.00);
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(146,146,146,1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	text-align: justify;
}

.divTable{
	display: table;
	width: 90%;
	border: 1px solid #eeeeee;
}
.divTableRow {
	font-family: source-sans-pro, sans-serif;
  display: table-row;
}
  
.divTableHeading {
	font-family: source-sans-pro, sans-serif;
	display: table-row;
    font-weight: bold;  
}
.divTableCell, .divTableHead {
	font-family: source-sans-pro, sans-serif;
	border: 1px solid #cccccc;
	display: table-cell;
	padding: 3px 10px;
	background-color: #eee;
}

.divTableCellFull {
	font-family: source-sans-pro, sans-serif;
	border: 1px solid #cccccc;
	display: table-cell;
	padding: 3px 10px;
	background-color: #ebc3c0;
}

.divTableCellEmpty {
	font-family: source-sans-pro, sans-serif;
	border: 1px solid #cccccc;
	display: table-cell;
	padding: 3px 10px;
	background-color: #d0edcc;
}



.divTableBody {
	display: table-row-group;
}

.pageLink {
	font-weight: bold;
	padding: 10px;
}


#mainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 95%;
	float: left;
	padding-right: 2%;
	padding-top: 41px;
}

#mainwrapper {
	/* Container of all content */
	width: 90%;
	overflow: auto;
	margin-left: 5%;
}


nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(241,160,7,1.00);
	text-decoration: none;
}


.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}


#mainwrapper header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}

/* Tablet view */
@media screen and (max-width:769px) {
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}

#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#sidebar input {
	/* Search box in sidebar */
	display: none;
}

#mainwrapper header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width:480px) {
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 98%;
}

#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
}
}

.small_list{
		font-size:15px;
	}
