/* ----- SBSC style sheet by Xentica (2008) -----*/

/* ------ MEDIA TAG ----- */
/* this tag determines if the style sheet if for screen or for print*/

@media screen {

/* ********************************************************************* */

/* ----- HTML TAGS ----- */
/* these styles are for default html properties */

body {
	background-color: #014680;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
	/* the following style adds a scrollbar to firefox when too short to scroll normally, which keeps the page width consistant */
	overflow: -moz-scrollbars-vertical;  
}

img {
	border:none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #014680;
    font-family: "Trebuchet MS" Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #005dab;
    font-family: "Trebuchet MS" Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #014680;
    font-family: "Trebuchet MS" Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #005dab;
	text-decoration: underline;
}

a:hover {
	color: #005dab;
	text-decoration: underline;
}

hr {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	border: none;
	height: 1px;
	border-top: 1px solid #d2c39c;
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.contentContainer li {
    list-style-image: url(/images/template/bullet-01.gif);
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

.contentContainerNumbering li 
{
	list-style-image: none;
    padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

form {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


textarea {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

input {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

select {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

td {
    padding: 4px 4px 4px 4px;
}

/* ----- END HTML TAGS ----- */

/* ********************************************************************* */

/* ----- CONTAINTERS ----- */
/* these styles are for containers and layout */

.siteContainer {
	padding: 0px;
	background-color: #014680;
}

.headerBgContainer {
    width: 100%;
    height: 113px;
    background-image: url(/images/template/bg-header.gif);
    background-repeat: repeat-x;
	background-color: #014680;
}

.headerContainer{
	width: 770px;
	margin: 0px auto;
	color: #ffffff;
}

.headerPrint {
    display: none;
}

.headerTitle {
    padding: 0px 0px 10px 80px;
}

.contentBgContainer {
    width: 100%;
    background-image: url(/images/template/bg-content.gif);
    background-repeat: repeat-x;
	background-color: #f6f1de;
}

.containerTopContainer {
	width: 770px;
	margin: 0px auto;
    height: 43px;
}

.contentBgContainerLogo {
	width: 770px;
	margin: 0px auto;
    background-image: url(/images/template/bg-content-logo.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.contentBgContainerLeft01 {
	width: 770px;
	margin: 0px auto;
    background-image: url(/images/template/bg-left-01.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.contentBgContainerLeftSpacer {
    height: 176px;
}

.contentContainer {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	color: #002b4e;
}

.contentBgContainerLine {
	float: left;
    min-height: 425px;
    background-image: url(/images/template/bg-content-line.gif);
    background-repeat: repeat-y;
}

*html .contentBgContainerLine {
    height: 425px; 
}

.contentLeftContainer {
    float: left;
    width: 205px;
    /*background-color: pink;*/
}

.contentLeft {
    padding: 0px 15px 0px 0px;
}

.menu {
    padding: 0px 0px 10px 0px;  
}

.menu ul {
    padding: 0px 10px 0px 25px;
    margin: 0px 0px 0px 0px;  
}

.menu li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;  
}

.menu li a {
    padding: 3px 3px 3px 3px;
    margin: 0px 0px 0px 0px;  
    text-decoration: none;
    color: #002b4e;
    display: block;
    width: 160px;
}

.menu li a:hover {
    padding: 3px 3px 3px 3px;
    margin: 0px 0px 0px 0px;  
    list-style-image: url(/images/template/bullet-02.gif);
    text-decoration: none; 
    color: #005dab;
    display: block;
    width: 160px;
    background-color: #e7e2ce;
}

.menu li ul {

}

.menu li ul li {
    width: 125px;
}

.menu li ul li a {
    width: 125px;
}


.menu li ul li a:hover {
    width: 125px;
}


.contentRightContainer {
    float: left;
    width: 554px;
    /*background-color: tan; */
}

.contentRight {
    padding: 0px 0px 0px 15px;
}

.footerBgContainer{
    width: 100%;
    height: 48px;
    background-image: url(/images/template/bg-footer.gif);
    background-repeat: repeat-x;
	background-color: #014680;
}

.footerContainer {
	width: 770px;
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
}

.footerContainer a {
	color: #ffffff;
    text-decoration: none;
}

.footerContainer a:hover{
	color: #ffffff;
    text-decoration: none;
}

.footerLeft {
    float: left;
    text-align: left;
    padding: 10px 0px 0px 0px;
    font-size: 13px;
    font-family: "Trebuchet MS" Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.footerRight {
    float: right;
    text-align: right;
    padding: 10px 0px 0px 0px;
    font-size: 11px;
}

.xenticaLogoScreen {

}

.xenticaLogoPrint {
display: none;
}

.popupcontainer {
    background-image: url(/images/template/bg-content.gif);
    background-repeat: repeat-x;
    width: 400px;
    height: 500px;
	margin: 0px auto;
	padding: 20px 10px 10px 10px;
	background-color: #f6f1de;
	border-top: 5px solid #005dab;
	border-bottom: 5px solid #005dab;
}

.popupcontainer2 {
    background-image: url(/images/template/bg-content.gif);
    background-repeat: repeat-x;
	margin: 0px;
	padding: 30px 20px 20px 20px;
	background-color: #f6f1de;
	border-top: 5px solid #005dab;
	border-bottom: 5px solid #005dab;
}

.popupcontainer2 li {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}



/* ----- END CONTAINTERS ----- */

/* ********************************************************************* */

/* ----- CONTENT -----*/
/* these styles are for certain content and pages */

.boxDiv {
    border: 1px solid #d2c39c;
    padding: 5px 5px 5px 5px;
}

.table1 th {
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid #d2c39c;
    font-size: 85%;
    padding: 4px 3px 4px 3px;
    color: #014680;
}

.table1 td {
    border-bottom: 1px solid #d2c39c;
    padding: 4px 3px 4px 3px;
}

.table2 th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #d2c39c;
    font-size: 85%;
    padding: 4px 3px 4px 3px;
    color: #014680;
}

.table2 td {
    border-bottom: 1px solid #d2c39c;
    padding: 4px 3px 4px 3px;
}

.table3 th {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #d2c39c;
    font-size: 85%;
    padding: 4px 3px 4px 3px;
    color: #014680;
}

.table3 td {
    border-bottom: 1px solid #d2c39c;
    padding: 4px 3px 4px 3px;
}

.borderTop{
    border-top: 1px solid #d2c39c;
}

/* ----- END CONTENT -----*/

/* ********************************************************************* */

/* ----- FORMATTING -----*/
/* these styles are general formatting */

.clear {
    clear: both;
}

.text {
	font-weight: normal;
}

.textB {
	font-weight: bold;
}

.textI{
	font-style: italic;
}

.textU {
	text-decoration: underline;
}

.textSmaller {
	font-size: 90%;
}

.textSmaller2 {
	font-size: 85%;
}

.textBigger {
	font-size: 120%;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCentre {
    text-align: center;
}

.verticalAlignTop {
    vertical-align: top;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.verticalAlignBottom {
    vertical-align: bottom;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.noBullet {
	list-style-type: none;
}

.displayBlock {
    display: block;   
}

.displayInline {
    display: inline;   
}

.displayNone {
    display: none;   
}

.pSpacer {
    height: 20px;
}

.formRequired {
    color: maroon;
}

.button01 {
    background-color: #efe6ce;
    border: 1px solid #d2c39c;
    padding: 2px 2px 2px 2px;
    color: #002b4e;
    font-weight: bold;
    cursor: pointer;
}

.blue {
    color: #014680;
}

#javaScriptInfobox{
    position: absolute;
    width: 250px;
    visibility: hidden;
    z-index: 100;
	background-color: #005dab;
	color: #ffffff;
	border: 1px solid #002a4c;
	padding: 5px 7px 5px 7px;
	margin: 5px 5px 5px 5px;
	text-align: center;
}

.jsInfoboxLink {
    border-bottom: 1px dotted #005dab;
    cursor: help;
    font-weight: bold;
}

/* ----- END FORMATTING -----*/

/* ********************************************************************* */

/* this closes the media tag */

}

/* ------ END MEDIA TAG ----- */