body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #FFFFFF;
   color: #333333;
}
body,textarea {
   font-family:Georgia, "Times New Roman", Helvetica, sans-serif;
   font-size:1em;
}


/*MAIN STYLES*/

a {
   color: #01009a;
}
a:hover {
   color: #000000;
   text-decoration: none;
	 background-color:#FFFFCC;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#01009a;
	 margin:1.5em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   font-size:1.5em;
}
h3 {
   color:#777777;
   font-size:1.2em;
}
h4 {
   font-size:1em;
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
   margin:0;
   padding:1em 0;
}
blockquote.valid,blockquote.invalid {
	 padding-left:4em;
	 background-repeat:no-repeat;
	 background-position:top left;
}
blockquote.valid {
   background-image:url(../img/tick1.gif);
}
blockquote.invalid {
   background-image:url(../img/cross1.gif);
}


/* NAVIGATION */


.menubuttons {
   width:100%;
}
.menubuttons ul,ul.inline,#headernav ul {
   list-style:none;
   margin:0;
   padding:0;
}
.menubuttons li a {
   display:block;
   border-bottom: 1px solid #EEEEEE;
   color:#01009a;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#000000;
}
.menubuttons li.active a {
   color:#01009a;
   font-weight:bold;
}
#headernav li {
   display:inline;
}
#headernav li a {
   display:block;
   float:left;
   padding:0 17px;
	 height:33px;
	 color:#01009a;
	 text-decoration:none;
	 font-size:0.95em;
}
#headernav li span {
   position:relative;
	 top:7px;
}
#headernav li.active a {
   background-color:#01009a;
   color:#f1be0b;
}

ul.inline li {
   float:left;
   padding:0.2em 1em;
   border-left:1px solid #DDDDDD;
}


/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
   background-image:url(../img/bg1.gif);
   background-repeat:repeat-x;
}
#container,#header,#content,#footer {
   width:900px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
}
#header {
   position: relative;
   float:left;
   height: 190px;
   clear:left;
   background-image:url(../img/header1.gif);
   background-repeat:no-repeat;
   background-color:#CCCCCC;
}
#header h1 {
   font-size:1.6em;
   margin:0;
	 padding:0;
   color:#f1be0b;
	 font-style:italic;
   position:absolute;
	 top:80px;
	 right:0px;
}
#header h1 span {
   color:#FFFFFF;
	 text-decoration:underline;
}
#clear {
   position:relative;
	 clear:both;
	 height:1px;
}
#footer {
   position: relative;
   clear: both;
	 float:left;
	 width:100%;
   height: 140px;
   background-color:#CCCCCC;
   background-image:url(../img/footer1.gif);
   background-repeat:repeat-x;
	 text-align:center;
}
#footerinner {
   width:760px;
	 margin:0px auto;
	 text-align:left;
}
#footerinner p {
   line-height:2em;
}
#content {
   float:right;
   padding: 0px;
   min-height:400px;
   background-image:url(../img/bg2.gif);
   background-repeat:repeat-x;
	 border-left:1px solid #e4e4e4;
	 border-right:1px solid #e4e4e4;
}
* html #content {
   height:400px;
}
#accessibility {
   position:absolute;
   top:0px;
   right:0px;
   text-align:right;
}
#accessibility a {
   font-size:0.8em;
}
#headernav {
   position:absolute;
   top:157px;
   left:0px;
   height:33px;
	 width:100%;
}
.leftthin,.rightthin {
   width:230px;
}
.leftwide,.rightwide {
   width:600px;
}
.leftmid,.rightmid {
   width:410px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
	 float:left;
	 width:860px;
   position:relative;
	 left:20px;
	 padding-bottom:3em;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #01009a;
   color:#01009a;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#01009a;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#01009a;
}
form label span {
   display:block;
	 font-weight:normal;
}
.textbox1 {
   width:100%;
   height: 22px;
}
.imagebutton {
   float:right;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 width:158px;
	 height:34px;
}
.imagebutton span {
   display:none;
}
textarea {
   font-size:1em;
   width:100%;
   height:200px;
}
select.wide,select.multiple1 {
   width: 100%;
}
select.multiple1 {
   height:10em;
}


/*TABLES*/

table {
   width:100%;
   font-size:1em;
   text-align:left;
   border-collapse:collapse;
   clear:both;
	 font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	 font-size:0.85em;
}
table caption {
   padding:0.8em 0.2em;
	 background-color:#FFFFCC;
	 text-align:left;
	 border-top:1px solid #f8e69f;
}
table tr,table td,table th {
   border-bottom:1px solid #EEEEEE;
   padding:0.6em 0.2em;
}
table th,table th a {
   background-color:#01009a;
   color:#FFFFFF;
}
table th.subheading,table th.subheading a {
   background-color:#CCCCCC;
	 color:#000000;
}
.intropanel {
   padding-top:1em;
   padding-bottom:1em;
	 font-size:0.8em;
	 background-color:#EEEEEE;
	 font-family:"Trebuchet MS",Arial,Helvetica,Sans-Serif;
	 color:#444444;
}
.offerspanel {
   width:100%;
	 background-color:#FFFFCC;
	 text-align:left;
	 border-bottom:1px solid #f8e69f;
	 padding:40px 0 0.5em 0;
	 margin-top:2em;
	 background-image:url(../img/info.gif);
   background-repeat:no-repeat;
	 background-position:top left;
}

.offerofweekpanel {
   width:100%;
	 background-color:#01009a;
	 text-align:left;
	 padding:0.7em 0 0.7em 0;
	 margin-top:0.5em;
	 color:#FFFFFF;
}
.offerofweekpanel h3 {
   color:#FFFFFF;
	 margin:0 0 0.3em 0;
	 padding:0 0 0.3em 0;
	 border-bottom:1px dotted #FFFFFF;
}
.offerspanel div,.offerofweekpanel div {
   padding:0 0.5em;
}
.offerspanel p, .offerofweekpanel p {
   padding:0;
	 margin:0;
}
.smallnote {
   background-color:#EEEEEE;
	 font-size:0.9em;
	 padding:0.5em;
}
