@charset "UTF-8";

/*hard reset*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; outline: none;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*end reset*/

body{
outline: none;
background-color: #222;
color: #fff;
font-family: 'MS Trebuchet', Trebuchet, Verdana, Helveletica, Arial, sans-serif;
overflow: auto;
background-image: url('images/background.gif');
background-repeat: repeat-x;
}

p{
text-decoration: none;
font-family: 'MS Trebuchet', Trebuchet, Verdana, Helveletica, Arial, sans-serif;
font-size: 12pt;
}
.cont{
clear: both;
background-color: #555;
width: 1200px;
height: 950px;
margin-top: 0;
padding: 0;
margin-left: auto;
margin-right: auto;
background: url('images/background.png') top left no-repeat;
}

.navbar{
margin-right: auto;
margin-left: auto;
height: 90px;
width: 1000px;
padding-top: 40px;
display: block;
text-decoration: none;
font-family: 'MS Trebuchet', Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt; 
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
text-align: center;
border-bottom:1px solid #fff;
}


.navbar ul{
margin:0px;
padding:0;
list-style-type:none;
width:auto;
}

.navbar ul li{
display:block;
float:left;
margin:0;
}

.navbar ul li a{
display:block;
float:left;
text-decoration:none;
padding-top:50px;
height:25px;
width: 90px;
text-align: center;
border-right: 1px solid #fff;
color: #fff;
font-size: 10px;
}


.navbar ul li a.current, .navbar ul li a:hover{
color: #00F5FF;
}


.main {
margin-top: 0px;
width: 830px;
height: 630px;
border: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 5px;
}

.foot {
position: relative;
text-align: center;
font-size: 10px;
margin-top: 5px;
font-family: 'MS Trebuchet', Trebuchet, Verdana, Helveletica, Arial, sans-serif;
color: #fff;
text-decoration: none;

}

.foot a:link{
text-decoration: none;
color: #fff;
}
.foot a:hover {
color: #00F5FF;

}

.text {
font-family: 'MS Trebuchet', Trebuchet, Verdana, Helveletica, Arial, sans-serif;
color: #fff;
text-decoration: none;
text-align: justify;
padding:30px;

}
#image {
border: 1px solid #fff;
}
a:link{
outline: none;
color: #fff;  
text-decoration: none;
 }
a:visited {
outline: none;
color: #fff;
text-decoration: none;}

a:hover{
outline: none;
color: #00F5FF;
text-decoration: none;
}
.bolder {
font-weight: bold;
}
#hover img {
background: url('images/intuit/intuitlogo2.jpg') top center no-repeat;
}
