/* Start of CMSMS style sheet 'home' */
/* Home Page Specific CSS Document */

html, body {
	background-image: url(images/bkgdHome.jpg);
	background-repeat: repeat-x;
}

#flashContent {
	float: left;
	margin: 18px 0 0 0;
	padding: 0;
	width: 635px;
}

ul#introNav {
	margin: 18px 0 0 0;
	padding: 0;
	float: right;
	width: 320px;
}

ul#introNav li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: both;
}

.homeBoxTop {
	background-color: #D3DEBA;
	height: 35px;
}

.homeBoxCornerLeft {
	float: left;
}

.homeBoxCornerRight {
	float: right;
}

.homeBoxTop h1 {
	margin: 0;
	padding: 10px 0 0 10px;
	color: #375D81;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
}

.homeBoxBottom {
	background-image: url(images/homeBoxFillBottom.gif);
	background-repeat: repeat-x;
	height: 37px;
}

.homeBoxContent {
	background-image: url(images/homeBoxContentBkgd.png);
	background-repeat: repeat-x;
	width: 262px;
	height: 150px;
	padding: 10px 20px 20px 20px;
}

.homeBoxContentTemp {
	background-image: url(images/homeBoxContentBkgd.png);
	background-repeat: repeat-x;
	width: 262px;
	height: 188px;
	padding: 0;
}

.homeBoxLink {
	float: right;
	margin: 13px 0;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

.homeBoxLink:hover {
	text-decoration: underline;
}

.homeBoxButton {
	float: right;
	margin: 12px 10px;
}

/* intro links right of Flash */

/* CSS Document */

.introNavHolder {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: both;
	width: 320px;
	height: 45px;
	background-image: url(../../images/bkgd_introNavHolder.jpg);
	background-repeat: no-repeat;
}

.introNavHolder h1, .introNavHolder p {
	text-align: right;
	margin: 0 60px 0 0;
	text-transform: uppercase;
	line-height: 110%;
}

.introNavHolder h1 {
	margin-top: 10px;
}

.introNavHolder h1 a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.introNavHolder h1 a:hover {
	text-decoration: underline;
}

.introNavHolder p {
	font-size: 10px;
	color: #999;
}

/* end intro links right of Flash */

/* End of 'home' */

