/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/oceansideinsurance.com/branches/upgrade/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 4469 $
$LastChangedDate: 2007-06-12 21:06:02 -0400 (Tue, 12 Jun 2007) $
*/

@import url(general.css);

/* GLOBAL. */

html,
body
{
    height: 100%;
}

body
{
    background: url(../images/background.jpg) top right repeat-x;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:active
{
    color: #5E87C5;
}

a:hover
{
    color: #0C3377;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
    margin: auto;
}

/* Page top. */

#pageTop
{
    margin: 0 auto;
    width: 800px;
    height: 150px;
}

#pageTop h1
{
    background: url(../images/logo.gif) top left no-repeat;
    float: left;
    margin: 0;
    width: 110px;
    height: 150px;
}

#pageTop h1 a
{
    display: block;
    float: left;
    width: 110px;
    height: 150px;
}

#pageTop h1 span
{
    display: none;
}

#pageTop .insuranceNavigation
{
    font-weight: bold;
    margin: 0;
    padding: 36px 0 0 180px;
    _padding-top: 32px;
    text-align: text;
    text-transform: uppercase;
}

#pageTop .insuranceNavigation li
{
    display: inline;
    margin: 0;
    padding-right: 1.5em;
}

#pageTop .insuranceNavigation a
{
    text-decoration: none;
}

#pageTop .insuranceNavigation a:link,
#pageTop .insuranceNavigation a:active,
#pageTop .insuranceNavigation a:visited
{
    color: #DDE7EE;
}

#pageTop .insuranceNavigation a:hover
{
    color: #fff;
}

#pageTop .slogan
{
    color: #85A6BD;
    font-family: 'Times New Roman', Times, serif;
    font-size: 17.5pt;
    font-style: italic;
    margin-top: 31px;
    text-align: center;
}

#pageTop .numbers
{
    margin: 1em 0 0 180px;
}

#pageTop .numbers ul
{
    margin: 0;
    padding: 0;
}

#pageTop .numbers li
{
    color: #777;
    display: inline;
    font-weight: bold;
    list-style: none;
    padding-right: 2em;
}

#pageTop .numbers span
{
    color: #738FA3;
    padding-right: .5em;
}

/* Page content container. */

#pageContentContainer
{
    clear: both;
    margin: 1.5em auto;
    width: 800px;
}

/* Page sidebar. */

#pageSidebar
{
    float: left;
    margin: 0 20px 4em 0;
    width: 160px;
}

#pageStamp
{
    border-bottom: 3px solid #C4CED5;
    padding-bottom: .5em;
    width: 160px;
    text-align: right;
}

#pageStamp img
{
    width: 60px;
    height: 60px;
}

#pageContainer.home #pageStamp
{
    background: url(../images/homepage_stamp.jpg) bottom left no-repeat;
}

#sidebarNavigation
{

}

#sidebarNavigation h2
{
    color: #738FA3;
    font-size: 9pt;
    margin: 1.75em 0 0 0;
    text-transform: uppercase;
}

#sidebarNavigation ul
{
    margin: 0;
    padding: .3em 0 0 0;
}

#sidebarNavigation li
{
    line-height: 1.7em;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebarNavigation li a
{
    padding-left: 1em;
    text-decoration: none;
}

#sidebarNavigation li a:link,
#sidebarNavigation li a:visited,
#sidebarNavigation li a:active
{
    background: url(../images/navLinkBG_normal.gif) left 1px no-repeat;
    _background: url(../images/navLinkBG_normal.gif) left 4px no-repeat;
}

#sidebarNavigation li a:hover
{
    background: url(../images/navLinkBG_hover.gif) left 1px no-repeat;
    _background: url(../images/navLinkBG_hover.gif) left 4px no-repeat;
}

/* Page bottom. */

#pageBottom
{
    border-top: 3px solid #5E87C5;
    clear: both;
    color: #666;
    margin: 0 auto;
    padding-bottom: 3.5em;
    _padding-bottom: 1em;
    width: 800px;
}

#pageBottom p
{
    float: left;
    font-size: 8.5pt;
    margin-bottom: 0;
    padding-right: 3em;
}

#pageBottom .copyright
{
    padding-right: 0;
    width: 180px;
}

#pageBottom .branding
{
    clear: left;
    margin-left: 180px;
    _margin-left: 0;
    _padding: .75em 0 0 180px;
    _width: 600px;
}

/* Page content. */

#pageContent
{
    float: left;
    margin: 0 auto 4em auto;
    width: 620px;
}

#pageContent h2.tots
{
	text-align: center;
}

#pageContent h1
{
    border-bottom: 3px solid #5E87C5;
    color: #0C3377;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 26pt;
    font-weight: normal;
    margin-bottom: .5em;
    /* Safari will ignore this line and use the next one. */
    margin-top: 29px; 
    _margin-top: 23px; /* Only IE can see this. */
    padding-bottom: 3px;
}

#pageContent h1+p
{
    margin-top: 0;
}

#pageContent h2
{
    color: #123574;
    font-size: 13pt;
    margin: 0 0 .25em 0;
    text-transform: uppercase;
}

#pageContent h2+p
{
    margin-top: 0;
}

#pageContent p+h2
{
    margin-top: 1.5em;
}

#pageContent p
{
    line-height: 1.7em;
    text-align: justify;
}

#pageContent li
{
    list-style: square;
    line-height: 1.5em;
}

#pageContent blockquote
{
    line-height: 1.6em;
}

#pageContent hr
{
    background: #C5CED4;
    border: 0;
    clear: both;
    height: 3px;
    margin: 1.75em auto;
    width: 75%;
}

#musicControls embed
{
	display: block;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	height: 18px;
}

#pageContainer.content #pageContent td
{
    line-height: 1.4em;
    padding-right: 2em;
    vertical-align: top;
}

#pageContainer.content #pageContent td ul
{
    line-height: 1.2em;
    margin-left: 0;
    padding-left: 1em;
}

#pageContainer.content #pageContent td li
{
    padding: .25em 0;
}

#pageContent h2.staff
{
    margin-bottom: .25em;
}

#pageContent .location
{
    font-size: 9pt;
    font-weight: bold;
    margin: 0;
}

#pageContent .location+p
{
    margin: 0 0 1.75em 0;
}

#pageContent .companies
{
    float: right;
    margin: 0 0 0 2em;
    padding: 0;
    text-align: center;
    width: 150px;
}

#pageContent .companies li
{
    list-style: none;
    margin: 0;
    padding: 0 0 1.5em 0;
}

#pageContent .companies a
{
    text-decoration: none;
}

#pageContent .companies span
{
    display: block;
    font-size: 8.5pt;
    font-weight: bold;
    letter-spacing: -.1em;
    line-height: 1.2em;
    text-transform: uppercase;
}

#pageContent .companies img
{
    border: 0;
}

#pageContent .question
{
    font-weight: bold;
    margin-bottom: .25em;
}

#pageContent .question+p
{
    margin-top: 0;
}

#pageContent td strong+ul
{
    margin-top: 0;
}

#pageContent .slogan
{
    color: #6381AB;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18pt;
    font-style: italic;
    line-height: 1.4em;
    letter-spacing: 2px;
    text-align: center;
}

#pageContent .slogan strong
{
    color: #0C3377;
    font-size: 19pt;
    letter-spacing: normal;
}

/* COMPONENTS. */

/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form tr.group {}

form td.caption
{   
    font-size: 9pt;
    font-weight: bold;
    width: 135px;
    height: 1.75em;
    vertical-align: top;
    padding-top: 10px;
}

form td.field
{
    padding: 3px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    list-style: none;
    padding: 4px;
    margin-top: 0;
}

form ul.errors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

form .buttons
{
    margin-left: 135px;
}

form .caption .note
{
    color: #aaa;
    font-size: 8.5pt;
    line-height: 1.2em;
    margin-top: .5em;
    padding-right: 1em;
}

form .section
{
    margin-top: 2em;
}

form .section.ownerInformation
{
    margin-top: 0;
}

form .section.additionalDriverInformation p
{
    line-height: 1.3em !important;
    width: 80%;
}

form .section.coverageOptions .column
{
}

form .section.coverageOptions .column.heading
{
    font-weight: bold;
}

form .section.coverageOptions .column1
{
    width: 215px;
}

form .section.coverageOptions .heading.column1
{
    padding-left: 135px;
}

form .section.coverageOptions .field .column1
{
    _padding-left: 0;
}

/* Site navigator. */

#pageContent .siteNavigator
{
    margin: -0.75em 0 0 0;
    padding: 0;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 40%;
    background-repeat: no-repeat;
    padding: 0 3px 0 10px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 6px 0 0;
}

/* Page navigator. */

.pageNavigator
{
    margin: 1em 0 0 0;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.pageNavigator ul li
{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

.pageNavigator ul li.next {}
.pageNavigator ul li.previous {}

.pageNavigator ul li a
{
    background: white;
    border: 2px solid black;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
}

.pageNavigator.bottom {}

/* Error pages. */

#pageContainer.httpError
{
    color: black;
}

/* Search */

#pageContainer #pageContent .propertySearch {}

#pageContainer #pageContent .propertySearch .features,
#pageContainer #pageContent .propertySearch .features td {}

#pageContainer #pageContent .propertySearch .features td.caption {}

#pageContainer #pageContent .propertySearch .towns,
#pageContainer #pageContent .propertySearch .amenities {}

/* INDIVIDUAL PAGES. */

.column
{
    float: left;
}

#pageContainer.sitemap .column
{
    width: 32%;
}
