/* BODY AND GENERAL */

body, p, li  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	line-height:140%;	
}

body {
	background-image:url(/images/bkg/page_bkg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#nav_column {
	width:180px;
	background:#ECE9D8;
	vertical-align:top;
}

#spacer_column {
	width:40px;
	background-image:url(/images/bkg/nav_col_shade.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#main_column {
	width:540px;
	vertical-align:top;
}



#nav_column_footer {
	width:180px;
	background:#ECE9D8;
}

#nav_column_footer p {
	padding:10px;
	font-size:xx-small;
	color:#666666;
	vertical-align:bottom;
}

#spacer_column_footer {
	width:40px;
	background-image:url(/images/bkg/nav_col_shade.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#main_column_footer {
	width:540px;
}

#main_column_footer p {
	padding-top:10px;
	margin-top:16px;
	line-height:140%;
	text-align:center;
	border-top:1px dotted #CCCCCC;
}



/* GENERAL STYLES */

h1 {
	padding:4px 0 2px 0;
	font-size:large;
	font-weight:bold;
	color:#CC0000;
	border-bottom:1px dashed #CCCCCC;
}

h2 {
	padding:4px 0 2px 0;
	font-size:small;
	font-weight:bold;
	color:#CC0000;
	border-bottom:1px dashed #CCCCCC;
}



/* Navigation Elements */

#nav {
	font-size:small;
	padding:0;
	margin:0;
	margin-bottom:20px;
	width:100%;

	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CECBBD;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#F5F3EA;
}


#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	min-height:12px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#F5F3EA;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CECBBD;
	font-size:small;
	color:#333333;
	width:100%;
	list-style-type:none;
	text-align:left;
}

#nav li a {
	padding-top:1px;
	padding-bottom:1px;
	padding-right:10px;
	padding-left:10px;
	
	display: block;
	
	background-color:#E6E3D2; /* darked from norm */
	color:#333333;
	text-decoration:none;

	width:160px;
  
}

#nav li a:hover {
	padding-top:1px;
	padding-bottom:1px;
	padding-right:10px;
	padding-left:10px;

	display: block;

	color:#CC0000;
	text-decoration:none;
	background-image:url(/images/bkg/nav_dot_red.gif);
	width:160px;
}

#nav li a:active {
	padding-top:1px;
	padding-bottom:1px;
	padding-right:10px;
	padding-left:10px;

	display: block;

	color:#006600;
	text-decoration:none;
	background-image:url(/images/bkg/nav_dot_green.gif);
	width:160px;
}

html>body #nav a {
	width:auto;
}

html>body #nav a:hover {
	width:auto;
}




/* Maillist Styles and Layout */

#maillist {
	font-size:small;
	margin-bottom:20px;
	width:100%;
	background-color:#E7D7C7; /*WAS E6E3D2 */

	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CECBBD;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#F5F3EA;
}


#maillist #inner {
	padding:0 10px 0 10px;
	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#F6E7DE; /*WAS F5F3EA */
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#D0C1B3; /*WAS CECBBD */
}

#maillist form {
	margin:0;
	padding:0;
}

#maillist p {
	margin:2px 0 2px 0;
}

#maillist .input {
	width:152px;
}

#maillist .submit {
	font-size:xx-small;
	color:#666666;
}





/* SEARCH Styles and Layout */

#qsearch {
	font-size:small;
	margin-bottom:20px;
	width:100%;
	background-color:#DAD7D4; /*WAS E6E3D2 */

	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CECBBD;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#F5F3EA;
}


#qsearch #inner {
	padding:0 10px 0 10px;
	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#E9E7EB; /*WAS F5F3EA */
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#C3C1C0; /*WAS CECBBD */
}

#qsearch form {
	margin:0;
	padding:0;
}

#qsearch p {
	margin:2px 0 2px 0;
}

#qsearch .input {
	width:152px;
}

#qsearch .submit {
	font-size:xx-small;
	color:#666666;
}



