/*
	Global CSS (c) Gino Franco Velasco
	
	Description:
	This stylesheet is used for the global styles of JPS Marble and Granite Web pages.
*/

body {
	padding: 2px;
	width: 100%;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	margin:0;
	padding:0;
}

div {
	margin:0;
	padding:0;
	border:0;
}

p {
	font-family: "Arial", "Myriad Condensed Web", "Trebuchet MS", "Qlassik Medium", "Tw Cen MT";
	color: #655908;
	font-size: 12px;
	text-indent: 20px;
	text-align: justify;
}

a {
	font-family: "Arial", "Myriad Condensed Web", "Trebuchet MS", "Qlassik Medium", "Tw Cen MT";
	font-size: 11px;
	text-decoration:none;
	color: #9A9227;
}

a:hover {
	color: #6F620B;
}

label {
	font-family: "Arial", "Myriad Condensed Web", "Trebuchet MS", "Qlassik Medium", "Tw Cen MT";
	color: #655908;
	font-size: 12px;
}

#divLogo {
	margin: auto;
	width: 766px;
}

#divLogoImg {
	background: url(../images/global/logo_img.png);
	position: absolute;	
	width: 83px;
	height: 83px;
}

#divLogoName {
	background: url(../images/global/logo_name.png);
	width: 333px;
	height: 67px;
	position: absolute;		
	margin-top: 10px;
	margin-left: 90px;
}

#divBackground {
	background: url(../images/global/background.jpg) no-repeat;
	width: 100%;
	height: 100%;
	top: 105px;
	position: absolute;	
}

#divBody {
	margin: auto;
	position: relative;
	text-align: left;
	padding: 0px;
	width: 766px;
	height: 800px;
}

#divBodyTable {
	left: 0;
	margin-left: 4.5px;
	height: 800px;
}

#divMinorLink {
	position: absolute;
	right: 15px;
	top: -25px;	
}

#divHeader {
	background: url(../images/global/header.jpg);
	width: 757px;
	height: 255px;
}

#divNavPanel {
	width: 205px;
	height: 233px;
	position: absolute;
	left: 20px;
	top: -6px;
	z-index:999;
}

#divPhotoHeader {
	background: url(../images/global/photo_header.png);
	width: 374px;
	height: 291px;
	position: absolute;
	right: 60px;
	top: -20px;
	z-index:999;
}

#divLineHeader {
	background-color: #ccb205;
	width: 757px;
	height: 5px;
	position: absolute;
	left: 5px;
	top: -6px;	
}

#divFooter {
	background-color: #ccb205;
	width: 757px;
	height: 5px;
	position: absolute;
	left: 5px;
	bottom: 30px;	
}

#divFooterContent {
	position: absolute;
	bottom: 10px;
}

#divContent {
	width: 757px;
	height: 550px;
}

#divBackButton {
	background: url(../images/global/back_button.png);
	width: 58px;
	height: 40px;
}

#divNextButton {
	background: url(../images/global/next_button.png);
	width: 54px;
	height: 40px;
}

#divLoadingIcon {
	background: url(../images/global/loading.gif);
	width: 130px;
	height: 60px;
}

#divOkayIcon {
	background: url(../images/global/success.jpg);
	width: 200px;
	height: 80px;
}

#divErrorIcon {
	background: url(../images/global/error.jpg);
	width: 200px;
	height: 80px;
}

*.leftFloat {
	float: left;
}

*.rightFloat {
	float: right;
}

*.colorWhite {
	background-color: white;
}

*.row {
	clear: both;
	padding-top: 4px;
}

*.indent {
	text-indent: 20px;
}

*.overflow {
	overflow: auto;
}

*.strong {
	font-weight:bolder;
}

*.pTitle {
	font-size:14px;
	text-indent: 0px;
}

*.pointer {
	cursor: pointer;
}

*.textbox {
	font-family: "Arial", "Myriad Condensed Web", "Trebuchet MS", "Qlassik Medium", "Tw Cen MT";
	font-size: 11px;
}

*.spacer {
	width: 10px;
}

*.white {
	color: white;
}

*.cMessage {
	font-family: "Arial", "Myriad Condensed Web", "Trebuchet MS", "Qlassik Medium", "Tw Cen MT";
	font-size: 12px;
}


