/* general specs for HTML tags - i.e. elements */

html {
height: 100%;  /* NB for FooterStick */
background-color: transparent; 
/* or, specify own color */
}

body {
 color: #242D4A;
 background-color: #C0B2CB;
 font-family: Verdana, Tahoma, Arial, sans-serif;
 font-size: 12px;
 padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-image: url(images/body.jpg);
background-repeat: repeat-x;
 /* specify own: top right bottom left */
 height: 100%; /* NB for FooterStick */
}

.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0}
#fullheightcontainer{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:782px;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body h1 {
/* for the top of page google text */
font-size: 9px;
letter-spacing: normal;
color: #696BA6;
margin:0 0 0 112px;
font-weight: normal;
text-align: left;
padding:1px 0 0 0;
height: 15px;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	/* or, specify own  */
}

a:hover, a:active {
	color: #E08B32;
	text-decoration: none;
}

p {
 padding: 0 5px 0 0;
 margin: 8px 0;
 font-size: 13px;
 line-height: 18px;
 text-align: justify;
}

h1, h2, h4, h3 {
 margin:0 0 0 0; 
 padding: 5px 0;
 /* top 5px right 0 bottom 5px left 0 */
 font-size: 12px;
 letter-spacing: 2px;
 }

h1 {
font-weight: bold;
font-size: 13px;
color: #696BA6;
/* or, specify own color */
background-image: url(images/divider_triangle.gif);
/* specify own background or delete */
height: 34px;
background-repeat: no-repeat;
background-position: center bottom; 
text-align: center;
}

h2 {
margin:0 0 0 0; 
 padding: 5px 0;
 /* top 5px right 0 bottom 5px left 0 */
 font-size: 13px;
 letter-spacing: 2px;
 font-variant: small-caps;

  }
 	
img {
	padding:0;
	margin:0;
	border:0;
}

ul {
	margin: 0; 
	padding: 0;
}

li {
list-style-image: url(images/bullet_orange.gif);
/* specify own bullet or, delete */
display: list-item;
font-size: 12px;
margin-left: 20px;
margin-right: 5px;
}

form {
	font-size: 12px;
	line-height: 20px;
}


/* own defined div tags i.e. IDs */
#wrapper {
	padding: 0 0 0 0;
	width: 780px;
	/*  border:1px solid aqua; */
	background-color: #fff;
	height: 100%; /* NB For IE & FooterStick */ 
	min-height: 100%; /* NB For Modern Browsers & FooterStick */ 
	height: auto !important; /* NB For Modern & FooterStick */ 
	position: relative; /* NB for FooterStick */
	margin: 0 auto;  /* to center the DIV & for FooterStick -  bottom margin to allow for footer height*/
}

#content {
	position: relative;
	width: 780px;
	min-height: 100%; /* For Modern Browsers & FooterStick */ 
	height: auto !important; /* NB For Modern Browsers & FooterStick */ 
	height: 100%; /* NB For IE  & FooterStick */
	padding: 0 0 38px 0; /* For IE  & 38px FooterStick */
	margin:0;
	background-color: #fff;
	border-left: 3px solid #000;
	border-right: 1px solid #000; 
	/* border: 1px solid red; for testing*/
}

#content h1 {
/* color: #40150a; */
color: #000;
}

#header {
 height: 180px;
 width: 780px;
 padding: 0;
 margin: 0;
 background-color: #242D4A;
 /*   for testing: */
 /* border: 1px solid green; */
}

#navtop {
	text-decoration: none;
	font-size: 11px;
	position: absolute;
	right:28px;
	top:8px;
	padding:7px;
	font-weight: bold;
	color: #692311;
}

#logo {
position: relative;
top:0;
padding:0;
width: 780px;
height:180px;
background-image: url(images/machadostud_top.jpg);
background-repeat: no-repeat;
}

#logo2 {
position: absolute;
top:0;
left:0; 
padding: 20px 0 0 20px;
width:540px;
height:222px;
background-image: url(graphics/logos.jpg);
background-repeat: no-repeat;
}

#logo3 {
position: absolute;
top: 41px;
left: 305px;
width: 125px;
height: 135px;
}

#navmain {
padding: 8px 0 0 0; /* NB for space above */
margin:0;
font-weight: normal;
background-image: url(images/bg_menu.gif);
background-repeat: repeat-x;
color: #000;
background-color: #242D4A ;
/* border: 1px solid fuchsia; */
height:22px;
/*	height: NB must SPECIFY */
/*	width: NB do not SPECIFY */
}

