/*MainStyle Sheet*/
/*Copyright Chris Wicks Web Design France*/
/*Layout*/

/* sets the main fonts and main background colour */
html, body{
  background: #600;
  color:#000;
  height:100%; 
  top:0;
  left:0;
  padding:0; 
  margin:0; 
  border:0;
}

body{
  font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif; 
  font-weight : normal; 
  font-style : normal; 
  font-size : .625em;
}

/* Display elements */

/* contains everything on the page - allows for width to be set */
#wrapper{
  position:relative; /*allows absolute positioning within the element */
  width:780px; /*pixel or % width */
  margin:0 auto;
  background:#fff; /* colour behind contentbox */
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
}


/* top of page can contain horizontal menu and banner */
#header {
  position:relative;
  margin:0; 
  top:0; 
  left:0; 
  display:block; 
  width:100%; 
  height:60px; 
  background: #ffe; 
  z-index:3; 
  color:#333;
  
}

/* positions the banner within the header */
#banner {
  top: 0px;
  left: 40px;
  width:100%;
  height:50px;
  position: absolute;
  color:#600;
  z-index: 9;
}

#bannertext{
position:absolute;
left:220px;
top:0;

}

/* contains the main content elements of the page */
#contentbox{
  position:relative;
  top:0px;
  left:0;
  background:#fff;
  color:#000;
  padding-bottom:4.5em; /*allows space for footer */
  padding-top:5px;
}

#content{
  position:relative;
  padding-right:50px; /* allows space for rh content */
  padding-left:50px; /* allows space for lh content */
  margin-top:5em; /*  allows for menu/title etc space */
  background:#fff;
}

#footer {
	position: absolute;
	margin: 0;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 4em;
	background: #600;
	color: #fff;
	text-align: center;
	font-size:1em;
	z-index: 4;
}
 

/*Text Attributes*/
/*Font style set in body*/
p {
  color:#000;
  margin-bottom:0.5em ;
  margin-top:0.5em ;
  padding-right:3px;
  text-align:left;
  background:inherit;
  font-size:1.2em;
  line-height: 1.4;
} 

h1, h2, h3, h4, h5, h6 {
  font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif; 
  font-style : normal; 
  line-height: 1;
  margin-bottom:0.3em;
  letter-spacing:0.07em;
  color:#600
} 

h1 {
  font-size: 1.4em;
  font-weight : 600;
  margin-top: 0.5em;
   color:#600;
}
h2 {
  font-size: 1.2em;
  font-weight : 600; 
}
h3 {
  font-size: 1.0em;
  font-weight : 600; 
}
h4 {
  font-size: 1.6em;
  font-weight : 500;}
h5 {
  font-size: 1.2em;
  font-weight : 500;}
}
h6 {
  font-size: 1em;
  font-weight : 600; 
}


.little{
  font-size:1em;
}


/*Menu*/
#menu{
  position:absolute;
  left:0;
  top:63px;
  height: 1.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  
  width:100%;
  background:#ffe url("../images/gradcream2.gif") repeat-x bottom;
  color:#333;
  z-index:6;
}

#menu a:link, #menu a:visited, .chosen {
  position: relative;
 
  display:block; 
  width:9em;
  height: 1.3em;
  background: #ffe url("../images/gradcream2.gif") repeat-x bottom;
  margin:0 0px;
  text-align:center; 
  text-decoration:none; 
  color: #333;
  font-weight:500;
  font-size:1em;
  padding: .1em;
  border-right:1px solid #888;
  float:left;
}
  
.chosen {
color:#f66;
}

#menu a:hover, #menu a:active{
  background:#ffe url("../images/gradcreamlt.gif") repeat-x bottom;
  color:#333;
  border-bottom:none;
}


/*Link Attributes*/
a:link {
	font-weight: 500;
	color: #036;
	text-decoration: none;
	background: inherit;
	border-bottom:1px solid #999;
}
a:visited {
	font-weight: 500;
	color: #303;
	text-decoration: none;
	background: inherit;
	border-bottom:1px solid #ccc;
}
a:hover {
	font-weight: 500;
	color: #00f;
	text-decoration: none;
	background: inherit;
	border-bottom:1px solid #00f;
}
a:active {
	font-weight: 500;
	color: #f00;
	text-decoration: none;
	background: inherit;
	border-bottom:1px solid #f00;
}
/* ---------------- Display elements ------------------ */


/*Side colums */

#left {
	position: absolute;
	left: 10px;
	top: 5em;
	width: 170px;
	margin: 0;
	background: #fff;
	color: #000;
	z-index: 4;
}
#right {
	position: absolute;
	right: 10px;
	top: 5em;
	width: 110px;
	background: #fff;
	color: #000;
	z-index: 4;
}


/* ------------------*/
img {
	border: 0;
	margin: 0;
	display: block;
}

#footer a.mail:link, #footer a.mail:visited {
	font-weight: 500;
	color: #fff;
	background: inherit;
}

.buttons {
	display: inline;
	margin-right: 2px;
}

.rule{
  color:#000;
  font-size:1px;
  background-color:#ccc;
  height:1px;
  border-bottom:1px solid #999;
  width:100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

abbr, acronym{
   border-bottom: .1em dotted;
   cursor: help;
}

.warn {
  display:inline;
  color:#f00;
  border:1px solid #f00;
  padding:2px;
  font-size:1em;
}

/* attributes -as p - for a div to allow noscript to validate*/
.info{
  color:#000;
  margin-bottom:0.5em ;
  margin-top:0.5em ;
  padding-right:3px;
  text-align:left;
  background:inherit;
  font-size:1.2em;
  line-height: 1.4;
}

/*Forms ----------------------*/
form{
  width:300px;
  background:#ffe;
  padding:10px;
  border:2px solid #600;
}

.req{
  color:#f00;
  font-style:bold;
}

.mssge{
  width:300px;
  border:2px solid #600;
  margin-top:3px;
  padding:5px;
 }
 
ul {
  list-style-type:square;
} 

#left li{
  margin-bottom:4px;
}

p.nopad {
  padding-bottom: 0;
}


