html,body { 
	width:auto;
	margin:auto;
	padding:0;
	height:100%;
}

#wrapper{
    font-family: Calibri;
	background: #FFFFFF;
	color: #555555;
	width:auto;
	min-height:100%;
	height:100%;
	/*height:auto !important;*/
}

/*.headertext{
    padding:1% 0 0 3%;
    font-size:3em;
    color:White;
}*/

.headertext{
    font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	padding: 1% 0px 0 0%;
	font-size: 51px;
	letter-spacing: -2px;
	font-weight: bold;
    float:left;
}

#header{
    width:100%;
    background-color:#588EBC;
    font-weight:100;
    height:80px;
    font-family: Georgia, Arial, sans-serif;}
    
#header a{
    color:white;
    text-decoration:none;
}

#login{
    width:100%;
	background-image:url('images/loginback.jpg');
	background-repeat:repeat-x;
    /*background-color:#90B4D2;*/
    font-weight:100;
    height:40px;
    font-family: sergoe UI, Arial, sans-serif;
    border-bottom:1px solid;
    border-top:1px solid;}

#contents{
    margin:3%;
}
#maincontent{
    /*margin:0 5% 3% 5%;*/
    height:auto;
    float:left;}

#footer{    
    background: -moz-linear-gradient(top, rgba(88,142,188,1) 20%, rgba(144,180,210,1) 74%); /* FF3.6+ */
    background: -moz-linear-gradient(top, rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
    padding-top:1%;
    height:4.5em;
    border-top:1px solid;
    width:100%;
    clear:both;
    position:absolute;}
   

    
a.accountList{
    margin:1%;
    text-decoration:none;
    background-color:#B8CAE1;
    color:Black;
    font:Georgia, 15px, bold;
    text-decoration:none;
    text-align:center;
    line-height:40px;
    clear:both;
    float:left;
    border:1px solid;
    height:40px;
    width:275px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.accountList:hover{
    margin:1%;
    text-decoration:none;
    color:black;;
    font:Georgia, 15px, bold;
    text-decoration:none;
    text-align:center;
    line-height:40px;
    background-color:#D8E2EE;
    border-color:gray;
    clear:both;
    float:left;
    border:1px solid;
    height:40px;
    width:275px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 0px 0px 10px #888;
}
 
#storeList{
    padding: 1% 1% 2% 2%;
    margin:0 1% 1% 1%;
    /*clear:both;*/
    float:left;
    border:2px solid;
    height:220px;
    width:380px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
	border-radius:5px;
    box-shadow: 10px 7px 5px #888;
    position:relative;}
    
a.button{
    border: 2px solid black;
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
    color:Black;
    height:auto;
    padding:10px;
    height:15px;
    -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color:#A9B3BC;
}

#buttonBox{
    margin-top:-3px;
	clear:both;
    /*margin-left:-40px;*/
}

a.newAccount{
    border: 2px solid black;
    border-top: 1px solid;
    background-color:#A9B3BC;
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
    color:Black;
    height:20px;
    padding: 0 10px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.button2{
    border: 2px solid black;
    border-top: 1px solid;
    background-color:#A9B3BC;
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
    height:20px;
    color:Black;
    padding: 0 10px 10px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 0 0 0px 10px;
}
a.button3{
    border: 2px solid black;
    border-top: 1px solid;
    background-color:#A9B3BC;
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
    height:20px;
    color:Black;
    padding: 0 10px 10px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 0 0 10px 0px;
}

a.button:hover{
    border: 2px solid #A9B3BC;
    background-color:#708090;
    color:White;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 0px 0px 10px #888;
}

a.button2:hover{
    border: 2px solid #A9B3BC;
    background-color:#708090;
    color:White;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: -5px 7px 5px #888;
}

a.button3:hover{
    border: 2px solid #A9B3BC;
    background-color:#708090;
    color:White;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 7px 5px #888;
}

a.newAccount:hover{
    border: 2px solid #A9B3BC;
    background-color:#708090;
    color:White;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 7px 5px #888;
}

a.directory{
	text-decoration:none;
}