body {
	background: #2f485f url("images/bodyback.jpg") no-repeat center top;
	min-height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
}

textarea { overflow: auto; } /* For IE */

a {
	color: #C7CED6;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}

a:hover {
	color: white;
}

/*div*/#pageWrap {
	position: relative;
}

h1 {
	margin: 10px auto;
	font-size: 52px;
	color: white;
	text-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
}

h3 {
	margin: 10px auto 5px;
	
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

h4 {
	margin-bottom: 12px;
  	font-style: italic;
}

nav {
	background-color: #2f485f;
	display: none;
  position: fixed;
	top: 0;
	width: 100%;
	height: 65px;
	z-index: 2;
	
	-webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.25);
}

#logo {
	opacity: 0;
	position: relative;
	width: 150px;
  height: 55px;
  float: left;
	
  padding: 5px;
}

#logoLink {
	width: 100px;
	height: 32px;
	display: block;
	
	border-radius: 10px;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.55);
}

#logo_tiny {
	width: 98px;
	height: 30px;
	padding: 3px;
	
  background: whiteSmoke no-repeat center center;
	box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	
  border: 2px solid white;
	border-radius: 10px;
}

#logoSlog {
  position: absolute;
  right: 0;
	bottom: 4px;
	
	font-size: 11px;
  font-style: italic;
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}

/*nav ul*/#navTopBar {
	opacity: 0;
  padding: 0;
	margin: 0;
	float: right;
	height: 65px;
	
	list-style: none;
}

/*nav ul li*/.navTopBarItems {
  padding: 0 1px;
  margin: 0;
	height: 65px;
	float: left;
	
	background: left center url("images/navBarSep.png") no-repeat;
}

/*nav ul li a*/.navTopBarLinks {
	display: block;
	height: 65px;
	padding: 0 25px;
	
  line-height: 65px;
	font-size: 20px;
	
	-webkit-transition: background-color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785), color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785);
	   -moz-transition: background-color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785), color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785);
	     -o-transition: background-color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785), color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785);
	        transition: background-color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785), color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785);
}

/*nav ul li a*/.navTopBarLinks:hover {
	background-color: #597f99;
}

#rssBubble {
	width: 300px;
	height: 34px;
	opacity: 0;
	
  position: fixed;
	top: 75px;
	right: 10px;
	z-index: 3;
	
	padding: 8px;
	
	border: 2px solid white;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #F0F4F8;
	
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.75);
}

.normalButton {
  background-color: #7491AE;
	border: 1px solid #3E5A74;;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
		      border-radius: 6px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 0 rgba(255, 255, 255, 0.15) inset;
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 0 rgba(255, 255, 255, 0.15) inset;
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 0 rgba(255, 255, 255, 0.15) inset;
	
	display: block;
	padding: 6px;
	cursor: pointer;
	
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	
	-webkit-transition: background-color 500ms ease-out;
	   -moz-transition: background-color 500ms ease-out;
	     -o-transition: background-color 500ms ease-out;
	        transition: background-color 500ms ease-out;
}

.normalButton:hover {
	background-color: #839bb3 !important;
}

.normalButton:active {
  background-color: #7090A0 !important;
}

#selectRSS {
	float: left;
	width: 70px;
	height: 20px;
	line-height: 20px;
	
	font-size: 15px;
}

#selectRSS:active {
  font-size: 14px;
}

#rssText {
	float: right;
	margin: 2px;
	padding: 4px;
}

#submit {
	display: none;
}

#submit_title {
	width: 666px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	
	background: url("images/submit.png") no-repeat left top;
	border-bottom: 1px solid #DDD;
}

#submit_title:hover {
	background: url("images/submit.png") no-repeat right top;
}

#submit_form {
	position: relative;
	width: 666px;
	padding-top: 10px;
	
	border-top: 1px solid #FFF;
}

#submit_form input {
	display: block;
	width: 200px;
}

.submit_fields {
	display: block;
	margin: 0 0 10px;
	padding: 7px;
	
	font-size: 20px;
	font-family: Arial,'Helvetica Neue', Helvetica, sans-serif;
	
	border-radius: 5px;
	border: 1px solid #DDD;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.70);
	
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, rgb(232,237,240)), color-stop(0, rgb(245,245,245)) );
	background-image: -moz-linear-gradient(bottom, rgb(232,237,240) 100%, rgb(245,245,245) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(232,237,240) 100%, rgb(245,245,245) 0%);
	background-image: -o-linear-gradient(bottom, rgb(232,237,240) 100%, rgb(245,245,245) 0%);
	background-image: linear-gradient(bottom, rgb(232,237,240) 100%, rgb(245,245,245) 0%);
}

