/* -----------------------------------------------------  */
/* Company Name CSS                                 */
/* Designed by PMT Advertising                   */
/* www.pmtadvertising.com                           */
/* info@pmtads.com                                        */
/* -----------------------------------------------------  */

body {
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: /*insert value here*/;
text-align: center;
line-height: /*insert value here*/;
margin: 0;
padding: 0px;
background-image: url(/*insert path here*/);
/*background-repeat: repeat;*/
background-color: ;
}

div.clearer {
line-height: 0px;
clear: both;
overflow: hidden;
}

/* -------------------------------------------------------------- */
/* Link States                                                    */
/* -------------------------------------------------------------- */

a {
text-decoration: none;
color: #0000ff;
font-weight: bold;
}

a:hover {
color: #d28100;
}

.credit a {
text-decoration: none;
color: #d28100;
font-weight: bold;
}

.credit a:hover {
color: #cccc00;
}

/* -------------------------------------------------------------- */
/* Text / HTML markup                                             */
/* -------------------------------------------------------------- */

.contentText, p {
text-align: left;
}

.headline {
font-size: 28px;
}

.subHeadline {

}

.disclaimer {
font-size: 11px;
font-weight: normal;
line-height: 13px;
}

strong, b {

}

em, i {

}

u {

}

pre {
/*preformatted text*/
text-align: left;
}

blockquote {
text-align: left;
}

p {

}

tt {
/*typewriter-text*/
}

hr {
border: none;
border-bottom: 1px solid red;
}

/*---------------Lists-----------------*/

li, ol, ul, dl, menu {
text-align: left;
}

/* -------------------------------------------------------------- */
/* Global Definitions                                             */
/* -------------------------------------------------------------- */

.container {
width: 800px;
margin: 0 auto;
border: 1px dashed fuchsia;
}

.header {
border: 1px dashed darkblue;
}

.nav {
border: 1px dashed cyan;
}

.content {

}

.normalRow, .alternateRow {
margin: 2px;
padding: 5px;
text-align: left;
background-color: #CCCCCC;
}

.alternateRow {
background-color: #333333;
}

/*-------------Pic Sizes---------------*/

.smallPic {
width: 100px;
height: 75px;
}

.mediumPic {
width: 320px;
height: 240px;
}

.largePic {
width: 640px;
height: 480px;
}

/*----------------Bottom Contact Info.----------------*/

.footer {

}

.footer li {
display: inline;
list-style: none;
}

.credit {
margin: 0 auto;
color: #cfcfcf;
font-size: 10px;
padding: 2px 0 6px 0;
}

/* -------------------------------------------------------------- */
/* Page Specific                                                  */
/* -------------------------------------------------------------- */

/*----------------Index----------------*/

.index {
visibility: visible;
}

/*----------------About----------------*/



/*----------------Contact--------------*/