/* Last revision: 30/07/2004
   Copyright © 2004 Yorgos Design Studios */


/* --------------------
         GENERAL
   -------------------- */

body {
	margin: 25px 0;
	padding:0 0 25px 0;				/* Need to set body margin and padding to get browser consistency. */
	border: 0;	
	color: #666;
	font: 85%/1.9 "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-align: center;				/* Hack for IE5/Win */
}

/* h2 { */
/* 	color: #c93; */
/* 	margin-top: 0; */
/* 	padding-bottom: 5px; */
/* 	border-bottom: 1px solid black; */
/* } */

h3 {
	color: #c93;
	margin-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

#container {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;				/* Counteract to IE5/Win Hack */
/*	background-color: #eee;*/
}

#header {
	width: 237px;
	height: 58px;
	margin: 0 0 -22px 10px;
	text-indent: -1000px;
	background:  #fff url(haig_logo.gif) no-repeat;
}

html>body #header { margin-bottom: 0; }		/* Adjust header pic for non-IE browsers */

#menu {
	border-top: 1px solid #333;
}

#content_wrapper {
	width: 750px;
	padding: 50px 0 30px;
/* 	background-color: orange; */
}

#finePrint {
	margin-left: 35px;
	font-size: 75%;
	line-height: 1.5em;
}

.imgCaption {
	font-size: 90%;
}

#left_column {
	float: left;
	width: 350px;
	margin-right: 50px;
	position: relative;
	line-height: 1.3em;
/* 	background-color: yellow; */
}
 
#right_column {
	float: left;
	width: 350px;
	position: relative;
	line-height: 1.3em;
/* 	background-color: pink; */
}

#left_column p {
	text-align: justify;
	margin-top: 0;
}

#right_column p {
	text-align: justify;
	margin: 0 0 10px;
}

.clr {
	clear: both;
}

.address {
	color: #000;
}

#footer {
	_padding-top: 20px;		/* Underscore hack: show CSS to IE only --> WILL NOT VALIDATE */
	border-top: 1px solid #333;
}

#footer p {
	margin: 0;
	padding-left: 10px;
}

/* --------------------
          LINKS
   -------------------- */
p a:link, p a:visited {
	color: #c93;
    text-decoration: none;
    border-bottom: 1px solid #c93;
}

p a:hover {
	color: #999;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

#header a:link, #header a:visited, #header a:hover {
    text-decoration: none;
}

/* --------------------
          MENU
   -------------------- */

#miniflex {
	float: right;
	font-size: medium; /* could be specified at a higher level */
	margin: 0;
	padding: 0 10px 0; /* to align with right column */
	list-style: none;
}

#miniflex li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#miniflex li a {
	padding-top: 3px;
}

#miniflex a:link, #miniflex a:visited {
/* 	border-top: 5px solid transparent; */
	float: left;
	font-size: 85%;
	line-height: 20px;
	margin: 0 10px;
	text-decoration: none;
	color: #999;
}

#miniflex a.current:link, #miniflex a.current:visited {
	border-top: 3px solid #999;
	padding-top: 0;
	color: #c93;
	cursor: text;
}

#miniflex a:hover {
	border-top: 3px solid #ccc;
	padding-top: 0;
	color: #999;
}

/* WILL NOT WORK IN IE/WIN
#miniflex a:active {
	border-top: 3px solid #999;
	color: #c93;
}
*/

/* --------------------
          FORM
   -------------------- */

form label {
	color: #666;
    cursor: pointer;
}

form label:hover {
    color: #c93;
}

#contact_form p {
	margin: 0 0 2px;
}

#fname, #femail, #fsubject, #fmessage {
	width: 300px;
	margin-bottom: 10px;
}

.cc {
	padding: 10px 0;
}

.button {
	font-weight: bold;
    color: #fff;
    background-color: #c93;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    padding: 3px 0;
    width: 300px;
    cursor: pointer;
}

.button:hover {
    color: #333;
    background-color: #ccc;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    cursor: pointer;
}

.error {
	margin-top: 0;
	color: #800000;
	border-color: red;
}

p.error {
	padding-bottom: 10px;
}

h3.error {
	border-bottom: 1px solid black;
}

/* --------------------
         GALLERY
   -------------------- */

.thumb {
	margin: 0;
	padding: 0 4px 0px 0;
/* 	background-color: orange; */
}

.thumb img {
	width: 110px;
	height: 130px;
	border: none;
}

/* IMAGE CAPTIONS
.thumb p {
	display: none;
	text-align: right;
	font-size: 11px;
}
*/

table {
	border: none;
	margin: 0;
	padding: 0;
/* 	max-width: 350px; */
}

.no_bullets {
	margin: -2px 0 2em 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
/* 	display: inline; */
/* 	background-color: cyan; */
}

.no_bullets_horz  {
	margin: -10px 0 .2em 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;

/* 	display: inline; */
/* 	background-color: pink; */
}


.no_bullets_horz li {
	padding: 0 1.8em 0 0;		/* Change distance between category names in Gallery section */
/* 	list-style: none; */
	display: inline;
/* 	background-color: yellow; */
}

.no_bullets_horz_num  {
	margin: -10px 0 1.2em 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
}

.no_bullets_horz_num li {
	display: inline;
	padding: 0 1.9em 0 0;		/* Change distance between page numbers in Gallery section */
}

li#current a:link, li#current a:visited {
	color: #c93;
    text-decoration: none;
    border-bottom: 1px solid #c93;
}

li#current a:hover {
	color: #999;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

#right_column li a:link, #right_column li a:visited {
	color: #c93;
    text-decoration: none;
    border-bottom: 1px solid #c93;
}

#right_column li a:hover {
	color: #999;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

#left_column li a:link, #left_column li a:visited {
	color: #c93;
    text-decoration: none;
    border-bottom: 1px solid #c93;
}

#left_column li a:hover {
	color: #999;
    text-decoration: none;
    border-bottom: 1px solid #999;
}