<style>
html {
	height: 100%;
}

body {
	text-align: center;
	min-width: 1250px;
	height: 100%;
}

a {
    text-decoration: none;
}

a:link { 
    text-decoration: none;
    color: #0044cc;
}
a:visited { 
    color: #0044cc;
}
a:hover { 
    color: #000000;
}
a:active { 
    color: #000000;
}

.style2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: x-small;
}
.style1 {
    color: #FFFFFF
}

/* Added by Randy */

.boldcontenttext {
	color: #0b4499;
	font-weight: bold;
}

.vendortext {
    color: #333333;
	font-size:14px;
}


/* Following added by Brian on 29 December 2008   */

#biggraybar {
	position:absolute;
	top:0px; 
	left:0px; 
	width:100%; 
	height:31px; 
	right:0px; 
	background-color:#666666; 
	z-index:-5;
}
#bigbluebar {
	position:absolute;
	top:299px; 
	left:0px; 
	width:100%; 
	right:0px; 
	height:117px; 
	z-index:-5; 
	background-color:#0b4499;
}

/* #maincontainer {
    position:absolute;
    width:1250px;
    z-index:1;
    top: 0px;
    left:0px;
    right:0px;
	
	margin-left:auto;
	margin-right:auto;
	text-align: left;
} */
#maincontainer {
    position:absolute;
    width:1250px;
    z-index:1;
    top: 0px;
    left:0px;
    right:0px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:110px;
	text-align: left;
}
#homebutton {
	position: absolute;
	width:95px;
	left:35px;
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	height:31px;
	z-index:10;
	font-style:bold;
}
#toolbutton {
	position: absolute;
	width:125px;
	left:130px;
	top:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	height:31px;
	z-index:10;
	font-style:bold;
}
#menubar {
    position:absolute;
    width:1250px; 
    height:31px;
    top:0px;
    left:0px;
    right:0px;
/*	margin-left:10%;   */
    background-color: #666666;
}
#menubuttonarea-generic {
    position:absolute;
    top:0px;
    right:87px;
    height:31px;
    width:720px;
    left:552px;    /* 402   */
    background-color: #666666;
}
#menubuttonarea-comm {
    position:absolute;
    top:0px;
    right:87px;
    height:31px;
    width:720px;
    left:496px;    /* 402   */
    background-color: #666666;
}
#menubuttonarea-govt {
    position:absolute;
    top:0px;
    right:87px;
    height:31px;
    width:720px;
    left:496px;    /* 402   */
    background-color: #666666;
}

#animationarea {
    position:absolute;
    top:31px;
    right:87px;
    width:506px;
    height:268px;
    background-color: #ffffff;
}
#corporatelogo {
	position:absolute;
	top:85px;
	left:35px;
	width:450px;   /*  450  Original 600px*/  
	height:150px;

    //background-color: #ffffff;
	background-image: url(images/mainlogo.jpg);
	background-repeat:no-repeat;
	z-layer:-25px;
	z-index: -10;
}
#animationarea2 {
    position:absolute;
    top:31px;
    right:87px;
    width:506px;
    height:190px;
    background-color: #ffffff;
}
#maincontentbar {
	position:absolute;
	top:299px;
	left:0px;
	width:100%;
	height:117px;
	background-color:#0b4499;
	color:#ffffff;
}
#maincontentbar-title {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #0B4499;
    padding-left:35px;
    padding-top:15px;
    
}
#maincontentbar-summary {
    font-family: Arial;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #0B4499;
    width:870px;
    min-width:870px;
	max-height:75px;
    padding-left:35px;
}
#maincontentbar-summary a {
    text-decoration: none;
}

#maincontentbar-summary a:link { 
    text-decoration: none;
    color: #eeeeee;
}
#maincontentbar-summary a:visited { 
    color: #eeeeee;
}
#maincontentbar-summary a:hover { 
    color: #000000;
}
#maincontentbar-summary a:active { 
    color: #000000;
}

