@charset "utf-8";

html {
    background: url(images/unity-bg.png) top left repeat-x #cccccc;
    height: 100%;
}

body {
	background: url(images/unity-bg-seal.png) no-repeat;
	background-position: 95% 95%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 110%;
	min-height:100%;
	margin-left: 0px;
	margin-top: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #AAAA00;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}

.sidebarmenu {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

.sidebarmenusmall {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}


.storytitle {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

.leafwh1 {
	background-color: #FFFFFF;
	background-image: url(images/leaf-grey2.png);
	background-repeat: no-repeat;
	background-position: 95% 95%;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

.leafwh2 {
	background-color:#FFFFFF;
	background-image: url(images/leaf-grey2.png);
	background-repeat: no-repeat;
	background-position: 95% 97%;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 18px;
}

.wholepage {
	background-color: #FFFFFF;
	background-image: url(images/leaf-grey2.png);
	background-repeat: no-repeat;
	background-position: 95% 95%;
	text-align: left;
	padding: 20px;
}

.wholepagegrey {
	background-color: #EBEBEB;
	background-image: url(images/leaf-white.png);
	background-repeat: no-repeat;
	background-position: 95% 95%;
	text-align: left;
	padding: 20px;
}

.leafgr1 {
	background-color: #EBEBEB;
	background-image: url(images/leaf-white2.png);
	background-repeat: no-repeat;
	background-position: 15% 95%;
	text-align: left;
}

.footer {
	background-image: url(images/unity-footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}

.spanish {
	left: 15px;
	position: relative;
}

.ptit {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold;
	font-size: 18px;
}

.ptit2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold;
	font-size: 16px;
	padding-top: 14px;
}

.ptit3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold;
	font-size: 14px;
	padding-top: 6px;
	font-style: italic;
}
.byline {
	font-size: 9px;
	color: #666666;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: normal;
	padding-bottom: 0px;
}
.h6 {
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: normal;
}
.storycontent {
	padding-bottom: 4px;
}
.container {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.joinourteam {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #CCCCCC;
	padding: 10px;
	font-weight: bold;
	float: left;
	font-size: 14px;
}
.centerpage {
	position: relative;
	top: 30%;
}

.whitelink a {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
