/* Pre-Defined Fields */
body
{
    background-color: #EEEEEE;
    margin-top: 10px;
    margin-bottom: 50px; /*Font*/
    color: #555;
    font-family: Verdana;
    font-size: 12px;
    line-height: 20px;
    text-align: center; /* IE Fix: Centres the div.page element */
}
a
{
    color: #6495F0;
}
p
{
    margin-bottom: 10px;
}
h2
{
    padding-top: 15px;
    margin-bottom: 10px; /* Font */
    color: #37678E;
    font-size: 1.3em;
}
h3
{
    /*color: #549C00;*/
    margin-top: 25px;
    display: block;
    font-size: 1.2em;
    margin: 11px 0;
}
a.imaging 
{
	border:0;
	text-decoration: none;
}

h2.first, h3.first
{
    margin-top: 0;
    padding-top: 0;
}
strong
{
    color: #777 ;
}
div.page
{
    border: 1px solid #CCC;
    background-color: White;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

/* Header */
div.header
{
}
div.header img
{
    vertical-align: bottom; /* Fixes the IE bug with white space */
}
/* Banner */
div.banner img.line
{
    border-bottom: 1px solid Gray;
}
/* Navigation */
div.navigation
{
    background-image: url("../images/nav/background.jpg");
    background-repeat: repeat-x;
    height: 31px;
    width: 900px;
}
div.navigation ul li
{
    background-image: url("../images/nav/division.gif");
    padding-left: 50px;
    float: left;
}
div.navigation ul li.first
{
    background-image: none;
    padding-left: 40px;
}
div.navigation ul li img
{
    vertical-align: bottom; /* Fixes the IE bug with white space */
}
/* Body */
div.body
{
    margin-left: 15px;
    margin-right: 15px;
}
div.body .error
{
    text-align: left;
    font-size: 12px;
    color: Red;
    padding: 0;
    margin: 0;
    margin-top: -10px;
}
.hidden
{
    display: none;
}

/** Columns **/
div.body .column
{
    /*border-right: thin dashed #999;*/
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 27%;
    min-height: 200px; /* Font */
}
/* Defines a two column */
div.body .one-two
{
    border: 0;
    width: 250px;
}
div.body .two-two
{
    border: 0; /*border-left: thin dashed #999;*/
    padding-left: 30px;
    width: 500px;
}
div.body .two-two h2
{
    margin-top: 0px;
}
div.body .two-two h2, div.body .two-two h3
{
    text-align: left;
}
div.body .short
{
    width: 150px;
}
div.body .long
{
    width: 620px;
}
/* Defines a three column */
div.body .single-column
{
    padding: 20px;
}
div.body .one-three, div.body .two-three
{
    text-align: center;
    width: 250px;
}
div.body .three-three
{
    text-align: center;
    border: 0;
}
div.body .left
{
    text-align: left;
}
div.body .center
{
    text-align: center;
}
/* Body: Text */
div.body ul, div.body ol
{
    margin-bottom: 10px;
}
div.body li
{
    margin-left: 20px;
    list-style-type: disc;
}
/* Solution */
div.solution-box
{
    height: 160px;
}
/* Body : Quote */
div.body .quote
{
    background-image: url("../images/quotes.gif");
    background-repeat: no-repeat;
    line-height: 28px;
    padding-top: 10px;
    padding-left: 20px; /* Font */
    color: #2f4f4f;
    font-family: Trebuchet MS, Arial;
    font-size: 18px;
    font-weight: bold;
}
div.body .quote-long
{
    margin: 20px 30px;
}
div.quoted
{
    text-align: right;
    margin-right: 40px;
    margin-top: -15px;
    margin-bottom: 10px;
}
/* Body: Div*/
div.sorry-404
{
    padding: 30px;
    font-size: 18px;
    text-align: center;
}
.logo, div.readmore
{
    text-align: center;
}
div.readmore
{
    margin-bottom: 20px;
}
div.moreinfo
{
    clear: both;
    padding: 20px 50px;
    font-size: 13px;
    font-style: italic;
    color: #777;
    text-align: center;
}
form#logmein
{
    text-align: center;
}
form#logmein input[type="submit"], form#logmein input[type="text"]
{
    width: 200px;
}
#connect-techician-button
{
    margin-top: -10px;
    margin-left: 25px;
}
div#who-we-work-with
{
    padding-bottom: 20px;
    vertical-align: top;
}
div#barry-video
{
    padding: 20px 0;
    text-align: center;
}
img#sah
{
    padding-left: 25px;
    float: left;
}
ul#client-partners-list
{
    padding-left: 0px;
}
/* Field Set */
label
{
    display: block;
    font-weight: bold;
}
input[type="text"]
{
    width: 420px;
    margin-bottom: 10px;
}
input[type="submit"]
{
    margin-top: 15px;
    display: block;
}
/* Div: Service Scheduler */
div.body ul.one
{
	float: left;
	width: 250px;
}
div.body p.question
{
	font-weight: bold;
	margin-bottom: 5px;
}
div#service-scheduler h3
{
    color: Red;
}
/* Footer */
div.footer
{
    background-color: #999;
    clear: left;
    padding: 5px 10px; /*Font*/
    color: white;
    font-size: 10px;
    text-align: center;
}
div.footer div#sitemap
{
    text-align: left;
}
div.footer a
{
color: white;
}
