/* Main */

body {
	font-family: Helvetica, Arial;
}

#header {
	margin-bottom: 10px;
	border-bottom: 2px solid #FF6347;
	padding-bottom: 15px;
	background: url(../images/graphs/head.png) no-repeat top left;
	cursor: pointer;
}

#header h1 {
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#header a {
	color: #DC143C;
	text-decoration: none;
}

#footer {
	padding-top: 15px;
	border-top: 2px solid #FF6347;
	margin-top: 10px;
	text-align: right;
	color: #555;
}

ul li {
	list-style: square;
}

#menu h4 {
	padding: 10px 0;
	margin: 0;
	font-weight: bold;
}

#menu a, #navigation a {
	display: block;
}

#navigation {
	font-size: 1.1em;
}

#navigation div {
	text-align: left;
	padding-left: 10px;
}

#navigation .notice {
	text-align: left;
}

#navigation .notice  a {
	display: inline;
}

a#current  {
	text-decoration: none;
	color: #FF69B4;
}
span#hglt {
	background-color: Yellow;
}


#navigation h4 {
	font-weight: bold;
	margin: 10px 0;
	padding-bottom: 2px;
	text-align: right;
}

#main h1 {
	font-size: 2.5em;
}

#main {
	padding-top: 10px;
}

p.description {
	font-size: 1.2em;
}

pre {
	background: #f9f9f9;
	border-top: 2px solid #f5f5f5;
	padding: 5px 7px;
	overflow: auto;
	font-size: 12px;
}

.left {
	float: left;
}

.center {
	text-align: center;
}


a.download span {
	display: none;
}

a.download {
	background-image: url(/assets/images/download.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 141px;
	height: 35px;
	outline: none;
	float: right;
}

a.download:hover {
	background-position: center left;
}

/* Blueprint group */

.r-border {
  padding-right: 24px;
  margin-right: 15px;
  border-right: 1px solid #eee;
}

.l-border {
  padding-left: 25px;
  margin-left: 14px;
  border-left: 0px solid #FF6347;
}

.b-border {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.t-border {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}

/* jseffects */

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size: 1.3em;
	background: Yellow;
	color: red;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
}

.toggler:hover	 {
	background: #FFA595;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

/* @ mouse enter */


div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 100px;
	border: 1px solid #DCDCDC;
	background-color: #f9f9f9;
	float: left;
	padding: 15px 25px 0 10px;
	text-transform: uppercase;
}

#myElement a {
	font-size: 1.3em;
	text-decoration: none;
	color: #00CED1;
	font-weight: bold;
}

div#myOtherElement {
	height: 60px;
	overflow: hidden;
}

div#myOtherElement span {
	display: block;
	font-weight: bold;
	text-align: right;
	cursor: crosshair;
	background: url(../images/graphs/arrow_down.png) no-repeat left;
}

div#myOtherElement a {
	display: block;
	font-size: .9em;
}

div#myOtherElement a:hover {

}

div#myOtherElement_not span {
	display: block;
	font-weight: bold;
	text-align: right;
	background: url(../images/graphs/arrow_down4.png) no-repeat left;
}

/* @ scroll */

#scrimg-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 600px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

#scrimg-bar a {
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #FFEFD5;
}
#scrimg-bar a:hover {
	background-color: #FFEFD5;
	border-bottom: 2px solid Yellow;
}

#scrimg-wrapper {
	margin: 5px auto;
	overflow: hidden; 
	height: 400px; 
	width: 600px;
	border: 1px solid #ddd;
	position: relative;
}

#scrimg-inner {
	width: 3013px;
	height: 1683px;
	background-image: url(../images/paintings/1133_2b.jpg);
	position: relative;
}

#scrimg-inner h1 { 
	color: navy;
	font-weight: lighter;
	padding: 13px 0;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: normal;
}

.scrolling-content {
	background: transparent url(../images/graphs/bubble.png) top left no-repeat;
	width: 200px;
	height: 40px;
	text-align: center;
	position: absolute;
}

#content1 {
	left: 400px; 
	top: 250px;

}

#content2 {
	left: 310px; 
	top: 750px;
}

#content3 {
	left: 1600px; 
	top: 100px;
}

#content4 {
	left: 2500px; 
	top: 800px;
}


/* @ second accordion */

div.second_accordion {
	margin: -15px 0 -15px 0;
	padding: 0;
}

.second_accordion ul li {
	list-style: none;
	display: block;
}
.second_accordion a {
	background-color: Yellow;
	text-decoration: none;
}
.second_accordion h3 {
	font-size: 1.1em;
}

.collapse-container {
	padding: 15px 20px 5px 20px;
}


