@charset "utf-8";
body  {
	color: #202c35;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-color: #050608;
	font-family: Arial, Tahoma, Geneva, "Lucida Bright", Heveltica, sans-serif;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(../new09/images/new/bkggradient.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fffcfb;
	background-image: url(../new09/images/new/fauxbkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #050608;
	background-image: url(../new09/images/new/fauxbkgheader.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: right center;
	height: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 268px;
	float: none;
	margin-right: 15px;
} 
.links {
}

.twoColFixLtHdr #header h1 {
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.twoColFixLtHdr #footer {
	background-image: url(../new09/images/new/fauxbkgfooter.jpg);
	background-repeat: no-repeat;
	background-color: #4c6c87;
	background-attachment: scroll;
	background-position: right top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #182128;
	font-family: Arial, Verdana, sans-serif;
	font-size: 70%;
	text-align: right;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
	text-align: center;
}
#logoholder {
	padding: 5px;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #182128;
}
.headertable  {
	margin: 0px;
	padding: 0px;
}
#quote {
	background-image: url(../new09/images/new/quotebkg.png);
	background-repeat: repeat;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 50px;
	vertical-align: 0%;
	line-height: 120%;
	background-color: e9edf0;
	font-size: 85%;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

#navbar {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#navbar ul {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight: bold;
	vertical-align: middle;
	list-style-type: none;
	letter-spacing: -0.05em;
}
#navbar ul li {
	display: block;
	padding-top: 8px;
	width: 120px;
	text-align: center;
	float: left;
	height: 40px;
}
#navbar ul li a{
	color: #ffffff;
	text-decoration: none;
}
#navbar ul li a:link {
	color: #ffffff;
	text-decoration: none;
}
#navbar ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navbar ul li:hover {
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(../new09/images/new/tabroll.png);
}
.quicklinks {
	font-family: Arial, Verdana, sans-serif;
	color: #182128;
	font-weight: bold;
	letter-spacing: .07em;
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
}
.quicklinks ul {
}
.quicklinks ul li {
	display: inline;
	float: none;
	padding-left: 20px;
	font-weight: bold;
}
.quicklinks a:link {
	color: #182128;
	text-decoration: none;
}
.quicklinks a:hover {
	text-decoration: none;
}
.quicklinks a:visited {
	color: #182128;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	text-transform: none;
	color: #e9edf0;
	text-align: right;
	letter-spacing: -.05em;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #182128;
	font-size: 1.25em;
	font-weight: 400;
}

h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #4c6c87;
	text-transform: uppercase;
	text-align: left;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #182128;
	font-weight: 300;
	text-align: left;
}
h4 a {
	color: #4c6c87;
	text-decoration: none;
}
h4 a:visited {
	color: #4c6c87;
	text-decoration: none;
}



