/* CSS tech page Hafoc Yates June 07 - Feb 08 hafoc.org */
/* Layout */
*{
    margin: 0px;
	padding: 0px;
	}
	
body {
	background-image:url(../images/techChip.jpg);
	background-repeat: repeat; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#main {
		background-image: url(../images/techMiddle.jpg);
		background-repeat: no-repeat;
		max-width: 100%;
		min-width: 950px;
		}
#header {
		background-image: url(../images/techHeader.jpg);
		background-repeat: no-repeat;
		max-width: 100%;
		min-width: 950px;
		height: 120px;
		}
		#header img { border:none; padding:0; margin:0; }	
		
/* Main Content box*/	
#content { 
	margin-top: 275px;
	width: 100%;
	max-width: 800px;
	min-width: 600px;
	margin-left: 22px;
	 }
	#content img { padding: 5px 5px 5px 5px; border: none;}  

.leftColumn { 
	float: left;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	width: 25%;
	height: auto;
	border: #CCCCCC;
	border-style: groove;
	background-color: #E8E7F1;
	 }	 
.middleColumn { 
	float: left;
	padding: 5px 5px 5px 10px;
	width: 40%;
	height: auto;
	background-color:#CCCCCC;
	 }
.rightColumn { 
	float: left;
	padding: 5px 5px 5px 5px;
	margin-left: 5px;
	width: 25%;
	height: auto;
	background-color: #E8E7F1;
	 }

#logoMap img { padding-left: 300px; border:0; padding:0; margin:0; }
	
/* Text */
/* Main Navigation */
#mainNav { 
	margin-top: 20px;
	margin-left: 130px;
	height: 30px;
	width: 500px;
	}
#mainNav p {
	font-size: 16px;
	color: #E8E7F1;
	}	
#mainNav p strong{
	font-variant:small-caps; color: #E8E7F1;
	}	
#mainNav a:link {font-variant:small-caps; color: #E8E7F1; text-decoration: none;} 
#mainNav a:visited {font-variant:small-caps; color: #E8E7F1; text-decoration: none;} 
#mainNav a:hover {font-variant:small-caps; color: #EBD7FF; text-decoration: underline; cursor: pointer;} 
#mainNav a:active {font-variant:small-caps; color: #E8E7F1;text-decoration: none;}
	
/* text p & larger */
.text h1 {
	font-size: 15px;
	text-variant:small-caps;
	color:#A188A5;
	padding-bottom: 18px;
	text-align: center;
	}
.text h2 {
	font-size: 13px;
	text-align: center;
	color: #A188A5;
	padding-bottom: 5px;
	}
.text h4 {
	font-size: 13px;
	color: #A188A5;
	padding-top: 4px;
	}
.text p { 
	color: #000000;
	font-size: 11px;
	padding-bottom: 5px;
	 }	
.text img { padding: 5px 5px 5px 5px; border: none;}

	
/* Links */ 
/* Links underlined*/                
	.links a:link {color: #336699; text-decoration: underline;}
	.links a:visited {color: #336699; text-decoration: underline;}
	.links a:hover {color: #660200; text-decoration: none;}
	.links a:active {color: #F2C38B; text-decoration: underline;}	

/* Links NO underlined*/
.linksNo a:link {color:#336699; text-decoration: none;} 
.linksNo a:visited {color:#336699; text-decoration: none;} 
.linksNo a:hover {color: #660200; text-decoration: underline; cursor: pointer;} 
.linksNo a:active {color:#F2C38B;text-decoration: none;}	

#clear { clear: both; height: 2px; }
	  	
#footer {
	width: 800px;
	padding-top: 27px;
	}
	#footer p {
	text-align: center;
	color: #E8E7F1;
	font-size: 11px;
	padding-bottom: 10px;
	 }

/* CSS Tech page Hafoc Yates 2008 hafoc.org */
