@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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 */
	color: #000;
	background-image: url(gfx/bg.png);
	background-color: #000066;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003399;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-align: left;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CD6804;
	text-align: left;
}
h1,h2,h3,h4,h5,h6,p{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 985px;
	margin: 10px auto;
	text-align: left;
} 
#header {
	height: 130px;
	margin-right: 10px;
} 
#header #phone {
	float: right;
	position: absolute;
	width: 975px;

}
#header #phone p   {
	font-size: 25px;
	color: #FFF;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
}
#menubar {
	height: 30px;
	background-image: url(gfx/barmid.png);
	margin-right: 10px;
}
#dropshadRT {
	float: right;
	width: 10px;
	height: 30px;
	background-image: url(gfx/dsrt.png);
}

#dropshadR {
	background-image: url(gfx/dsr.png);
	background-position: center right;
	background-repeat: repeat-y;

}



#pagecontainer {
	background-color: white;
	margin: 0;
	padding-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
} 
#sidebarcontainer {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
}
#sidebarcontainer h2 a , #sidebarcontainer h2 a:visited{
	color: #C60;
	text-decoration: none;
	display: block;
}

#sidebarcontainer a {
	text-decoration: none;
}
#sidebarcontainer h2 a:hover{
	color: #003399;
	text-decoration: none;
}
#sidebarcontainer h3  {
	color: 003399;
	font-size: 13px;
	font-weight: normal;

}

.fadeup  {
	float: left;
	width: 222px;
	height: 20px;
	margin: -20px 0 0 0;
	background-image: url(gfx/fadeup.png);
	position: absolute;
}
.fadedown {
	height: 10px;
	width: 222px;
	position: absolute;
	float: left;
	background-image: url(gfx/fadedown.png);
}

#blogtop {
	height: 39px;
	background-image: url(gfx/blogtopbg.png);
	border-bottom: 1px dashed #D2DADA;
	padding: 15px 0 0 5px;
	display: block;
}
#blogfeed {
	height: 250px;
	overflow: auto;
	margin: 0;
	padding: 5px;
	background-color: #eee;
	color: #333;
}
#blogfeed h2 {
	font-size: 13px;
}

#blogfeed h2 img{
	margin-right: 5px;
}

#blogfeed p a{
	color: #0084B4;
	text-decoration: none;
}
#blogfeed p a:visited {
	color: #0084B4;
	text-decoration: none;
}
#blogfeed p a:hover {
	color: #0084B4;
	text-decoration: underline;
}


.blogsep  {
	border-bottom: 1px dashed #D2DADA;
	margin: 5px 0;
}

#twittop {
	height: 39px;
	margin-top: 5px;
	background-image: url(gfx/twittopbg.png);
	border-bottom: 1px dashed #D2DADA;
	padding: 15px 0 0 5px;
	display: block;
}

#twitterfeed {
	height: 250px;
	overflow: auto;
	margin: 0;
	padding: 5px;
	background-color: #EEE;
}

#mainContent {
	margin: 0 260px 10px 10px;
} 
#mainContent .about {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#mainContent #enqform {
	border: 1px dashed #999;
	padding: 10px;
}



.HPbox {
	height: 307px;
	width: 340px;
	margin: 1px;
}

.HPboxTop {
	height: 192px;
	z-index: 1;

}
.HPboxBottom {
	height: 115px;
	background-image: url(gfx/homeboxbottom.png);
	display: block;
}
.HPboxBottom a {
	color: #000;
	text-decoration: none;
	display: block;
}


.HPboxBottom ul  {
	margin: 0 0 0 0;
	padding: 10px 0 0 30px;
}
.HPboxBottom ul li {
	padding: 0 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}


.HPboxTitle {
	height: 35px;
	float: left;
	width: 315px;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 0 25px;
	display: block;
}
.HPboxTitle a {
	color: #FFF;
	text-decoration: none;
	display: block;
}


#computing {
	float: left;
	margin: 5px;
}
#communications {
	float: right;
	margin: 5px;

}
#web {
	float: left;
	margin: 5px;
}
#media {
	float: right;
	margin: 5px;
}
#mainContent2 {
	margin: 0 10px 10px 10px;
}
#mainContent2 .image {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#footer {
	padding: 0 10px 0 20px;
	position: relative;
	background-color: #FFF;
	border-top: solid #CC6600 1px;
	margin-right: 10px;
} 
#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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#dropshadB {
	height: 10px;
	clear: both;
	width: 975px;
	margin: 0 0 0 10px;
	background-image: url(gfx/dsb.png);
}

.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;
    line-height: 0px;
}
