/* --------------------------------------------------------------------------------------------------------------------------- common stuff */
body  {
margin:0px;
padding:0px;
background-color:#EFE8BA;
background-repeat: no-repeat;
background-position: top left;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
background-image: url(../images/bgrd.gif);
background-attachment: fixed;
}

p.menu {
font-size: 1.2em;
background-color: #CE6F6F;
border-top: thin #076083 solid;
border-bottom: thin #076083 solid;
padding-left: 8px;
line-height: 1.5em;
}

.footer {
padding-bottom: 20px;
}

p.footer {
font-size: .8em;
}

* em {
color: #076083;
}

* span  {
color: #076083;
font-size: 1.24em;
font-weight:bold;
}

#header  {
width:700px;
padding:5px 0 10px 50px;
font-size: .6em;
color: #666666;
}

#text  {
width:700px;
color:#666666;
font-size: .8em;
margin-left: 50px;
margin-top: -2px;
}

p.intro {
text-align: center;
padding-bottom: 3em;
color: #076083;
}

.prooflist {
border-top: dashed 1px #076083;
border-bottom: dashed 1px #076083;
padding: 1em 1em 1em 1em;
}

/* --------------------------------------------------------------------------------------------------------------------------- papers-inks */

.papers-inks {
float: left;
padding-bottom: 2em;
}

.papers-inks span {
font-size: .8em;
}

.papers {
float: left;
margin-right: 1em;
margin-bottom: .5em;
}

.papers-inks-list {
padding-right: 3em;
padding-bottom: 2em;
font-size: .8em;
float: left;
}

.papers-inks-list-def {
border: solid 1px gray;
background-color: white;
padding: 1em;
font-size: .8em;
float: left;
}


/* --------------------------------------------------------------------------------------------------------------------------- client testimonials */

#testimonials {
width: 680px;
margin-right: 1em;
background-color: #f2efd8;
}


.clients {
text-align: center;
background-color: #f2efd8;
}


.clients p {
width: 620px;
text-align: left;
font-size: .85em;
padding: 1em;
border-bottom: 1px dashed gray;
}

.clients p.clients-next {
border: 0px;
}

.clients p.clients-next em {
padding: 2px;
font-weight: normal;
border: 1px gray solid;
color: gray;
}


/* --------------------------------------------------------------------------------------------------------------------------- links */
a.normal:link, a.normal:visited, a.normal:active  {
color:#076083;
text-decoration:none;
}

a.normal:hover  {
text-decoration:none;
background-color:#CE6F6F;
color:#FFFFFF;
}

a.nav:link, a.nav:visited, a.nav:active {
color: #EFE8BA;
text-decoration: none;
}

a.nav:hover {
color: #FFFFFF;
text-decoration: none;
}

a.nav2:link, a.nav2:visited, a.nav2:active {
color: #EFE8BA;
text-decoration: none;
padding-right: 9em;
}

a.nav2:hover {
color: #FFFFFF;
text-decoration: none;
}

a.clients:link, a.clients:visited, a.clients:hover, a.clients:active {
text-decoration: underline;
font-weight: bold;
color:#076083;
}

a.pgnum:link, a.pgnum:visited, a.pgnum:active {
padding: 2px;
background-color: #CE6F6F;
font-weight: bold;
border: 1px #076083 solid;
color: #EFE8BA;
text-decoration: none;
}

a.pgnum:hover {
background-color:#EFE8BA;
color: #CE6F6F;
text-decoration: none;
}


/* --------------------------------------------------------------------------------------------------------------------------- floats */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}

.clearfix {
display:inline-block;}

*html .clearfix {height:1%;}

.clearfix 	{display:block;}

.clearfloats {
clear: both;
}

/* contact forms --------------------------------------------------------------------------------------------------------------------------- contact forms */

#formcontainer label {
margin-right: 20px;
}

#formcontainer .textfield input {
border: solid 1px #235e7d;
background-color: #ffffff !important;
padding: 1px;
width: 350px;
font-family: arial,helvetica,sans-serif;
}

#formcontainer textarea {
width: 350px;
height: 150px;
border: solid 1px #235e7d;
background-color: #ffffff;
padding: 2px;
font-family: arial,helvetica,sans-serif;
}

#formcontainer .send input {
border: solid 1px #235e7d;
background-color: #fffffff;
font-size: .8em;
padding: 1px;
}