
body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
    background-image:url(/images/bg.gif);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HEADINGS 
    The header styles are also known as AHead, Bhead,CHead and DHead
    These rules arfe found in anziif_blue.css
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1 
{
    color:#005380;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:24px;
    line-height:1em;
    font-weight:normal;
}

h2
{
    color:#009EE0;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight:normal;
    line-height:1.1em;
}
h3
 {
    color:#000000;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
}
h4 
{
    color:#075175;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
}
/*
h1, h2, h3, h4, h5, h6
{
	font-size: 1.8em;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: 5px 0;
	color: #000000;
	text-decoration: none;
}

h1
{
	margin-bottom: 0;
}

h1, h2
{
	margin-top: 0px;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

h3.small
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1em;
}*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

        Page layout
        
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
p
{
	margin: 10px 0;
}

#entire-page
{
	background-color:#FFFFFF;
	border-left-style:solid;
	border-color:#7B7B6B;
	border-left-width:thin;
	border-right-style:solid;
	border-right-width:thin;
	border-bottom-style:solid;
	border-bottom-width:thin;
	width:950px;
}

#page-shadow
{
	background-image:url(/images/bg-fade.png);
	background-position:951px center;
	background-repeat:repeat-y;
    /* to centre the site */
	/*margin-left:auto;
	margin-right:auto;*/
	width:968px;
}

blockquote
{
	padding-left: 12px;
	margin: 0;
	background: url(/images/quote-bg.png) no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link,
a:visited,
a:active
{
	color: #0066CC;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border: none;
}

.photo-border
{
	border: 3px solid #cecece;
	display: block;
}

.photo-float-left
{
	float: left;
	margin-right: 15px;
}

.photo-float-right
{
	float: right;
	margin-left: 15px;
}

.image-border-none
{
	border: none;
}

.image-left-div a img,
.image-left-div img
{
	margin-right: 15px;
}

.image-right-div
{
	margin-left: 15px;
}

.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span
{ 
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img
{ 
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{ 
	visibility: visible;
	top: 50px;
	left: 50px; /*position where enlarged image should offset horizontally */

}

#aspnetForm{

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

      SUBITEM OVERVIEW

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.subitem-overview
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	float:left;
}

.subitem-overview .read-more-link
{
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

      Javascript Animated Banner (all other styles in 'jquery.bxSlider.min.js')

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#homepagebanner{
	height: 355px;
	width: 950px;
	overflow: hidden;
}


