@charset "UTF-8";

@import url("reset.css");
@import url("menu.css");
@import url("fonts.css");
@import url("forms.css");


body {
	background-color: #fff;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

#access {
	display: none;
}

#frame {
	margin: 0 auto;
	width: 885px;
	min-height: 100%;
	
	background-image: url(../images/c-background.png);
	background-position: left;
	background-repeat: repeat-y;
}

#page {
	position: relative;
	margin-left: 22px;
	
	width: 800px;
}

#header {
	margin-left: 22px;
	width: 800px;
	height: 110px;
	
	border-top: 3px solid #2b4083;
	
	background-color: #bbe5fa;
	background-image: url(../images/h-background.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#logo {
	float: left;
	margin: 60px 0 0 15px;
}

#mContainer {
	margin-left: 7px;
	
	height: 70px;
	
	border-left: 15px solid #ee7b00;
	background-image: url(../images/m-background.gif);
	background-repeat: repeat-x;
}

#menu {
	float: left;
	margin: 40px 0 0 155px;
}

#logo-small {
	float: right;
	width: 62px;
	height: 68px;
	
	background-image: url(../images/m-logo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#submenu {
	float: left;
	padding: 70px 0 40px 5px;
	
	width: 195px;
}

#content {
	float: right;
	padding: 0 0 30px 20px;
	min-height: 60px;
	
	background-image: url(../images/h-background2.jpg);
	background-repeat: no-repeat;
}

#cAll {
	padding: 0 35px 60px 0;
	width: 535px;
}

#cMain {
	float: left;
	padding: 0 35px 60px 0;
	width: 335px;
}

#cBorder {
	float: right;
	margin: 70px 0 60px 0;
	width: 200px;
	
	background-image: url(../images/b-background.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#footer {
	clear: both;
	border-bottom: 1px solid #b0c9dc;
}

#service {
	float: left;
	padding: 5px 0 0 10px;
	width: 190px;
	height: 20px;
	background-color: #bbe5fa;
}

#copy {
	float: right;
	padding: 5px 35px 0 0;
	width: 565px;
	height: 20px;
	background-color: #e1f1fc;
}

#shaddow {
	height: 10px;
	width: 822px;
	background-image: url(../images/f-shaddow.gif);
	background-repeat: no-repeat;
}

.clear-fix {
	clear: both;
}
