/* 2007(c) Chemstock */
/*body {
	background: url(../Images/shadow.gif) top center repeat-y;
}
*/

body a {
	color: #6D92AC;
}

#overall {
	background-color:#ffffff;
	width:1000px;
	margin:0px auto;
	text-align: left;
	color:#666666;
	padding: 0px;
	display: block;
}


#overall p{
	padding: 0 20px 0 20px;
}

#overall img{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#wrapper{
	display:block;
	width: 1000px;
	min-height: 300px;
	padding: 0px 0px 10px 0px;
}

#navBar {
	background-color: #80a2cb;
	padding-top: 7px;
	padding-right: 0pt;
	padding-bottom: 7px;
	padding-left: 0pt;
	text-align: center;
	margin: 0px;
}

#navBar ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navBar ul li{
	display: inline;
	list-style: none;
	margin-right: 35px;
}


#navBar ul li a, #navBar ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12pt;
	font-weight: bold;
}

#navBar ul li a:hover{
	color:#005699;
}

#flash {
	position: relative;
	float: left;
	padding: 20px 0px 0px 20px;
}

.sidebar {
	background-color: #CCCCCC;
	float: left;
	width: 300px;
	margin: 0 0 0 0;
	display: inline;
}

h1 {
	color: #005699;
	font-size: 14pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	display: block;
	letter-spacing: -0.01em;
	margin: 8px 0 8px 10px;
	padding: 0 0 0 20px;
}

h2 {
	color:#010163;
	font-size: 12pt;
	padding: 0 0 0 20px;
}

#breadCrumbs {
	margin: 10px 0 0 0;
  	padding: 0px;	
}

#breadCrumbs p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666;
	font-weight: normal;
}
	
#breadCrumbs a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
	
#breadCrumbs a:hover {
	text-decoration: underline;
}

#image {
	float: left;
	padding: 10px;
}

#placeholder {
	margin: 50px 50px 50px 150px;
	width: 60%;
}

body, div, p, li, th, td, dd, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body img {
	margin: 0px;
}

body p a img{
	border: none;
}

table {
	border:solid #B4AA9D 1px;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td h3, td h4{
	color:#FFFFFF;
	text-align: center;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #ffffff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}

td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}

td a{
	color:#666666;
}

#footer {
	font-size: 7pt;
	color:#666666;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 555px;
	display: block;
	clear: both;
	}

#footer a, #footer a:visited, #footer a:active{
	color:#666666;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/* For shadow box, source dynamic drive */ 

.shadow{
	border:1px solid silver;
	font:10pt arial;
	position:relative;
	display:inline;
	background:white;
	z-index:100;
	width: 300px;
	float: right;
	margin: 15px 15px 15px 15px;
	background-image: url(../Images/thumb2.jpg);
	background-repeat: no-repeat;
}

.shadow h1, h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index:2;
}

.shadow img{
	float:left;
	z-index: 1;
	position: relative;
	padding: 20px 5px 5px 20px;
	margin:  20px 5px 5px 20px;
}

.shadow_inner{
	overflow:hidden;
	position:absolute;
	top: -1000px;
	filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:10
}

#login{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 250px;
	border: solid #B4AA9D 1px;
	width: 300px;
}

