@charset "utf-8";
/* CSS Document */

/* Layout **************************************************************************************/
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image: url(../img/layout/body_background2.jpg);
	background-repeat: repeat-x;
	min-height:100%; margin-bottom:1px; /* These rules ensures that the page doesn't 'jump' when content forces a scrollbar */
}
div#container {        /* Grand container, houses everything, don't mess. */
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:850px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
 	background-image: url(../img/layout/help-desk-background.png);
	background-repeat: repeat-y;
}
div#header {
	width:828px;
	height:70px;
	margin-left:12px;
	border-top: solid 7px #000;
	background-image: url(../img/layout/header_background.jpg);
	background-repeat: repeat;
	border-bottom: 1px solid #000;
}
IMG.logo {
    display: block;
	margin-top: 10px;
    margin-left: 20px;
    margin-right: auto;
}
div#Menu {
	margin-left:12px;
}
div#subHeader {
	width:828px;
	height:125px;
	margin-left:12px;
	background-color: #EBEBEB;
}
/** SEARCH *****************************/

div#Search {width:828px;height:25px;background:#004F62;background-image:url(../img/layout/search_bar.jpg);background-repeat:no-repeat;margin-left:12px;font-family:Lucida Sans Unicode;font-size:12px;}

.inputSearch {float:left;height:15px;border:0;font:Times New Roman, Times, serif;font-size:10px;width:150px;margin:3px 1px 0 15px;}	
.SearchBtn {float:left;border:none;background:none;font:Times New Roman, Times, serif;font-size:11px;color:#FFFFFF;font-weight:bold;margin-top:5px;}

#PhoneNumbers {float:right; height:18px;margin:5px 43px 0 0;font:Times New Roman, Times, serif;font-size:11px;color:#FFFFFF;}
#PhoneNumbers a {color:#FFF;}

/************************************/

div#content{        /* Houses content, 10px < Container b/c of side border . */
	padding:1em 0em 10em 20px; /* bottom padding for footer */
	margin-left: 10px;
	width: 815px;
}
div#content{        /* Houses content, 10px < Container b/c of side border . */
	padding:20px 0em 10em 20px; /* bottom padding for footer */
	margin-left: 10px;
	width: 815px;
}
div#footer {
	position:absolute;
	width:100%;
	margin-left:4px; /* was 12 */
	bottom:0; /* stick to bottom */
}
div#inFooter{ /* Footer Content, it's just easier this way.*/
	width: 828px;
	height:0;
/*	height: 80px;
	background-color:#003366;
	background-image: url(../img/layout/footer_back.jpg);
	background-repeat: repeat;	*/
	border-top: solid 5px #000000;
	}
div#footer p {
	padding:1em;
	margin:0;
	}
.clear{
	clear:both;
	margin:0;
}
/* STYLES *******************************************************************************/
div#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: -20px;
}
H1 { /* Controls heading styles with the H1 tag */
	font-family: "Times New Roman", Times, serif;
	font-size:28px;
	color:#000;
	margin-top:3px;
	margin-bottom: 10px;
	font-weight: normal;
}
input.btn {
	color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	height: 23px;
	font-size:10px;
	font-weight:bold;
	border: solid 1px #000000;
	padding:1px;
}
input.bx {
	margin-top: 3px;
	height: 15px;
	width: 150px;
	padding-top: 5px;
	border: solid 1px #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#LeftContent {
	float:left;
	width:45%;
	margin:0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
}
/* ServicesSolutions *********************************************************************************/
div#ITSolutionsContainer {
	width:90%;
}

.ITSolutions {
	float:left;
	background-color:#fff;
	width:375px;
	height:190px;
	margin:25px 28px 15px 2px;
}
.ITSolutions ul {
	float:left;
	padding:0;
	font-size:1ems;
	list-style:none;
	margin:0;
}
.ITSolutions ul.Sol {
	width:375px;
}
ul.Sol ul {
	width:100%;
}
ul.Sol li a{
	font: lighter 15px "Times New Roman", Times, serif;
	display: block;
	height: 15px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 1px 0 10px 35px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-image: url(../img/service_arrow_off.png);
	background-position: center left;
	background-repeat:no-repeat;
	color:#0033CC;
}	
ul.Sol li a:hover{
	color: #26370A;
	background-repeat:no-repeat;
	background-image: url(../img/service_arrow_on.png);
}
ul.Sol li.SolTitle {
	height:17px;
	margin-bottom:3px;
	border: solid 1px #C2C2C2;
	padding: 2px 0 8px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	background-color:#E9E9E9;
	background-repeat: repeat-x;
	background-image: url(../img/box_bottoms.jpg);
}

#Twitter {width:100%;margin:0 auto;height:50px;font-family: Arial, Helvetica, sans-serif;font-size:12px;line-height:30px;}
#Twitter img {float:left;margin:5px 8px;}
	
	
	
/* Random Lists *************************************************************************************************/

div#RightFloat {
	float:right;
	width:400px;
	padding:0;
}
#RightFloat ul {
	float:left;
	padding:0;
	font-size:1ems;
	list-style:none;
	margin:0;
}
ul#rightNews ul {
	width:350px;
}
ul#rightNews li a{
	font: 12px "Times New Roman", Times, serif;
	display: inline;
	height: 15px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	color:#0033CC;
	margin-left:5px;
}	
ul#rightNews li a:hover{
	color: #26370A;
}
ul#rightNews li#rightNewsTitle {
	height:17px;
	margin-bottom:8px;
	border-bottom: dashed 1px #C2C2C2;
	padding: 0 0 10px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
}

ul#ActionLinks {
	width: 325px;margin:10px 0 0 15px;
	padding:0;list-style:none;}
ul#ActionLinks li {
	padding: 2px 0 4px 22px;
	background-image: url(../img/bullet-learn-more.jpg);
	background-position: center left;
	background-repeat:no-repeat;}
ul#ActionLinks li#HelpMe {
	background-image: url(../img/bullet-help.jpg);
	background-position: center left;
	background-repeat:no-repeat;}
/* FOOTER ICONS/LINKS *********************************************************************************************/
#FooterIcons ul
{
	padding: 0 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 828px;
	height: 75px;
	text-align: center;
	background-image: url(../img/layout/icon_back2.jpg);
	background-repeat: repeat-x;
}
#FooterIcons li {
	display: inline;
	margin-right:15px;
}
#FooterIcons li a
{
	text-decoration: none;
	color: #FFF;
	padding-right: 1em;
	/*padding-left: 1em;*/
}

#FooterIcons li a:hover
{
color: #fff;
}

/***** FOOTER LINKS ***************************************************************************************/
#FooterLinks {
	margin:0;
	width:828px;
	height:28px;
	background-image: url(../img/layout/above_footer.png);
	background-repeat: repeat-x;
}

div#footer{clear:both;}

#submenu {
	/*margin-bottom: 1em;*/
	overflow: hidden;
	margin-left:5px;
}
#submenu {
	list-style-type: none;
	text-decoration:none;
}
#submenu li {
float: left;
line-height: 1em;
margin: 11px 0 5px 7px;
padding: 0 .5em 0 .5em;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
#submenu li a {
text-decoration:none;
color:#FFF;
}
#submenu li a:hover {
	color:#000;
}
#submenu li#phoneDetails {
	color:#999;
}