
/* GLOBAL STYLES
__________________________________________________________________*/

body
{
	background-color: #FFF;
	background-image: url(images/nav/bg_global1.gif);
	background-repeat: repeat-x;
	font-family: Arial, Sans Serif;
	margin: 0px;
	font-size: 10pt;
	color: black;
}

.contentbg
{
	background-image: url(images/nav/bg_content.jpg);
	background-repeat: no-repeat;
}

.homebg
{
	background-image: url(images/nav/bg_home.jpg);
	background-repeat: no-repeat;
}


.nomargins { margin: 0px; }

.hometitle { margin: 30px 0px 0px 0px; }

.topnavitem { margin-left: 15px; }


p
{
	line-height: 16pt;
	margin-right: 40px;
	margin-left: 60px;
	letter-spacing: 0pt;
}


li
{
	list-style-image: url(images/nav/bullet.gif);
	margin-left: -25px;
	letter-spacing: 0pt;
}





/* BOXES
__________________________________________________________________*/


.homebanbox
{
	width: 960px;
	height: 359px;
	display: block;
	position: relative;
	margin-bottom: 0px;
}

.logobox
{
	width: 265px;
	height: 80px;
	display: block;
	position: relative;
	padding-top: 52px;
	margin-left: 19px;
	margin-bottom: 0px;
}

.topnavbox
{
	width: 900px;
	height: 22px;
	display: block;
	position: relative;
	margin-top: 10px;
	margin-left: 14px;
	padding-top: 20px;
	margin-bottom: 0px;
	color: #7AC142;
	font-weight: bold;
	font-size: 9.5pt;
}

.eventsbox
{
	width: 256px;
	height: 95px;
	display: block;
	position: relative;
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 20px;
	padding-left: 70px;
	margin-bottom: 0px;
	font-weight: bold;
	background-image: url(images/nav/bg_events.jpg);
	background-repeat: no-repeat;
	font-size: 9pt;
	background-color: #E7DEF2;
}

.signupbox
{
	width: 256px;
	height: 27px;
	display: block;
	position: relative;
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 11px;
	padding-left: 70px;
	margin-bottom: 0px;
	font-weight: bold;
	background-image: url(images/nav/bg_signup.gif);
	background-repeat: no-repeat;
	font-size: 9pt;
	letter-spacing: 0pt;
}

.downloadbox
{
	width: 256px;
	height: 27px;
	display: block;
	position: relative;
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 11px;
	padding-left: 70px;
	margin-bottom: 0px;
	font-weight: bold;
	background-image: url(images/nav/bg_download.jpg);
	background-repeat: no-repeat;
	font-size: 9pt;
	letter-spacing: 0pt;
}


.blogbox
{
	width: 256px;
	height: 27px;
	display: block;
	position: relative;
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 11px;
	padding-left: 70px;
	margin-bottom: 0px;
	font-weight: bold;
	background-image: url(images/nav/bg_blog.gif);
	background-repeat: no-repeat;
	font-size: 9pt;
	letter-spacing: 0pt;
}


.footerbox
{
	width: 912px;
	height: 30px;
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #e8e2f0;
}

.zephyrbox
{
	width: 200px;
	height: 22px;
	display: block;
	position: relative;
	padding-left: 10px;
	padding-top: 8px;
	font-size: 8pt;
	float: left;
	text-align: left;
	letter-spacing: 0pt;
}

.copyrightbox
{
	width: 550px;
	height: 22px;
	display: block;
	position: relative;
	padding-right: 10px;
	padding-top: 8px;
	font-size: 8pt;
	float: right;
	text-align: right;
	letter-spacing: 0pt;
}

.facebook
{
	width: 87px;
	height: 25px;
	float: right;
	padding: 3px 10px 3px 3px;
}



/* GLOBAL LINK COLOURS
__________________________________________________________________*/

a:link
{
	color: #5b358c;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #8e79ac;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #8e79ac;
	text-decoration: underline;
	font-weight: bold;
}

a:visited
{
	color: #5b358c;
	text-decoration: none;
	font-weight: bold;
}

a:visited:hover
{
	color: #8e79ac;
	text-decoration: underline;
	font-weight: bold;
}



/* SIGN UP BUTTON LINK COLOURS
__________________________________________________________________*/

a.signup:link
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.signup:active
{
	color: #9cd56e;
	text-decoration: underline;
	font-weight: bold;
}

a.signup:hover
{
	color: #9cd56e;
	text-decoration: underline;
	font-weight: bold;
}

a.signup:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.signup:visited:hover
{
	color: #9cd56e;
	text-decoration: underline;
	font-weight: bold;
}


