/** BASIC */

/*
html, body {
	height: 100%;
}

*/
/** HEADER */

#header {
	width: 976px;
	height: 131px;
	margin: 0px auto;
}

#logo {
	float: left;
	width: 488px;
	height: 131px;
}

#logo h1 {
	display: none;
}

#header-menu {
	float: right;
	width: 488px;
	height: 131px;
}

#header-menu p {
	margin: 0px;

}



/** MENU */

#menu {
	width: 976px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 12px 0px 0px 83px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 16px 0px 18px;
	background: url(../images/homepage02.gif) no-repeat left center;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

#menu_searchform
{
	padding-left: 750px; 
	padding-top: 0px; 
	margin-top: -30px;
}

/** CONTENT */

#content {
	width: 916px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
}

#left {
	float: left;
	width: 600px;
}

#right {
	margin-top: 40px;
	float: right;
	width: 261px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 976px;
	height: 150px;
	margin: 0px auto;
	padding: 85px 0px 0px 0px;
}

/** BOX */

.title {
	height: 30px;
	padding: 20px 0px 0px 0px;
}

.title h2 {
	padding-left: 10px;
}

.title h2 a{
	text-decoration: none;
}

.title h2 a:hover{
	text-decoration: underline;
}


.title p {
	height: 26px;
	margin: 50px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}


.content .box1top, .content .bg15 {
	padding: 22px 40px 1px 30px;
}

.footer1 {
	height: 53px;
}

.footer2 {
	height: 20px;
}

.footer1 p {
	margin: 0px;
	float: right;
}

.box1mid2 p {
	margin: 0px;
	padding-left: 28px;
	padding-top: 15px;
}

.footer3 p {
	margin: 0px;
	padding-bottom: 20px;
}
.bg17 p {
	margin: 0px;
	padding: 45px 0px 0px 640px;
}

.box1mid2 .comments {
	padding: 0px 10px 0px 20px;
	margin-left: 10px;
	background: url(../images/homepage04.gif) no-repeat left center;
}

.box1mid2 .more {
	padding: 0px 0px 0px 16px;
	margin-left: 10px;
	background: url(../images/homepage05.gif) no-repeat left center;
}

.tabFooter .comments {
	padding: 0px 10px 0px 20px;
	margin-left: 10px;
	background: url(../images/homepage04.gif) no-repeat left center;
}

.tabFooter .more {
	padding: 0px 0px 0px 16px;
	margin-left: 10px;
	background: url(../images/homepage05.gif) no-repeat left center;
}

.tabFooter p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}

.image {
	margin: 0px;
	padding: 10px;
}

.caption {
	
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

#box4 .box2bottom {
	height: 88px;
	min-height: 88px;
	margin-bottom: 23px;
	padding: 20px 25px 10px 25px;
}

html>body #box4 .box2bottom {
	height: auto;
}

#box4 .text2 {
	margin-bottom: 5px;
}

/** BOX5 */

#box5 {
	margin-bottom: 0px;
}

#box5 .footer {
	height: 40px;
	padding: 5px 0px 0px 10px;
}

#box5 .caption {
	float: left;
}

#box5 .more {
	float: right;
	padding-right: 25px;
}

/** BOX6 */

#box6 .footer {
	height: 40px;
	padding: 5px 0px 0px 10px;
}

#box6 .caption {
	float: left;
}

#box6 .more {
	float: right;
	padding-right: 25px;
}

/** BOX7 */

#box7 {
}

/** BOX8 */

#box8 {

}
/** BOX9 */
#box9 {
padding-top: 20px;
}

/** for stupid css issues with IE **/
.prop {
    height:50px;
    float:right;
    width:1px;
  }
  
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
 }
 
 .prop2 {
    height:0px;
    float:right;
    width:1px;
  }
  
.clear2 {
    clear:both;
    height:1px;
    overflow:hidden;
 }
 
 