@charset "utf-8";
/* CSS Document */

body {
	background-color: #111111;
	background-image: url(images/bgTile.jpg);
	background-repeat: repeat-x;
	font-family: "Arial";
	font-size: 12px;
	color: #999;
}
table {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-align: left;
}

.footer {
	font-family: Arial;
	font-size: 12px;
	color: #999;
	text-align: left;
}

.BodyPanel {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

/* Hyperlinks */

a:link {color: #ef6b00; text-decoration: none; font-family: "Arial"; font-size: 12px;}
a:active {color: #ef6b00; text-decoration: none; font-family: "Arial"; font-size: 12px;}
a:visited {color: #ef6b00; text-decoration: none; font-family: "Arial"; font-size: 12px;}
a:hover {color: #0072ff; text-decoration: none; font-family: "Arial"; font-size: 12px;}


/* Buttons */


.button {
	background-image: url(images/greyButtonTile.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 150px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1e1e1e;
	border-left-color: #4f4f4f;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	font-family: "Segoe UI";
	font-size: 14px;
	color: #FFF;
}
.button:hover {
	background-image: url(images/blueButtonTile.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 150px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0f1f53;
	border-left-color: #364e9b;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	font-family: "Segoe UI";
	font-size: 14px;
	color: #FFF;
}

.smallbutton {
	background-image: url(images/greyButtonTile.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 150px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1e1e1e;
	border-left-color: #4f4f4f;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	font-family: "Segoe UI";
	font-size: 12px;
	color: #FFF;
	background-position: center;
}
.smallbutton:hover {
	background-image: url(images/blueButtonTile.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 150px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0f1f53;
	border-left-color: #364e9b;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	font-family: "Segoe UI";
	font-size: 12px;
	color: #FFF;
	background-position: center;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #c2c0c0;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	color: #060;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.row0 {
	background-color: #ffffff;
}
.row1 {
	background-color: #c8e4c0;
}

.LatestProjects {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	background-image: url(images/LatestProjectsTile.jpg);
	background-repeat: repeat-x;
	height: 108px;
	width: 282px;
	border: 1px solid #bfbfbf;
}

.LatestProjectsText {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

.Services {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	background-image: url(images/ServicesTile.jpg);
	background-repeat: repeat-x;

	border: 1px solid #bfbfbf;
}

.Login {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #c2c0c0;
	background-image: url(images/loginBG.jpg);
	background-repeat: repeat-x;
	height: 151px;
	width: 600px;
	border: 1px solid #bfbfbf;
}