/* Hovers */

a:link {
	color:#006600;
	text-decoration:none;
}

a:active {
	color:#0066CC;
	text-decoration:none;
}

a:visited {
	color:#006600;
	text-decoration:none;
}

a:hover {
	color:#0066CC;
	text-decoration:underline;
}


/* Printing Options */

.doprint {
	display:none;
}



/* Make HR invisible to normal view and seperate sections with it */

hr {
	display:none;
}

/* TEXT STYLING - GENERAL */


.txt_normal {
	text-decoration:none;
	font-size:small;
}

.txt_small {
	font-size:x-small;
}

.tiny, .Tiny {
	font-size:xx-small;
}



/* follow used in search results */
.txt_misc {

}

h2 {
	color:#333333;
	font-weight:bold;
	font-size:medium;

	background-color:#FFE57F;
	padding:4px 4px 4px 12px;
	background-image:url(/images/misc/curve_pale_yellow.gif);
	/* background-position:left; */
	
	border-bottom:1px solid #FFCC00;
}


h3 {
	color:#333333;
	font-weight:bold;
	font-size:small;

	/* background-color:#F0F0F0; */
	padding:4px 4px 4px 12px;
	background-image:url(/images/misc/curve_pale_grey.gif);
	/* background-position:left; */
	
	border-bottom:1px solid #CCCCCC;
}

html>body h2 {
	width:auto;
}


/* LINKS in a UL */

.links {
	list-style-type:none;
	font-size:small;

	font-weight:bold;	
	background-color:#F0F0F0;
	background-image:url(/images/misc/curve_pale_grey.gif);
	padding:4px 4px 4px 12px;
	margin:8px 0 20px 0;
	border-bottom:1px solid #CCCCCC;
}

.links li {
	padding:4px 0 4px 0;
}

.links li a {
	padding:8px 8px 8px 20px;
	background-image:url(/images/nav/shim_green.gif);
	background-repeat:no-repeat;
	background-position:left;
}


/* LINKS in a <p> */

.linkline {
	background-image:url(/images/small/bullet_red_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	margin-left:20px;
}




/* FORM STYLING - GENERAL */

.form_162 {
	width:162px;
}

.form_158 {
	width:158px;
}

.form_154 {
	width:154px;
}

.form_grey {
	color:#666666;
}

.contnorm {
	width:200px;
	margin:2px;
}

.contaddr {
	width:240px;
	height:64px;
	margin:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contdetails {
	width:240px;
	height:96px;
	margin:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



/* TABLE COLOURS */

.grey_cell {
	background-color:#F5F5EB;	
}

.grey_cell_pale {
	background-color:#ECE9D8;	
}

.white_cell {
	background-color:#FFFFFF;	
}

.grey_table {
	background-color:#FFFFFF;
	border-bottom:4px solid #CCCCCC;
	font-size:small;
}


/* PAGE SPECIFICS */

#splash {
	width:100%;
	height:175px;
	background-color:#ECE9D8;
	background-image:url(/images/splash_banner.gif);
	background-position:center;
}

.border {
	border:1px solid #009900;
	padding:2px;
}

#advert_top {
	padding:4px 0 4px 0;
	width:540px;
	background-color:#F5F4EB;
	vertical-align:middle;
	text-align:center;
}

#advert_bottom {
	padding:12px 0 0 0;
	text-align:center;
}

/* MISC ELEMENTS */

.search_box {
	height:40px;
	background-color:#99C2D6;   /* was DAD7D4; */
	border:1px dotted #006699;  /* was #333333; */
}

.login_box {
	height:40px;
	background-color:#99C2D6;   /* was DAD7D4; */
	border:1px dotted #006699;  /* was #333333; */
}

.member_links {
	font-weight:bold;
	text-align:center;
	margin-top:16px;
	margin-bottom:16px;
}

.letters {
	font-size:large;
	font-weight:bold;
}