/* 
THIS FILE CONTAINS THE CSS NECESSARY FOR THE APPEARANCE OF THE WEBSITE.

It is recommended that this file is not edited. But, if you must - please be careful!
*/

/* Body Properties */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4B4B4B; /* text colour */
	background-color: #FFFFFF;
}

/* START: links */
A:link    { text-decoration:underline; color: #40809F; }
A:visited { text-decoration:underline; color: #8D8C8C; }
A:active  { text-decoration:underline; color: #40809F; }
A:hover   { text-decoration:underline; color: #40809F; }
A:focus   { text-decoration:underline; color: #40809F; }
/* END: links */


/* main text header */
h1 {
	font-size: 1.7em;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #6BA5B9;
}

/*secondary text header */
h2 {
	clear: both;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #1A5A80;
	margin-bottom: 0;
}

/* package boxes on advertising pages */
.advertisingbox {
	background-color: #eeeeee;
}

/* title of package boxes */
.advertisingbox h1 {
	color: #1A5A80;
	font-size: 1.3em;
	margin-bottom: 0.1em;
}

.advertisingbox h2 {
	margin-bottom: 0.5em;
}

/* button-style links not associated with forms */
a.btn_link {
	padding: 3px 5px;
	color: #fff;
	text-decoration: none;
	background: #40809F;
	border: 1px solid #000;
	font-weight: bold;
	text-align: center;
	font-weight: bold;
	margin: 1em 0;
	cursor: pointer;
}

a.btn_link:hover {
	background: #5C5C5C;
}

/* footer */
#footer {
	font-size: 0.85em;
	color: #40819D;
	background-color: #D6E0EB;
}

/* footer link colours */
#footer a, #footer a:hover {
	color: #40819D; /* font colour */
	text-decoration: none;
}

.emphasis {
	font-weight: 700;
}

/* titles of info boxes */
.infobox h1 {
	color: #525453; /* font colour */
	font-size: 1.3em;
	text-transform: none;
}

/* on home page: left most info box */
#infobox1 {
	background-color: #DEE7F0;
}

/* on home page: center info box */
#infobox2 {
	background-color: #D6E0EA;
}

/* on home page: right most info box */
#infobox3 {
	background-color: #C5D5E4;
}

/* on home page: JobsVictoriaBC boxes */
.jobbox {
	background-color: #EEEEEE;
}

.lefttext {
	text-align: left;
}

/* on home page: Marketing Sites boxes */
.marketingbox {
	background-color: #EEEEEE;
}

/* titles of Marketing Boxes */
.marketingbox h1 {
	color: #525453; /* font colour */
	font-size: 1.3em;
	text-transform: none;
}

/* menu text */
#menu li a, #menu_marketing li a {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #4B4B4B;
	text-decoration: none;
}

/* Menu Text Header: "Marketing Sites" */
#menu_marketing h1 {
	font-size: 1.5em;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #6BA5B9;
}

.paypal_form {
	margin-top: 10px;
}

.required {
	font-weight: 700;
	color: #BF0000;
	font-size: 1.3em;
}

.stretchtop {
	margin-top: 5px;
}