/* HTML Tags*/

body {
padding: 0 7px 0 7px; /*some padding left and right of everything*/
margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Objects */

div#container {
	/*width: auto;*/
	padding: 0;
	margin: 0;
	width: 800px;
}

div#topcontainer {
	height: 165px;
	background: url(../img/sos_header.gif) no-repeat 0 0;
}

div#toolnav {
	position: absolute;
	left: 610px;
	top: 140px;
	width: 200px;
}

div#topnav1 {
	position: absolute;
	left: 15px;
	top: 102px;
	width: 779px;
}

div#topnav2 {
	position: absolute;	
	left: 15px;
	top: 122px;
}

div#pagebody {
	clear: left;
}

div#contentcontainer {
	padding: 0 28px 0; /*some padding left and right of content*/
	float: left;
}

div#content {
	width: 384px;
}

div#contenthome {
	width: 420px;
	margin: 25px 0 0 74px;
}

div#homeimgcontainer {
	/*margin-top: 40px;*/
	margin-top:0px;
}

div#homeimg {
	position: absolute;
	/*top: 219px;*/
	top: 179px;
	left: 105px;
}

div#homeimg2 {
	position: absolute;
	/*top: 219px;*/
	top: 179px;
	left: 309px;
}

div#homeimg3 {
	position: absolute;
	/*top: 219px;*/
	top: 179px;
	left: 514px;
}

div#breadcrumb {
	color: #efa2a9;
	font: 110% "Helvetica Neue Medium", Helvetica, Verdana, Arial, sans-serif;
	margin: 0 0 24px 0;
}

div#rightcolumn {
	float: left;
}

div#rightimgframe, div#right2imgframe, div#right4imgframe {
	width: 346px;
	margin-top: 68px;
	margin-left: 5px;
}

div#right2imgframe {
	margin-top: 68px;
	margin-left: 14px;
}

div#right4imgframe {
	margin-top: 68px;
	margin-left: 14px;
}

div#rightimg {
	position: absolute;
	top: 252px;
	left: 469px;
}

div#rightimg2top {
	position: absolute;
	top: 241px;
	left: 475px;
}

div#rightimg2bottom {
	position: absolute;
	top: 359px;
	left: 475px;
}

div#rightimg4_1 {
	position: absolute;
	top: 246px;
	left: 472px;
}

div#rightimg4_2 {
	position: absolute;
	top: 246px;
	left: 625px;
}

div#rightimg4_3 {
	position: absolute;
	top: 369px;
	left: 472px;
}

div#rightimg4_4 {
	position: absolute;
	top: 369px;
	left: 625px;
}

div#footercontainer {
	clear: left;
	width: 788px;
	height: 101px;
	margin: 0; /*blank space before footer*/
	padding: 0; 
	background-image: url(../img/sos_footerimg.gif);
}

div#footer {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	float: left;
	padding-left: 17px;
	padding-top: 38px;
}

div#searchbox {
	float: right;
	margin: 48px 25px 0 0;
	width: 180px;
}

div#pulselogo {
	position: relative;
	top: 81px;
	left: -155px !important;
	left /**/:-170px;
	left/**/:/**/-170px;
}

div#pulselogo img {
	border: 0;
}

input.srcinput {
	font: 60% Verdana, Helvetica, Arial, sans-serif;
	color: #999999;
	background-color: #ffffff;
	width: 140px;
	border: 1px #7F7F7F;
	border-style: inset;
	padding-left: 3px; 
}

input.srcsubmit {
	font: 60% Verdana, Helvetica, Arial, sans-serif;
	color: #999999;
	border: 1px #8f8f90;
	border-style: solid;
	background-color: #ffffff;
}

/* Classes */

p.bodytext, div.bodytext, p.csc-sitemap, #pagebody p.csc-form-label, #pagebody p.csc-form-label-req, span.csc-form-radio, p.csc-searchResult {
	font: 65% Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	background-color: transparent;
	padding: 0;
	margin: 0 0 8px 0;
}

p.csc-sitemap {
	margin: 0;
}

div#footer p.bodytext {
	color: #999999;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

div#footer h1 {
	font: 65% Verdana, Helvetica, Arial, sans-serif;
	color: #999999;
	background-color: transparent;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	font-weight: bold;
}

div#contenthome h1 {
	font: 65% Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	background-color: transparent;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	margin-bottom: 2px;
	font-weight: bold;
}

div#contenthome h1.csc-firstHeader {
	margin-top: 0;
}

div#content li {
	font: 65% Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	background-color: transparent;
}

div#content ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 6px;
}

div#content h1.csc-firstHeader, div#content h1 {
	color: #999999;
	font: bold 80% "Helvetica Neue Medium", Helvetica, Verdana, Arial, sans-serif;
	margin: 0 0 12px 0;
}

/*for searchresults*/
h3, td.csc-searchResultRange p {
	color: #999999;
	font: bold 80% "Helvetica Neue Medium", Helvetica, Verdana, Arial, sans-serif;
	margin: 12px 0 0 0;
}

p.csc-searchResult {
	margin-top: 0px;
}

div#content h1 {
	margin: 20px 0 12px 0;
}

a:link, a:visited, a:active, a:hover {
	color: #33cc99;
	font-weight: bold;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
}

p.csc-sitemap a:link, p.csc-sitemap a:visited, p.csc-sitemap a:active, p.csc-sitemap a:hover {
	color: #33cc99;
	font-weight: bold;
	background-color: transparent;
}
p.csc-sitemap a:hover {
	text-decoration: underline;
}

p.csc-sitemap-level1 {
	font-weight: bold;	
}

p.csc-sitemap-level2 {
	padding-left: 2em;	
}

p.csc-sitemap-level3 {
	padding-left: 4em;	
}

span.csc-sword {
	color: #33cc99;
	background-color: transparent;
	font-weight: bold;
}

.csc-mailform {
	border:none;
	padding:0;
	margin:0;
}
.csc-mailform select {
	margin-bottom:8px;
}
.csc-mailform label, .csc-mailform input, .csc-mailform textarea {
	float:left;
	font: 65% Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	background-color: transparent;
	margin: 0 0 8px 0;
}
.csc-mailform label {
	padding: 0;
	width:150px;
}
.csc-mailform-field {
	clear:both;
}
.csc-mailform input, .csc-mailform textarea {
	font: 60% Verdana, Helvetica, Arial, sans-serif;
	color: #999999;
	background-color: #ffffff;
	width: 220px;
	border: 1px #7F7F7F;
	border-style: inset;
	padding-left: 3px; 
}
input.csc-mailform-submit {
	margin-left:150px;
	font: 60% Verdana, Helvetica, Arial, sans-serif;
	color: #999999;
	border: 1px #8f8f90;
	border-style: solid;
	background-color: #ffffff;
}
.csc-mailform-check {
	width:auto !important;
	border:none !important;
}

div.csc-sitemap ul,
div.csc-sitemap li {
	margin:0 !important;
	padding:0;
	list-style:none;
}
div.csc-sitemap ul ul {
	margin:0;
	padding-left:15px;
}
div.csc-sitemap li {
	padding-bottom:6px;
}
div.csc-sitemap li li {
	padding-bottom:0;
}
div.csc-sitemap li li a {
	font-size:150%;
	font-weight:normal;
}
