body
{
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	background-color: white;
	color: #33444a;
	margin: 0 0 0 0;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

h1, h2, h3, h4
{
	font-family: Georgia, serif;
}

h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.45em;
}
h3
{
	font-size: 1.25em;
}
h4
{
	font-size: 1.15em;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}
a:link, a:visited
{
	border-bottom: dotted 1px;
}
a:hover, a:active
{
	border-bottom: solid 1px;
}

#header h1
{
	margin: 0;
}
#header img
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    display: inline;
    vertical-align: top;
    width: 377px;
    height: 90px;
}

#contactDetails a, #images a
{
	border-bottom: dotted 0px black;
}

.skiplink
{
	display: none;
}

#heading
{
	vertical-align: top;
	padding: 0;
	margin: 0;
	height: 100px;
}

#breadcrumb
{
	background-color: #ffffff;
	margin-bottom: 0.5em;
	border-top: 1px solid #33444A;
	border-bottom: 1px solid #33444A;
	padding-left: 1em;
}

#contactDetails 
{
	margin-left: 1em;
	margin-right: 1em;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
}
#contactDetails a
{
	color: Blue;
	background-color: Transparent;
}

#navigation 
{
	margin-top: 1em;
	padding: 0.5em;
	background-color: #eeeeee;
}
#navigation ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#navigation ul li
{
	padding-bottom: 0.25em;
}
#navigation ul li a:link, #navigation ul li a:visited,
#navigation ul li a:hover, #navigation ul li a:active
{
	display: block;
	text-decoration: underline;
	padding: 2px 0px 2px 12px;
	border: 0;
}
#navigation ul li a:link
{
	color:#0000FF;
	background-image: url(../images/bullet-link.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation ul li a:visited
{
	color:#0000FF;
	background: url(../images/bullet-link-visited.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#navigation ul li a:hover
{
	color:#000099;
	background: url(../images/bullet-link-hover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}
#navigation ul li a:active
{
	color:#669966;
	background: url(../images/bullet-link-active.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#content
{
	padding: 0.5em;
	vertical-align: top;
}

#images
{
	text-align: center;
	vertical-align: top;
}
#images img
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-top: 1em;
	margin-bottom: 1em;
    /*width: 266px;*/
    /*height: 426px;*/
}
#images ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#images ul li
{
	display: block;
}

#extraLinks
{
	margin-bottom: 1em;
	text-align: center;
}
#extraLinks ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#extraLinks ul, #extraLinks ul li, #extraLinks span
{
	display: inline;
}

#extraLinks, #copyright
{
    text-align: left;
    padding-right: 1em;
}
#extraLinks ul, #copyright p
{
	margin: 0.25em;
}
#extraLinks ul li
{
	padding-left: 0.5em;
}

#footer
{
	background: #fff url(../images/bg-topnav.gif) repeat-x;
	margin-top: 1em;
	/*border-top: solid 1px;*/
	padding-top: 30px;
}

/* Positioning */
#header
{
	float: left;
	width: 25%;
}

#contactDetails
{
	float: right;
	width: 29%;
}

#breadcrumb
{
	clear: both;
}

#navigation
{
	width: 17%;
	float: left;
	margin-left: 2%;
	display: inline; /* for IE float bug */
}

#content
{
	width: 43%;
	float: left;
	margin-left: 2%;
}

#images
{
	width: 29%;
	float: left;
	margin-left: 2%;
}

#separator
{
	clear: both;
}

#extraLinks
{
	clear: both;
	margin-left: 2%;
}
#extraLinks ul.ListOfPhoneNumbers
{
    text-align: center;
    padding-left: 0;
    margin-left: 0;
}
#extraLinks ul.ListOfPhoneNumbers li
{
    display: inline; 
    padding-right: 1em;
    font-weight: bold;
}

#copyright
{
    clear: both;
    margin-left: 2%;
}