body {
	background:#707d95; 
	margin:0;
	font:10pt Arial, Helvetica, sans-serif;
}

html { 
	min-height:100%;
	margin-bottom:1px; 
}

#container {
	width:1003px; 
	margin:0px auto;
}

h1 {
	font-size:29px;
	margin:0 0 20px 0;
	color:#576277;
	letter-spacing:-1px;
}

p {
	margin:0 0 15px 0;
	line-height:15px;
}

.textbold {
	font-weight:bold;
}

/* HEADER***********************************/


#header {
	float:left;
	width:1003px;
	background:url(../images/header.jpg) no-repeat;
	height:332px;
}

#header img {
	border:none;
	margin:130px 0 0 48px;
	float:left;
}


#header .search {
	float:left;
	width:900px;
	margin-top:52px;
	padding-left:50px;
	background:url(../images/ico-search.jpg) no-repeat;
	background-position:15px 4px;
}

#header .search input {
	float:left;
}

#header .search .field {
	border:none;
	background:url(../images/search-field.jpg) repeat-x #fff;
	padding:5px 4px;
	width:390px;
	margin-right:10px;
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
	margin-top:2px;
}


/* BODY************************************/

#main {
	float:left;
	width:1003px;
	background:#fff;
}

#navbar {
	float:left;
	width:238px;
	padding-left:28px;
}

#navbar .btnblue {
	display:block;
	background:url(../images/navi-btnblue.png) no-repeat;
	height:25px;
	padding:7px 0 0 23px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#navbar .btnblue:hover {
	background-position:0 -32px;
}

#navbar ul {
	margin:0;
	padding:0;
	background:url(../images/navi-top.gif) no-repeat;
	padding-top:8px;
	margin:5px 0;
}

#navbar ul .bottom {
	background:url(../images/navi-bottom.gif) no-repeat #e6e0b8 left bottom;
	padding:0 0 8px 5px;
}

#navbar ul li {
	list-style-type:none;
}

#navbar ul li a {
	background:url(../images/navi-btnbeige.png) no-repeat;
	height:22px;
	display:block;
	width:208px;
	padding:4px 0 0 20px;
	text-decoration:none;
	color:#000;
	font-size:14px;
}

#navbar ul li a:hover {
	background-position:0 -26px;
}

#navbar .callus {
	background:url(../images/navi-callus.jpg) no-repeat;
	height:72px;
	padding:14px 0 0 85px;
	font-size:22px;
	font-weight:bold;
	color:#576277;
	margin:5px 0;
}

#navbar .callus span {
	font-size:13px;
	color:#bd0926;
	display:block;
}

#mainbody {
	float:right;
	width:680px;
	padding-right:28px;
	margin-bottom:20px;
}

#mainbody .paragraph-home {
	padding-left:301px;
	background:url(../images/home-pic.jpg) no-repeat;
}

/* FOOTER************************************/

#footer {
	clear:both;
	font-size:11px;
	color:#576277;
}

#footer ul {
	margin:0;
	padding:0;
	background:url(../images/footer.png) no-repeat;
	float:left;
	width:988px;
	height:46px;
	padding:17px 0 0 15px;
	line-height:15px;
}

#footer ul li {
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}

#footer ul li a {
	text-decoration:none;
	color:#576277;
}

#footer ul li a:hover {
	color:#bd0926;
}

#footer .copy {
	float:left;
	padding:15px 0;
	color:#fff;
	background:#707d95;
	width:100%; 
}
