/* Global Styles */

body {
	background-image: url(../images/bgrd_cyan_light.jpg);
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: .9em;
	}
#contact {
	background-color: #CCCCCC;
	width: 100%;
}
#wrapper {
	background-color: #fff;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	/* border: 1px solid #000000; */
	position: relative;
}			
	
/*	Heading styles  */
#header {
	height: 111px;
	background-image: url(../images/Terra_Reproduction_header.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	background-color: #333333;
	border: 1px solid #000000;
}
#header h1 {
	text-indent: -1000em;
}


/*Top Navigation bar styles*/

#topNav {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	height: 40px;
	vertical-align: middle;
	position: relative;
	background-repeat: repeat;
	font-size: 0.8em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/bgrd_yellow%20copy.gif);
	background-color: #FFF792;
}

#topNav ul {
	padding: 0px;
	list-style: none;
	float: left;
	position: relative;
	left: 0%;
	top: 0%;
	margin-top: 5px;
	margin-left: 2.5px;
	width: auto;
	margin-right: 0px;
	margin-bottom: 0px;
}
#emailForm {
	background-color: #CCCCCC;
	padding: 30px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#emailForm input:hover{
	background-color: #FFFACE;
}
#emailForm p {
	line-height: 1.5em;
	font-weight: bold;
}
.required {
	color: #FF0000;
}
#topNav li {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: auto;
}
#topNav li a:link, #topNav li a:visited {
	display: block;
	text-decoration: none;
/*	color: #000000;*/
	line-height: 25px;
	background-image: url(../images/bgrd_yellow.jpg);
	padding-top: 0.2em;
	padding-right: 1.5em;
	padding-bottom: 0.2em;
	padding-left: 1.5em;
}
#topNav li a:hover, #topNav li a:active {
	color: #000000;
	text-decoration: underline;
	background-image: url(../images/bgrd_yellow_invert.jpg);
}
#topNav li a.current:link, #topNav li a.current:visited, #topNav li a.current:hover, #topNav li a.current:active {
	display: block;
	padding: .2em .6em;
	text-decoration: none;
	color: #000000;
	line-height: 25px;
	background-color: #FFFFFF;
	cursor: default;
	background-image: url(../images/bgrd_yellow_light.jpg);
}
#topNav .date {
	letter-spacing: 2px;
	text-align: right;
	line-height: 25px;
	float: right;
	position: relative;
	bottom: 0%;
	right: 0%;
	vertical-align: bottom;
	margin-right: 5px;
	margin-top: 9px;
	margin-bottom: 5px;
	width: auto;
	}
	
/*  Main Content */

#mainContent {
	margin: 0px;
	background-color: #000000;
	width: 1024px;
	height: auto;
	top: 0%;
	position: relative;
	border: 1px solid #000000;
}
#mainContent h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #00ADEF;
}
p {
	font-size: 0.9em;
	color: #000000;
	text-align: justify;
	vertical-align: top;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color: #00ADEF;
	text-decoration: underline;
	font-weight: bold;
}
#pageFooter  {
	text-align: center;
	padding: 1px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #000000;
	position: relative;
	bottom: 0px;
	color: #FFFFFF;
	letter-spacing: .1em;
}
#pageFooter a:link, #pageFooter a:visited  {
	color: #FFFFFF;
	text-decoration: underline;
}
#pageFooter a:hover, #pageFooter a:active  {
	color: #CCCCCC;
	text-decoration: underline;
}
#pageFooter p {
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#pageFooter h3 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
/* Left navigation bar styles */
#mainContent #navigation {
	position: relative;
	background-color: #000000;
	height: auto;
	width: 222px;
	float: left;
}
#navigation ul {
	position: relative;
	margin:0;
	padding:0;
	list-style-type: none;
}
#navigation li {
	width: 222px;
}

