﻿html,body {
	margin:0;
	padding:0;
	color: #000;
	background-color: #282425;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
}


#pagewidth {
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/main_col_foot.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
} 


#logo_container {
	height: 190px;
	float: left;
	width: 320px;
	}
 
#header {
	position:relative;
	height:256px;
	width:800px;
	background-image: url(../images/albury_tech_header1.jpg);
	background-repeat: no-repeat;
} 
#header2 {
	position:relative;
	height:256px;
	width:800px;
	background-image: url(../images/albury_tech_header2.jpg);
	background-repeat: no-repeat;
} 
#header3 {
	position:relative;
	height:256px;
	width:800px;
	background-image: url(../images/albury_tech_header3.jpg);
	background-repeat: no-repeat;
} 


#twocols {
	width:724px;
	float:right;
	position:relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
  }

#leftcol {
	width:76px;
	float:left;
	position:relative;
	height: 53px;
}

#rightcol {
	width:252px;
	float:right;
	position:relative;
	text-align: left;
	padding-top: 24px;
	padding-bottom: 20px;
	background-image: url(../images/right_col_bg_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
}

#rightcoltwo {
	width:252px;
	float:right;
	position:relative;
	text-align: left;
	padding-top: 24px;
	padding-bottom: 20px;
	background-image: url(../images/right_col_bg_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
}
 
#maincol {
	float: left;
	position: relative;
	width: 432px;
	overflow: visible;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-right: 40px;
	background-image: url(../images/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
 }
 

#footer {
	clear: both;
	height: 134px;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 50px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-left: 560px;
	width: 240px;
 } 

#footer p {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
	line-height: 16px;
	}
	
#maincol ul {

}
#maincol ul a {
	text-decoration: none;
	color: #FE4A2F;
	font-weight: bold;
}
#maincol ul a:hover {
	text-decoration: none;
	color: #09F;
	font-weight: bold;
}
.image_right {
	margin-left: 12px;
	border: 1px solid #95B476;
	padding: 2px;
	float: right;
}
.image_yellow_border {
	border: 5px solid #D0B80D;
}


.image_center {
	border: 1px solid #000;
}

/* right column */

	

#rightcol ul {
	list-style-type: none;
	margin-left: 50px;
	padding-left: 0px;
	background-image: url(../images/sub_menu_repeat.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
#rightcol li {
	font-size: 14px;
	margin-left: 0px;
	padding-left: 24px;
	color: #D0B80D;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	}	
#rightcol li a {
	color: #D0B80D;
	text-decoration: none;
	}	
#rightcol li a:hover {
	color: #FFF;
	text-decoration: none;
	}		

.sub_top {
	background-image: url(../images/sub_menu_top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	line-height: 24px;
	}
.sub_bottom {
	background-image: url(../images/sub_menu_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	line-height: 24px;
	}
.oneline {
	line-height: 28px;
	}		
.twoline {
	}	
	
#ibm_link {
	display: block;
	padding-left: 61px;
	padding-top: 15px;
	margin-bottom: 50px;
	padding-bottom: 0px;
	}
#ibm_link p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	}	
#ibm_link img {
	margin-bottom: 24px;
	margin-top: 10px;
	}

/* text */

h1 {
	color: #D0B80E;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 22px;
}
h2 {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

p,td {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

p a {
	text-decoration: none;
	color: #D0B80D;
}
p a:hover {
	color: #D0B80D;
	text-decoration: underline;
}
td a {
	text-decoration: none;
	color: #3C765D;
}
td a:hover {
	text-decoration: none;
	color: #336CAA;
}

b, strong {
	font-weight: bold;
	color: #333;
}

.address {
	font-size: 11px;
	line-height: 16px;
	}

@media print{ 
/*hide the header, footer and left column when printing*/ 
#header{display:none;} 
#footer{display:none;}
#leftcol{display:none;}
#rightcol{display:none;
} 
#rightcol2{display:none;
} 

#twocols, #maincol{width:100%; float:none;}

body{
	margin:0;
	padding:0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#maincol{
	background-image: none;
	background-color: #FFFFFF;
	width: 640px;
 }
 
p,ul,li,td,h1,h2,b,strong,a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}

}