.submit_fields:focus {
  outline: 0px;
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, rgb(237,242,245)), color-stop(0, rgb(252,252,252)) );
	background-image: -moz-linear-gradient(bottom, rgb(237,242,245) 100%, rgb(252,252,252) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(237,242,245) 100%, rgb(252,252,252) 0%);
	background-image: -o-linear-gradient(bottom, rgb(237,242,245) 100%, rgb(252,252,252) 0%);
	background-image: linear-gradient(bottom, rgb(237,242,245) 100%, rgb(252,252,252) 0%);
}

#submit_jdmp {
	display: block;
	width: 652px;
	max-width: 652px;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	margin: 0 0 20px;
}

#submit_errors {
	width: 480px;
	height: 49px;
	float: left;
	
	line-height: 49px;
	color: #A00;
	font-size: 20px;
	font-weight: bold;
	
	opacity: 0;
	overflow: hidden;
}

#submit_button {
	position: absolute;
	right: 0;
	
	width: 165px !important;
	height: 50px;
	line-height: 30px;
	
	font-size: 20px;
}

#submit_button:active {
	font-size: 18px;
}

#submit_loading {
	width: 40px;
	height: 40px;
	
	display: none;
	opacity: 0.0;
	
	background: url("images/loading.png") no-repeat 0 0;
}

#submit_response {
	display: none;
	
	border-top: 1px solid white;
}

#submit_response_td {
	width: 666px;
	height: 269px;
}

#submit_response_container {
	display: none;
	height: 80px;
	margin: auto;
	padding: 5px 0;
	
	line-height: 40px;
	
	opacity: 0.0;
	font-size: 18px;
	color: #454545;
	
	border: 1px solid #95999D;
	border-radius: 7px;
	
	background-color: #e6e9ed;
	-webkit-box-shadow: inset 0px 0px 7px 0 rgba(0, 0, 0, 0.55);
	   -moz-box-shadow: inset 0px 0px 7px 0 rgba(0, 0, 0, 0.55);
	        box-shadow: inset 0px 0px 7px 0 rgba(0, 0, 0, 0.55);
}

#submit_status {
	display: block;
	width: 48px;
	height: 48px;
	
	float: left;
	padding: 16px 30px;
	
	line-height: 100px;
	border-right: 1px solid #CCC;
}

#DOMWindow {
	border-radius: 30px;
}

/*div*/#homeWrap {
	width: 900px;
	margin: auto;
}

header {
	text-align: center;
	margin: 15px auto;
	width: 384px;
	height: 124px;
	
	border-radius: 10px;
	-webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.55);
	   -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.55);
		      box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.55);
}

#banner {
	width: 380px;
	height: 120px;
	margin: auto;
	
  background: whiteSmoke url("images/FinalJDMP.png") no-repeat center center;
	-webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	
	
  border: 2px solid white;
	border-radius: 10px;
}

/*div*/.quotations {
	position: relative;
	min-width: 200px;
  	max-width: 600px;
	min-height: 70px;
	margin:40px auto;
	
	color: #454545;
	border: 1px solid #95999D;
	border-radius: 0 7px 0 7px;
	-moz-border-radius: 0 7px 0 7px;
	-webkit-border-radius: 0 7px 0 7px;
	
	background-color: #e6e9ed;
	-webkit-box-shadow: inset 0px 0px 7px 0 rgba(0, 0, 0, 0.55);
	   -moz-box-shadow: inset 0px 0px 7px 0 rgba(0, 0, 0, 0.55);
	        box-shadow: inset 0px 0px 7px 0 rgba(0, 0, 0, 0.55);
}

.shareTools {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tweetIt {
	position: relative;
  width: 34px;
  height: 26px;
	float: left;
	margin: 0 7px 0 0;
  overflow: hidden;
	
  background: url("images/tweet.png") no-repeat left;
	
  -webkit-transition: width 150ms;
	   -moz-transition: width 150ms;
		   -o-transition: width 150ms;
			    transition: width 150ms;
}
.likeIt {
  width: 27px;
  height: 26px;
	float: left;
  overflow: hidden;
	
  background: url("images/like.png") no-repeat left;
	
  -webkit-transition: width 150ms;
	   -moz-transition: width 150ms;
		   -o-transition: width 150ms;
			    transition: width 150ms;
}

.tweetIt:hover {
  width: 100px;
}
.likeIt:hover {
  width: 80px;
}

.shareTools a {
    display: block;
  float: right;
 
  height: 26px;
  line-height: 26px;
  overflow: hidden;
   
    opacity: 0.0;
    text-align: right;
    color: #454545 !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-style: italic;
   
  -webkit-transition: opacity 150ms;
       -moz-transition: opacity 150ms;
           -o-transition: opacity 150ms;
                transition: opacity 150ms;
}

.tweetThisButtons {
	width: 100px;
}
.twitter-share-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px !important;
	height: 26px !important;
	opacity: 0;
}
.likeThisButtons {
	width: 80px;
}