#navigation  ul a:link, #navigation  ul a:visited {
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	display: block;
	padding-left: 10px;
	padding-right: 5px;
	background-color: #000000;
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	}
	
#navigation ul a:hover, #navigation ul a:active {
	color:#00ADEF;
	background-color: #E2F4FD;
	}
#navigation li a:link.header, #navigation li a:visited.header  {
	width: 222px;
	background-color: #00ADEF;
	font-size: 1em;
	color:#E2F4FD;
	text-decoration: none;
	line-height: 32px;
	margin: 0;
	display: block;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
		line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;

	font-weight: normal;

}
#navigation li a:hover.header, #navigation li a:active.header  {
	color:#00ADEF;
	background-color: #E2F4FD;
}
#navigation li.header  {
	width: 222px;
	background-color: #00ADEF;
	font-size: 1em;
	color:#E2F4FD;
	text-decoration: none;
	line-height: 32px;
	margin: 0;
	display: block;
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#content {
	position: relative;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 222px;
	text-align: left;
/*	height: 500px;*/
}
	
/*	Footer Styles   */
#footer {
	width: 1024px;
	height: auto;
	position: absolute;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/cyan.jpg);
	font-size: 0.6em;
	margin: 0px;
}
#footer .copyRight {
	color: #BCE9FC;
	text-align: right;
	margin: 2.5px;
}
#footer .number {
	color: #BCE9FC;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
		margin: 2.5px;
}
 #footer .address {
	color: #BCE9FC;
	margin: 2.5px;
}
.sessionName {
	font-weight: bold;
	color: #00ADEF;
}
.sideNote {
	font-size: 0.8em;
	color: #000000;
	background-color: #CCCCCC;
	padding: 5px;
}

/*FORM Styles*/

form#editCompany {
	width: 98%;
	background-color: #FFFF00;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
	}
#editCompany table {
	height: auto;
	width: 100%;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
}
#editCompany textarea {
	height: 300px;
	width: 100%;
}
form#addCompany {
	width: 98%;
	background-color: #00ADEF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
}
#addCompany table {
	height: auto;
	width: 100%;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
}
#addCompany textarea {
	height: 300px;
	width: 100%;
}
	
/*	End of form styles   */


#content h2 {
	font-weight: bold;
	font-size: .9em;
}

#content ul {
	font-size: .9em;
}
#content table#masterTbl {
	width: 400px;
	margin: 0px;
	background: #BBECFF;
	border: 1px solid #000000;
}

#masterTbl th{
	background-color: #000000;
	text-align: left;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
}
#masterTbl span.records{
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
}
#masterTbl tr{
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #000000;
}
#masterTbl td{
	padding: 10px;
	margin: 0px;
	width: 100%;
}
#masterTbl a:link, #masterTbl a:visited, #masterTbl a:hover, #masterTbl a:active {
	padding: 5px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
}
#masterTbl a.delete:link, #masterTbl a.delete:visited, #masterTbl a.delete:hover, #masterTbl a.delete:active {
	color: #FF0000;
}
#masterTbl a.edit:link, #masterTbl a.edit:visited, #masterTbl a.edit:hover, #masterTbl a.edit:active {
	color: #FFFF00;
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
}
.name {
	font-weight: bold;
	color: #00ADEF;
	font-size: 1.3em;
}
.lineReturn {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
.images {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: center;
	height: 150px;
	width: 150px;
	font-size: 0.8em;
	font-style: italic;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 10px;
}
.images img {
	margin-bottom: 10px;
	border: 1px solid #666666;
}

.images img:hover {
	margin-bottom: 10px;
	border: 1px solid #000000;
}.lineReturn {
	float: left;
	position: relative;
	width: 100%;
}
.picture img {
	padding: 0;
	float: right;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
	width: 250px;
	position: relative;
}
.clickON {
	font-style: italic;
	color: #00ADEF;
	margin-left: 10px;
	font-size: 1em;
}
.clear {
	clear: both;
}
