/* CSS Document */

#nav {
	float:right;
	margin-right:20px;
	margin-top:7px;
}

 #topHome {
	 float:left;
	 margin-right:20px;
 }

 #topHome a{
	text-decoration:none;
	display:block;
	width:34px;
	height:34px;
	background-image:url(../graphics/navigation/homeTop.png);
	background-position:center center;
	background-repeat:no-repeat;
	
	
}

 #topHome a:hover{
	background-image: url(../graphics/navigation/homeHover.png);
}




#topContents {
	float:left;
	 margin-right:20px;
}

#topContents ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#topContents ul li {
	position:relative;
}
#topContents ul li a{
	display:block;
	width:38px;
	height:34px;
	list-style-type:none;
	text-decoration:none;
	background-image: url(../graphics/navigation/contents.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#topContents ul li a:hover {
background-image:  url(../graphics/navigation/contentsHover.png);
}



#topContents ul  ul{
	display:none;
	position:absolute;
	

	
}

#topContents ul  ul li{
	float:left;
	width:255px;
	
}

#topContents ul li:hover ul{
	display:block;
	
	width:520px;
	
	margin-left:-420px;
	background-color:#fff;
	
	border-bottom:15px solid #09A3B2;
	border-top:15px solid #09A3B2;
	padding:10px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.75);

}

#topContents ul ul a {
background-image:none;
display:block;
height:70px;
width:100%;
font-family:"Century Gothic", Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size:13px;
	
		float:left;
	background-color:#fff;
	
}

#topContents ul ul a:hover {
background-image:none;
	
	
} 






#topContents ul  ul li span.circleIntroTitle {
border-radius: 50%;
	width: 26px;
	height: 26px; 
	background:#DCE8EF;

	
	font-size:16px;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	color:#09A3B2;
	font-weight:bold;
	text-align:center;
	line-height:1.66em;
	float:left;
	margin-right:10px;	
	margin-left:0px;
	margin-top:22px;
}

#topContents ul  ul li a:hover span.circleIntroTitle {
background:#09A3B2;
color:#fff;
}


#topContents ul  ul li span.contentLinkTitle {
		display:block;
			color:#666;
			padding-top:16px;
	}
	
	#topContents ul  ul li a:hover span.contentLinkTitle {
	
			color:#111;
			
	}

#topContents ul  ul li a  span.img{
		background-repeat:no-repeat;
	background-position:0;
	display:block;
	width:70px;
	height:70px;
	float:left;
	background-size:contain;
	margin-left:-10px;
	opacity:0.4;
	
}

#topContents ul  ul li a:hover  span.img{
	opacity:1;
}

#topContents  ul ul li:nth-child(1) a span.img{
	background-image:url(../graphics/intro/01.jpg);
	
	
}

#topContents ul  ul li:nth-child(2) a span.img{
	background-image:url(../graphics/intro/02.jpg);
}
#topContents ul  ul li:nth-child(3) a span.img{
	background-image:url(../graphics/intro/03.jpg);
}
#topContents ul  ul li:nth-child(4) a span.img{
	background-image:url(../graphics/intro/04.jpg);
}
#topContents  ul ul li:nth-child(5) a span.img{
	background-image:url(../graphics/intro/05.jpg);
}

#topContents ul  ul li:nth-child(6) a span.img{
	background-image:url(../graphics/intro/06.jpg);
}
#topContents ul  ul li:nth-child(1) a span.img{
	background-image:url(../graphics/intro/01.jpg);
}

#topContents  ul ul li:nth-child(7) a span.img{
	background-image:url(../graphics/intro/07.jpg);
}	

#topContents  ul ul li:nth-child(8) a span.img{
	background-image:url(../graphics/intro/08.jpg);
}	

#topContents ul  ul li:nth-child(9) a span.img{
	background-image:url(../graphics/intro/09.jpg);
}	

#topContents ul  ul li:nth-child(10) a span.img{
	background-image:url(../graphics/intro/10.jpg);
}	



 #topAbout {
	 float:left;
	 margin-right:20px;
 }

 #topAbout a{
	text-decoration:none;
	display:block;
	width:34px;
	height:34px;
	background-image: url(../graphics/navigation/about.png);
	background-position:center center;
	background-repeat:no-repeat;
	
	
}

 #topAbout a:hover{
	background-image:  url(../graphics/navigation/aboutHover.png);
}


/*
-------------------------------------
----- -  HOME PAGE NAV -----------
-------------------------------------
*/
.homeNav {
	 list-style-type: none;
	 padding:0;
	margin:0;
	margin-top:5px;	
}

.homeNav li {
	list-style-type: none;
	 padding:0;
	 width:210px;
	
	 float:left;
	 padding:5px;
}

.homeNav a {
	text-decoration:none;
	font-family:"Century Gothic", Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size:13px;
	height:180px;
	
	color:#512E3F;
	display:block;
	border:1px solid #DCE8EF;
	 padding:0px;
	 line-height:1.2em;
	 
}

.homeNav a:hover {
	
}


.homeNav a:hover span.introLinkTitle {
	background-color:#B43A7E;
	color:#fff;
	
}

.homeNav  a span {
	display:block
}


span.introLinkTitle {
	
	font-weight: normal;
	font-size:13px;
	text-align:left;
	background-color:#DCE8EF;
	padding:5px;
	padding-left:5px;
	height:35px;
	color:#111;
	
}

.homeNav a .circleIntroTitle {
	border-radius: 50%;
	width: 26px;
	height: 26px; 
	background:#09A3B2;

	
	font-size:16px;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:1.66em;
	float:left;
	margin-right:10px;	
	margin-left:5px;
	margin-top:7px;
}

.homeNav a:hover .circleIntroTitle {
	
}


.homeNav a span.introLinkDescription {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:1.3em;
	
	padding:5px;
	padding-top:10px;
	height:119px;
	
	display:none;
	
}

.homeNav a:hover span.introLinkDescription {
	background-color:rgba(9,163,178,0.9);
	color:#fff;
	display:block;
	border-top:1px solid #fff;
}

#contents ul li a  {
		background-repeat:no-repeat;
	background-position:center 30px;
}

#contents ul li:nth-child(1) a {
	background-image:url(../graphics/intro/01.jpg);
}

#contents ul li:nth-child(2) a {
	background-image:url(../graphics/intro/02.jpg);
}
#contents ul li:nth-child(3) a {
	background-image:url(../graphics/intro/03.jpg);
}
#contents ul li:nth-child(4) a {
	clear:both;
	background-image:url(../graphics/intro/04.jpg);
}
#contents ul li:nth-child(5) a {
	background-image:url(../graphics/intro/05.jpg);
}

#contents ul li:nth-child(6) a {
	background-image:url(../graphics/intro/06.jpg);
}
#contents ul li:nth-child(1) a {
	background-image:url(../graphics/intro/01.jpg);
}

#contents ul li:nth-child(7) a {
	background-image:url(../graphics/intro/07.jpg);
}	

#contents ul li:nth-child(8) a {
	background-image:url(../graphics/intro/08.jpg);
}	

#contents ul li:nth-child(9) a {
	background-image:url(../graphics/intro/09.jpg);
}	

#contents ul li:nth-child(10) a {
	background-image:url(../graphics/intro/10.jpg);
}	

.homeNav img {
	border:0;
}



