/* CSS for Modified Home Page
	CulturesCrossing.com */
	
/* ------- Basic Parameters */
	
body {
	margin: 0;
	padding: 0;
	background: #ececec;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
	line-height: 1.7em;
	color: #000;
	}

#container {
	background: #ffffcc;
	margin: 2em auto;
	padding: 0;
	border: 3px solid #333366;
	width: 870px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 813px;
	} 
	
#main {
	border: 0px solid #fff;
	padding: 0 20px 0 30px;
	margin: -0.5em 0 0 0;
	width: 575px;
	float: right;
	text-align: left;
	}
	
#nav {
	font-family:  Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	width:200px;
	/* height: auto; */
	position:relative;
	top: -0.35em;
	left:0;
	bottom: 0;
	background-color: #333366;
	color:#FFFFFF;
	text-align:left;
	border-right: 1px solid #2d73b9;
}
/* Now, let's save IE from itself */

* html #nav {
	width:193px;
	}
	
* html #main {
	width: 555px;
	float: right;
	}

#button {
        border-right: 0px solid #2d73b9;
        padding: 0 0 0 0;
		margin-bottom: 0;
        font-family: 'Trebuchet MS', 'Lucida Grande',
          Verdana, Lucida, Geneva, Helvetica, 
          Arial, sans-serif;
        background-color: #333366;
        color: #333;
}
		
#button ul {
		list-style: none;
        margin: 0;
        padding: 0;
        border: none;
}
                
#button li {
        border-bottom: 1px solid #90bade;
        margin: 0;
}

#button li a {
		display: block;
        padding: 5px 5px 5px 0.5em;
        border-left: 0px solid #1958b7;
        border-right: 0px solid #508fc4;
        background-color: #000066;
        color: #fff;
        text-decoration: none;
        width: 100%;
}

html>body #button li a {
        width: auto;
}

#button li a:hover {
        border-left: 0px solid #1c64d1;
        border-right: 0px solid #5ba3e0;
        background-color: #2586d7;
        color: #fff;
}

#footer {
	background: #000;
	color: #ffffff;
	font-size: 80%;
	clear: both;
	}
	
	/* -- typefaces -- */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	line-height: 1.1em;
	color:#000066; /* Switched this from their original dark red. PA */
}

h2 {
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 0.4em;
	text-transform:uppercase;
	color:#000066;
}

h3 {
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	color: #000066;
}

p {
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:1.2em;
}

.mainbullets {
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
}

.disclaimer {
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:9px;
	color: #666666;
	}
	
.testi {
	color:#003399;
	font-size:13px;
	letter-spacing: -0.1em;
	}

img {
	border-bottom: 1px solid #333366;
	}

#announcement-holder {
height: 60px;
}
	
#announcement01 {
	font-size: 125%;
	color: #990000;
	background-color: #CCCCCC;
	margin: 0 0 10px 0;
	padding: 5px;
	float: left;
	border: 1px solid #000000;
	width: 260px;
	text-align: left;
	line-height: normal;
	
}

#announcement02 {
	font-size: 125%;
	color: #990000;
	background-color: #CCCCCC;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 5px;
	float: right;
	border: 1px solid #000000;
	width: 270px;
	text-align: left;
	line-height: normal;
	
}
