@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

body {
	font:90% 'Trebuchet MS', Helvetica, sans-serif;
	color:#000;
	height:100%;
	background-color: #004D91;
}

.clear {
	clear:both;
	padding-top:30px;
}

img {
	border:none;
}

table {
	margin:0.6em 0;
}

/* Colours and appearance */

h1, h2, h3, h1 a, h2 a {
	color:#003366;
}

a {
	color:#09F;
	text-decoration:none;
}

p a:hover {
	color:#09F;
	border-bottom:dotted 1px #39F;
}

/* Typography */

p {
	line-height:1.6em;
	padding: 0.3em 0 0.3em;
}

h1 {
	padding: 0 0 0.5em;
	line-height:1.6em;
	font-size: 1.4em;
}

h2 {
	padding: 0.5em 0 0.5em;
	font-size: 1.1em;
	line-height:1.5em;
}

#rightcol ul, #leftcol ul {
	padding-top:.6em;
	list-style: none;
}

div#rightcol ul li, div#leftcol ul li {
	background: url(/images/layout/bullet.gif) no-repeat left 0.62em;
	padding: .2em 0 .2em 1em;
	line-height:1.6em;
	display: inline-block;
	overflow:hidden;	
}
body div#rightcol ul li, body div#leftcol ul li {
	display: list-item;
}

/* Form elements */

input.txt, input.captcha, textarea {
	font:1em/1.6em 'Trebuchet MS', Helvetica, sans-serif;
	width:250px;
	background-color:#EEE;
	border:1px solid #CCC;
	border-left:none;
	border-right:none;
	padding:0px 4px 4px;
	margin:0;
}

input.captcha {
	font:1.5em/1.6em 'Trebuchet MS', Helvetica, sans-serif;
	width:150px;
}

/* Layout General */

#pagewrap {
	position: relative;
	background: #EEEEEE url(../images/layout/pagebg.jpg) repeat-x;
	width: 100%;
}

#container {
	background: #FFF;
	position: relative;
	width: 960px;
	margin: 0 auto; 
}

#header {
	position:relative;
	width:960px;
	margin:0 auto;
	height:186px;
	background: url(../images/layout/hdrl.jpg) no-repeat;
}

#hdrcandy {
	height:186px;
	width:320px;
	float:right;
	overflow:hidden;
}

/* Navigation */
#navwrap {
	background: url(/images/layout/mnubg.jpg) no-repeat center;
}

#topnav{position:relative;display:block;height:40px;font-size:1em;font-weight:bold;background:transparent url(/images/layout/mnubg.jpg) repeat-x top left;width:960px;margin:0 auto;}
#topnav ul{padding:0;list-style-type:none;}
#topnav ul li{display:block;float:left;margin:0 1px 0 0;}
#topnav ul li a{display:block;float:left;color:#D5F1FF;text-decoration:none;padding:11px 15px 0 15px;height:29px;}
#topnav ul li a.current, #topnav ul li a.current:hover{color:#fff;border:none;background:transparent url(/images/layout/mnubg_on.jpg) no-repeat top center;}
#topnav ul li a:hover{color:#fff;border:none;background:transparent url(/images/layout/mnubg_over.jpg) no-repeat top center;}

/* Gallery */
.galleryrow {
	width:900px;
	clear:both;
	position:relative;
	margin:1em 0;
	overflow:hidden;
}
.gallerycell, .gallerycellleft {
	width:152px;
	float:left;
	display:inline;
}
.gallerycell {
	margin-left:35px;
}
.galleryimage {
	width:152px;
	height:152px;
	position:relative;
}
.galldesc {
	font-size: 0.9em;
}

/* Full Width Column */

#singlecol {
	clear:both;
	margin-left:30px;
	width:900px;
}

/* LEFT column layout */

#leftcol {
	float:left;
	margin-left:30px;
	padding-top:30px;
	width:300px;
	display:inline; /* horrible IE6 bug fix */
}

/* RIGHT column layout */

#rightcol {
	position:relative;
	float:left;
	width:570px;
	margin-left:30px;
	padding:30px 0 30px;
}

#rightcol img.center {
	display:block;
	margin:20px auto;
}

#rightcol img.right {
	float:right;
	margin:20px 0 20px 20px;
}

#rightcol img.left {
	float:left;
	margin:20px 20px 20px 0;
}

#rightcol table {
	border:none;
}

#rightcol table td {
	padding:4px;
	border:1px solid #DDD;
	background-color:#EEE;
}

#rightcol table td.header {
	background-color:#666;
}

#rightcol table td p.header {
	color:#FFF;
	font-weight:bold;
}

#rightcol table.forms {
	border:none;
}

#rightcol table.forms td {
	padding:5px;
	border:none;
	background:none;
}

/* page bottom layout */

#footerwrap {
	width:880px;
	margin:20px auto;
	color: #6699CC;
	font-size:.8em;
	text-align:right;
}