#navmain ul {
margin: -1px;
/*	-2px to minimise space between buttons */
/* border: 1px solid blue; */
}

#navmain li {
display: inline;
list-style: none;
margin:0 -1px 0 0;
padding:0;
/* border:1px solid black; */
text-decoration: none; 
/* to remove underline of the hyperlinks */
}

#navmain li a:link, #navmain li a:visited { 
color: #000; 
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 2.7px;
line-height: normal;
/* to set hover color for the hyperlinks */
border: 1px solid #000;
margin: 0 0 0 0; /* NB no margin! */
/* for the items */
padding:10px 5px 5px 5px;
/* for the items, px top and bottom for height*/
/* border:1px solid aqua; */
}

#navmain li a:hover, #navmain li a:active {
color: #FFF; 
/* to set hover color for the hyperlinks */
border: 1px solid #FFF;
}

#navsub {
padding: 8px 0 0 0; /* NB for space above */
margin:0;
font-weight: normal;
background-image: url(images/bg_submenu.gif);
background-repeat: repeat-x;
color: #000;
background-color:#EEB83E ;
/* border: 1px solid fuchsia; */
height:20px;
/*	height: NB must SPECIFY */
/*	width: NB do not SPECIFY */
}

#navsub ul {
margin: -1px;
/*	-2px to minimise space between buttons */
/* border: 1px solid blue; */
}

#navsub li {
display: inline;
list-style: none;
margin:0 -1px 0 0;
padding:0;
/* border:1px solid black; */
text-decoration: none; 
/* to remove underline of the hyperlinks */
}

#navsub li a:link, #navsub li a:visited { 
color: #000; 
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
letter-spacing: 2.7px;
line-height: normal;
/* to set hover color for the hyperlinks */
border: 1px solid #000;
margin: 0 0 0 0; /* NB no margin! */
/* for the items */
padding:10px 5px 5px 5px;
/* for the items, px top and bottom for height*/
/* border:1px solid aqua; */
}

#navsub li a:hover, #navsub li a:active {
color: #FFF; 
/* to set hover color for the hyperlinks */
border: 1px solid #FFF;
}


#colleft {
position: absolute;
top: 220px; 
left: 0;
width: 260px;
height: 100%;
font-size: 11px;
min-height:100%;
padding: 0 10px;
margin: 0;
/*border: 1px solid red;*/
}

#colright {
margin-left: 275px;
/* to provide space for colleft */
padding: 0 10px 25px 8px;
font-size: 11px;
width: 475px;
height: 100%;
 /*border: 1px solid yellow;*/
}

#footer {
text-align: top right;
font-size: 10px;
line-height: 18px;
background: #fff;
color: #000;
width: 780px;
border-top: 1px solid #000 ;
padding: 0 0 3px 0;
/* e.g. 18px on right for side border image*/
margin: 0 0 -38px 0;  
/* for footer-stick center not required - within content which is centered*/
position: relative; /* NB for footer-stick */
height: 38px; /* NB for footer-stick */
}

/* own defined CLASSES used within own specified DIVs -  or new empty  DIVs*/

.spanbottom {
font-size: 9px;
margin-left: 112px;
margin-bottom: 2px;
width: 780px;
} 

.textboxmain {
	border: 1px solid #7a9ed8;
	text-align: justify;
	padding:40px;
	margin-top: 1px;
}

.textleft {
position:absolute;
top:180px;
width:250px;
margin-left:10px;
border:1px solid black;
}

.textright {
position:absolute;
top:180px;
width:250px;
margin-left:280px;
}

.phototext {
width: 280px;
text-align: center;
font-size: 10px;
margin: 0;
padding: 0 0 7px 0;
}

.picframe {
	border-top: 3px inset #C0B2CB;
	border-right: 3px outset #242D4A;
	border-bottom: 3px inset #242D4A;
	border-left: 3px outset #C0B2CB;
}

.imgcntr {
margin: 0 auto; 
}

.button {
	background: #696BA6;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #696BA6;
	height:20px;
}

.input{
background: #C0B2CB;
border: 1px solid #000;
}

/* to be used with equal.js */
.container { 
     background: #fff; 
     border: 0; 
} 

.button {
	background: #696BA6;
	color: #121727;
	border: 1px solid #242D4A;
	font-weight: normal;
	font-size: 11px;
}

.frame {
	border: 3px double gray;
	padding: 3px;
}

.nb {
color: #EEB83E;
font-weight: bold;
border: 1px solid gray;
}

/* special statements */
#home .home, #accommodation .accommodation, #contact .contact, #enquiries .enquiries, #links .links 
{
color: #cc3300;
}