#notepadtop {
	background-image:url(images/notepadtopchunk.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:299px;
	right:85px;
	height:117px;
	width:254px;
	background-color:#ffffff;
	font-family:Georgia, Times, serif;
	font-size:16px;
	color:#45484c;
}
#notepadtoptext {
    padding-left:20px;
    padding-right:10px;
    padding-top:35px;
    font-family:Georgia, Times, serif;
    font-size:18px;
    color:#45484c;
}
#notepadmiddle {
	position:absolute;
	top:417px;
	right:85px;
	width:254px;
	height:150px;
	background-color:#ffffff;
	background-image:url(images/notepadmiddlechunk.jpg);
	background-repeat:repeat-y;
	margin-left: 20px;
}
#notepadmiddletext {
    padding-left:20px;
    padding-right:10px;
    font-family: Arial,sans-serif;
    font-size:14px;
    color:#333333;
}
#notepadbottom {
	position:absolute;
	top:567px;
	right:85px;
	width:254px;
	height:55px;
	background-color:#ffffff;
	background-image:url(images/notepadbottomchunk.jpg);
	background-repeat:no-repeat;
}
#requestinfobutton {
	position:absolute;
	top:638px;
	right:149px;
	width:127px;
	height:55px;
	background-color:#ffffff;
	background-repeat:no-repeat;
}
#searchbutton {
    position:absolute;
    top:695px;
    right:150px;
    width:127px;
    height:55px;
    background-color:#ffffff;
    background-repeat:no-repeat;
}

#maincontentarea {
	position:absolute;
	top:419px;
	left:35px;
	height:auto;
	width:850px;
	color:#000000;
	background-color:#ffffff;
	float:left;
}

#biggraybar2 {
	position:absolute;
	top:0px; 
	left:0px; 
	width:100%; 
	height:31px; 
	right:0px; 
	background-color:#666666; 
	z-index:5;
}
#bigbluebar2 {
	position:absolute;
	top:162px; 
	left:0px; 
	width:100%; 
	right:0px; 
	height:118px; 
	z-index:-5; 
	background-color:#0b4499;
}

#maincontentbar2 {
	position:absolute;
	top:162px;
	left:5px;
	width:100%;
	height:118px;
	background-color:#0b4499;
	color:#ffffff;
}
#maincontentbar-title2 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #0B4499;
    padding-left:35px;
    padding-top:15px;
    
}
#maincontentbar-summary2 {
    font-family: Arial;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #0B4499;
    max-width:870px;
    max-height:75px;
    padding-left:35px;
}

#maincontentbar-summary2 a {
    text-decoration: none;
}

#maincontentbar-summary2 a:link { 
    text-decoration: none;
    color: #eeeeee;
}
#maincontentbar-summary2 a:visited { 
    color: #eeeeee;
}
#maincontentbar-summary2 a:hover { 
    color: #000000;
}
#maincontentbar-summary2 a:active { 
    color: #000000;
}

#notepadtop2 {
	background-image:url(images/notepadtopchunk.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:163px;
	right:84px;
	height:117px;
	width:254px;
	background-color:#ffffff;
	font-family:Georgia, Times, serif;
	font-size:16px;
	color:#45484c;
}
#notepadtoptext2 {
    padding-left:20px;
    padding-right:10px;
    padding-top:35px;
    font-family:Georgia, Times, serif;
    font-size:18px;
    color:#45484c;
}
#notepadmiddle2 {
	position:absolute;
	top:281px;
	right:84px;
	width:254px;
	height:150px;
	background-color:#ffffff;
	background-image:url(images/notepadmiddlechunk.jpg);
	background-repeat:repeat-y;
	margin-left: 20px;
}
#notepadmiddletext2 {
    padding-left:20px;
    padding-right:10px;
    font-family: Arial,sans-serif;
    font-size:14px;
    color:#333333;
}
#notepadbottom2 {
	position:absolute;
	top:433px;
	right:84px;
	width:254px;
	height:55px;
	background-color:#ffffff;
	background-image:url(images/notepadbottomchunk.jpg);
	background-repeat:no-repeat;
}
#requestinfobutton2 {
	position:absolute;
	top:514px;
	right:131px;
	width:127px;
	height:55px;
	background-color:#ffffff;
	background-repeat:no-repeat;
}
#searchbutton2 {
	position:absolute;
	top:589px;
	right:129px;
	width:127px;
	height:55px;
	background-color:#ffffff;
	background-repeat:no-repeat;
}

