@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,900);
@import url(https://fonts.googleapis.com/css?family=Patrick+Hand+SC);

/* Reset some common default browser behaviours ******************************/
html, body	{
	padding:0;
	margin:0;
}

p	{
	font-size: 1.5em;
}


/* Main website layout and styling */
body	{
	background-color: lightgrey;
}

.center	{
	display: inline-block;
	margin: 0px auto;
}
.wrapper {
	min-width: 768px;
	max-width: 1500px;
	background-color: #2C4870;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.footnote	{
	font-size: .85em;
}

/* This is the styling for the title area ************************************/
.topbanner {
    width: 100%;
}

.banner  {
    display: block;
    margin: auto;
}
/* Navigation bar styling */
.nav {
	height: 50px;
	background-color: #3967A8;
	z-index: 1;
	width: 100%;
}

.listWrapper	{
	width: 1200px;
	margin: 0 auto;
}

a.action{
	background-color: #E86502;
	border-right: 1px solid lightgrey;
	color: black;
	font-weight: bold;
}

.menuList	{
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100%;
}

.menuListItem	{
	float: left;
	vertical-align: middle;
	height: 100%;
	line-height: 50px;
	border-left: 1px solid lightgrey;
	padding-left: 2px;
	padding-right: 2px;
	
}

.menuItem	{
	display: block;
	color: white;
	width: 135px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

/* Section styling */
.sectionHeading	{
	text-align: center;
	font-size: 1.75em;
}

div .info	{
	height: 100%;
	width: 64%;
	height: 100%;
	vertical-align: middle;
	padding: 10px;
}

div .panels	{
    width: 33%;
    min-width: 360px;
	height: 100%;
}

div .left	{
	float: left;
	display: inline-block;
}

div .right	{
	display: inline-block;
	float: right;
}

.section {
	min-height: 400px;
	padding: 10px 30px 10px 30px;
}

.backwhite {
	background-color: #fbfbfb;
	color: black;
}

.sectionWrap	{
	color: white;
}

/* Tabs formatting */
.tab {
	display: inline-block;
	width: 30%;
	background-color: #ccc;
	text-align: center;
	padding: 0;
	position: relative;
	top: 8px;
	left: -17px;
	border: 1px outset white;
	border-radius: 8px;
}

.tabAnchor	{
	text-decoration: none;
	display: block;
	height: 30px;
	font-size: 1em;
	font-weight: bold;
	line-height: 30px;
}

.nameContainer	{
	height: 40px;
	width: 100%;
}

.active	{
	background-color: #eee;
}

.details	{
	padding: 10px;
	margin-left: 10px;	
	margin-right: 10px;
	margin-top: 0px;
	background-color: #fbfbfb;
	color: black;
	height: 272px;
	overflow: auto;
	border-radius: 10px;
	font-size: .7em;
}

.tabImage	{
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 200px;
}

.tab-container	{
	border-radius: 15px;
	background-color: #ccc;
	height: 350px;
    min-width: 500;
}

/* Carousel styling */
.testimonial	{
	display: block;
    width: 100%;
    height: auto;
}

.prettyfont	{
	font-size: 1.5em;
	font-style: italic;
}

.refer	{
	text-align: right;
}

div .owl-carousel	{
	width: 700px;
	margin: 0px auto;
	padding: 20px;
}

/* Form area styling */
.table{
	width: 100%;
}

.row	{
	display: table-row;
	height: 100%;
}

.cell	{
	display: table-cell;
	width: 50%;
}

fieldset	{
	border: 0px;
}
.input	{
	float: right;
}

input[type="text"]	{
	color: lightgrey;
}

textarea	{
	width: 100%;
	height: 200px;
}

.contactForm	{
	font-size: 1em;
	text-align: left;
}

.contactinfo	{
	font-size: 1em;
	text-align: center;
}

div .form .left{
	width: 40%;
}

div .form .right{
	width: 100%;
	background-color: green;
}

.star	{
	color: red;
}

td .contactTable {
	padding: 10px;
}

.areaHeading	{
	font-size: 1.25em;
	text-align: center;
}

/* Footer section ************************************************************/
footer	{
	background-color: black;
	color: white;
}
.footlink	{
	color: white;
}

.about	{
	font-size: .85em;
	text-align: left;
}