html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
h1
{
    font-family:tahoma;
    font-weight:lighter;
    font-size: 18px;
    color:#00458b;
    padding-bottom: 10px;
}
h2
{
    font-family:tahoma;
    font-weight:lighter;
    font-size: 20px;
    color:#00458b;
    padding-bottom: 10px;
}
#leftcontent ul
{
    margin-left: 15px;
    padding-left: 15px;
    
}
#leftcontent li
{
    margin: 5px;
    padding: 5px;
    list-style-type: disc;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #414141;
	font-family:tahoma,verdana,sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.setwidth {
	width:960px;
	margin:0 auto;
}
.clear {
	clear:both;
}
.block {
	display:block;
}
.centred {
	display:block;
	margin:0 auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
#outerheader {
	background-image:url('bgdots.png');
}
#innerheader {
	background-image:url('headerswoosh.png');
	background-repeat: no-repeat;
	background-position: top center;
}
#searchbox {
	float:right;
	color:#FFF;
	height:35px;
	width:585px;
	text-align:right;
	padding-top:31px;
}
#searchbox p {
	display:inline;
	font-size:12px;
}

#searchbox a {
	display:inline;
	font-size:12px;
	text-decoration:none;
	color:White;
}

#searchbox p.title {
	font-size:14px;
	margin-right:5px;
}
#searchbox input {
	margin-left:17px;
	border:1px solid #7f9db9;
	height:17px;
	width:169px;
}

#searchbox select {
	margin-left:17px;
	border:1px solid #7f9db9;
	height:22px;
	width:169px;
}

#logo {
	float:left;
	margin-top:50px;
}
#calltoday {
	float:right;
}
#navbar {
	background-color:#3d3d3d;
	background-image:url('navbarbg.png');
	background-repeat:repeat-x;
}
#navbar a {
	display:block;
	float:left;
	padding:10px 0;
	width:90px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	margin-left:20px;
}
#navbar a:first-child {
	margin-left:0;
}
#navbar a:hover {
	text-decoration:underline;
}
#navbar a.selected {

	background-image:url('selectedbg.png');
	background-repeat:no-repeat;
	margin-top:-5px;
	padding:15px 0 10px;
	cursor:pointer;
	
}
#navbar a.selected:hover {
	text-decoration:none;
	cursor:default;
}
#imagestripe {
	background-image:url('imagestripebg.png');
	background-repeat:repeat-x;
	border-bottom:1px solid #e5e5e5;
}
#imagestripe img {
	display:block;
	margin:0 auto;
}
#outerpagecontent {
	background-image:url('pagecontentbg.png');
	background-repeat:repeat-x;
	background-color:#d4d3d3;
}
#innerpagecontent {
	width:960px;
	margin:0 auto;
	background-color:#e5e5e5;
}
#leftcontent {
	width:519px;
	float:left;
	margin-left:16px;
	
}
.leftcontent-back
{
    background-image: url('leftcontent-header-back.png');
    width: 519px;
    height: 103px;
}
.titlecontainer
{
    padding-left: 20px;
    padding-top: 15px;
    height: 50px;
    width: 250px;
    overflow: hidden;
}
#leftcontenttext {
	background-image:url('leftcontent-bg.png');
	background-repeat:repeat-y;
	padding:0 38px 0 15px;
	font-size:12px;
	color:#4b4b4b;
	padding-bottom: 10px;
	overflow:auto;
}
#leftcontenttext p {
	padding-bottom:1em;
	line-height:1.2em;
}
#rightcontent {
	float:right;
	width:406px;
	margin-right:18px;
}
#rightcontentheader {
	background-image:url('rightcontent-header.png');
	width:136px;
	height:58px;
	padding:45px 0 0 270px;
}
#rightcontenttext {
	background-image:url('rightcontent-bg.png');
	padding:0 20px 0 15px;
}
.projectbox {
	padding:10px 20px 10px 20px;
	font-size:11px;
	border-top:1px solid #d5d5d5;
}
.projectbox:first-child {
	border-top:0;
	padding-top:0;
}
.projectbox img {
	float:left;
	margin-right:10px;
}
.projectbox .title {
	color:#000681;
	font-weight:bold;
}
.projectbox p {
	margin-bottom:0.5em;
}
.projectbox a {
	color:#000088;
	text-decoration:none;
}
.projectbox a:hover {
	text-decoration:underline;
}
#footer {
	background-image:url('footer-bg.png');
	background-repeat:repeat-x;
	width:855px;
	color:#FFF;
	padding:0 35px 20px 35px;
	font-size:11px;
	margin:0 auto;
}
.footercolumn {
	width:120px;
	float:left;
}
.footercolumn a {
	display:block;
	color:#FFF;
	margin:5px 0;
	text-decoration:none;
	background-image:url('arrow.png');
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:10px;
}
.footercolumn a:hover {
	text-decoration:underline;
}
#downloads {
	width:355px;
	float:right;
}
#downloads a {
	display:block;
	width:210px;
	margin-bottom:5px;
	padding:7px;
	height:12x;
	background-image:url('downloadsbg.png');
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#downloads a:hover {
	text-decoration:underline;
}
#finallinks {
	margin-top:20px;
	padding:20px 0 10px 0;
	border-top:1px solid #585858;
	border-bottom:1px solid #585858;
}
#finallinks a {
	text-decoration:none;
	color:#FFF;
}
#finallinks .left a {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #FFF;
}
#finallinks .left a:first-child {
	margin-left:0;
	padding-left:0;
	border-left:0;
}
#finallinks a:hover {
	text-decoration:underline;
}
#formbox span {
	padding-top:10px;
	font-weight:bold;
}
#formbox span, #formbox input, #formbox textarea {
	display:block;
	font-size:11px;
	font-family:tahoma,verdana,sans-serif;
}

#formbox input, #formbox textarea {
	width:250px;
	border:1px solid #666;
}
#formbox input:focus, #formbox textarea:focus {
	background-color:#EEFFFF;
}
#formbox textarea {
	margin-bottom:10px;
}
#jsddm
{
    margin: 0;
    padding: 0;
}
#jsddm li
{
    float: left;
    list-style: none;
    font: 11px Tahoma;
}
#jsddm li a
{
    display: block;
    text-decoration: none;
    color: #EAFFED;
    /* white-space: nowrap; */
}
#jsddm li a:hover
{
    
}
#jsddm li ul
{
    margin-top: 34px;
    #margin-top: 0px;
	background-color:#9c9c9c;
    position: absolute;
    visibility: hidden;
    clear:both;
}
#jsddm li ul li
{
    clear:both;
	text-align:left;
    display: block;
}
#jsddm li ul li a
{
	display:block;
	text-align:left;
	float:left;
	padding:5px;
	width:80px;
    background-color: #9c9c9c;
}
#jsddm li ul li a:hover
{
    background-color: #e6e6e6;
	color: #010f8c;
}