/**Layout**/

* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 11px/1.75em Verdana, Arial, Helvetica, sans-serif;
	background: #d6dbe6;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	min-height: 100%;

}
#main wrap {
	width: 800px;
	margin: 0px;
	position: relative;
	min-height: 100%;
}
#wrap {
	background: #FFFFFF;
	margin: 0px auto;
	position: relative;
	width: 740px;
	text-align: left;
	height: 100%;
}
#header {
	width: 740px;
	height: 100px;
	background: #990000;

}
#searchbar {
	height: 50px;
	width: 740px;
	position: relative;
	float: left;
	background: #990000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #7E1519;
}
#logo {
	height: 110px;
	width: 215px;
	float: left;
	background: #FFFFFF url(../images/logo.jpg) no-repeat center center;
}
#photo {
	height: 110px;
	width: 525px;
	background: url(../images/photo.jpg) no-repeat right top;
	float: left;
}
#nav {
	position: relative;
	background: #FFFFFF;
	width: 740px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: visible;
}
#content {
	background: url(../images/content_bg.jpg) repeat-x;
	text-align: left;
	height: 100%;
	background-color: #FAFBFC;
	width: 515px;
	position: relative;
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#spotlight {
	background: #6d80ad url(../images/spotlight_header.jpg) no-repeat center top;
	text-align: left;
	width: 192px;
	float: right;
	position: relative;
	height: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main {
	width: 740px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
#spotlight header {
	background: url(../images/spotlight_header.jpg) no-repeat center top;
	height: 28px;
	width: 192px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#footer {
	background: #7E1519;
	height: 30px;
	width: 740px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font: 11px "Trebuchet MS";
	color: #FFFFFF;
	float: left;
	border-top: 1px solid #FFFFFF;
}
h1 {
	text-transform: uppercase;
	font: 20px/1.25em "Trebuchet MS";
	letter-spacing: 1px;
	color: 990000;
}
h2 {
	font: 16px "Trebuchet MS";
	color: #761012;
}
#nav ul {
	height: 41px;
	width: 739px;
	list-style: url(file:///C|/Users/Erin/Documents/CavinConsulting/dev/none) none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/nav.jpg) repeat-x;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#nav ul li a {
	display: block;
	float: left;
	width: 183px;
	margin: 0;
	color: #FFFFFF;
	font: bold 11px/45px "Trebuchet MS";
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	border-right: 1px solid #FFFFFF;
	height: 42px;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #CCCCCC;
	border-bottom: 3px solid #000066;
}
h1 {
	font: 20px "Trebuchet MS";
	color: #811A1E;

/** Questions **/

}

.questions{ /*header of 2nd demo*/
	cursor: pointer;
	cursor: pointer;
	font: bold 14px "Trebuchet MS";
	margin: 10px 0;
	color: #000066;
	width: 450px;
	background-color: #FFFFFF;
}
.thelanguage {
	width: 450px;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #7F171B;
	width: 450px;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #304572;
	width: 450px;
}
.spotlighttext {
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 90%;
	line-height: 1.75em;
}
.spotlightheading {
	font: 14px/1.75em "Trebuchet MS";
	color: #FFFFFF;
}
.thelanguagelist {
	font: bold 14px "Trebuchet MS";
	margin: 10px 0;
	color: #000066;
	width: 450px;
	background-color: #FFFFFF;
}
