#content p, #content h1, #content h2, #content h3, #content h4, #content ul, #content ol, #content li, #content table
{
margin: 0 0 .75em 0;
}

td, th
{
vertical-align: top;
text-align: left;
}

div.hr
{
margin: 1.5em 0;
padding: 0;
background-color: #5a9cce;
color: inherit;
clear: both;
height: 1px;
}

div.clearBoth
{
clear: both;
width: 1px;
height: 1px;
font-size: 1px;
line-height: 1px
}

div.clearLeft
{
clear: left;
width: 1px;
height: 1px;
font-size: 1px;
line-height: 1px
}

#content ul
{
list-style-image: url(../style/aaBullet.png);
list-style-type: square;
}

#content li
{
margin-bottom: 1em;
}

#content sup
{
line-height: 0;
}

/* Thumbnails in VCMS Auto-Galleries */
.vmGallery
{
position: relative;
width: 102%;
}

.vmGallery, .vmGallery li
{
margin: 0;
padding: 0;
cursor: default;
list-style: none;
}

.vmGallery:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.vmGallery li
{
display: block;
float: left;
margin: 0 1em 1em 0 !important;
padding: 6px;
text-align: center;
box-shadow: -1px 1px 4px #5a5a5a;
-moz-box-shadow: -1px 1px 4px #5a5a5a;
-webkit-box-shadow:	-1px 1px 4px #5a5a5a;
border: none;
background-color: #fff;
}

.vmGallery a.Trigger
{
display: block;
background-repeat: no-repeat;
background-position: 50% 50%;
}

.vmGallery a.Trigger img
{
display: none;
}

#content .vmGallery a.Trigger:hover img
{
position: relative;
top: -30%;
left: -30%;
display: block;
padding: 6px;
box-shadow: -1px 1px 4px #5a5a5a;
-moz-box-shadow: -1px 1px 4px #5a5a5a;
-webkit-box-shadow:	-1px 1px 4px #5a5a5a;
border: none;
background-color: #fff;
}

/* Other VCMS-generated images */
span.ImgCaption
{
display: block;
height: 18px;
padding: 2px 0 0 0;
overflow: hidden;
font-size: 11px;
color: #7e7e7e;
background-color: transparent;
}

span.Normal, span.NormalNoBorder, span.FloatLeft, span.FloatRight
{
display: inline-block;
padding: 6px;
margin: 0 1em 1em 0;
box-shadow: -1px 1px 4px #484848;
-moz-box-shadow: -1px 1px 4px #484848;
-webkit-box-shadow:	-1px 1px 4px #484848;
border: none;
background-color: #fff;
}

span.FloatLeft, span.FloatLeftNoBorder
{
float: left;
margin: 0 1em 1em 0;
}

span.FloatRight, span.FloatRightNoBorder
{
clear: right;
float: right;
margin: 0 0 1em 1em;
}

span.FloatRight span.ImgCaption, span.FloatRightNoBorder span.ImgCaption
{
text-align: right;
}

span.Normal, span.NormalNoBorder
{
clear: both;
}

/* Finally remove borders as apt */
span.NormalNoBorder, span.FloatLeftNoBorder, span.FloatRightNoBorder
{
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow:	none;
padding-left: 0;
}

a.Caption
{
display: block;
padding: .5em 0 0 0;
}

.warning
{
color: #f00;
background-color: transparent;
}

a img
{
border: none;
}

/* Draw attn to (eg) form input */
.PayAttn
{
background-color: #d0d0d0;
color: #c00;
}

/* Print & non-css */
div.hr hr
{
display: none;
}

/* VCMS in diagnostic mode */
div.Diagnostics
{
clear: both;
color: #000;
background-color: #ebebeb;
font: 11px "Courier New";
border: 1px solid #5b5b5b;
padding: 1em;
margin: 1em 0;
}

div.Diagnostics h1, div.Diagnostics h2, div.Diagnostics h3
{
font: bold 13px "Courier New";
color: #000;
background-color: #ebebeb;
}

/* Custom Classes */
table.WithBorder
{
border: 1px solid #7e7e7e;
border-collapse: no-collapse;
}

table.WithBorder td, table.WithBorder th
{
border: 1px solid #a2a2a2;
padding: 4px;
text-align: left;
}

table.WithBorder th
{
color: #5a9cce;
background-color: transparent;
}

/* Shadow on (eg) div for GMap */
.DropShadow
{
box-shadow: -1px 1px 4px #5a5a5a;
-moz-box-shadow: -1px 1px 4px #5a5a5a;
-webkit-box-shadow:	-1px 1px 4px #5a5a5a;
}