/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(gazo/subpage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

h1 {
	font-size: 22px;
	color: #004198;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #7A6B4A;
}

h3 {
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #746C5B;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	padding: 20px 0px;
	background: url(gazo/homepage06.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

/** LINKS */

a {
	color: #0082E6;
}

a:hover {
	text-decoration: none;
}

.more {
	line-height: normal;
}

.more a {
	display: block;
	height: 18px;
	padding: 3px 0px 0px 10px;
	background: url(gazo/homepage12.gif) no-repeat left top;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #557682;
}

.more a:hover {
	text-decoration: underline;
}

/** CONTENT */

#content {
}

#content .box {
	margin-bottom: 20px;
}

#content .box .title {
	margin: 0px 0px 15px 0px;
	padding: 25px 0px 10px 0px;
	background: url(gazo/homepage06.gif) repeat-x left bottom;
}

#content .box2, #content .box2a {
	background: url(gazo/homepage11.gif) no-repeat 100% 38px;
}

#content .box2 .title, #content .box2a .title {
	height: 28px;
	padding: 10px 0px 0px 13px;
	background: url(gazo/homepage10.gif) repeat-x left top;
	font-size: 13px;
	font-weight: bold;
	color: #7A6B4A;
}

#content .box2 .content, #content .box2a .content {
	padding: 15px 13px;
	background: url(gazo/homepage11.gif) no-repeat 0px 0px;
}

#content .two-columns {
}

#content .two-columns .column-one {
	width: 229px;
}

#content .two-columns .column-two {
	width: 229px;
}

/** SIDEBAR */

#sidebar {
}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .box {
	width: 210px;
}

#sidebar .box .title {
	height: 28px;
	margin: 0px;
	padding: 13px 0px 0px 20px;
	background: url(gazo/homepage09.jpg) no-repeat left top;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar .box .content {
	padding: 0px 15px;
}

/** STYLES */

.style1 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #1066BD;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
}

/** LOGO */

#logo {
}

/** SLOGAN */

#slogan {
	background: url(gazo/homepage01.jpg) no-repeat left top;
}

#slogan h2 {
	margin: 0px;
	padding: 60px 0px 0px 0px;
	font-size: 27px;
	font-weight: bold;
	color: #FFFFFF;
}

#slogan h2 span {
	display: block;
	text-transform: uppercase;
}

/** MENU */

#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #6D5D3C;
}

#menu a:hover {
	text-decoration: underline;
}

/** FOOTER */

#footer {
	background: url(gazo/homepage13.gif) no-repeat left top;
}

#footer p {
	padding-top: 25px;
	text-align: center;
}

/** BOX4 */

#box4 {
	position: relative;
	background: url(gazo/subpage03.jpg) repeat-y left top;
}

#box4 .title {
	height: 26px;
	margin: 0px;
	padding: 13px 0px 0px 30px;
	background: url(gazo/homepage03.jpg) no-repeat left top;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#box4 .bg-top {
	background: url(gazo/homepage04.jpg) no-repeat left top;
}

#box4 .content {
	padding: 0px 25px 10px 25px;
	background: url(gazo/subpage04.jpg) no-repeat left bottom;
	font-size: 10px;
}

#box4 .phone {
	padding-left: 21px;
	background: url(gazo/homepage07.gif) no-repeat left center;
}

#box4 .email {
	padding-left: 21px;
	background: url(gazo/homepage08.gif) no-repeat left center;
}

.tbl {
	text-align: left;
	border-width: thin;
	border-collapse: collapse;
	border-style: solid;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
	background: #ffffff;
}