

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	background: #7997ed;        
}

/* Web page container to centre whole page */
#page-container {
 	margin-right: auto;
	margin-left: auto;
	width: 98%; /* Holding outermost DIV */
	max-width: 960px;
	border:2px solid #5970B2; 
	background: #ffffff;
}

hr {
margin: 0;
width: 100%;
height: 4px;
background-color:#5970B2;
color:#5970B2;
}


/* ..............................Header container............................*/


#header_container {
 	width: 100%;
 	height: 120px;
 	background: #ffffff;
}
/* ...................................Header left .........................*/

#header_left {
 	position: relative;
 	height: 120px;
 	width: 50%;
	float: left;
}

#position_name{  
 	position: absolute; 
	left: 35px; 
	top: 0px;
 	
}

#position_menu{  
 	position: absolute; 
	left: 35px; 
	top: 70px;
 	
}


#bigfont {
	font-size: 20px;
	color: #0000ff;
	margin-left: 15px;
}

/* ...................................Header right .........................*/

#header_right {
 	position: relative;
 	height: 120px;
 	width: 50%;
	float: right;
}

#hed_rightinside{  
 	position: absolute;
	 top: 5px; 
 	width: 100%;
	text-align: center;
 	
}


#contents {
	width: 100%;
	background: #ffffff;
	overflow:hidden;
/*		url(../graphics/backmiddle.jpg); */
}


/* left contents */
#contents #left {
 	float: left;
	width: 50%;
	text-align: left;
	background: #ffffff;
}

#contents #leftinside {
	width: 100%;
	text-align: center;
}

/* right contents */
#contents #right {
 	float: right;
 	width: 50%;
 	overflow:hidden;
	background: #ffffff;
}

#contents #rightinside {
	width: 100%;
	text-align: center;
}

#contents_terms {
	width: 100%;
	font-size: 12px;
	margin: 0px 2px 0px 2px;
	text-align: left;
	background: #ffffff;
}


#contents_move {
	width: 100%;
	background: #ffffff;
	overflow:hidden;
}

	

/* left contents */
#contents_move #move_left {
 	float: left;
	width: 50%;
	text-align: center;
	background: #ffffff;
}


/* right contents */
#contents_move #move_right {
 	float: right;
 	width: 50%;
 	overflow:hidden;
	background: #ffffff;
}

#faqp {
 	margin: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}


#contents_questions {
	width: 760px;
	background: #ffffff;
	height: 610px;
}

/* left questions */
#contents_questions #left {
 	float: left;
	width: 400px;
	text-align: center;
}

/* right questions */
#contents_questions #right {
 	float: right;
 	width: 350px;
	text-align: left;
}

#contents_quote {
	width: 760px;
	background: #ffffff;
	height: 580px;
}

#contents_enter_quote {
	width: 100%;
	background: #ffffff;
	font-size: 18px;
	overflow:hidden;
}

/* left contents */
#contents_enter_quote #left_business {
 	float: left;
	width: 50%;
	text-align: left;
	background: #ffffff;
}

/* right contents */
#contents_enter_quote #right_business {
 	float: right;
 	width: 50%;
 	overflow:hidden;
	background: #ffffff;
}

/* left questions */
#contents_quote #left {
 	float: left;
	width: 340px;
	height: 250px;
	text-align: center;
}

/* right questions */
#contents_quote #right {
 	float: right;
 	width: 400px;
 	height: 250px;
	text-align: center;
}

#contents p {
	font-size:12pt; 
	text-align:left;
    font-family:arial,sans-serif; 
	font-weight:bold;
	margin: 0;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

img.floatLeftClear { 
    float: left; 
    clear: right; 
    margin: 4px; 
}

/* Footer */
#footer {
 	clear: both;
 	height: 30px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: 400;
	background: #5970B2;
	color: #000000;
}




#footer a:link {
	color: #000000;
}

#footer a:hover {
	color: #db6d16;
}

#footer_left {
 	clear:left;
 	width: 50%;
 	text-align: center;
	float: left;
    overflow: hidden;
}

#footer_right {
 	clear:right;
 	width: 50%;
 	text-align: center;
	float: right;
    overflow: hidden;
}
  


/* Drop Down Menu */

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
/*	margin:2em;
	margin-top: 1em; */
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #5970B2;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #49A3FF;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../graphics/navdown_white.png);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../graphics/nav_white.png);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:11em;	
	}

#menuh li
	{
	position:relative;
	min-height: 1px;
	vertical-align: bottom;	
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}


h1 {
	font-size:12pt; 
	text-align:center;
    font-family:arial,sans-serif; 
	font-weight:bold
}
h2 {
	font-size:12pt; 
	text-align:left;
    font-family:arial,sans-serif; 
	font-weight:bold
}
h3 {
 	color:#000088; 
	font-size:12pt; 
	text-align:center;
    font-family:arial,sans-serif; 
	font-weight:bold
}
h4 {
 	color:#000000; 
	font-size:12pt; 
	text-align:center;
    font-family:arial,sans-serif; 
	font-weight:bold
}

h5 {
	font-size:12pt; 
    font-family:arial,sans-serif; 
	font-weight: 525;
}

p {
	margin-top:0px;
	margin-right:5px;
	margin-left:5px;
}

@media screen and (max-width: 640px) {
 
#page-container {
   width: 100%;      	
}

#header_container {
   height: 240px;
}

 #header_left {
   width: 100%;
}

 #header_right {
   width: 100%;
}

#contents #left {
   width: 100%;
}

/* right contents */
#contents #right {
   width: 100%;
}

	

/* left contents */
#contents_move #move_left {
	width: 100%;
}


/* right contents */
#contents_move #move_right {
 	width: 100%;
}

#contents_enter_quote #left_business {
	width: 100%;
}

/* right contents */
#contents_enter_quote #right_business {
	width: 100%;
}

#footer {
 	height: 60px;
  }


#footer_left {
 	width: 100%;
}

#footer_right {
 	width: 100%;
}
    
}


       

       