.tweetIt:hover .tweetThisButtons, .likeIt:hover .likeThisButtons {
	opacity: 1.0;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-style: italic;
}

/*div*/.quotContents {
  margin: 12px 63px;
}

/*p*/.quotDescriptions {
}

.quotAuthors {
  margin: 0;
  text-align: right;
  line-height: 26px;
}

.clear {
	clear: both;
}

/*img*/.quotTopLeft {
	position: relative;
  top: -30px;
  left: -33px;
  float: left;
	width: 63px;
	height: 63px;
}

/*img*/.quotBotRight {
	position: relative;
  right: -33px;
	bottom: 30px;
  float: right;
	width: 63px;
	height: 63px;
}

/*div*/#transitionZone {
  position:relative;
}

/*footer*/#homeFooter {
	clear: both;
	
	width: 100%;
	height: 20px;
	
	color: white;
	text-align: center;
	font-size: 11px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}

/*span*/#copy {
	font-weight: bold;
	margin-right: 15px;
}

footer a {
	color: #C7CED6;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	
	margin-right: 15px;
}

footer a:hover {
	color: white;
}

/*div*/#seeJDMPContainer {
	width: 100%;
	height: 110px;
	position: relative;
}

/*a*/#seeJDMP {
	background-color: #2f4255;
	-webkit-box-shadow: inset 0 15px 15px 0 rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: inset 0 15px 15px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: inset 0 15px 15px 0 rgba(0, 0, 0, 0.25);
					
	position: absolute;
	top: 0;
	display:block;
	width: 100%;
	height: 100%;
	z-index: 90;
	
	line-height: 110px;
	text-align: center;
	
	text-decoration: none;
	color: #dddddd;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.65);
	
	-webkit-transition: background-color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785), color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785);
	   -moz-transition: background-color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785), color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785);
	     -o-transition: background-color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785), color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785);
	        transition: background-color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785), color 300ms cubic-bezier(0.740, 0.000, 0.950, 0.785);
}

/*a*/#seeJDMP:hover {
	background-color: #243342;
	color: white;
}

/*div*/#seeJDMPBack {
	background-color: #2f4255;
	-webkit-box-shadow: inset 0 15px 15px 0 rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: inset 0 15px 15px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: inset 0 15px 15px 0 rgba(0, 0, 0, 0.25);
					
	width: 100%;
	height: 100%;
	z-index: 80;
	
	position: absolute;
	top: 0;
}








/*section*/#seeJDMPWrap {
	display: none;
	width: 100%;
	
	overflow: auto;
	padding-top: 45px;
	background-color: #2F4255;
}

/*div*/#subpartTitle {
	opacity: 0.0;
	height: 110px;
	margin-bottom: -156px;
	
	background-color: #2f4255;
	
	line-height: 110px;
	text-align: center;
	color: #dddddd;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.65);
}

/*div*/#JDMPTable {
	width: 900px;
	min-height: 379px;
	margin: 0 auto 15px;
	padding: 5px;
	
	background: #F0F4F8;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.55);

	border: 3px solid white;
	border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#t_header {
	height: 41px;
	padding: 14px;
	
	border-bottom: 1px solid #DDD;
}

#t_content {
	min-height: 238px;
	
	border-top: 1px solid white;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
	
	-webkit-transition: height 150ms linear;
	   -moz-transition: height 150ms linear;
	     -o-transition: height 150ms linear;
	        transition: height 150ms linear;
}

#pageLoader {
	display: none;
	opacity: 0;
	
	width: 40px;
	height: 40px;
	
	margin: 99px auto;
	
	background: url("images/loading.png") no-repeat 0 0;
}

#t_footer {
	height: 41px;
	padding: 14px;
	
	border-top: 1px solid white;
}

.t_goLeft {
	height: 46px;
	width: 208px;
	display: none;
	float: left;
	
	background: url("images/goLeft.png") no-repeat top;
}

.t_goLeft:hover {
	background: url("images/goLeft.png") no-repeat bottom;
}

.t_goRight {
	height: 45px;
	width: 212px;
	display: none;
	float: right;
	
	background: url("images/goRight.png") no-repeat top;
}

.t_goRight:hover {
	background: url("images/goRight.png") no-repeat bottom;
}