body {
	
	background-image: url(../images/bg.jpg);
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

/***********HYPERLINKS***********/
a.linkBlue:link {color: #f49301; text-decoration:none}
a.linkBlue:visited {color: #f49301; text-decoration:none}
a.linkBlue:hover {color: #FFFFFF;text-decoration:none}

a.linkGrey:link {color: #bcbcbc; text-decoration:underline}
a.linkGrey:visited {color: #bcbcbc; text-decoration:underline}
a.linkGrey:hover {color: #f49301;text-decoration:underline}

a.linkBottom:link {color: #bcbcbc; text-decoration:none}
a.linkBottom:visited {color: #bcbcbc; text-decoration:none}
a.linkBottom:hover {color: #dfdfdf;text-decoration:underline}
/*********************************************/



/***********BOX BORDER***********/
.graybox{
	border: 1px solid #cfcfcf;
}


.grayboxChart{
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
/*********************************************/



/***********PARAGRAPH TAGS***********/
h1 {
	font-size: 12px;
	color:#FC151D;
}

h2 {
    font:Arial;
  	font-size: 13px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #8F8E8E;
}

p {
	font-size: 16;
	margin-bottom: 15px;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: normal;
}
/*********************************************/

.Header {
	width:778px;
	height:69px;
}

.rite { border: 1px solid #322f2f; background: #322f2f; padding: 3px;}

.Chart {
	padding: 11px 0px 11px 17px;
}

.picture {
	
	padding: 2px 10px 1px 0px;
}
.GalleryPad {
		padding: 25px 0px 20px 10px; /**********top-right-bottom-left*********/
}
.BodyPad {
		padding: 25px 30px 20px 20px; /**********top-right-bottom-left*********/
}
.SidePad {
		padding: 0px 10px 0px 8px; /**********top-right-bottom-left*********/
}

/***********PAGE TEXT***********/
.Bodytext {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #bcbcbc;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	
}

.Bodytext2 {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #bcbcbc;
	font-weight: normal;
	line-height: 16px;
}

.Buttons {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #f49301;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
}

.title {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: normal;
	color: #f49301;
}

.titleSide {
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: normal;
	color: #f49301;
	padding: 25px 20px 15px 15px;
}
.title_sub {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #ff9900;
	font-weight: normal;
	padding: 8px 0px 8px 0px;
}
.GalleryTitle {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #f6f6f6;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	
}
.ChartNum {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #f49301;
	font-weight: normal;
	
	padding-right: 10px;	
}
.Bodytext-Contact {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #ff9900;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 24px;
}

/*---project history page----*/
.Bodytext-History1 {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #bcbcbc;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: justify;
	padding: 0px 0px 25px 0px;
}
.Bodytext-History2 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #ff9900;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: justify;
}



.copyrightText {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #bcbcbc;
	font-weight: normal;
	padding: 0px 25px 0px 25px;
}
/*********************************************/



/***********FORMS***********/
.formField {
	
	width:182px;
	height:18px;
	padding:0px 0px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
}

.formMessage {
	font-family: Arial;
	font-size: 12px;
	width:260px;
	height:85px;
	background:#ffffff;
	border:1px solid #cccccc;
}

.formSubmit {
	width:68px;
	height:26px;
	background:#404040;
	color:#cc242d;
	border:1px solid #2e2e2e;
	background-image:url(../images/submit.jpg) no-repeat left top;

}
.texturebg {
	background-image:url(../images/bg-wood-grain2.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	
}
/*********************************************/