#notepadmiddle2a {
	position:absolute;
	top:281px;
	right:84px;
	width:254px;
	height:283px;
	background-color:#ffffff;
	background-image:url(images/notepadmiddlechunk.jpg);
	background-repeat:repeat-y;
	margin-left: 20px;
}
#notepadmiddle2c {
	position:absolute;
	top:321px;
	right:84px;
	width:254px;
	height:275px;
	background-color:#ffffff;
	background-image:url(images/notepadmiddlechunk.jpg);
	background-repeat:repeat-y;
	margin-left: 20px;
}
#notepadmiddletext2a {
    padding-left:20px;
    padding-right:10px;
    font-family: Arial,sans-serif;
    font-size:14px;
    color:#333333;
}
#notepadbottom2a {
	position:absolute;
	top:565px;
	right:84px;
	width:254px;
	height:55px;
	background-color:#ffffff;
	background-image:url(images/notepadbottomchunk.jpg);
	background-repeat:no-repeat;
}
#requestinfobutton2a {
	position:absolute;
	top:660px;
	right:131px;
	width:127px;
	height:55px;
	background-color:#ffffff;
	background-repeat:no-repeat;
}
#searchbutton2a {
	position:absolute;
	top:750px;
	right:129px;
	width:127px;
	height:55px;
	background-color:#ffffff;
	background-repeat:no-repeat;
}
#logobutton1 {
	position:absolute;
	top: 500px;
	right:134px;
	height:165px;
	background-color:#ffffff;
	background-repeat:no-repeat;
}
#maincontentarea2 {
	position:absolute;
	top:305px;
	left:39px;
	height:410px;
	width:850px;
	color:#000000;
	background-color:#ffffff;
	float:left;
}

#animationarea2 {
	position:absolute;
	top:32px;
	right:87px;
	width:527px;
	height:148px;
	background-color: #ffffff;
}
#corporatelogo2 {
	position:absolute;
	top:36px;
	left:35px;
	width:600px;   /*  450  */
	height:125px;
	background-color: #ffffff;
	background-image: url(images/mainlogo130h.jpg);
	background-repeat:no-repeat;
	z-layer: -10;
}
#corporatelogo-overlay {
	position:absolute;
	top: 35px;
	left: 490px;
	height:150px;
	z-layer: 25;
	background-color: #ffffff;
	background-image: url(images/sdvosb.jpg);
	background-repeat: no-repeat;
	/* z-index: 25;  */
}
#content-paragraph-intro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #0b4499;
	/* color: 666666;   */
}

#content-maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	/* color: #666666;   */
	color: #333333;
}

.rolloverlink a:link {
	font-weight: normal;
	color:#666666;
}

.rolloverlink a:visited {
	font-weight: bold;
	color:#666666;
}

.rolloverlink a:focus {
	font-weight: bold;
	color:#666666;
}

.rolloverlink a:hover {
	font-weight: bold;
	color:#0000ff;
}

.rolloverlink a:active {
	font-weight:normal;
	color:#0000ff;
}

#footer {
	position: absolute;
	top:850px;
	left:0px;
	width:100%;
	height:100px;
	right:0px;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	z-index:1;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666666;   */
}
#footer-microsoft {
	position: absolute;
	top:1350px;
	left:0px;
	width:100%;
	height:100px;
	right:0px;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	z-index:1;
}
#footer-webdev {
	position: absolute;
	top:800px;
	left:0px;
	width:100%;
	height:100px;
	right:0px;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	z-index:1;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666666;   */
}
#footer-searchengine {
	position: absolute;
	top:2000px;
	left:0px;
	width:100%;
	height:100px;
	right:0px;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	z-index:1;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666666;   */
}
#footer-swdev {
	position: absolute;
	top:1185px;
	left:0px;
	width:100%;
	height:100px;
	right:0px;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	z-index:1;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666666;   */
}
#footer-security {
	position: absolute;
	top:1526px;
	left:0px;
	width:100%;
	height:100px;
	right:0px;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	z-index:1;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666666;   */
}
#footer-careers {
	position: absolute;
	top:2150px;
	left:0px;
	width:100%;
	height:100px;
	right:0px;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	z-index:1;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666666;   */
}

#footer-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	text-align:center;
    color: #666666;
}
#biggraybar2 {
	position:absolute;
	top:0px; 
	left:0px; 
	width:100%; 
	height:31px; 
	background-color:#666666; 
	z-index:-5;
}
#biggreybar2 {
	position:absolute;
	top:0px; 
	left:0px; 
	width:100%; 
	height:31px; 
	background-color:#666666; 
	z-index:-5;
}

#maincontainer #maincontentarea2 table {
	font-family: Arial, Helvetica, sans-serif;
}
#footer-servsol {
	position: absolute;
	top:1000px;
	left:0px;
	width:100%;
	height:100px;
	right:0px;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	z-index:1;
	/* font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666666;   */
}

#dhtmltooltip {
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer {
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#jobcallout {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
