@font-face {
  font-family: 'HelveticaNeueLTCom';
  src: url('fonts/helveticaneueltcom-lt.eot');
  src: url('fonts/helveticaneueltcom-lt.eot') format('embedded-opentype'),
       url('fonts/helveticaneueltcom-lt.woff') format('woff'),
       url('fonts/helveticaneueltcom-lt.ttf') format('truetype')
}

body {
	margin: 0;
	text-align: center;
	font-family: 'HelveticaNeueLTCom';
	background-color: #03297E;	
}

h1 {
	color: #03297E;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 'HelveticaNeueLTCom';
	text-align: center;	
}

h2 {
	color: #F1DF01;
	font-family: 'HelveticaNeueLTCom';	
}

h3 {
	color: #0F4AD0;
	font-family: 'HelveticaNeueLTCom';
}

p {
	color: #011459;
	font-family: 'HelveticaNeueLTCom';
}

input {
	font-family: 'HelveticaNeueLTCom';	
}

textarea {
	overflow: auto;
	font-family: 'HelveticaNeueLTCom';	
}

ul, li { 
/*	list-style: none; */
	color: #011459;
	font-family: 'HelveticaNeueLTCom';	
}

ol {
	display: block;
	color: #011459;
	font-family: 'HelveticaNeueLTCom';	
}

#container {
	width: 960px; 
	margin: 148px auto 0px;
}

#fixed-header {
	width: 100%; 
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9998;
	height: 126px;
}

#header {
	background-color: #EFEFEF;
	max-width: 960px; 
	height: 126px; 
	margin:0px auto; 
	text-align: left;
	position: relative;
}

#logo {
	width: 100%;
	height: 126px;
	margin: 0px auto;
	color: #FF6480;
	text-align: center;
	font-size: 80px;
}

#judith_logo {
	height: 126px;
	float: left;
}	

#contact_details {
	float: right; 
	margin-top: 10px; 
	margin-right: 30px; 
	text-align: right;
}

#contact_details a, #contact_details a:visited{
	text-decoration: none;
	color: #04175B;
	font-size: 23px;
}

#contact_details a:hover {
	color: #F1DF01;
}

#menu {
	background-color: #EFEFEF;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #03297E;
	float: left;
	font-size: 17px;
	width: 100%;
}

#menu ul {
	width: 100%; 
	margin: 0px auto; 
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#menu li {
	color: #011459;
	display: inline;
}

#menu li:hover {
	background-color: #0F4AD0;
}

#menu li.first {
	margin-left: 0;
}

#menu li a, #menu li a:visited {
	color: #011459;
	text-decoration: none;
	padding: 0px 20px;
}

#menu li a:hover {
	color: #F1DF01;
}

#menu ul ul {
	display:none;
	list-style: none;
	padding-left: 0px;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	z-index: 100;
}

#menu ul ul:hover {
/*	display: block;*/
}

#menu ul li:hover > ul {
	display: block;
	width: 190px;	
	background-color: #0F4AD0;
	text-align: center;
}

#menu ul li li {
	height: 30px;
	width: 190px;	
	text-align: left;	
	border-top: 1px solid #FAFAFA;	
	padding-left: 0px;
	margin-left: 0px;
}

#menu ul ul li a, #admin_menu ul ul li a:visited {
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	width: 170px;
	color: #FFFFFF;
}
#menu ul li:hover li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #03297E;
}

#menu ul li:hover li a:hover {
	color: #F1DF01;
	font-weight: normal;
}

#menu ul ul li:hover li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#198A9E;
}

#content {
	background-color: #FFFFFF;
	color: #011459;
	float: left;
	padding-bottom: 50px;
	width: 100%;
}

#judith_image {
	float: right; margin-left: 15px; margin-bottom: 15px; width: 33%;
}

#footer {
	background-color: #0638AA; 
	padding-bottom: 15px;
	padding-top: 15px;
	color: #FFFFFF;
	border-top: 4px solid #000000;
	float: left;
	width: 100%;
}

#footer .divider {
	width: 960px; 
	background-color: #000000; 
	height: 4px; 
	position: relative;
	left: 0px;
	margin-top: 0px;
	overflow: hidden;
}

#footer .left {
	float: left;
	margin-left: 10px;
	clear: left;
}

#footer .right {
	float: right;
	margin-right: 10px;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}	

#footer .weblink, #footer .weblink:visited {
	color: #FF6480;
	text-decoration: none;
	font-weight: bold;
	font-size: 23px;
}	

#footer a:hover {
	color: #FF6480;
}

#footer .full {
	text-align: center;
	width: 100%;
}

#footer .full .address {
	text-align: center;
	width: 270px;
	margin: 0px auto;
}		

#menu_footer {
	width: 960px; 
	padding-top: 15px;
	font-size: 17px;
}

