/* $Id: layout.css,v 1.7 2008-11-04 14:55:18 cgarvey Exp $ */

/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
	width: 742px;
	margin: 0px auto;
}

/** HEADER */

#header {
	height: 98px;
}

/** LOGO */

#logo {
	float: left;
	width: 440px;
	height: 98px;
	background: url(../images/theme/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** SEARCH */

#search {
	float: right;
	width: 262px;
	height: 83px;
	padding: 15px 40px 0px 0px;
}

/** SPLASH */

#splash {
	height: 219px;
}

#extra1 {
	float: left;
	width: 40px;
	height: 219px;
	background: url(../images/theme/homepage04.jpg) no-repeat left top;
}

#extra2 {
	float: right;
	width: 40px;
	height: 219px;
	background: url(../images/theme/homepage05.jpg) no-repeat left top;
}

#image1 {
	float: left;
	border: 5px solid #FFFFFF;
	/* pink for october */
	/* border: 5px solid #FC97C7;*/
	border-bottom: none;
}

/** MENU */

#menu {
	height: 46px;
	padding: 1px 45px;
}

#menu ul {
	width: 652px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 33px;
	padding-top: 13px;
	background: url(../images/theme/homepage09.gif) no-repeat left top;
}

#menu a:hover {
	color: #D86B00;
}


#menu .first a {
	width: 129px;
	background: none;
}

/** CONTENT */

#content {
	padding: 15px 0px 10px 0px;
}

#colA {
	float: left;
	width: 342px;
	padding: 0px 0px 0px 74px;
}

#colB {
	float: right;
	width: 237px;
	padding: 0px 64px 0px 0px;
}

/** FOOTER */

#footer {
	width: 742px;
	height: 100px;
	margin: 0px auto;
	padding-top: 10px;
}

/** BOX1 */

#box1 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	background: url(../images/theme/homepage13.gif) repeat-x left bottom;
}

/** BOX2 */

#box2 {
	float: left;
	width: 150px;
	padding: 0px 15px 0px 0px;
}

/** BOX3 */

#box3 {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 17px;
	background: url(../images/theme/homepage14.gif) repeat-y left top;
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
	padding-top: 20px;
}

/** BOX6 */

#box6 {
}

/** BOX7 */

#box7 {
	padding: 0px 70px 20px 70px;
}

.txtImgR {
	padding-left: 20px;
	float: right;
}
.txtImgL {
	padding-right: 20px;
	float: left;
}
.dvHidden {
	display: none;
}
.dvSubMenu {
	padding: 0px 70px 0px 70px;
}
.dvTwitterTitle {
	text-align: right;
	color: #79776e;
	font-size: 10pt;
	border-bottom: 1px solid #79776e;
}
#dvTwitterWrap {
	text-align: right;
	color: #79776e;
	font-size: 8pt;
	height: 60px;
	width: 262px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
}
#dvTwitterContent {
	text-align: left;
	color: #79776e;
	font-size: 8pt;
	height: 80px;
	width: 3100px;
	padding: 0;
	margin: 0;
	position: relative;
}
.dvTwitterTwit {
	position: absolute;
	width: 260px;
	height: 55px;
	padding: 0;
	margin: 0;
	text-align: right;
}


