/****************************************************************
******  GENERAL RULES   *****************************************
****************************************************************/

body {
	margin:0px;
	padding: 0 0 40px 0;
	text-align:center;
	background-color:#979797;
	background-image:url(img/puzzle.gif);
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color:#444444;
	line-height:145%;
}

#main {
	background: #FFFFFF url(img/bgImage.gif);
	background-repeat: repeat-y;
	color:#444444;
	width: 758px;
	margin: 40px auto 0px auto;
	text-align: left;
}

#mainTop {
	background: #FFFFFF url(img/bgTop.gif);
	background-repeat: repeat-x;
	color:#444444;
	width: 758px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#mainBottom {
	background: #FFFFFF url(img/bgBottom.gif);
	background-repeat: repeat-x;
	color:#444444;
	width: 758px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#logo {
	background: #FFFFFF url(img/logo.gif);
	background-repeat: repeat-x;
	color:#444444;
	width: 345px;
	height: 124px;
	margin: 15px 0px 0px 25px;
	padding: 0px;
}
#logo h1 {
    display:none;
}

#mainpadding {
	padding-left: 166px;
	padding-right: 26px;
}

/****************************************************************
******  HEADERNAVI   ********************************************
****************************************************************/

#naviTop ul {
	padding:0px;
	margin: 10px 0 40px 0;
	border-bottom:1px solid #898989;
	width: 100%;
	list-style:none;
	list-style-image:none;
	height:15px;
	overflow:hidden;
}
#naviTop li {
	display:inline;
	padding-right:15px;
	text-transform:uppercase;
	font-weight:bold;
}
#naviTop a, #naviTop a:link, #naviTop a:visited {
    background-color:#fff;
	color: #9F9F9F;
	text-decoration: none;
}

#naviTop a:hover, #naviTop a:active {
    background-color:#fff;
	color: #FF6000;
	text-decoration: none;
}


/****************************************************************
******  BOTTOMNAVI   ********************************************
****************************************************************/

#naviBottom {
    clear:both;
}
#naviBottom ul {
    clear:both;
	padding:0px;
	margin:40px 0 10px 0;
	border-top:1px solid #898989;
	width: 100%;
	list-style:none;
	list-style-image:none;
	text-align:right;
	height:15px;
	overflow:hidden;
	vertical-align:baseline;
}
#naviBottom li {
	display:inline;
	padding-left:15px;
	text-transform:uppercase;
	font-weight:bold;
}

#naviBottom a, #naviBottom a:link, #naviBottom a:visited {
    background-color:#fff;
	color: #9F9F9F;
	text-decoration: none;
}
#naviBottom a:hover, #naviBottom a:active {
    background-color:#fff;
	color: #FF6000;
	text-decoration: none;
}

/*********************************
***** CONTENT ********************
*********************************/

#content p {
	padding: 0 0 10px 0;
	margin: 0px;
}
#content {
	min-height: 250px;
}
/* for Internet Explorer */
/*\*/
* html #content {
    height: 250px;
}
/**/

#content strong { white-space:nowrap;}
#content h2 {
    background-color:#fff;
	color: #FF6000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 30px 0;
	margin: 0px;
	line-height:135%;
	/*text-transform: uppercase; */
}

#content h3 {
    background-color:#ccc;
	color: #fff;
	width: 560px;
	height: 22px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding: 5px 0 0px 3px;
	margin: 10px 0 5px 0;
	/*text-transform: uppercase; */
}

#content a, #content a:link, #content a:visited {
    white-space:nowrap;
    background-color:#fff;
	color: #888888;
	text-decoration: underline;
}

#content a:hover, #content a:active {
    background-color:#fff;
	color: #FF6000;
	text-decoration: underline;
}

#content ul {
  padding: 5px 0 5px 0px;
  margin: 0 0 0 20px;
}

#content li {
  line-height:120%;
  padding-bottom: 5px;
}

.imageLeft {
  display: inline;
  text-align: left;
  padding-right: 10px;
}
.imageRight {
  display: inline;
  text-align: left;
  padding-left: 10px;
}
