@charset "utf-8";
@import url("reset.css");
/* CSS Document */
body {
	background-image: url(../images/paper018.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
p { padding:5px;}

h1, h3{
	padding:5px;
	font-size:14px;
	/*color:#06C;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	word-spacing: 0.3em;
}
h2 {
	padding:3px;
	font-size:13px;
	/*color:#06C;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	word-spacing: 0.1em;
	background-image: url(../images/mic.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	text-indent:35px;
	line-height:35px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C0;*/
}
.focus {
	color:#F0F0F0;
}
#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/paper017.jpg);
	background-repeat: repeat;
	color: #663300;
	
}
#content{line-height: 20px; margin-left:10px; margin-top:20px;}
#content img{
}
#content ul { margin-left:25px;}
#content ul li{
	
	color:#036;
	list-style-type: circle;
	line-height:2.0em;
}
#header{
	background-image: url(../images/paper017.jpg);
	background-repeat: repeat;
}

#logo {
	width:450px;
	float:left;
	/*height: 150px;*/
	padding-top: 75px;
	padding-left:165px;
}
#banner{
	width:380px;
	float:right;
	padding-top:110px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight:700;
}
#banner a{
	color: #fff;
	text-decoration: none;
}
#footer {
	text-align:center;
	font-size:11px;
	padding-bottom:7px;
	padding-top:5px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
}
#footer a {
	color:#666;
	font-size:11px;
	text-decoration: none;
}
#leftcol{ width:220px; float:left;}
#middlecol{ width:560px; float:left; text-align:left; }
#middlecoltext{ width:500px; float:left; text-align:left; padding-left:30px; padding-right:20px; }
#bottomcoltext{ width:500px;  padding-left:250px; padding-right:20px; }

#leftcol img{ float:left; margin-right:10px; margin-bottom:10px;}
#rightcol{
	width:200px;
	float:right;
	padding-top:10px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #7b6a48;
	margin-left: 10px;
}
#rightcol img{ float:right;  margin-bottom:10px; margin-right:5px;}
.clr{ clear:both;}

#links{border: 1px solid #996600;
	margin:10px;
	width:650px;
	float:left;
	padding:5 10 5 10px;
	text-align:left;
}
#links_right{border: 1px solid #996600;
	margin:10px;
	width:650px;
	float:right;
	padding:5 10 5 20px;
	text-align:left;
}

#linked_image{
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
#linked_image_right{
	float:right;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
}

/**nav*/
#top_nav{
	
	padding-top:7px;
	height:23px;
	font-size:12px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#top_nav ul li {
	float:left;
	/*padding:0 10px;*/
	text-decoration : none;
	list-style: none;
	}
#top_nav  a {
	color:#99000;
	text-decoration:none;
	padding-right : 12px;
	padding-left : 12px;
	padding-top : 7px;
	padding-bottom : 5px;
	font-weight: 600;
}
#top_nav a:hover{
	color : #fff;	/*background : url(../images/top_menu_rollover_bg.gif) repeat-x bottom;*/
}
/**end nav**/
#video{ float:right; margin-bottom:10px; margin-right:10px; margin-top:10px;}
#sections { margin-left: 5px;}
#sections img{ margin-right:14px; margin-bottom:10px;}

.strong { font-weight: bold; }

.guarantee { font-weight: bold; 
color: #996600;}

.hilight {
	font-style: italic;
	font-weight: 700;
	font-size:15px;
	text-align:center;
	/*color: #036;*/
}

.fltleft {float:left; margin-right:10px; margin-bottom:10px; }

blockquote {
	margin: 10px;
	padding: 0 0 0 32px;
	border: 1px solid #999;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.4em;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	background-color: #FBFBFB;
}

blockquote span {
	background-image: url(../images/quote_end.gif);
	background-repeat: no-repeat;
	background-position: 895px -2px;
	display: block;
}

/*/forms*/
#SSPSform{
  margin: 0;
  padding: 0;
  width: 500px; 
  margin-left: 30px;}

#SSPSform fieldset {
	padding: 10px;   
	margin: 0;
	border: 1px solid #6633009;
}

#SSPSform fieldset legend {
	font-size:1.1em; 
	color: #663300;
	font-weight: bold;
	text-decoration: underline;	
}
#SSPSform label { 
	display: block; 
	float: left; 
	width: 160px; 
	margin:5px 0 0 10px; 
	text-align: right; 
	padding-right:5px;
}
#SSPSform select { 
    width: 150px; 
	margin: 5px 5px 0 10px; 
	}

#SSPSform input, SSPSform textarea {
	width:auto;     
	margin:5px 0 0 10px; 
	padding-right:5px;
	
	
}
a {
	color: inherit;
	text-decoration: none;
}
.info { margin-left: 250px;}
