﻿

/** General Style*/
body {
	font-family: Verdana, Helvetica, sans-serif;
	color: rgb(128,0,0);
	background-color:rgb(255, 243, 243);
	padding-top: 5px;
	text-align: justify;
}

li {
	list-style-type:square;
	text-align:left;	
	font-weight: bold;
}


h1{
	font-size:40pt;
	text-align:center
}

html{
	position:absolute;
	width:100%;
}

#content {
    margin-left:50px;
	padding-left:20px;	
	margin-right:50px;
	padding-right:30px;
	border-right:2px solid;
	border-left:2px solid;
	padding-top:20px;
	padding-bottom:20px;
}

h2{
	text-align:center;
}

#links ,#logo {
		background-color:white;
		background-image:url("../images/BG.jpg");
	    background-repeat: repeat;
		text-align: center;
		border: 1px solid black;
}


/**video page style*/
.video {
	width: 500px;
	height: 400px;
	padding-bottom:30px
}


/**links styple*/
#links{
	margin:5px 0px 30px 0px;
	border: 1px solid black;
	padding:10px 0px 10px 0px;
}

#links a:link , a:visited {
	font-size:14pt;
	text-decoration:none;
	text-align: center;
	padding:11px;
	color: rgb(162, 94,57);
    font-weight: bold;

}

#links a:hover{
	background-color:rgb(233,146,92);
	color:white;
	border:1px solid black
}


/**home page style*/
#welcome {
	font-size: 20pt;
	font-family: serif;
	font-variant: small-caps;
	color: green
}


/**form style*/
label.formBlock {
	display:block;
	position:relative;
	margin: 8px 0px
}

label.formBlock input, select{
	position:absolute;
	left: 170px
}

label.formOp {
	display:block;
	position:relative;
	margin: 12px 0px
}

.req {
	color:red
}

fieldset {
	margin-top:10px;
	padding:20px
}

legend {
    font-weight: bold;		
}

#button {
	margin-top:10px;
	margin-left:5px;
}

/**table style */
table, th, td {
   border: 1px solid black;
   padding: 8px;
   text-align:center;
   border-collapse: collapse;
   margin-left:auto; 
   margin-right:auto;
   border:2px solid
   }

th{
		background-image:url("../images/BG.jpg");
		font-weight: bold;		
}

caption{
	padding-bottom:15px;
			font-weight: bold;		

	font-size:20pt
}



/** gallary page style*/
.prev, .next {
  cursor: pointer;
  color: black;
  font-weight: bold;
  font-size: 25px;
  margin-left:25%;
  padding:10px;
}

.prev:hover, .next:hover {
  background-color: rgb(255,255,255);
}

.slides {
	width:750px;
	height:650px;
	margin-bottom:15px;
	border:2px solid;
	margin-left:auto; 
   margin-right:auto;
   }

.pic {
	border:4px rgb(128,0,0) ridge;
	width:102px;
	height:80px;
	cursor:pointer;
	opacity: 0.7;
	margin-right:21px;
	margin-top:5px
}

#small {
	padding-top:15px;
}

.pic:hover{
	opacity:1;
}


/**footer style*/

#footer {
	text-align:center;
    border:1px solid;		
    background-color:white;
    background-image:url("../images/BG.jpg");	
    margin-top:50px
}


/**resume file*/
#pdfFile {
	width:900px; 
	height:1000px
}


/** contact us */
.contactIcon {
	width:80px;
	height:80px;
	padding-left:50px;
	float: left;
	padding-right:10px;

}

.desContact {
	font-size:12px;
	margin-top:30px;
}

.contact {
	clear:both;
	padding-top:15px;
	padding-bottom:20px
}

/** Tools page*/
.toolPic{
	width:500px;
	height:450px;
	margin-bottom:15px;
	border:2px solid;
	margin-top:15px;

}
.toolDis {
	clear:both;
}

