/* Main stylesheet */

/* Colours:

	#FF6500 - Orange (link)
	#E55B00 - Dk Orange
	#D15300 - Darker Orange
	#484848 - Text

*/

/* HTML tag styles */

body {
	background-color: #FFF;
	background-image: url('../images/Body-BG.gif');
	background-repeat: repeat-x;
	color: #484848;
	font: 75% Helvetica, Arial, sans-serif;
	margin : 0;
	padding: 0;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
}
td, th, table, div, input, select {
	font-family: Arial, Helvetica, sans-serif;
}
td, th {
	padding: 1em 0.5em;
	border-bottom: 1px solid #E5E5E5;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
}
td.tdtop {
	border-top: 1px solid #E5E5E5;
}
table {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
h1 {
	font: 2em Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0 0 1.2em 0;
	font-weight: bold;
}
h2 {
	font: 1.2em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0.75em 0 0.3em 0;
	font-weight: bold;
	color: #FF6500;
}
h3 {
	font-size: 1.1em;
	margin: 1.2em 0 0.3em 0;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	margin: 1.2em 0 0.3em 0;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	margin: 0 0 0.3em 0;
	font-weight: normal;
	font-style: italic;
}
p {
	line-height : 1.5em;
	margin: 0 0 0.5em 0;
}
hr {
	color : #E5E5E5;
	height : 0;
	margin: 0.5em 0 0.5em 0;
	border: 0;
	border-top: 1px solid #E5E5E5;
}
ol {
	line-height : 1.5em;
	list-style-type : decimal;
	margin: 0 0 0.5em 3em;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height : 1.5em;
	list-style-type : square;
	margin: 0 0 0.5em 16px;	
	text-indent: 0;
	padding: 0;
}
li {
	margin: 0 0 0.5em 16px;
}
blockquote {
	line-height : 1.5em;
	margin: 1em 0 1em 0;
	font-style: italic;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* ---- CUSTOM STYLES ---- */

/* Page layout */

#frame {
	width: 960px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	text-align: left;
	position: relative;		
}
#skip-menu {
	position: absolute;
	top: -300px; left: 0;
}
#logo {
	width: 960px;
	height: 146px;
	position: relative;	
}
#navigation {
	width: 960px;
	color: white;
	height: 33px;
	font-size: 1em;
	font-weight: bold;
}
#page {
	width: 960px;
	background-color: #FFF;
	text-align: left;
	padding: 60px 0 24px 0;
	position: relative;
}
#content {
	margin: 20px;
	background-color: white;
	clear: both;
}
#footer {
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
	font-size: 0.9em;
	clear: both;
	background-image: url('../images/Footer-BG.gif');
	background-repeat: repeat-x;
	background-color: #FF6500;
	padding-bottom: 6em;
	color: #fff;
}



/* Navigation, links */

#navigation ul {
	list-style-type: none;
	margin: 0;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#navigation ul li ul li {
	float: none;
}
#navigation ul li a {
	width: 192px;
	display: block;
	text-decoration: none;
	background: url('../images/Nav-BG.gif') top left no-repeat;
	padding: 0;
	text-indent: 12px;
	height: 33px;
	overflow: hidden;
	line-height: 33px;
	color: #fff;
}
#navLink1:hover a, #navLink1.p7hvr a, 
#navLink2:hover a, #navLink2.p7hvr a, 
#navLink3:hover a, #navLink3.p7hvr a { background-position: 0 -33px; }
#navHome a:hover,
#navLink1 a:hover,
#navLink2 a:hover,
#navLink3 a:hover,
#navLink4 a:hover { background-position: 0 -33px; }


/* Nav L2  */

#nav2-1, #nav2-2, #nav2-3 {
	margin: 0;
	padding: 0;
	z-index: 5;
	position: absolute;
	top: -300px; left: 192px;
}
#nav2-2 {
	left: 384px;
}
#nav2-3 {
	left: 576px;
}
#nav2-1 li a, #nav2-1 li a:link, #nav2-1 li a:visited,
#nav2-2 li a, #nav2-2 li a:link, #nav2-2 li a:visited,
#nav2-3 li a, #nav2-3 li a:link, #nav2-3 li a:visited {
	padding: 6px 12px 7px 24px;
	text-indent: 0;
	line-height: 1.3em;
	color: #FFF;
	background-color: #E55B00;
	border-top: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	overflow: visible;
	background-image: none;
	display: block;
	width: 155px;
	height: auto;
	font-weight: normal;
	background-image: url('../images/Nav-Plus.gif');
	background-position: 11px 11px;
	background-repeat: no-repeat;
}
#nav2-1 li a:hover, #nav2-2 li a:hover, #nav2-3 li a:hover {
	color: #fff;
	background-color: #D15400;
	background-position: 11px 11px;
} 

/* the magic... */
#navLink1:hover ul, #navLink1.p7hvr ul,
#navLink2:hover ul, #navLink2.p7hvr ul,
#navLink3:hover ul, #navLink3.p7hvr ul { 
	top: 179px; 
}



/* Forms */

.button {
	background-color: #FF6600;
	color: #FFF;
	border: 0;
	padding: 0.4em 4px 0.3em 4px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
}
.input-col-1 {
	width: 110px;
}
.input-col-1-full {
	width: 150px;
}
.input-col-2 {
	width: 302px
}
.input-col-2-full {
	width: 342px;
}
label {
	font-size: 0.8em;
	text-transform: uppercase;
	padding-bottom: 0.2em;
}
form p {
	margin-bottom: 0.2em;
}


/* Boxes, text styles, etc */

ul.plus-list {
	list-style-image: url('../images/Text-Plus.gif');
	margin: 0 0 0.5em 0;	
}
ul.plus-list ul {
	padding-top: 0.5em;
}
a.top-link, a.plus-link {
	background-image: url('../images/Text-Plus.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
	display: block;
	padding-left: 12px;
}
a.top-link {
	text-align: right;
	float: right;
	font-size: 0.9em;
	margin-top: 1em;
}
.grey-bg {
	background-color: #F5F5F5;
}
.col-1, .col-2, .col-3, .col-4 {
	width: 168px;
	float: left;
	padding: 12px;
}
.col-2 { width: 360px; }
.col-3 { width: 552px; }
.col-4 { width: 744px; }
.col-1-full, .col-2-full, .col-3-full, .col-4-full {
	width: 192px;
	float: left;
	padding: 0;
}
.col-2-full { width: 384px; }
.col-3-full { width: 576px; }
.col-4-full { width: 768px; }
.col-top {padding-top: 0; }
.pic-left-thumb {
	margin: 0 10px 10px 0;
}
.rule-above {
	border-top: 1px solid #E5E5E5;
	padding-top: 0.5em;
	clear: both;
}
.rule-below {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 0.5em;
	clear: both;
}
#footer p {
	width: 960px;
	padding: 12px;
	margin: 0;
	text-align: right;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
img.diary-dates-home {
	position: absolute;
	top: 42px; right: 82px;
	z-index: 2;
}
img.home-pic {
	margin-left: 102px;
	float: left;
	margin-top: 24px;
	margin-bottom: -14px;
}
.no-border, table.no-border td {
	border: 0;
}
.grey {
	color: #999;
}
.smalltext {
	font-size: 0.8em;
}
.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}






