/* CSS stylesheet for Worldwide Strategies Inc., Copyright 2007 */

/*------------------GENERAL STYLES*/

* {
	padding:0;
	margin: 0;
}
#container {
	margin: 0 auto;
	background: #003876;
	width: 750px;
	padding-bottom: 5px;
}
#header {
	width: 750px;
	height: 175px;
	background: #cccce6 url(../images/header.jpg) left top no-repeat;
}
#main {
	background: url(../images/mainBkgd.gif) 5px top repeat-y;
	padding: 0 5px;
	width: 740px;
}
#sidebar {
	float:left;
/*	background: url(../images/bottom-blocks.gif) left bottom no-repeat;
*/	height: 100%;
}
#contact {
	font:14px 'Arial Narrow', Arial, sans-serif;
	color: #003876;
	margin-left: 80px;
}
#content {
	background: url(../images/footer.gif) left bottom no-repeat;

}
	* html #content {
		height: 495px;
	}
	#content p {
		margin: 0 20px 15px 240px;
		font: 12px/16px Verdana, Arial, sans-serif;
	}
	#content a {
		color: #003876;
	}
	#content a:hover, #content a:active {
		color: #005941;
	}
#content>.clear {
	 height:1px; 
	 clear:both; 
	 background-color: #003876;
}
#copyright {
	width: 750px;
	margin: 0 auto;
	font: 10px Arial, sans-serif;
	color: #003876;
	padding-bottom: 15px;
}
.infoBox {
	background: #99afc8;
	width: 200px;
	float: right;
	margin: 0 20px 10px 10px;
	padding: 10px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	
}

/* -----------------------------------Navigation */
#navcontainer
{

width: 227px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Arial Narrow', Arial, sans-serif;
background-color: #d9e1eb;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #fff;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 3px 5px 3px 0.5em;
border-left: 10px solid #315e90;
border-right: 10px solid #c9d5e2;
background-color: #99afc8;
color: #003876;
text-decoration: none;
width: 85%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1b519e;
border-right: 10px solid #7d9ecb;
background-color: #4976b6;
color: #fff;
}


/* -----------------------------------Page Headers */
.replace {
	position: relative;
	margin: 0;
	padding: 0;
	/* hide overflow:hidden from IE5/Mac \*/
	
	overflow: hidden;
	/* */
}
.replace SPAN {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
#h-home, #h-home SPAN {
	background: url(../images/h-home.gif) left top no-repeat;
	width: 574px;
	height: 47px; 
}

/* -----------------------------------General/Miscellaneous */
strong {
	font-weight: bold;
}
.right {
	text-align: right;
}
.photo {
	margin:10px 20px 10px 10px;
}
h1 {
	color: #003876;
	font: bold 18px Arial, sans-serif;
	padding-bottom: 10px;
	margin-left: 240px;
}
h2 {
	color: #003876;
	font: bold 14px Arial, sans-serif;
	margin-left: 240px;
	padding-bottom: 5px;
}
h3 {
	font: bold 14px Geneva, serif;
	margin: 0 20px 0 240px;
}
.blue {
	font-weight: bold;
	color: #003876;
}
.subhead {
	font: italic bold 14px Arial, sans-serif;
}
ul.inline, ol.inline {
margin: 0 20px 10px 240px;
padding: 0;
border: none;
font: 12px/15px Verdana, Arial, sans-serif;
}
ol.inline {
	margin: 0 20px 10px 250px;
}
ul.box {
	font: 10px Verdana, Arial, sans-serif;
}
ul.box li {
	margin-left: 15px;
}
li {
	list-style-position: outside;
	margin-left: 20px;
}
li a {
text-decoration: underline;
}
li a:hover {
text-decoration: underline;
color: #003876;
}
blockquote {
	margin: 0 20px 10px 260px;
	font: 12px/15px Verdana, Arial, sans-serif;
}
.report {  /* Report links */
	float:right;
	padding-right: 20px;
	font: 12px/15px Verdana, Arial, sans-serif;
}