/* this next line wipes out all browsers default margins, padding and intentation to a clean sheet
now we can reset the indentation to our preferred values and ALL browsers should now work the 
same instead of adding our settings to the internal default values  */
* { padding:0; margin:0; } 

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5% 1em auto; } 
li, dd { margin-left:5%; } 

fieldset { padding: .5em; }
/* end of reset default settings section */

body {
	background-color:#ffffff;
	background-image: none;
/*	background-repeat: no-repeat; 
	background-position: center right; */
	margin: 0px;
	border:0px; 
	}

#entrypage {
	background-color:#000000;
}

#mainpage {
	background-color:#ffffff;
	background-image: url(../images/worldassure_shadow.jpg);
	background-repeat: no-repeat; 
	background-position: center right; 
	margin: 0px;
	border:0px; 
	}

#solutionpage {
	background-color:#ffffff;
	background-image: url(../images/worldassure_compass.jpg);
	background-repeat: no-repeat; 
	background-position: bottom right; 
	margin: 0px;
	border:0px; 
	}

#eventspage {
	background-color:#ffffff;
	background-image: url(../images/worldassure_compass.jpg);
	background-repeat: no-repeat; 
	background-position: center center; 
	margin: 0px;
	border:0px; 
	}

#intro {
	background-color:#ffffff;
	background-image: url(../images/ostrich.jpg);
	background-repeat: no-repeat; 
	background-position: top center; 
	margin: 0px;
	border:0px; 
	}



#home_logo {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	position:absolute;
	bottom:100px;
	left:0px;
	width:100%;
	text-align:center;
	}

#home_mainstrapline {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	color:#cccccc;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-transform: none;
	}

#home_strapline {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	position:absolute;
	bottom:50px;
	left:0px;
	width:100%;
	color:#cccccc;
	font-size:12pt;
	font-weight:normal;
	text-align:center;
	}

#home_strapline span {
	color:#cccccc;
	font-size:16pt;
	font-weight:normal;
}

#home_entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:20px;
	left:0px;
	width:100%;
	color:#cccccc;
	font-size:12pt;
	font-weight:normal;
	text-align:right;
	}

#home_entry a {
	color:white;
	font-size:8pt;
	margin-right:30px;
	text-decoration:none;
}

#home_entry a:hover {
	color:white;
	font-size:8pt;
	margin-right:30px;
	text-decoration:underline;
}

#mainpage_table {
	color:#333333;
	text-align:center;
}

#mainpage_table th {
	font-family: Times New Roman, serif;
	font-weight:bolder;
	height:40px;
	color:#356BA9;
}

#mainpage_table td {
	font-family: Times New Roman, serif;
	padding-left:20px;
	padding-right:20px;
	color:#333333;
	text-align:center;
}

.mainPage_strap {
	font-weight:bold;
	width:75%;
}
.mainPage_text {
	text-align:justify;
}

#footer_logo {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	position:relative;
	width:100%;
	text-align:center;
	margin-top:5px;
}

.panelimage {
	margin-top:0em;
	margin-bottom:1em;
}

.checkboard {
	border:1px solid #000000;
}

.intro {
	color:#356BA9;
	font-weight:bold;
}

#intro_logo {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	position:absolute;
	bottom:45px;
	left:0px;
	width:100%;
	text-align:center;
	}

.moreinfo {
	font-weight:bold;
	font-style:italic;
	font-size:10pt;
	color:#666666;
}

.moreinfo a {
	color:#222222;
	text-decoration:none;
}

.moreinfo a:hover {
	color:#222222;
	text-decoration:underline;
}

.moreinfoplain {
	font-weight:bold;
	font-style:normal;
	font-size:8pt;
	color:#ffffff;
}

.moreinfofooter {
	position:absolute;
	bottom:20px;
	text-align:center;
}

.moreinfofooter TD {
	text-align:center;
}

.address {
	font-weight:bold;
	font-style:normal;
	font-size:10pt;
	color:#444444;
}

.address a {
	color:#111111;
	text-decoration:none;
}

.address a:hover {
	color:#111111;
	text-decoration:underline;
}

.address strong {
	font-weight:bold;
	color:#111111;
}

.clientnote {
	font-weight:bold;
	font-style:italic;
	font-size:10pt;
	color:#444444;
	margin-left:30px;
	margin-right:30px;
	text-align:left;
}

.clientnote strong {
	font-weight:bold;
	font-style:normal;
	color:#111111;
}


/* controls the top level menu by setting overall width, margins and border colors and sizes */
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	top:5%;
	left:15%;
	width: 6em;
	border:1px solid #666666;
	background:#eeeeee;
}

#entrypage #nav {
	display:none;
	top:80%;
	left:85%;
}

#nav ul {
	float: left; 
	width: 6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight: normal;
	list-style: none;
	line-height: 1em; 
	padding: 0.1em;
	border: 0px solid #ff0000;
	border-width: 0px 0px;
	border-style:outset;
	margin: 0 0 0.2em 0em;
}

/* sets the active link to a conceptual box with defined width in which the link text fits centrally */
#nav a {
	/*outline:none; */
	display: block;
	width: 8em; 
	color: #666666;
	text-decoration: none;
	text-align:center;
	padding: 0.1em;
	margin-left: 0.1em; 
}

/* controls presentation of the top level menu block ie. border width color & style and margin
controls the interspacing between the menu blocks */
#nav li {
	float: left;
	padding: 0;
	width: 8em;
	margin: 0.1em 0 0 0;
	border:0px solid #cccccc;
	border-style:outset; 
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:1em;
	font-weight: normal;
	border: solid #cccccc;
	border-width: 0em;
	margin: 0;
	margin-left:0em;
	margin-top:0;
	background:cccccc;
}

/* controls the alignment and positioning of nested (drop-down) links */
#nav li li a {
	text-align:left;
	margin-left:0.6em;
}



/* controls the position of the grandchild menu block while you hover over the grand parent menu */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* note for correct operation of hover styles for submenus with Internet Explorer a small javascript
routine MUST be run on page loading. This is not needed for standards compliant browsers! */ 
/* ensures the child block is brought into view when you hover over parent menu */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


/* sets the color of the menu text during hover */
#nav li li a:hover {
	outline:none;
	color:#333333;
	font-weight:bolder;
}


.next {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* position:absolute;
	bottom:20px;
	left:0px;
	text-align:right;
	width:100%; */
	color:#356BA9;
	font-size:12pt;
	font-weight:normal;
	}

.next a {
	color:#356BA9;
	font-size:8pt;
	/* margin-right:30px; */
	text-decoration:none;
}

.next a:hover {
	color:#356BA9;
	font-size:8pt;
	text-decoration:underline;
}

.prev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* position:absolute; 
	left:0px;
	text-align:left;
	width:100%;
	bottom:20px; */
	color:#356BA9;
	font-size:12pt;
	font-weight:normal;
	}

.prev a {
	color:#356BA9;
	font-size:8pt;
	/* margin-left:30px; */
	text-decoration:none;
}

.prev a:hover {
	color:#356BA9;
	font-size:8pt;
	text-decoration:underline;
}
