@charset "UTF-8";
/* 

STYLE SHEET FOR XTECH SOLUTIONS INC WEB SITE
Created by Hashmat Bhatti
www.xtechsolutions.ca

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

body  {
	font: 11px/17px Verdana, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
	background-color:#8C98B3;
}

a {color: #4A637C;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {color: #000033;
	font-weight: bold;
	text-decoration: underline;}


/* --------- 2. structure  --------- */


#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	padding: 0;
	border: 1px solid #000033;
	border-top: 0px;
	} 
#header {
	height: 160px;
	width: 850px;
	background-image:  url(images/silver-bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
} 
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar1 {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #CCC;
}
#sidebar2 {
	float: right;
	margin: 0;
	width: 165px;
	padding: 0;
}
#mainContent { 
	margin: 0 170px 0 210px;
	height: auto;
	padding: 10px 15px 5px 15px;
 	border-left: 1px solid #CCC;
} 
#footerbar {
	margin: 5px auto;
	padding: 0;
	width: 850px;
}

 
/*.thrColFixHdr #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: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	/*}*/
	
	
.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;
}



/* --------- 3. links and navigation  --------- */

.headlines{
	width: 165px;
	text-transform: uppercase;}

.headlines li{
	font: bold 10px/12px Georgia;
	list-style-type: none;
	border-bottom: 1px solid #999;
	border-bottom-style: dotted;
	padding: 10px 0;
}

.headlines li a{
	color: #666;
	text-decoration: none;
	margin-top: 5px;
}


.headlines li a:hover{
	color: #000033;
	text-decoration: none;
}

.footer ul{
	font: 10px Verdana;
	font-weight: normal;
	color: #000;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.footer li{
	font: 10px Verdana;
	color: #000;
	display: inline;
	list-style-type: none;
	padding: 0;
	}

.footer li a{
	font: 10px Verdana;
	font-weight: normal;
	color: #000033;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.footer li a:hover{
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}


/*.hme a{
	margin: 0;
	padding: -10px;
	background:url(../images/nav/homebutton.gif) center repeat-none;
}


.hme li a {
	margin: 0;
	padding: -10px;
	height: 41px;
	background:url(../images/nav/homebutton.gif) center repeat-none;
}*/

/* mininav rollover */

.mininavmenu {
	float: right;
	width: 280px;
	height: 23px;
	background-image:   url("images/bar_bg.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
	}

.mininavmenu li{
	padding: 0;
	display: inline;
	list-style-type: none;
	font-weight: normal;
	text-decoration: none;
	height: 23px;
}

.mininavmenu li a{
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
}

.mininavmenu li a:hover{
	color: #1F3D4A;
	font-weight: normal;
	text-decoration: none;
}


/* menu1 rollover */

#nav1 {
	width: 850px;
	height: 41px;
	background:  url(images/nav1bg.gif) repeat-x;
}
	
.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: normal 11px Verdana;
	color: #1F3D4A;
	width: 850px;
}

.solidblockmenu li{
	display: inline;
	list-style-type: none;
}

.solidblockmenu li a{
	float: left;
	color: #1F3D4A;
	font-weight: normal;
	border-right: 1px solid white;
	background:  url(images/nav1bg.gif) repeat-x;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 11px;
	padding-left: 6px;
}

#green a:hover{
	background:  url(images/navgreenbg-active.gif) repeat-x;

}


.solidblockmenu li a:hover{
	color: black;
	font-weight: normal;
	background:  url(images/nav1bg-active.gif) repeat-x;
	text-decoration: none;
}


#navbar2 {
	width: 100%;
	height: 28px;
	background:  url(images/nav2bgx.gif) center center repeat-x;
}
	
	
	
/* --------- 4. fonts  --------- */


h1, h2, h3 {color: #000033;
	padding: 0;
	margin: 0;
	}

h1 {font: 21px/24px Verdana, sans-serif;
	color:#000066;
	}
