@charset "UTF-8";

/*
----------------------------------------------------------------- 
	Global Setting
-----------------------------------------------------------------
*/

body {
	background:top center no-repeat;
	background-color:#FFF;
}

body.bg1 {
	background:url(../images/bg1.jpg) top center no-repeat;
}

body.bg2 {
	background:url(../images/bg2.jpg) top center no-repeat;
}

body.bg3 {
	background:url(../images/bg3.jpg) top center no-repeat;
}

body.bg4 {
	background:url(../images/bg4.jpg) top center no-repeat;
}

body.bg5 {
	background:url(../images/bg5.jpg) top center no-repeat;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	color:#7da7d9;
	text-decoration:underline;
}

b {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

/*
----------------------------------------------------------------- 
	Wrapper Construction
-----------------------------------------------------------------
*/

#wrapper {
	position:relative;
	width:960px;
	height:auto;
	margin:0 auto;
}

/*
----------------------------------------------------------------- 
	Header Construction
-----------------------------------------------------------------
*/

#header {
	position:relative;
	width:960px;
	height:300px;
	background-color:#FFF;
}

.slide1 {
	background:url(../images/slide_01.jpg) top center no-repeat;
}

.slide2 {
	background:url(../images/slide_02.jpg) top center no-repeat;
}

#slideshow {
    position:relative;
    height:300px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

/*
----------------------------------------------------------------- 
	Navigation Construction
-----------------------------------------------------------------
*/

#navi {
	position:absolute;
	left:0px;
	top:40px;
	width:960px;
	height:75px;
	background-color:#FFF;
	z-index:999;
}

#logo h1 a {
	background:url(../images/logo.jpg) no-repeat top left;
	display:block;
	width:300px;
	height:75px;
	text-indent:-9999px;
	float:left;
}

#navi ul {
	float:right;
	display:block;
}

#navi ul li {
	float:left;
	margin-right:10px;
}

/*
----------------------------------------------------------------- 
	Contact Bar Construction
-----------------------------------------------------------------
*/

#contactBar {
	position:relative;
	width:960px;
	height:60px;
	background-color:#FFF;
}

#contactBarInner a:hover {
	color:#7da7d9;
	text-decoration:underline;
}

#contactBarInner {
	position:absolute;
	top:18px;
	left:16px;
}

.red {
	color:#d11820;
}

/*
----------------------------------------------------------------- 
	Content Construction
-----------------------------------------------------------------
*/

#content {
	position:relative;
	width:960px;
	height:auto;
	min-height:500px;
	background-color:#FFF;
}

#contentL {
	position:relative;
	width:160px;
	min-height:500px;
	float:left;
	text-align:center;
}

#contentR {
	position:relative;
	width:800px;
	height:auto;
	min-height:500px;
	float:right;
}

div.contentInner {
	padding:0 45px;
}

div.contentInnerB {
	padding:0 0 0 45px;
}

div.contentInner h2 {
	margin-bottom:15px;
}

div.contentInner1 {
	width:710px;
	padding-bottom:40px;
}

div.contentInner2 {
	width:710px;
	padding-bottom:40px;
}

div.contentInner2L {
	width:450px;
	float:left;
}

div.contentInner2R {
	width:235px;
	float:right;
}

div.contentInner3 {
	width:710px;
	padding-bottom:40px;
}

div.contentInner3L {
	width:235px;
	float:left;
}

div.contentInner3R {
	width:450px;
	float:right;
}

div.contentInner4 {
	width:160px;
	margin:0 17px 30px 0;
	float:left;
	display:block;
}

div.contentInner4 a {
	width:160px;
	height:235px;
	display:block;
}

div.contentInner5 {
	width:235px;
	padding:0 15px 30px 0;
	float:left;
	display:block;
}

h2.photoHeading {
	background:url(../images/sub_heading.png) top left no-repeat;
	font-weight:bold;
	font-size:14px;
	padding:0 0 15px 15px;
}


/*
----------------------------------------------------------------- 
	Footer Construction
-----------------------------------------------------------------
*/

#footer {
	position:relative;
	width:960px;
	height:50px;
	border-top:1px solid #666;
	padding:10px 0 0 0;
	text-align:center;
	background-color:#FFF;
}

#footer a img {
	display:block;
	margin:10px auto;
}

#footer ul {
	float:right;
}

#footer ul li {
	float:left;
	display:block;
}

#footer ul li.slash {
	color:#7da7d9;
}

#footer ul li.last {
	margin-right:10px;
}
