@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

* {
 margin: 0;
 padding: 0;
 border: 0;
}

body {
 font-family: arial, verdana, tahoma;
 font-size: 0.8em;
 line-height: 130%;
 color: #3d3d3d;
 background-color: #CCCCCC;
 background-image: url(images/body_bkgd.gif);
 background-repeat: repeat-x;
 background-position: left top;
}

/******** Layout Elements ********/

.wrapper {
 width: 800px;
 background-color: #FFFFFF;
 padding: 0px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

.header {
 height: auto;
 padding: 0px;
 border: 1px none #cccccc;
 background-color: #ffffff;
 text-align: center;
 line-height: 50px;
 margin-top: 0px;
 margin-right: 0;
 margin-bottom: 0px;
 margin-left: 0;
}

.content {
 border: 0px none #cccccc;
 background-color: #ffffff;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0px;
 float: right;
 width: 590px;
 padding-top: 0px;
 padding-right: 20px;
 padding-bottom: 5px;
 padding-left: 0px;
}

.left {
 float: left;
 width: 170px;
 padding: 0px;
 border: 1px none #cccccc;
 background-color: #ffffff;
 background-image: none;
 background-repeat: no-repeat;
 background-position: bottom;
 margin: 0;
}

.footer {
 margin: 0 0 10px 0;
 padding: 5px;
 border: 1px none #cccccc;
 background-color: #666666;
 clear: both;
 text-align: center;
 color: #FFFFFF;
 font-size: .8em;
}

/******** Document Styles ********/

h1 {
 font-size: 1.65em;
 font-weight: bold;
 color: #8E0D19;
 text-transform: none;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
}

h2 {
 font-size: 1.25em;
 font-weight: bold;
 margin-top: 15px;
 margin-right: 0;
 margin-bottom: 5px;
 margin-left: 0;
 border-bottom-style: none;
 border-bottom-width: thin;
 border-bottom-color: #666666;
 line-height: 150%;
}

h3 {
 font-size: 1em;
 font-weight: bold;
} 
h4 {
 font-size: 1.25em;
 font-weight: bold;
 margin-bottom: 5px;
 border-top-width: medium;
 border-right-width: medium;
 border-bottom-width: medium;
 border-left-width: medium;
 border-top-style: solid;
 border-top-color: #8F0D1A;
 border-right-color: #8F0D1A;
 border-bottom-color: #8F0D1A;
 border-left-color: #8F0D1A;
 margin-top: 20px;
 padding-top: 10px;
 background-color: #FFFF99;
}
h5 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1.2em;
 font-style: italic;
 font-weight: normal;
 color: #666666;
 line-height: 150%;
}
h6 {
 font-size: 1.25em;
 font-weight: bold;
 margin-bottom: -10px;
}
.gallery_img {
}
.bold {
 font-weight: bold;
 color: #000000;
}
.bold_red {
 font-weight: bold;
 color: #8F0D1A;
}
.bold_big {
 font-size: 1.25em;
 font-weight: bold;
 color: #000000;
 line-height: normal;
}
.bold_red_center {
 font-weight: bold;
 color: #A30D00;
 text-align: center;
}
.testimonial {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1.25em;
 font-style: italic;
 line-height: 125%;
}
#feature_L {
 float: left;
 width: 260px;
 border: thin solid #CCCCCC;
 padding: 10px;
 height: 135px;
 background-color: #FFFFCC;
 text-align: left;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
}
#feature_R {
 float: right;
 width: 260px;
 border: thin solid #CCCCCC;
 padding: 10px;
 height: 135px;
 background-color: #FFFFCC;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
}
#feature_full {
 padding: 0px;
 width: 570px;
 border: thin none #CCCCCC;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}
#Feature {
 height: 160px;
 margin-bottom: 10px;
}
.float_L {
 float: left;
 margin-right: 15px;
}

a, a:active, a:visited {
 color: #2d2d2d;
 text-decoration: none;
}

a:hover {
 color: #aa0000;
 text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
 color: #aa0000;
}

.header a:hover {
 color: #2d2d2d;
 text-decoration: underline;
}

p {
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
}

.footer p {
 margin: 0;
 font-size: .9em;
 line-height: 1em;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}


/******** List Styles Styles ********/

ul li {
 list-style-image: none;
 list-style-type: disc;
 list-style-position: inside;
 margin-top: 5px;
 margin-right: 0;
 margin-bottom: 5px;
 margin-left: 30px;
 font-weight: normal;
}
.content_img {
 padding-top: 20px;
 padding-bottom: 0px;
}

ul ul li {
 margin: 3px 0 3px 30px;
 list-style: circle;
}

ul ul {
 margin: 0 0 15px 0;
}
.header_spacer {
 background-color: #6BA3D1;
 height: 5px;
 width: 800px;
}
#pdf {
 float: right;
 margin-right: 0px;
 margin-left: 10px;
}
.content a {
 font-weight: bold;
 text-decoration: underline;
}
#plans {
 margin-bottom: 0px;
}
.center {
 text-align: center;
}
#copybox_L {
 float: left;
 width: 350px;
 border: thin none #CCCCCC;
 padding: 0px;
 height: auto;
 text-align: left;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}
#copybox_R {
 float: right;
 width: 200px;
 height: auto;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 10px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 10px;
 border-top-width: thin;
 border-right-width: thin;
 border-bottom-width: thin;
 border-left-width: thin;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: solid;
 border-top-color: #CCCCCC;
 border-right-color: #CCCCCC;
 border-bottom-color: #CCCCCC;
 border-left-color: #CCCCCC;
}
#copybox  {
 height: 135px;
 width: 590px;
 margin-bottom: 5px;
}
.mousetype {
 font-size: 0.8em;
}
.mousetype {
 font-size: .7em;
}
#photo_float {
 float: right;
 margin-left: 20px;
 margin-bottom: 20px;
}
.float_R {
 float: right;
 margin-left: 20px;
 margin-bottom: 10px;
}
.italic {
 font-style: italic;
}
.process {
}
#process {
 padding-top: 6px;
}
