/* CSS Document */
* {
	margin:0; padding:0;
}
body {
    behavior: url(csshover.htc); /* WinIE behavior call */
	margin:0px; 
	padding:0px; 
	font: 12px verdana, arial, sans-serif; 
	text-align:left;
}
div#mainwrap {
	width:750px; 
	margin-left:auto; 
	margin-right:auto;  
	text-align:left;
	border: 2px solid #770277;
}
div#header {
    width:750px;
	height:225px;
	background-color:#FFF;
	/*text-align:center;*/
	padding-top: 0;
	background-image: url(../images/background4.gif);
	background-repeat: no-repeat;	
	/*border: thin solid #0000FF;*/
}

div#header span p{
    position: relative;
    top: 60px;
	/*top: 65px;*/
    left: 540px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style:normal;
    font-size: 11px;
}
div#header span p a:link{
	text-decoration: none;
    color: #770277;
}
div#header span p a:visited{
	text-decoration: none;
	color: #770277;
}
div#header span p a:hover{
	text-decoration: underline;
	color: #770277;
}

div#header img {
	position: relative;
	/*top:72px;*/
	top: 67px;
	left:183px;
}
div#header p {
	position: relative;
	left: 180px;
	/*top: 80px;*/
	top: 70px;
	font-family: Georgia, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: .02em;
	color: #770277;
}
div#header p span{  /* this is for the clock */
	position: relative;
	left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .2px;
	color: #000;
}
div#contentarea {
    position: relative;
	top: 0;
	left: 0;
	width:750px;
	height:398px; 
	background-color:#B2A4B5; 
	background-image:url(../images/handshake.gif);
	background-repeat: no-repeat;
	/*border: thin solid #0000FF;*/
}
div#column1 {
    position: relative;
	top: 0;
	left: 0;
	width:150px;
	height: 398px;
	float:left;
	/*border: thin solid #00FF00;*/
}
div#column1 img {
    position: relative;
	top: 0px;
	left: 0px;
	width:150px; 
	float:left;
}
/*div#column1 ul {margin: 20px 0 0 26px;}*/

/* start of navigation styles */
/*
.wrapper {
	width: 150px;
	height: 368px;
	margin-top: 0px;
	text-align: left;
	/*filter: alpha(opacity=60);
	opacity: 0.6;*/
	/*border: thin solid #000000;
}
*/
div#nav {
	float: left;
	width: 150px;
	height: 368px;
	margin: 0px 40px 5px 0px;
	padding-top:10px;
	background-color: #B2A4B5;
	filter: alpha(opacity=80);
	opacity: 0.8;
	/*border: thin solid #FFF000;*/
}
div#nav ul {
	margin: 0px;
	padding: 0px;
	width: 150px;
	background-color: #B2A4B5;
	filter: alpha(opacity=80);
	opacity: 0.8;
}	/* flyout elements need a background image or color to avoid bugs in IE/win */
div#nav li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
}
div#nav li:hover {
	background-color: #F7B4F3;
	}

div#nav li.submenu {
	background-repeat: no-repeat;
	height: 26px;
}

div#nav li a {
	display: block;
	padding: 5px 10px;
	color:#000000;
	text-decoration: none;
	width: 100%;
	voice-family: "\"}\" "; voice-family:inherit;
	width: 130px;
}
div#nav>ul a {
	width: auto;
	}
div#nav ul ul {
	position: absolute;
	/*left: -3000px;*/
	top: 0px;
	left: 150px;
	display: none;
	filter: alpha(opacity=80);
	opacity: 0.8;
}	/* flyout elements need a background image or color to avoid bugs in IE/win */

div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
	width: 150px;
	/*left: 150px;
	top: 0px;*/
}


/* \*/ /*/ 
ul li ul {position: static;}
/* */

/* The block above hides the rule inside so that only IE5/Mac can see it.
This rule causes the menus to be fully expanded vertically in that browser,
allowing those users to access the navigation without needing to hover it. */

/* end of navigation styles */

/*
div#column2 {
    width:450px; 
	background-color:#FFF;
}
*/

/*div#column2 p {
	font-size:.8em; 
	margin:1em 30px;
}
*/

div#column3 {
    position: relative;
	top: 0;
	left: 0;
	width:150px; 
	background-color:#FFF; 
	float:right;
	/*border: thin solid #00FF00;*/
}
/*div#column3 p {
	margin: 20px 10px 0 10px;
}
*/


div#footer {
    width: 750px;
	height: 90px; 
	background-color:#B2A4B5; 
	padding-top:10px;
	/*border: thin solid #FF0000;*/
}

div#footer span p{
    position: relative;
    top: 0px;
	left: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
    font-size: 10px;
	margin-bottom: 20px;
}
div#footer span p a:link{
	text-decoration: none;
    color: #000;
}
div#footer span p a:visited{
	text-decoration: none;
	color: #000;
}
div#footer span p a:hover{
	text-decoration: underline;
	color: #000;
}
div#footer p {
    font: 10px/14px verdana, arial, sans-serif; 
	position:relative;
    left: 15px;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

