/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 1001px;
	height: 115px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 200px;
	height: 80px;
	padding-top: 10px;
	margin-left:15px;
}

#logotno {
	float: right;
	width: 276px;
	height: 80px;
	padding-top: 25px;
	padding-right: 55px;

}



/** CONTACT */

#contact {
	float: right;
	padding: 60px 0px 0px 0px;
}

#contact .text1 {
	margin: 0px;
	padding: 15px 35px 15px 0px;
	background: url(images/homepage03.gif) no-repeat right center;
}

/** MENU */

#menu {
	width: 1001px;
	height: 52px;
	margin: 10px auto auto 10px;	/* T R B L */	
}

#menu ul {
	margin: 0px;
	padding: 8px 0px 0px 15px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 15px 0px 17px;
	/* background: url(images/homepage04.gif) no-repeat left center; */
}

#menu .first a {
	background: none;
}


#loginlogout
{
	float: right;
	background: none;
	margin-right: 60px;
}

/** SPLASH */

#splash {
	width: 778px;
	height: 175px;
	margin: 0px auto;
	padding: 0px 0px;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 457px;
	padding: 15px 0px 0px 35px;
}

#right {
	float: right;
	width: 238px;
	padding: 18px 30px 0px 0px;
}

/** BOX1 */

#box1 {
	float: left;
	width: 375px;
	height: 175px;
}

/** BOX2 */

#box2 {
	float: right;
	width: 388px;
	height: 175px;
}

#box2 .content {
	padding: 0px 35px 0px 60px;
}

#box2 h2 {
	height: 88px;
	background: url(images/homepage06.jpg) no-repeat left top;
}

#box2 span {
	display: none;
}

#box2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box2 li {
	padding-right: 5px;
	display: inline;
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
	float: left;
	width: 208px;
	padding: 0px 10px 0px 0px;
}

/** BOX5 */

#box5 {
	float: left;
	width: 210px;
	padding-left: 20px;
}

/** BOX6 */

#box6 {
	height: 380px;
	min-height: 380px;
	padding: 0px 24px;
}

html>body #box6 {
	height: auto;
}

/** BOX7 */

#box7 {
	padding: 10px 30px;
}






#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	}



#boxleft
{
	margin-left: 20px;
	float: left;
	width: 284px;
	background: url(images/boxleft.jpg) no-repeat left top;
	height: 637px;
}

#boxright { 
	margin: 0;
	margin-left: 20px;
	float: left;
	width: 622px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	
	background: url(images/boxright.jpg) no-repeat left top;
	height: 637px;
}

#boxrightcontent 
{
	padding: 10px 25px 10px 25px;
}


#boxrightcontent a
{

	text-decoration: underline;
	color: #cc6633;
	
}




#boxleftcontent 
{
	padding: 20px 20px 10px 25px; /* T R B L */
}

#footer {
	clear: both;
	margin-left: 40px;
	margin-top: 20px;
	
}