/* - - - - - - - - - - - - - - - - - - - - -

Title : style.css
Author : Tobias Gelston


- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}	
html{
}	
body{
font-family: tahoma;
font-size: 80%;
background: #7595D9 url("images/new_total_backx.png") right repeat-y;
}

/* ----- IDS ----- */

#container{
margin: 0 auto;
margin-top: -30px;
width: 760px;
background: url("images/*new_total_backx.png") repeat-y;
}	
#header{
background: url("images/spa_header9.png") 0px 20px no-repeat;
height: 124px;
}
#header h1{
display: none;
}
#header h2{
display: none;
}

#icontainer{
/*nothing needed at this time*/
}

#primaryContent{
padding: 10px 54px;

}	

#secondaryContent{
display: none;
}

hr {
display: none;
}
	
#footer{
margin: 12px 66px 0px 66px;
padding: 20px 68px ;
font-size: 75%;
height: 80px;
border-top: 1px solid #fff;
}


/* ----- Navigation ----- */


#navcontainer{
margin: 0;
padding: 12px 0 0 12px;
}

#navcontainer ul{
margin: 0;
margin-left: 6px; /*menu offset from left edge of window*/
float: left;
padding-left: 2px;
font: bold 12px Verdana;

}

* html #navcontainer ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 6px; /*menu offset from left edge of window in IE*/
}

#navcontainer ul li{
display: inline;
}


#navcontainer ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 4px 7px 4px;
text-decoration: none;
}

#navcontainer ul li a:visited{
color: white;
}


#navcontainer ul li a:hover{
color: #ffffcc;
background: transparent url(images/pointer.gif) bottom center no-repeat;
}
#navcontainer ul li a#selected{ /*hover and selected link*/
color: #ffff99;
}

#navcontainer ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
}



/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- HEADINGS ----- */

h4{
margin-bottom: -1px;
color: #fff;
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
color: #000;
}
a:hover{
}
a:visited, a:active, a:focus{
color: #000;
}
a:visited{
color: #000;
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
padding-left: 16px;
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}