/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard website style sheet;
Create a copy of the three style sheets and place them in your new website directory so that
CSS are commonly kept in the /css/ directory for the website. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS style sheet for Havelock Investments, by Upnorthwebs, http://www.upnorthwebs.com */
/* All web site content Copyright 2012 by Havelock Investments*/
/* Date Started: June 2012 */

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img, table, q, caption, a, form, textarea, fieldset, pre {
	margin:0;
	padding:0;
}

input {

}
/* SET BASE FONT ATTRIBUTES */
body {
	font-size:62.5%;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	color: #666666;
	padding:3px 0 3px 0;
}
h1 {
	font-size:2em;
	font-family:'TrajanProRegular';
	line-height:40px;
	border-bottom: 1px solid #ccc;
	margin-bottom:15px;
}
h2 {
	font-size:1.6em;
	font-family:'TrajanProRegular';
}
h3 {
	font-size:1.2em;
	font-family:'TrajanProRegular';
	margin-bottom:13px;
}
h4 {
	font-size:1.1em;
	font-family:'TrajanProRegular';
	color: #666666;
}
h5 {
	font-size:1.1em;
	font-family:'TrajanProRegular';
}
h6 {
	font-size:1em;
	color:#404040;
	font-family:'TrajanProRegular';
}
/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {
	color: #A98921;
	text-decoration:none;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
	color:#333333;
}
/*a img, :link img, :visited img, :hover img, :active img {
	border:none;
}*/
/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl, ol ul, ol ol, ol dir, ol menu, ol dl, dir ul, dir ol, dir dir, dir menu, dir dl, menu ul, menu ol, menu dir, menu menu, menu dl, dl ul, dl ol, dl dir, dl menu, dl dl {
	margin-top:0;
	margin-bottom:0;
	margin-left: 20px;
}
/* STANDARDIZE THE LIST-BULLET TYPE */
ul, dl {
	list-style-type: none;
}
ol {
	list-style: decimal outside;
	margin-left: 25px;
}
li {
}
/* MISCELLANEOUS STYLES TO ENSURE STANDARD TYPOGRAPHY */
em {
	font-style:italic;
	font-weight:normal;
}
strong {
	font-weight:bold;
}
acronym {
	background:transparent;
	cursor:help;
	font-style:normal;
}
a acronym {
	border:none;
	cursor:pointer;
}
/* STANDARD MULTIPLE COLUMN CLEARING TRICK */
/* make sure your columns divs are inside a holding div that is set to float:left; */
#clear {
	clear: left;
}

/* ----- END OF TEMPLATE ----- */

/* ------ Add-on CSS for the jqueryUI datetimepicker plugin ------ */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
