@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColHybRtHdr {
	height:100%;
}
.twoColHybRtHdr #container {
	width: 940px;  /* this will create a container 80% of the browser width */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	height:580px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColHybRtHdr #header {
	width: 100%;
	height:125px;
}

.twoColHybRtHdr #header span {
	display:block;
	margin-left:25px;
}

.twoColHybRtHdr #header h1 {
	position:relative;
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
`	height:0.75em;
	top:10px;
}
.twoColHybRtHdr #header h2 {
	position:relative;
	padding-left:3px;
	top:-13px;
}

.twoColHybRtHdr #telno {
	position: relative;
	width:220px;
	height:50px;
	float:right;
	margin-top:-85px;
}

.twoColHybRtHdr #telno span{
	postion:relative;
	float:right;
	margin-right:10px;
}

.twoColHybRtHdr #telno p {
	clear:both;
	position:relative;
	text-align:right;
	margin-right:10px;

}
.twoColHybRtHdr #topupmenuline { 
	position:absolute;
	top:0;
	left:0;
	width:940px;
	height:1px;
	
}
.twoColHybRtHdr #topdownmenuline { 
	position:relative;
	width:940px;
	height:1px;
	left:0;
	bottom:0;
}

.twoColHybRtHdr #menu {
	height:2.5em;
	position:relative;
	overflow:hidden;
	margin-top:-1ex;
}

.twoColHybRtHdr #menu ul.horizontal {
	display:relative;
	width:540px;
	height:28px;
	padding:0.65em 0 0 30px;
	margin:0;
}
.twoColHybRtHdr #menu ul.horizontal li {
	position:relative;
	cursor: pointer;
	display: inline;
	text-decoration:none;
	list-style-type:none;
}

.twoColHybRtHdr #menu ul.horizontal li a{
	text-decoration:none;
	padding-bottom:0.2em;
	margin-right:0.8em;
} 

.twoColHybRtHdr #sidebar1 {
	position:relative;
	float: right; 
	top:25px;
}

.twoColHybRtHdr #mainContent {
	position:relative;
	top:2ex;
	height:375px;
	padding:0;
	padding-left:30px;
	width:460px;
}
.twoColHybRtHdr #mainContent p { padding:0; 	width:440px;
}
.twoColHybRtHdr #mainContent ul li  {
	position:relative;
	cursor: pointer;
	list-style-type:none;
}
.twoColHybRtHdr #mainContent ul li a{
	position:relative;
	cursor: pointer;
	text-decoration:none;
	
	
}

.twoColHybRtHdr #firstline{
	position:relative;
	width:540px;
}

.twoColHybRtHdr #mainContenttitle{
	position:relative;
	padding-left:30px;

}
.twoColHybRtHdr #mainContenttitle2{
	position:relative;
	padding-left:30px;

}
.twoColHybRtHdr #projectContent{
	padding-left:5px;
}
.twoColHybRtHdr #sitemaplist{
	line-height:3.5em;
}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
}


.tablerowpadding1{
	position:relative;
	top:40px;
}
.tablerowpadding2{
	position:relative;
	top:35px;
}
.tablerowpadding3{
	position:relative;
	top:30px;
}
.tablerowpadding4{
	position:relative;
	top:25px;
}

.twoColHybRtHdr #imageposition { 
	position:relative;
	margin-right:10px;
	width:340px;
	height:255px;
}
.twoColHybRtHdr #picaddress {
	position:relative;
	padding-top:10px;
	margin-right:10px;
	text-align:right;
}
.twoColHybRtHdr #imageposition2 { 
	position:relative;
	margin-right:10px;
	width:340px;
	height:255px;
}
.twoColHybRtHdr #imageposition3 { 
	position:relative;
	margin-right:10px;
	width:340px;
	height:255px;
}

.twoColHybRtHdr #picaddress2 {
	position:relative;
	padding-top:10px;
	margin-right:10px;
	text-align:right;
}
.twoColHybRtHdr #picaddress3 {
	position:relative;
	padding-top:10px;
	margin-right:10px;
	text-align:right;
}
.twoColHybRtHdr #boximage { 
	position:relative;
width:480px;
	height:347px;
}
.twoColHybRtHdr #picimage1 {
	position:relative;
	margin-right:20px;
	

}
.twoColHybRtHdr .table1{
	position:relative;
	width:550px;
}

.twoColHybRtHdr #footer {
	position:relative;
	height:1em;
} 
.twoColHybRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	bottom:1em;
	padding-left: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColHybRtHdr #footer ul{
	margin: 0;
	padding: 5px;
	text-align:center;
	
}

.twoColHybRtHdr #footer ul li{
    display: inline;
	list-style-type:none;
}

.twoColHybRtHdr #footer ul li a{
	padding: 5px;
	text-decoration: none;
}

.twoColHybRtHdr #footer ul li a:hover, #footer ul li .selected{
}	

.twoColHybRtHdr #footermenuline { 
	position:relative;
	width:940px;
	height:1px;
}
.twoColHybRtHdr #copyright {
	position:relative;
	bottom:15px;
	left:5px;
	
}

.twoColHybRtHdr #designedby {

}
.twoColHybRtHdr #designedby span {
	position:relative;
	bottom:20px;
	right:10px;
	float:right;
}

dl.large {
	width:440px;
	padding:0;
	margin:0;
}
.large dt { font-weight:bold; }
.large dd { margin: 0 0 1ex 1em; padding: 0;}
.large dd p { font-size:1em; font-weight:normal; }

dl.margins-removed
{	line-height:1.5em;
	padding: 0;
	width:540px;
}

.margins-removed dt
{	
	margin: 0;
	padding: 0;
}

.margins-removed dd
{
	margin: 0 0 1ex 1em;
	padding: 0;
}
ul.flowlist {
	padding:0;
}
.flowlist li {
	display:inline-block;
	float:left;
	width:225px;
	margin-right:1ex;
	padding-right:1ex;
	padding-left:15px;

}