h5 {
	font-size: 0.75em;
	color: #4c6c87;
	font-weight: bold;
	vertical-align: text-top;
	text-transform: uppercase;
	text-align: left;
}
h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #182128;
	letter-spacing: 0.03em;
	line-height: 110%;
}
.headeraction {
	height: 51px;
	background-image: url(../new09/images/new/callbkg.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 605px;
	background-color: #182128;
	padding: 10px;
}

.introp {
	font-size: .8em;
	font-weight: bold;
	color: #202c35;
	line-height: 120%;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #202c35;
	line-height: 150%;
}

#mainContent p a {
	font-weight: bold;
	color: #4c6c87;
}
#footer p a {
	color: #182128;
	text-decoration: none;
}
#sidebar1 p a {
	font-weight: bold;
	color: #5d752f;
	text-decoration: underline;
	text-align: left;
}
.miniinfospace {
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.miniinfobox {
	padding: 0px;
	background-image: url(../new09/images/new/miniinfosquare.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 155px;
	background-position: center top;
	margin: 0px;
}
.scndrynav ul {
	display: block;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.04em;
}
.scndrynav ul li {
	background-image: url(../new09/images/new/sndrynavmiddle.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	width: 166px;
}
.scndrynav a:link {
	text-decoration: none;
	color: #e9edf0;
}
.scndrynav ul li:hover {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-color: #4c6c87;
	height: 24px;
	width: 166px;
	border-bottom-style: solid;
}
.scndrynav a:visited {
	color: #e9edf0;
	text-decoration: none;
}
.galogo {
	background-repeat: no-repeat;
	background-position: left top;
	height: 86px;
	width: 199px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#mainContent #Column2 {
	float: left;
	padding: 5px;
}
.mainsecondaryhead {
	font-size: 1.05em;
	color: #5d752F;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#mainContent #column3 {
	float: left;
	width: 285px;
	margin-left: 20px;
	padding: 5px;
}
#column3 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#column3 ul li {
	list-style-image: url(../new09/images/new/arrowbullet.gif);
	list-style-position: inside;
	padding: 3px;
	margin-left: 0px;
	font-size: 80%;
	font-family: Tahoma, Geneva, sans-serif, "Myriad Pro";
}
#msftlogo {
	background-image: url(../new09/images/new/MSFTCert_Partner_rgb.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 95px;
}
#sagelogo {
	background-image: url(../new09/images/new/Authorized_Partner_Black-web.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 83px;
}
#tagline {
	background-image: url(../new09/images/new/footerpic2.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 223px;
}
#product {
}
.centered  {
	list-style-position: inside;
	list-style-type: disc;
	text-align: center;
}
.3columnminiinfospace {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
}
.linkedh3 {
	color: #182128;
	text-decoration: none;
	font-weight: bold;
}
.sidebartext {
	color: #3b3f42;
}
.linkedsidebarsub {
	font-size: 0.75em;
	font-weight: bold;
	color: #4c6c87;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
}

#spotlight {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.buttoncell {
	background-color: #182128;
	margin: 0px;
	padding: 0px;
	height: 51px;
	width: 100px;
	float: left;
}
.figure2 {
	width: 400px;
	float: left;
	padding: 5px;
}
.figure {
	padding: 5px;
	float: right;
	width: 201px;
}
.sidebubble {
	background-image: url(../new09/images/new/miniinfosquare.gif);
	background-repeat: no-repeat;
	float: right;
	height: 200px;
	width: 155px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sidebubblelg {
	background-image: url(../new09/images/new/miniinfosquarelg.gif);
	height: 252px;
	width: 160px;
	background-repeat: no-repeat;
	float: right;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#bubbletop {
	background-image: url(../new09/images/new/bubbletop.gif);
	background-position: top;
}
#bubblemiddle {
	background-color: #ffffff;
	padding: 5px;
}
#bubblebottom {
	background-image: url(../new09/images/new/bubblebottom.gif);
	background-position: bottom;
}
.tableheader {
	font-weight: bold;
	text-transform: uppercase;
	color: #4c6c87;
	text-decoration: none;
}
.moreinbubble {
	float: right;
	padding-right: 10px;
}
.formtitle {
	font-weight: bold;
	color: #4c6c87;
	font-size: .8em;
}
.miniinfospace img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
ul.list li{
	padding-bottom: 10pt;
	padding-left: 5px;
	list-style-image: url(../new09/images/new/plusbullet.gif);
	text-decoration: none;
	list-style-position: outside;
	font-size: .70em;
}
#rightimage {
	float: right;
	text-align: right;
	width: 150px;
}


#newstable {
	border: 1px dotted #fffcfb;
}
.contactinfo {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.border {
	border: 2px dotted #fffcfb;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F5FAFD;
}
.listlinks {
	color: #182128;
	text-decoration: none;
	font-weight: bold;
}
.horizinfobox {
	background-image: url(new09/images/new/miniinfosquarehorizontal.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 150px;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#leftimager {
	width: 155px;
	text-align: left;
	float: right;
	background-image: url(../new09/images/Buttons/buttonWHITEPAPER6.10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	padding-top: 55px;
	padding-left: 3px;
}
#productcontainer {
	width: auto;
	float: right;
	height: auto;
}

