/* CSS Document */
html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}
body {
	border:0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;
}

p.large {
	font-size:125%;
}
p.smspacer{
	margin-bottom:65px;
}
p.spacer{
	margin-bottom:150px;
}
p.bigspacer{
	margin-bottom:250px;
}
p.mid{
	width:412px;
	margin:0 auto;
}
p.contact{
	border-top:#000 1px solid;
	padding-top:10px;
	margin-top:50px;
	margin-bottom:100px;
}
ul {
	margin-right:10px;
}
ul.issben li{ 
	list-style:circle;
}
#service1 ul li{
	list-style:square;
}
h1 {
	margin-bottom:20px;
	font-size:130%;
	color:#036;
}
h2 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:110%;
	text-align:center;
	color:#036;
}
a{
	border:0;
}

img.vosa{
	float:left;
	display:block;
	margin:0 15px 0 0;
}

#wrapper {
	font-size:80%;
	padding:0px;
	margin:0 auto;
	margin-top:10px;
	width: 760px;
	background-color:#fff;
	color:#ccc;
	border:#036 5px solid;
}

#header {
	height:100px;
	width:760px;
	background-color:#99F;
	background-image:url(../graphics/banner-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	
	
	
}
#header img{
	float:right;
	margin-top:4px; 
	margin-bottom:4px;
}
.strap{
	padding-left:40px;
	font-size:130%;
	font-weight:bold;
	color:#aaa;/*c1c1c1 */
}
p.cards{
	width:200px;
	margin:0 auto;
	font-style:italic;
}
.cards img{
	float:left;
	margin-top:5px;
}
.cards img.leftcard{
	margin-left:23px;
}
#nav{
	font-size:90%;
	background-color:#036;
	color:#ccc;
	padding:6px 0 6px 0;
	text-align:center;
}
#nav a{
	color:#ccc;
	margin-left:7px;
	margin-right:7px;
}
#nav a:link{
	color:#ccc;
	text-decoration:none;
}

#nav a:visited{
	color:#ccc;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	text-decoration:none;
}

#container {
	margin:0px;
}

#content {
	margin:2px;
	border:#ccc 1px solid;
	background-color:#fff;
	color:#333;
	padding:10px;
}
#content img.rt{
	float:right;
	margin:15px 0 15px 1px;
}
#pics{
	height:150px;
}
#pics img.rt2{
	float:right;
	margin:15px 0 15px 0;
}
#pics img.lt{
	float:left;
	margin:15px  0  15px 0;
}

td.ims img{
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:20px;
	border-style:none;
}

td.cen img{
	display:block;
	margin:0 auto;
	margin-top:5px;
}
div.testimonial{
	background-color:#eee;/*#f2f2f2;*/
	padding:1px 10px 10px 10px;
	margin-top:10px;
}
div.testimonial h2{
	font-style:italic;
	color:#333;
}

#content a{
	color:#b55343;
	font-size:100%;
	font-weight:bold;
}
#content a:link{
    color:#b55343;
	text-decoration:none;
}
#content a:visited{
	color:#b55343;
	text-decoration:none;
}
#content a:hover{
	color:#000;
	text-decoration:underline;
}

#footTop{
	height:17px;/* explicit ht for ie */
	clear:both;
	border-top:5px solid #333;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	color:#333;
	font-weight:bold;
	background-color:#FDFD9B;
}

#footer {
	clear:both;
	text-align:center;
	font-size:87%;
	background-color:#99F;
	color:#333;
	/*color:#fefdb4;*/
	padding-top:4px;
	padding-bottom:2px;
	line-height:20px;
	border-top:5px solid #036;
}
#footer a{
	color:#fff;
}
#footer a:link{
	color:#fff;
	text-decoration:none;
}
#footer a:visited{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
.contact{
	margin-left:10px;
}
.center {
	text-align:center;
}
.leftlink{
	text-align:left;
}
.clear {
	clear:both;
	height:1px;
}
.brnbld{
	color:#000;/*#993300;*/
	background-color:#Fefdb4;
	font-size:120%;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}
.bld{
	font-weight:bold;
}
.emph{
	font-size:105%;
	font-weight:bold;
	font-style:italic;
	margin-right:10px;
}
.tel{
	font-size:120%;
	font-weight:bold;
	padding-right:8px;
}
.mail{
	padding-left:10px;
}
.copy{
	padding-right:10px;
}

.alRt{
	text-align:right;
}
