/*--
 Author:Dermot Dooley
 Date: 10 - Aug - 2010
 Project: Dorman accounts (live)
 -- */
/*
 *
 * General css styles
 *
 * */ * {
    padding: 0px;
    margin: 0px;
}

body {
    text-align: center;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}

h2 {
    margin-bottom: 10px;
}

/*
 *
 * Splash screen css styles only
 *
 * */
#Splashcontainer {
    position: relative;
    width: 776px;
    height: 450px;
    margin: 10px auto 0;
    text-align: left;
    background-image: url('/media/dormantaccounts/images/SplashScreenImage.gif');
    background-repeat: no-repeat;
    border: solid 2px #1C4068;
}

#Splashcontainer #EnglishButton {
    display: block;
    position: absolute;
    top: 370px;
    left: 300px;
    width: 106px;
    height: 32px;
    background: url("/media/dormantaccounts/images/EnglishRoll.jpg") no-repeat 0 0;
}

#Splashcontainer #EnglishButton:hover {
    background-position: 0 -32px;
}

#Splashcontainer #EnglishButton span {
    display: none;
}

#Splashcontainer #GaeilgeButton {
    display: block;
    position: absolute;
    top: 370px;
    left: 420px;
    width: 106px;
    height: 32px;
    background: url("/media/dormantaccounts/images/GaeilgeRoll.jpg") no-repeat 0 0;
}

#Splashcontainer #GaeilgeButton:hover {
    background-position: 0 -32px;
}

#Splashcontainer #GaeilgeButton span {
    display: none;
}

/*
 *
 * Main Template styles
 *
 */
/*
 *
 * Container & banner section
 *
 * */
#container {
    text-align: left;
    position: relative;
    width: 770px;
    margin: 0 auto 0;
    border: solid 2px #1C4068;
}

#container #banner {
    height: 171px;
    width: 770px;
    background-image: url('/media/dormantaccounts/images/bannerUppr.png');
    background-repeat: no-repeat;
}

#container #sitemap {
}

#container #sitemap a {
	text-align:center;
    width: 115px;
    height: 30px;
    margin-right: 80px;
    float: right;
    color: #ffffff;
    font-family: Verdana, Sans-serif;
    font-size: 11px;
    text-align: center;
	text-decoration:none;
}

#container #language {
    float: left;
    width: 770px;
    background-color: #ffffff;
    height: 26px;
    background-image: url('/media/dormantaccounts/images/bannerLwr.png');
    background-repeat: no-repeat;
    font-family: Verdana, Sans-serif;
    font-size: 10px;
    color: #ffffff;
}

#language #empty-language {
    width: 640px;
    float: right;
    border: solid 1px #ff0000;
    padding-top: 10px;
    padding-right: 2px;
    height: 16px;
}

#language #en-language {
    width: 56px;
    float: right;
    text-align: right;
    padding-top: 10px;
    margin-right: 0px;
    height: 16px;
}

#language #en-language a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#language #ie-language {
    width: 57px;
    float: right;
    padding-top: 10px;
    height: 16px;
    text-align: right;
    padding-right: 8px;
}

#language #ie-language a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

/*
 *
 * Left sidebar section */
#container #sidebarLeft {
    float: left;
    width: 184px;
    background-image: url('/media/dormantaccounts/images/NavMid.png');
    background-repeat: repeat-y;
}

#container #sidebarLeft ul {
    list-style-image: url('/media/dormantaccounts/images/arrow.jpg');
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
}

#container #sidebarLeft {
    margin-bottom: 10px;
}

#container #sidebarLeft ul li {
    color: #000066;
    font-family: Tahoma;
    font-size: 12px;
    padding-right: 3px;	
}

#container #sidebarLeft ul li a {
    color: #000066;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;

}

#container #sidebarLeft ul li a:hover {
    color: #FF6600;
}
#container #sidebarLeft ul li a:active {
    padding-right: 3px;
}

#container #sidebarLeft .dash {
    background-image: url('/media/dormantaccounts/images/menudots.jpg');
    background-repeat: no-repeat;
    list-style: none;
font-size: 3px; 
    height: 3px;
    margin: 0 0 0 -20px;
    padding: 3px 0 3px 0;
    list-style: none;
}

#container #sidebarLeft #navTop {
    background-image: url('/media/dormantaccounts/images/navTop.gif');
    background-repeat: no-repeat;
    height: 31px;
}

#container #sidebarLeft #navBottom {
    background-image: url('/media/dormantaccounts/images/navBottom.gif');
    background-repeat: no-repeat;
    height: 31px;
}

/*
 *
 * Main text/content area
 *
 * */
#container #mainContentArea {
    float: right;
    padding-right: 10px;
    width: 550px;
    color: #000066;
    font-family: Tahoma;
    font-size: small;
}

#container #mainContentArea #mainContent {
    padding-left: 30px;
    margin-bottom: 20px;
}

#container #mainContentArea #mainContent a {
    color: #000066;
}

#container #mainContentArea li {
    margin-left: 30px;
    margin-bottom: 3px;
}

#container #mainContentArea p {
    margin-bottom: 10px;
}

/*
 *
 * Breadcrumbs
 *
 * */
#container #breadcrumb {
    background-image: url('/media/dormantaccounts/images/breadcrumb.gif');
    background-repeat: no-repeat;
    padding: 7px 0 20px 30px;
    color: #000066;
    font-family: Tahoma;
    font-size: 12px;
}

#container #breadcrumb a {
    color: #000066;
}

/*
 *
 * footer
 *
 * */
#container #footerbar {
    clear: both;
}

#container #footerbar #strip1 {
    width: 770px;
    height: 10px;
    background-color: #346DAC;
}

#container #footerbar #strip2 {
    width: 770px;
    height: 20px;
    background-color: #1C4068;
}

