/* CSS for Tinwisle. Created on 6/1/04 by Wendy Clendening. Copyright Tinwisle 2004 */

/*body info*/
body {
	background-color: white;
	}
	
/*font*/
td, p, ul, div, br {
	color: #00639C;
	font-size : 15.75px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

/*Horizontal line color*/
hr {
color: #00639c;
}

/*Bold Font*/
h1 {
	text-align: justify;
	color: #00639C;
	font-size : 13.75px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Center Font*/
h2 {
	text-align: center;
	color: #00639C;
	font-size : 11.75px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Link information*/
A:link {color: #4e784a; text-decoration: none}
A:visited {color: #4e784a; text-decoration: none}
A:active {color: #4e784a; text-decoration: none}
A:hover {text-decoration: underline; color: #00639c;}
	
/*Right of vertical line, "Tinwisle Corporation", horizontal green bar*/	
.tinwislelogo {
	background: #4E933A url('pics/tinlogo6.jpg') no-repeat top left;
	color: white;
	top: 50px;
	left: 160px;
	height: 50px;
	width: 560px;
	position:absolute; z-index:3; background-color:#4E933A
	}	
	
/*Left of vertical line, rectangle textured bar*/	
.tinwislelogo2 {
 	color: white;
	top: 50px;
	left: 10px;
	height: 50px;
	width: 150px;
	background-color: #4E933A;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	}

/*Left angle on horizontal medium-green bar*/	
.tinwislelogoleft1 {
	background: #4E933A url('pics/tinleft1.jpg') no-repeat top left;
	color: white;
	top: 50px;
	left: 10px;
	height: 50px;
	width: 50px;
	position:absolute; z-index:3; background-color:#4E933A
	}	
	
/*Right angle on horizontal medium-green bar*/	
.tinwislelogoright1 {
	background: #4E933A url('pics/tinright1.jpg') no-repeat top left;
	color: white;
	top: 50px;
	left: 720px;
	height: 50px;
	width: 50px;
	position:absolute; z-index:3; background-color:#4E933A
	}	
	
/*Vertical line, dark-green*/	
.line {
   color: white;
   	background: url('pics/line.jpg') no-repeat top left;
	top: 10px;
	left: 155px;
	height: 400px;
	width: 15px;
	position:absolute; z-index:5; background-repeat:no-repeat
	}	
	
/*Left links, yellow vertical left of line*/
.menu {
	color: white;
	top: 85px;
	left: 35px;
	height: 200px;
	width: 110px;
	background-color: #FFF4C0;
	background-repeat: no-repeat;
	position: absolute;
	padding: 5px 2px 5px 10px;
	z-index: 4;
	}	
	
/*Text area*/
.mainbody {
	color: #00639C;
	position: absolute;
	top: 120px;
	left: 200px;
	width: 520px;
	height:255px;
	padding: 10px 2px 5px 3px;
	background-color: white;
	text-align: justify;
	z-index: 1;
}
/*Text area*/
.contactbody {
	color: #00639C;
	position: absolute;
	top: 120px;
	left: 200px;
	width: 520px;
	height:255px;
	padding: 10px 2px 5px 3px;
	background-color: white;
	z-index: 1;
}

/*Text area for "Modeling", just like mainbody except centered*/
.modelbody {
   color: #00639C;
	position: absolute;
	text-align: center;
	top: 120px;
	left: 200px;
	width: 520px;
	height:255px;
	padding: 10px 2px 5px 3px;
	background-color: white;
	z-index: 1;
}	

/*Blue "International Standards Organization"*/
.ram {
	background: white url('pics/info1.jpg') no-repeat top left;
   	color: white;
	top: 10px;
	left: 190px;
	height: 25px;
	width: 355px;
	border-color:red; position:absolute; z-index:2; background-color:white; background-repeat:no-repeat
	}	
	
/*Blue "Enterprise Architecture Modeling"*/
.modelinglogo {
   	background: white url('pics/lmodeling2.jpg') no-repeat top left;
   	color: white;
	top: 10px;
	left: 190px;
	height: 25px;
	width: 335px;
	border-color:red; position:absolute; z-index:1; background-color:white; background-repeat:no-repeat
	}	

/*Blue "International Standards Organization"*/
.isologo {
	background: white url('pics/liso9.jpg') no-repeat top left;
   	color: white;
	top: 10px;
	left: 190px;
	height: 25px;
	width: 355px;
	border-color:red; position:absolute; z-index:2; background-color:white; background-repeat:no-repeat
	}

/*Blue "Modeling Consulting Services"*/
.tinwislelogoblue {
	background: white url('pics/tinwislelogoblue1.jpg') no-repeat top left;
   	color: white;
	top: 10px;
	left: 190px;
	height: 25px;
	width: 335px;
	border-color:red; position:absolute; z-index:4; background-color:white; background-repeat:no-repeat
	}	

/*Blue "Contact Information"*/
.contactlogo {
   	background: url('pics/lcontact2.jpg') no-repeat top left;
 	color: white;
	top: 10px;
	left: 190px;
	height: 50px;
	width: 200px;
	position: absolute;
	z-index: 1
}	

	
	
	
	
	
	