/* CSS style sheet for COMI-NH.com
** Creation Date: 1-6-07
** Author: Todd Foote
** Company: TRF Media Solutions
*/

* { margin: 0px; padding: 0px; }

body 
{
color: #333333;
font-family: Verdana, Arial, Helvetica, san-serif;
background-image: url(images/BKbody.gif);
background-repeat: repeat-x;
min-width: 760px;
text-align: center;
}

h3
{
font-family: Georgia, Serif;
font-style: italic;
letter-spacing: .1em;
text-align: left;
padding-left: 150px;
font-size: 16px;
color: #996301;
margin-top: 10px;
}

h4
{
font-family: Georgia, Serif;
font-style: italic;
letter-spacing: .1em;
font-size: 12px;
color: #996301;
margin-top: 10px;
margin-bottom: 5px;
}

p
{
font-size: 12px;
line-height: 1.75em;
margin-bottom: .75em;
}

#special p
{
font-family: Georgia, Serif;
font-style: italic;
font-size: 12px;
line-height: 1.75em;
margin-bottom: .75em;

}

a
{
font-size: 9px;
text-decoration: none;
color: #4A6777;
}

#wrapper {
  background-color: #fff;
}

#wrapper
{
width: 760px;
margin: 0 auto;
}

#header
{
height: 165px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

#verbage
{
text-align: left;
background-image: url(images/BKcontent2.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #fff;
border-left: 1px solid #E5D7BD;
padding-right: 3px;
padding-left: 15px;
margin-bottom: 10px;
margin-top: 10px;
width: 490px;
float: right;
}

#verbage2
{
text-align: left;
background-image: url(images/BKcontent.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #fff;
border-left: 1px solid #E5D7BD;
padding-right: 8px;
padding-left: 15px;
margin-bottom: 10px;
margin-top: 10px;
width: 600px;
float: right;
}

#verbage2 p a
{
font-size: 12px;
}

#verbage2 p a:hover
{
background-color: #D4DDF6;
}

.singlelist
{
font-size: 12px;
padding-left: 15px;
line-height: 1.75em;
margin-bottom: .75em;
}

.list1
{
font-size: 12px;
width: 130px;
float: left;
line-height: 1.75em;
margin-bottom: .75em;
padding-left: 15px;
}

.Caps
{
font-family: Georgia, Serif;
font-style: italic;
letter-spacing: .1em;
font-size: 14px;
color: #996301;
margin-top: 10px;
margin-bottom: 5px;
}


#GWpic
{
width: 115px;
height: 150px;
background-image: url(images/home-gw.jpg);
background-repeat: no-repeat;
background-position: top center;
float: right;
}

#FWpic
{
width: 115px;
height: 109px;
background-image: url(images/flokeenam.jpg);
background-repeat: no-repeat;
background-position: top center;
border: 1px solid #000000;
float: right;
}

.Sphoto img
{
border: 1px solid #000;
margin-bottom: 1em;
margin-left: 25px;
float: left;
}

#tv
{
margin-left: 40px;
}

a.arrow-up
{
width: 10px;
height: 10px;
background-image: url(images/arrow.jpg);
background-repeat: no-repeat;
background-position: top;
border: none;
display: block;
position: relative;
}

a.movie
{
width: 30px;
height: 30px;
background-image: url(images/movie.gif);
background-repeat: no-repeat;
background-position: top;
border: none;
display: block;
}

a.audio
{
width: 30px;
height: 30px;
background-image: url(images/audio.gif);
background-repeat: no-repeat;
border: none;
display: block;
}


#footer
{
height: 50px;
font-size: 9px;
background-color: #fff;
clear: both;
}

.footText
{
font-size: 9px;
float: left;
text-decoration: none;
margin-left: 15px;
margin-top: 24px;
color: #4A6777;
}

.footTextright
{
font-size: 9px;
float: right;
margin-right: 15px;
margin-top: 24px;
}

#ad1
{
width: 570px;
height: 806px;
margin-bottom: 5px;
background-image: url(images/flyers/ad2.jpg);
}

#clear_spacer
{
width: 20px;
}

.clear
{
clear: both;
}

/*-------------------------------
Form Styling
-------------------------------*/

form {
  font-size: 12px;
  width: 580px;
  }

 
fieldset {
  margin: 1em 0; 
  padding: 1em;
  /*border : 1px solid #E5D7BD;*/
  border : none;
}

/* legend styling */
legend {
  font-size: 12px;
  font-weight: bold;
}


/* style for  labels */
label {
  display: block;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}

input.textfield {
  width: 200px;
}


input.image
{
width: 125px;
}

input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 340px;
  height: 100px;
}

textarea.area2 {
  width: 540px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}

/* End the hack */
