/* overrride catalogue default stylesheet */
.default { color: auto; font-family: auto; }

/* base styles */

html {
    overflow: -moz-scrollbars-vertical;
}

body {
    font-family: Arial, sans-serif;
	color: #777777;
    text-align: center;
	padding: 0;
	margin: 0;
	background: #D6D6D6 url(../template-images/background.jpg) left top repeat-x;
}

p{
    font-family: Arial, sans-serif;
    font-size:14px;
}

a:link, a:visited {
	color: #26477F;
}

a.next-back {
	display: inline-block;
	width: 107px;
	height: 30px;
	line-height: 30px;
	background-color: #E2E1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 2px;
	margin: 0 10px;
}

#content_table td ul{
    font-size:14px;
    padding-left: 10px;
    padding-right: 19px;
}

#content_table table {
    padding: 12px;
}

#site_container {
    width: 762px;
    border: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top:21px;
    margin-bottom:10px;
    overflow: hidden;
}

#header {
	width: 100%;
    height: 235px;
	background: transparent url(../template-images/banner.jpg) center top no-repeat;
}

.navigation {
    width: 100%;
    background-color: #163A76;
    margin: 0px;
    padding: 0px;
    height: 26px;
	line-height: 26px;
    font-size:12px;
    color: white;
    text-align: center;
    list-style: none;
    padding-top: 2px;
}

.navigation li {
    display: inline;
}

.navigation a:link, .navigation a:visited {
	display: block;
	float: left;
    color: white;
    text-decoration: none;
    margin: 0;
	padding: 0 8px;
}

.navigation a:hover, .navigation a:focus {
    color: white;
    text-decoration: underline;
	background-color: #0C1E3C;
}

.navigation li:first-child a:link, .navigation li:first-child a:visited {
	padding-left: 15px;
}

.navigation li:last-child a:link, .navigation li:last-child a:visited {
	padding-right: 15px;
}

#content_menu {
    background-color: #E2E2E2;
    height: 26px;
	line-height: 26px;
    font-size: 12px;
    width: 100%;
	clear: both;
    margin: 0;
	padding: 0;
	text-align: right;
}

#content_menu li {
    display: inline;
    padding: 0 10px;
}

#content_menu li:last-child {
	padding-right: 15px;
}

#content_menu a:link, #content_menu a:visited {
    color: #0C1E3C;
    text-decoration: none;
    margin: 0px;
}

#content_menu a:hover, #content_menu a:focus {
    color: #0C1E3C;
    text-decoration: underline;
}

#main_content {
    width: 100%;
	clear: both;
	background-color: #FFFFFF;
}

#content_area {
	padding: 40px 80px 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
 }

#catalogue_area {
	margin: 0 20px 20px;
	background-color: #FFFFFF;
 }
 
#catalogue_area div, #catalogue_area p {
	background-color:#FFFFFF;
	margin: 0;
	font-size: 14px;
} 
 
/* over-riding default catalogue stylesheet */
#catalogue_area .default {
	color: #777777;
	font-family: Arial, sans-serif;
}
 
h1{
    font-size: 24px;
	font-weight: normal;
    padding: 0 5px;
}

#footer {
	position: relative;
    padding: 55px 80px;
	margin: 5px 0;
	background: #FFFFFF url(../template-images/footer_bg.jpg) left top repeat-x;
	text-align: left;
}


#footer p {
    font-size: 14px;
	margin: 0;
}

#vote {
	position: absolute;
	top:12px;
	right: 24px;
}

.lcorn {
	position: absolute;
	bottom:0;
	left: 0;
	width: 5px;
	height: 5px;
	background: transparent url(../template-images/footer_Lcorn.gif) left bottom no-repeat;
}

.rcorn {
	position: absolute;
	bottom:0;
	right: 0;
	width: 5px;
	height: 5px;
	background: transparent url(../template-images/footer_Rcorn.gif) right bottom no-repeat;
}

#menu {
    float: left;
    list-style: none;
	padding: 10px 0 10px 10px;
	/* */width:190px;
	margin:0 20px 0 -230px;
	background-color: #F2F2F2;
}

/* * html #menu { margin-left: -110px; }  IE6 */

#menu li {
	border-bottom: 1px solid #C7C7C7;
	padding: 0 0 2px 5px;
	background: transparent url(../template-images/menu-bullet.gif) left center no-repeat;
}
 
#menu ul {
    list-style: none;
    padding-left: 10px;
}
#menu ul a {
    color: #666;
}
#menu ul li {
    border-left: 6px solid #ccc;
    padding-left: 8px;
	background-image: none;
}

#catalogue {
    padding: 0 0 10px 230px;
    width: 100%;
	background: #FFFFFF url(../template-images/cat_menu_bg.gif) left top repeat-y;
}

#catalogue h1, #catalogue h2 {
	color: #727272;
	font-size: 18px;
	padding: 8px 0;
	margin: 0;
	font-weight: normal;
}

#catalogue td h1, #catalogue td h2 {
	color: #163a76;
}
#catalogue td.default {
	border-color: #DCDCDB;
	border-style: solid;
	border-width: 0 1px;
	padding-left: 10px;
}

#catalogue td.default+td {
	text-align: center;
}

#catalogue form td {
	font-size: 12px !important;
}


#catalogue form table {
	border-left: 1px solid #E5E5E5;
}

.inputbutton:hover, .inputbutton:focus {
	cursor: pointer;
	color: #6E7888;
}

.img_main {
	float: left;
	margin-right: 20px;
	border: 7px solid #E5E5E5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

div#team-photo {
	border-top:7px solid #cccccc;
	border-bottom:7px solid #cccccc;
	height:167px;
	_height:150px;
	background-color:#eee;
}/*
#team-photo img{
	margin-right:10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}*/
#gst-notice{
	width:100%;
	font-size:12px !important;
	padding-bottom:20px;
}
#map_christchurch {
width:540px; 
height:250px; 
border-top: 3px solid black;
border-bottom: 3px solid black;
font-family: "Times New Roman", tahoma, arial, sans;
    font-size: 12px;
}


