﻿
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #4E8093;
}





/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 0.6em;
	margin-top: 0px;
	margin-bottom: 18px;
}


/*
	Sponsor paragraph style
*/

p.sponsor
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 0.6em;
	margin-top: 0px;
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}





td
{
	font-size: 0.6em;
	color: #333333;
}



/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #DC0E03;
	font-size: 1.0em;
	text-decoration: none;
}


a:hover
{
	color: #000;
	font-size: 1.0em;
}

a:visited
{
	color: #000;
	font-size: 1.0em;
	text-decoration: none;
	text-decoration: underline;
}


/*
	Headings
*/

h1
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #DC0E03;
	font-size: 0.8em;
	margin-top: 0px;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #DC0E03;
}



/*
	Container for page
*/

#container
{
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 770px;
	background-color: #fff;
}


/*
	Page header top area - main
*/

#header
{
	background-color: #fff;
	width: 770px;
	height: 97px;
}


/*
	Logo
*/

#logo
{
	position: absolute;
}


/*
	Shapes badge top right
*/

#badge
{
	position: absolute;
	right: 0px;
	top: 0px;
}


/*
	Border Line
*/

#borderline
{
	position: absolute;
	top: 96px;
	background-image: url("images/border_bg.gif");
	background-repeat: no-repeat;
	width: 770px;
	height: 1px;
	background-color: #000;
}


/*
	Top menu
*/

#topmenu
{
	position: absolute;
	right: 10px;
	top: 70px;
	font-size: 0.8em;
}




/*
	Left Column Container
*/

#left
{
	float: left;
	width: 158px;
	padding-top: 40px;
}


/*
	Menu
*/

#menu
{	
	padding-left: 15px;
	padding-bottom: 20px;
	background-color: #fff;
	font-weight: normal;
	font-size: 0.8em;
}

#menu a
{
	color: #000;
	margin-right: 10px;
	text-decoration: none;
	line-height: 1.5;
	font-size: 0.8em;
}

#menu a:hover
{
	text-decoration: underline;
	color: #4E8093;
}


#menu a.submenu 
{
	color: #4E8093;
	padding-left: 15px;
	margin-right: 10px;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2;
}

#menu a.submenu:hover
{
	text-decoration: underline;
	color: #000;
}


#topmenu a.topmenuitem 
{
	color: #4E8093;
	padding-left: 0px;
	margin-right: 10px;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2;
}

#topmenu a.topmenuitem:hover
{
	text-decoration: underline;
	color: #000;
}







/*
	Page Content Container (main page)
*/

#page-content
{
	float: left;
	width: 592px;
	padding-left: 20px;
	padding-top: 40px;
	padding-right: 0px;
	background-color: #fff;
}


#promoarea
{
	margin-bottom: 20px;
}


#centre-column
{
	float: left;
	width: 367px;
}

#news
{
	width: 367px;
	margin-top: 30px;
}

#whatsnew
{
	width: 367px;
	margin-top: 20px;
}



#right-column
{
	float: right;
	width: 180px;
	padding-right: 20px;
}



#breadcrumbs
{
	margin-bottom: 20px;
	font-size: 0.6em;
}


#breadcrumbs a
{
	color: #DC0E03;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
	color: #000;
}










/*
	Page footer area
*/

#page-footer
{
	background-color: #fff;
	width: 590px;
	height: 25px;
	padding-left: 177px;
	padding-top: 15px;
	font-size: 0.9em;
	background-image: url("images/footerimage.gif");
	background-position: 720px 5px;
	background-repeat: no-repeat;
}


/*
	Standard images
*/

img
{
	border: none;
}
