/* CSS Document */
html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.74em;
	color: #555555;
	background-color: #153761;
	text-align: center;
	background-image: url(../images/background_gradient.png);
	background-repeat: repeat-x;
}

#layouttable
{
	background-color: white;
	color: #555555;
	width: 750px;
	margin: 0px auto 0px auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

#HeaderPanel
{
	width: 750px;
	height: 74px;
	background-color: #3f3f3f; /*#494949;*/
	color: inherit;
	top: 0px;
	text-align: left;
}

#HeaderLinkBox
{
	height: 74px;
	display: inline;
	margin-left: 80px;
}

#underbar
{
	width: 750px;
	height: 18px;
	background-color: white;
	color: inherit;
	background-image: url(../images/header_underbar_bg.png);
}

#content-bg
{
	width: 750px;
	background-color: white;
	min-height: 350px;
}

#content
{
	width: 722px; /* 722 = 750 - (14 * 2) */
	background-color: inherit;
	color: inherit;
	margin: 0px 14px 0px 14px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

#footer
{
	vertical-align: bottom;
	border-top: 1px dotted black;
	padding: 10px 20px 10px 20px;
	background-color: white;
}

#footer a
{
	color: #555555;
	background-color: white;
}

#footer a:hover
{
	color: #222;
	background-color: white;
}

h1
{
	font-family: Verdana, "Arial Narrow" , Arial, sans-serif;
	font-size: 18px;
	padding: 10px 0px 10px 0px;
	color: #f4a40a;
	background-color: inherit;
	font-weight: normal;
	margin: 0px;
	text-indent: 18px; /*	width: 580px; */
	max-width: 580px;
	background-image: url(../images/harrows.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#rightmenu
{
	position: absolute;
	margin-top: 100px;
	margin-left: 627px !important;
	margin-left: 613px; /* fixes IE bug: absolute positioning affected by relative margin in content left */
	width: 200px;
}

#rightmenu ul li
{
	width: 149px;
	background-image: url(../images/sidemenu_blue_bg.png);
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 22px;
	max-height: 22px;
	text-indent: 11px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.rightdropdown
{
	width: 149px;
	background-image: url(../images/sidemenu_white_bg.png);
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	display: block;
}

input
{
	background-color: white;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #728c40;
	/*background-color: #94ae62;*/
	margin-bottom: 2px;
}

.button
{
	background-color: white;
	padding: 3px;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #728c40;
}

a
{
	color: #4D87CE;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #2a65ad;
	background-color: inherit;
}

/*
ol,ul
{
	margin: 0;
	padding: 0;
}

*/
li
{
/*	list-style-image:url(../images/backgrounds/li.png);
	line-height:20px;*/
	text-align:left;
/*	margin: 0;
	padding: 0;
*/
}

ul
{
	margin-top: -10px;
}

.short-lists
{
	padding-bottom: 7px;
}

#content-bak
{
	padding: 0px 0px 2px 0px;
	margin-left: 14px !important;
	width: 750px;
	vertical-align: top;
}

.introduction
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#preloadedImages
{
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/contact_over.gif);
	background-image: url(../images/home_over.gif);
	background-image: url(../images/portfolio_over.gif);
	background-image: url(../images/services_over.gif);
	background-image: url(../images/solutions_over.gif);
} 