/*
  Common CSS Styles
  Description: Gray Monochrome
  Author: jjones
  Created: February 18, 2003
  Last Modified: February 19, 2003 by jjones
  Comments: Common styles are defined here (such as admin table) and included into individual stylesheets.
 */

div#addthis {

}
 
div#site-poweredby-html {
    font-size: 8px;    
}
div#site-poweredby-html a {
    font-size: 8px;    
}

/* Sitemap styles */
.textHdr {
    font-family: Arial;
    font-size: 13px;
}
.sitemap {
    margin-left: 50px;
}
.sitemap ul, .sitemap ol {
    font-size: 12px;
}
.sitemap li {
    margin-left: 50px;
    padding-left: 5px;
}
.sitemap li a {
    text-decoration: none;
}
.sitemap li a:visited {
    text-decoration: none;
}
.sitemap li a:hover {
    text-decoration: underline;
}
 
/* Common Document Styles */

body,p,td,a div,span,h1,h2,h3,h4,h5,h6 {
    font-family:Arial,Verdana,Helvetica,sans-serif;
}
body p {
	margin-top:0px;
}
body h1 {
    font-size: 30px;
}
body h2 {
    font-size: 26px;
}
body h3 {
    font-size: 22px;
    line-height: normal;
    word-spacing: normal;
}
body h4 {
    font-size: 18px;
}
body h5 {
    font-size: 14px;
    font-weight: bold;    
}
body h6 {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

body a {
    text-decoration: underline;
}
body a:hover {
    text-decoration: underline;
}
body a:visited {
    text-decoration: underline;
}

div#pagetype > table {
        margin-left: auto;
        margin-right: auto;
}
div#pagetype > table:first-child {
	width: 100%;
}
div#pagetype table td {
        text-align: inherit;
}
div#pagetype table td[align="left"] {
        text-align: left;
}
div#pagetype table td[align="center"] {
        text-align: center;
}
div#pagetype table td[align="right"] {
        text-align: right;
}

/* :::::Admin Navigation Style::::: */
div.adminTab {
    top:0;
    width:100%;
    z-index:99;
    text-align:center;
}
div#admin {
    width: 99%;
    height: 33px;
    background-color: #CCCCCC;
    border: 1px solid #990000;
    margin-left: auto;
    margin-right: auto;
}
div#edit-buttons {
    padding: 1px;
    float: left;
    display: inline;
    position: relative;
}
div#admin-buttons {
    padding: 1px;
    float: right;
    display: inline;
    position: relative;
}
div#adminText {
    float: left;
    display: inline;
    font-size: 11px;
}
a.admin {
    color: #990000;
    text-decoration: underline;
    font-size: 11px;    
}
a.admin:link {
    color: #990000;
    text-decoration: underline;
    font-size: 11px;    
}
a.admin:hover {
    color: #666666;     
}

/* :::::Reseller Powered link::::: */
div#poweredBy {
    color: #333333;
    font-size: 8pt;
}
div#poweredBy > a {
    color: black;
    font-size: 8pt;
    text-decoration: none;
}

/* :::::Site Specific Edit Boxes::::: */
#siteEditBox {
    background-color: White;
    border: 3px dashed #990000;
    padding: 8px;
    text-align: center;     
}

/* :::::This defines how the edit pageType specifics look like */
table#edit {
    font-size: 11px;     
}
table td {
    text-align: left;
}

/* :::::Alternating Row Colors::::: */
.trcolor {
    background-color: #F0F0F0;    
}
.trcolor1 {
    background-color: #FFFFFF;    
}
.trcolor0 {
    background-color: #F0F0F0;     
}

/* :::::Login Form Fields::::: */
.loginButton {
    border: 1px solid #999999;
     
}
#spacing {
    font-size: 11px;
    padding: 5px;
}
span.tooltip { 
    cursor: pointer;
}

/* Contact Us Styles */
#contactus {
	width: 98%;
	padding: 0px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#contactus div {
	padding: 3px;
}
#contactus td {
	vertical-align: top;
}
#contactus td.address {
	width: 49%;
}
#contactus div.physicalAddress {
	margin-bottom: 1em;
}
#contactus div.physicalAddress > h3 {
	margin-bottom: .5em;
}
#contactus div.mailingAddress {
	margin-bottom: 1em;
}
#contactus div.mailingAddress > h3 {
	margin-bottom: .5em;
}
#contactus td.map {
	width: 49%;
}
#contactus td.map div.map {
	border: 1px solid gray;
}
#contactus #contactusForm {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
#contactus .mapLink {
	font-size: small;
}
#contactus .mapFrame {
	border: 0;
	width: 96%;
	height: 350px;
	margin: 1%;
	padding: 3px;
}
#contactus #contactusForm tr#name td {
	padding-top: 1em;
}
#contactus .label {
	text-align: right;
}
#contactus #contactusForm input[name="userName"] {
	width: 350px;
}
#contactus #contactusForm input[name="userEmail"] {
	width: 500px;
}
#contactus #contactusForm textarea {
	width: 500px;
	height: 150px;
}
#contactus #contactusForm input[type="submit"] {
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 25px;
}

/* Syndicated Content */
div#pagetype div.syncontent h3.synopsis:hover {
        cursor: pointer;
}
div#pagetype div.syncontent td.syncontent-item {
        width: 30%;
        padding: 5px 15px 5px 5px;
}
div#pagetype div.syncontent > table {
        width: 80%;
        margin: 0 auto;
}
div#pagetype div.syncontent td.syncontent-item {
        vertical-align: top;
}
div#pagetype div.syncontent td.syncontent-item > div {
        width: 100%;
        min-height: 100px;
}
div#socializethis a:link img {
        border: 0 none;
}
div.syncontent > table h1, div.syncontent > table h2, div.syncontent > table h3, div.syncontent > table h4, div.syncontent > table h5, div.syncontent > table h6 {
word-spacing: normal !important;
}
div.syncontent > table {
margin: 0 auto;
width: 95%;
}
div.syncontent td.syncontent-item {
padding: 10px;
width: 50%;
}
div.syndicated-content h3{
font-size:16px;
}
div.syndicated-content span{
font-size:12pt;
}
div.syndicated-content p{
font-size:12pt !important;
padding-bottom: 10px;
}
div.syndicated-content ul{
font-size:12pt !important;
}
div.syndicated-content li{
font-size:12pt !important;
}
div.syndicated-content div.ImageBox{ 
background:#eeeeee;
padding:5px;
}
div.syndicated-content div.ImageCaption{
font-size:10px;
}
.BodyNoIndent{
font-size:12pt;
padding-bottom: 10px;
}
.BodyNoIndent:first-child{
padding-top:10px;
}