#menu_footer ul {
	width: 940px; 
	margin: 0px auto; 
	padding: 0px;
	list-style-type: none;
}

#menu_footer li {
	color: #FFFFFF;
	float: left; 
	margin-left: 13px;
}	

#menu_footer li.first {
	margin-left: 0;
}

#menu_footer li a, #menu_footer li a:visited {
	color: #FFFFFF;
	float: left; 
	text-decoration: none;
}	

#menu_footer li a:hover {
	color: #F1DF01;
	font-weight: bold;
	float: left;
}

#details .light-blue {
	background-color: #0F4AD0;
	font-size: 23px;
	color: #FFFFFF;
	padding: 3%;
	border-radius: 25px;
	float: left;
	margin-bottom: 3px;
	width: 94%;
}

#details .light-blue p {
	font-size: 23px;
	color: #FFFFFF;
}

#details .light-blue .number {
	border: 1px solid darkgray;
	background-color: #FFC0CB;
	color: #011459;
	border-radius: 23px;
	width: 23px;
	font-size: 18px;
	margin-right: 7px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	font-weight: bold;
	line-height: 23px;
}

#details .light-blue div {
	color: #FFFFFF;
	margin-bottom: 15px;
}

#details .light-blue h2 {
	margin: 0px auto 10px;
}

#details .light-blue .info {
	border: 1px solid #FFFF00;
	background-color: #F1DF01;
	color: #011459;
	border-radius: 23px;
	width: 23px;
	font-size: 19px;
	margin-right: 7px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	font-weight: bold;
	line-height: 23px;
}

#details .light-blue li {
	margin-bottom: 5px;
	list-style-type: none;
	color: #FFFFFF;
}

#details .red {
	background-color: #FF0000;
	color: #03297E;
	padding: 3%;
	width: 94%;
	border-radius: 25px;
	float: left;
	margin-bottom: 3px;
	margin-top: 25px;
}

#details .red h2 {
	margin: 0px auto 10px;
	font-size: 57px;
	text-align: center;
}

#details .light-green {
	background-color: #49A749;
	font-size: 23px;
	color: #FFFFFF;
	padding: 3%;
	border-radius: 25px;
	width: 94%;
	float: left;
	margin-bottom: 3px;
}

#details .light-green .number {
	border: 1px solid darkgray;
	background-color: #FFC0CB;
	color: #011459;
	border-radius: 23px;
	width: 23px;
	font-size: 18px;
	margin-right: 7px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	font-weight: bold;
	line-height: 23px;
}

#details .light-green div {
	color: #FFFFFF;
	margin-bottom: 15px;	
}

#details .light-green h2 {
	margin: 0px auto 10px;
}

#details div.step-number {
	border: 1px solid darkgray;
	background-color: #FFC0CB;
	color: #011459;
	border-radius: 23px;
	width: 80px;
	font-size: 18px;
	margin-right: 7px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	font-weight: bold;
	line-height: 23px;
}

#details .light-blue div h2 {
	font-size: 23px;
}

#details .light-blue form {
	float: right;
	margin-right: 3px;
}


#details {
	clear: both;
	color: #FFFFFF;
	margin: 30px auto 0px;
	width: 90%;
	font-size: 18px;
	text-align: left;
}

#details a, #details a:visited {
	color: #B0B0B6;
	text-decoration: none;
}

#details a:hover {
	color: #F1DF01;
}

#details h2 {
	margin-bottom: 0px;
}

#details p {
	margin-top: 5px;
}

#contact-details {
	clear: both;
	color: #FFFFFF;
	float: left;
	width: 400px;
	text-align: left;
	font-size: 23px;
}

#contact-details a, #contact-details a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#contact-details a:hover {
	color: #F1DF01;
}

#details a.more {
	float: right;
	margin-right: 3%;
	color: #FFFF00;
}

#details a.more:hover {
	color: #FFFFFF;
}

#buy-now-holder {
	width: 100%;
	text-align: center;
}

#details a.buy-now {
	color: #FFFFFF;
	font-size: 40px;
}

#details a.buy-now:hover {
	color: #0F4AD0;
}

#details p.futher_assistance {
	float: left;
	margin-top: 35px;
}

#submit_button {
 	background-color: #FF6480;
	border: 1px solid #0F4AD0;
  border-radius: 25px;
  padding: 5px 10px;
}

#submit_button:hover {
 	background-color: #EFEFEF;
 	cursor: pointer;
}

.form_field_name {
	color: #011459;
}

.not_all {
	width: 1px;
	border: none;
	background-color: #0F4AD0;
}

.red-message {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 3%;
	width: 94%;
	border-radius: 25px;
	float: left;
	margin-bottom: 3px;
	margin-top: 25px;
	font-size: 23px;
}