body {
   font-family: verdana,helvetica,arial,sans-serif;
   font-size: 90%;
   font-weight:300;
   background-color: #362862;
}

/* Colour scheme Normal
http://www.w3schools.com/tags/ref_colormixer.asp?colorbottom=FFFFFF&colortop=002030
*/

b {font-weight:bold;}

/* H1 = Heading One, not used */
h1 {
   color: brown;
   font-size: 150%;
}

/* H2 = Heading Two */
h2 {
   color: #362862;
}

a h2:hover {
   color: red;
}

/* H3 = Heading Three */
h3 {
   color: #362862;
}

a h3:hover {
   color: red;
}

/* H4 = Heading Four */
h4 {
   color: #362862;
}

a h4:hover {
   color: red;
}


/* mouse over link */
a:link {
    color: red;
    text-decoration: underline;
}

/* mouse over link */
a:visited {
    color: grey;
    text-decoration: overline;
}

/* Other Anchor points like Photos */
a:hover {
   color: red;
}


.outer_table {
    background-color:blue;
}


.footer_table td {
    background-color:#362862;
    border: 4px solid #362862;
    color: white;
}

table {
    border-collapse: collapse;
    background-color:white;
    width: 100%;
}

table, td {
    border: 4px solid white;
    padding: 0px 0px 0px 0px;
}


.td_red {float: left;
   display: block;
   background: url("img_general/menu_grey.jpg") no-repeat right top;
   color: #FFF;
   vertical-align:top;
}

.menu_red {float: left;
   padding: 10px 10px 10px 10px;
   color: #FFF;
   font-family: verdana,helvetica,arial,sans-serif;
}

.menu_red a {


}

.menu_red h4 {



.menu_td a:hover {


}

li {
    margin-bottom: 5px;
}

}

li {
    margin-bottom: 5px;
}
.mobile-menu-con{
	display:none;
}
input#mobile-menu-toggle {
	display: none;
}
@media (max-width:650px){
	body{
		padding:0;
		margin:0;
	}
	.mobile-menu-con{
		display:table-cell;
	}
	tr.header img {
		max-width: 200px;
	}
	table.outer_table p {
		font-size: 16px;
	}
	table.header-menu td.td_red {
		display: block;
		width: 100%;
		background: #362862;
		margin: 0;
		padding: 0;
		border: none;
		border-bottom: 2px solid #fff;
	}

	table.outer_table, table.outer_table td.outer_table_td {
		padding: 0;
	}

	input#mobile-menu-toggle {
		display: none;
	}
	table.header-menu {
		display:none;
		padding-left: 0!important;
	}
	td.mobile-menu-con img {
		height: 39px;
		padding-right: 5px;
	}
	td.mobile-menu-con {
		padding: 0!important;
		border-color: #362862!important;
		width: 99px;
		text-align: right;
	}
	input#mobile-menu-toggle:checked+.header-menu{
		display:block;
	}
	table.outer_table td.body-left-col, table.outer_table td.body-right-col {
		background: #fff;

	}
	table.header-menu {
		background: #362862;
	}
	tr.header a {
		color: #fff;
	}

	table.outer_table {
		width: 100%;
	}

	td.outer_table_td {
		padding: 5px 0;
		font-size:16px;
	}

}

@media (max-width:400px){
	table.outer_table td.body-left-col, table.outer_table td.body-right-col{
		display: none!important;
	}

	table.outer_table td.outer_table_td {
		padding: 0 5px;
	}
}