h2 {font: 16px/18px Verdana, sans-serif;
	margin-bottom: 10px;}
h3 {font: 13px/15px Verdana, sans-serif bold;}


a.hover {color: #000033;
	text-decoration: none;
	}
	/*.homebut {
	height: 37px;
	vertical-align: middle;
	*/



/* -------------- DROP DOWN MENU  -------------- */


#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}


#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]
*/




/* --------- 5. images  --------- */

img { border: none;
margin: 0;
}

.button {margin: 0 0 2px 0;
}

.buttonborder {margin: 0 0 2px 0;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #999; 
}

/* --------- 6. tables  --------- */

.callus {width: 150px;
	height: 90px;
	color: #000033;
	background: #666;
	padding: 5px;
	margin: 0 0 2px 0;
	}


/* --------- 7. forms  --------- */
.left img {
	margin: 0px;
	padding: 0px;
	width: 210px;
}
.sideimage {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
strong {
	font-weight: bold;
	color: #000066;
}
#formerly {
	position: absolute;
	top: 160px;
	width: 300px;
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	float: left;
	left: 500px;
	vertical-align: bottom;
	margin-bottom: 5px;
}
.hor1 {
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#container #mainContent .leftdiv {
	float: left;
	width: 200px;
	margin-right: 15px;
}

#container #mainContent .rightdiv {
	width: 200px;
	float: right;
	}
.highlightbox {
	padding: 8px;
	border: 1px solid #FF0000;
}

.newsbox {
	padding: 8px;
	border: 1px solid #000066;
}

.FLVPlayer {
	height: 255px;
	width: 345px;
	border: 0;
}


/*  THIS IS NEW CSS FOR CLIENT PORTAL LOGIN */

/* form fields - Labels and fields must be sentance case */
.caption{font-family:Verdana,Arial; font-size:11px; vertical-align:top; padding-bottom:10px; }
.field{font-family:Verdana,Arial; font-size:11px; width:250px; padding-bottom:5px;}
.check{font-family:Verdana,Arial; font-size:11px;}

/* labels */
.label{font-family:Verdana,Arial; font-size:11px; vertical-align:top; padding-bottom:10px; }
.problem{font-family:Verdana,Arial; font-size:11px; color:red;}
.info{font-family:Verdana,Arial; font-size:11px; color:#63a0de;}

/* Buttons Must Be Title Case */
.loginbutton{font-family:Verdana,Arial; font-size:11px;border:2px solid black;}

/* datagrid */
.gridheader {background-color:#5A79A5;font-family:Verdana,Arial;font-size:11px;color:White;text-indent:0px;font-weight:bold;padding:0;}
.gridheader td {padding-top:3px;padding-bottom:3px;}
.gridheader a{color:White;text-decoration:none;}
.gridheader a:hover{text-decoration:underline;}
.griditem {font-family:Verdana,Arial; font-size:11px;vertical-align:top;}
.gridedititem{font-family:Verdana,Arial; font-size:11px; vertical-align:top;}
.gridalternateitem{	font-family:Verdana,Arial; font-size:11px; background-color:#dee7ef;vertical-align:top;}
.gridfooter{font-family:Verdana,Arial; font-size:11px; background-color:#63a0de; color:White;}
.gridpager{font-family:Verdana,Arial;font-size:11px;background-color:#5A79A5;color:White;text-align:center;}
.gridpagerlink{color:White;}
.gridhighlight{background-color:#cccccc; font-family:verdana; font-size:11px;}



/* SiteMap */

.sitemap {width: 350px;}

.sitemap a {color: #4A637C;
	font-weight: bold;
	text-decoration: none;
	}

.sitemap a:hover {color: #000033;
	font-weight: bold;
	text-decoration: underline;}

.sitemap h1{padding: 4px 0 0 0; border: 0 solid #ccc; border-top: 2px;}
.sitemap h2{padding: 2px 0 0 0; border: 0 solid #ccc; border-top: 1px;}
