/* css drpepper
--------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700|PT+Serif+Caption);
/* body
--------------------------------------------------*/

html {
  font-family: 'PT Serif Caption', Times New Roman, serif;
  color: #000;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-right: 44px;
}


/* links
--------------------------------------------------*/
a {
	text-decoration:none;
}

a img {
	border:none;
}


a {
	color: #0094b3;
}

div a:link, div a:visited, div a:hover, div a:focus, div a:active  {
	border: none;
}

small {
  font-size: 11px;
}

strong, b {
  font-family: 'PT Serif', Times New Roman, serif;
  font-weight: 700;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  margin-left: 30px;
  margin-right: 30px;
  
}

h2 {
  font-size: 14px;
  margin-left: 30px;
  margin-right: 30px;
  
}

/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  margin:0;
  padding:0 0 1.0em 0;
  font-size: 12px;  
  margin-left: 30px;
  margin-right: 30px;
}

li {
  margin:0;
  padding:0 0 1em 0;
}

ol {
  margin:0;
}

/* container
--------------------------------------------------*/

#content {
  position: relative;
  width: 920px;
  min-height: 200px;
  padding-left: 60px;
}

#content.news  h1 {
  font-size: 22px;
margin-bottom: 15px;
}

#content.news  h2 {
  text-transform: none;
  margin-bottom: 5px;
}

#content.tools  h2 {
  text-transform: none;
  margin-bottom: 5px;
}

#content.tools  h1 {
  font-size: 22px;
margin-bottom: 15px;
}

#title {
  border-bottom: 1px solid #e0e0e0;
}

#title h1 {
}

/* header
--------------------------------------------------*/
#header {
  min-height: 130px;
  width: 920px;
  position: relative;
}

#header h1 {

}

#logo {
	font-size: 44px;
	margin-top: 58px;
}

#logo a {
	color: #000;
}

#logobig {
	font-size: 54px;
	margin-top: 230px;
}

/* navigation
--------------------------------------------------*/

#navigation {
  float: left;
  height: 100px;
  width: 920px;
  position: relative;
  margin-top: 33px;
}

#navigation ul, #navigation li {
  list-style: none;
  display: inline;
}

#navigation a {
  display: block;
  height: 56px;
  width: 56px;
  position: relative;
  float: left;
  display: inline;
  margin-right: 40px;
}

#navigation a img {
  display: block;
}

#navigation a .linktext {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}




/* arms
--------------------------------------------------*/

.rightarm {
float: right;
width: 425px;
min-height: 1px;
}

.rightarmlarge {
float: right;
width: 600px;
min-height: 1px;
}

.leftarm {
float: left;
width: 425px;
min-height: 1px;
}

.leftarmshort {
float: left;
width: 250px;
min-height: 1px;
}

.rightarmpub {
float: right;
width: 225px;
min-height: 1px;
}

.leftarmpub {
float: left;
width: 625px;
min-height: 1px;
}

#arms {
	font-size: 12px;
	line-height: 18px;
	padding-top: 60px;
	float: left;
	width: 876px;
	padding-right: 44px;
}

/* list
--------------------*/
.line {
border-bottom: 1px dotted #898989;
clear: both;
float: left;
width: 100%px;
min-height: 10px;
margin-bottom: 25px;
padding-bottom: 10px;
}

.line h1 {
margin: 0;
font-weight: normal;
text-transform: uppercase;
font-size: 16px;
}

.listtext {
padding-left: 150px;
}

.listtextsmall {
padding-left: 210px;
}

.line img {
float: left;
padding-bottom: 10px;
}

.mainarm .listtext {
padding-left: 447px;
}




#legs {
  clear: both;
  foat: left;
  min-height: 30px;
  padding-bottom: 10px;
}


/* footer
--------------------------------------------------*/
#footer {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  min-height: 150px;
  background: #c0c0c0;
  margin-top: 30px;
  float: left;
  font-size: 11px;
  color: #fff;
  line-height: 12px;
}

#foot {
  margin-top: 30px;
  display: block;
  width: 940px;
  min-height: 20px;
  float: left;
}

.toe {
  display: block;
  width: 220px;
  float: left;
  min-height: 40px;
}

.toe a {
  color: white;
}

.toe h2 {
  text-decoration: uppercase;
  color: #fff;
  font-size: 11px;
  font-family: 'PT Serif', Times New Roman, serif;
  font-weight: 700;
}

.jp {
  padding: 0 60px 0 60px;
  float: left;
  display: inline;
}



/*////////////////////////////////////////////////END///////////////////////////////////////////////////////////////////////*/


