@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EBEFF2;
	background-image: url(i/back_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
}
p {	margin: 0 0 5px 0; }

a {
	color: #054C82;
	text-decoration: none;
}
a:hover {
	color: #054C82;
	text-decoration: underline;
}
.lightred {
	font-style: italic;
	color: #993300;
}

#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #EBEFF2;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #72848F;
	background-image: url(i/apics_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
	margin: 0px;
	font-weight: normal;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: relative;
	top: -50px;
	left: -20px;
	width: 430px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	overflow: hidden;
}
#header h2 {
	background-color: #C7D4DD;
	height: 84px;
	width: 512px;
	left: 470px;
	top: 50px;
	position: relative;
	font-weight: normal;
	background-image: url(i/brush_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	display: block;
	font-size: 1em;
	line-height: 2em;
}
#header h2 li {
	background-image: url(i/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 18px;
	color: #054C82;
	padding-top: 0px;
	padding-bottom: 2px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 440px;
	height: 20px;
	font-weight: normal;
	font-size: .9em;
}
#header h3  {
	text-decoration: none;
	margin: 0px;
	position: relative;
	top: -105px;
	left: 90px;
	padding: 0px;
	width: 390px;
	font-weight: normal;
	font-size: 1.4em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#header h3 a {
	text-decoration: none;
	color: #3C5567;
	font-weight: normal;
}
#mainContent h1 {
	background-image: url(i/brush_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	padding-top: 14px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent .event h1 {
	list-style-type: none;
	background-image: none;
	list-style-image: none;
}
#mainContent h2 {
	font-weight: bold;
	background-color: #C7D4DD;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 12px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #0F4C81;
	font-size: 2em;
}
#mainContent h3 {
	background-color: #C7D4DD;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: .9em;
	font-weight: normal;
}
#mainContent p a {
	color: #0F4C81;
	text-decoration: none;
}
#mainContent p .small {
	font-size: .8em;
	font-style: italic;
	color: #FD6638;
}
#mainContent .link span {
	padding-left: 22px;
	font-size: 0.7em;
	color: #666;
	letter-spacing: .3em;
	background-image: url(i/external.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 12px;
	margin-left: 12px;
	padding-left: 16px;
	padding-right: 16px;
	margin-right: 12px;
	font-weight: normal;
}
#mainContent .link span a {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
#mainContent .links {
	text-decoration: none;
	color: #0F4C81;
	font-weight: bold;
}
#mainContent p .breadcrumbs {
	color: #0F4C81;
	text-decoration: none;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	margin-right: 8px;
}
#imgcode {
	font-size: 1.8em;
}
#rightCol {
	float: right;
	width: 254px;
	padding: 4px;
	margin: 4px;
}
#footer {
	line-height: 1.8em;
	color: #808080;
	background-color: #EBEFF2;
	height: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: x-small;
	text-decoration: none;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
}
#footer a {
	color: #054C82;
	background: inherit;
	text-decoration: none;
}
#footer a:hover {
	color: #054C82;
	text-decoration: underline;
}
#footer #logos .logo {
	float: left;
	margin: 0px;
	padding: 0px;
}
#copyright {
	text-align: right;
	padding-right: 20px;
	font-size: x-small;
	color: #6E6E6E;
	padding-top: 8px;
}

#copyright a {
	margin: 0;
	border: 0;
	color:#CC6600;
}

#copyright a:active, #copyright a:hover {
	color:#006633;
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Main menu top right */

#mmenu {
	margin: 0;
	padding: 0;
	float: right;
}

#mmenu ul {
	display: block;
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	clear: left;
}

#mmenu ul li {
	display:block;
	float: left;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	color: #054C82;
}

#mmenu ul li a {
	display: block;
	width: 80px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	font-size:    x-small;
	padding: 0;
	text-indent: 8px;
	margin: 0;
	color: #054C82;
}

#mmenu .active a {
	font-size: 1.1em;
	color:#F60;
}

html>#mmenu ul li a {
	font-size: x-small;   
} 

#mmenu ul li a:hover {
	background-color: #C7D4DD;
	color: #333333;
}

#mmenu a:active {
	color: #333333;
	background-color: #C7D4DD;
}


/* Main menu left column */

#menu1 {
	margin: 0;
	padding: 0;
}

#menu1 ul {
	width: 190px;
	display: block;
	margin: 0;
	list-style-type: none;
	clear: left;
	padding: 0px;
}

#menu1 ul li {
	display: block;
	text-align: left;
	margin-bottom: 2px;
	color: #054C82;
	text-indent: 8px;
}

#menu1 ul li a {
	color: #054C82;
	background-color: #C7D4DD;
}
#menu1 .active a {
	background-color: #FF6633;
	color:#FFFFFF;
}
#menu1 .active {
	background-color: #054C82;
	width: 190px;
}
#menu1 ul li a {
	display: block;
	width: 190px;
	height: 40px;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: small;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

html>#menu1 ul li a {
	font-size: small;   
} 

#menu1 ul li a:hover {
	color: #FFFFFF;
	background-color: #054C82;
}

#menu1 a:active {
	background: #FF3333;
	color: #FFFFFF;
}

/* Secondary menu left column */

#menu2 {
	margin: 0;
	padding: 0;
}

#menu2 ul {
	width: 190px;
	display: block;
	list-style-type: none;
	clear: left;
	margin: 0;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu2 ul li {
	display: block;
	text-align: left;
	margin-bottom: 2px;
	background-color: #054C82;
	text-indent: 8px;
}

#menu2 ul li a {
	color: #FFFFFF;
	background-color: #054C82;
}
#menu2 .active {
	background-color: #FF6600;
	width: 190px;
}
#menu2 ul li a {
	display: block;
	width: 190px;
	height: 40px;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: small;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

html>#menu2 ul li a {
	font-size: small;   
} 

#menu2 ul li a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}

#menu2 a:active {
	background: #FF3333;
	color: #FFFFFF;
}
#menu2 #submenu ul{
	width: 190px;
	display: block;
	list-style-type: none;
	clear: left;
	margin: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 6px;
}
#menu2 #submenu ul li{
	display: block;
	text-align: left;
	margin-bottom: 2px;
	background-color: #666;
	text-indent: 8px;
}
#menu2 #submenu ul li a {
	display: block;
	width: 190px;
	height: 20px;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: small;
	margin: 0;
	padding: 0;
}
#menu2 #submenu li .more{
	height: 40px;
	background-color: #CCC;
}
#menu2 #submenu .more a {
	background-color: #C7D4DD;
	height: 30px;
	padding-left: 30px;
	width: 160px;
	color: #0F4C81;
}
#menu2 #submenu a.active {
	background-color: #FF6600;
	color: #FFF;
}
#menu2 #submenu a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}
/* members only menu*/

#mbmenu {
	margin: 0;
	padding: 0;
	margin: 0px;
}
#mbmenu li {
	height: 26px;
}
#mbmenu ul li.red a{
	background-color: #000;
	color: #FFF;
}
#mbmenu ul .active a {
	background-color: #333;
	height: 26px;
}
#mbmenu ul li a {
	background-color: #E8E8E8;
	color: #333;
	height: 26px;
}
#mbmenu ul li a:hover {
	background-color: #999;
	color: #333;
}


#login {
	width: 250px;
	float: right;
	margin: 6px;
}
.warning {
	font-style: italic;
	color: #990000;
}
.redbox {
	border: 2px solid #CC0000;
	padding: 4px;
}
.calNOT, .calOLD {
	height: 82px;
	width: 66px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 6px;
	background-image: url(images/calendar_expired.png);
	background-repeat: no-repeat;
}
.cal, .calYES {
	height: 82px;
	width: 66px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 6px;
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
}
.calmonth {
	font-size: 14px;
	color: #FFF;
	height: 16px;
	width: 60px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.caldate {
	height: 42px;
	width: 60px;
	overflow: hidden;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	color: #FFF;
}
.event {
	font-size: small;
	color: #962B03;
	margin: 12px;
	border: 1px dashed #CCCCCC;
	padding: 12px;
}
.events {
	font-size: small;
	color: #962B03;
	float: left;
	width: 40%;
	margin: 12px;
	border: 1px dashed #CCCCCC;
	padding: 12px;
}
 .event h3, .event h2, .events h3 {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
}
.event h1, .events h4 {
	font-size: medium;
	margin: 0px;
	color: #023A83;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.row0 {
	background-color: #F60;
	color: #FFF;
}
.row1 {
	background-color: #E8E8E8;
}
.row2 {
	background-color: #C7D4DD;
}
.alignleft {
	float: left;
}
.info {
	display: block;
	vertical-align: middle;
	margin: 0px;
	padding: 4px;
	line-height: 60px;
}
.box {
	float: left;
	width: 20%;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
#boxedAreaTop, .boxedAreaTop {
	width:252px;
	height:14px;
	background-image: url(i/box_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	line-height: 8px;
}
#boxedAreaBody, .boxedAreaBody {
	width:252px;
	background-image: url(i/box_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: .8em;
}
#boxedAreaBody h1, .boxedAreaBody h1 {
	margin: 0px;
	padding: 0px;
	color: #F60;
	font-size: 2em;
	background-image: none;
}
#boxedAreaBody h2, .boxedAreaBody h2 {
	margin: 0px;
	padding: 0px;
	color: #F60;
}
#boxedAreaBody p, .boxedAreaBody p {
	color: #0F4C81;
	margin: 0px;
	font-size: 1.3em;
	font-weight: normal;
	padding: 10px;
}
#boxedAreaBottom, .boxedAreaBottom {
	width:252px;
	height:14px;
	background-image: url(i/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 8px;
	padding: 0px;
}
.fields  fieldset {
	border: 1px solid #CCCCCC;
	padding-left: 12px;
	font-size: 1.2em;
	color: #333333;
	display: block;
	margin: 12px;
}
.fields fieldset ol li a {
	text-decoration: none;
	color: #AF4628;
}
.fields fieldset div a {
	color: #AD4527;
	text-decoration: none;
}
.fields fieldset ol li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fields span {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}
.fields input {
	width: 90%;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
}
.fields  .required  {
	border: 1px solid #FF6600;
}
.fields .req {
	font-size: .64em;
	font-weight: normal;
}
.fields select {
	width: 90%;
	font-size: 1.2em;
}
.fields textarea {
	width: 90%;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
}
.fields #imgcode {
	width: 6em;
	border: 1px solid #FF6600;
	font-size: 1.2em;
}
.fields .submit {
	width: 120px;
	height: 30px;
	float: right;
	margin-right: 60px;
}
#the_eventday {
	width: 100px;
}
#the_eventmonth {
	width: 200px;
}
#the_eventyear {
	width: 100px;
}
#the_expiryday {
	width: 100px;
}
#the_expirymonth {
	width: 200px;
}
#the_expiryyear {
	width: 100px;
}
#footer a:hover, #footer .active a {
	text-decoration: none;
	color: #CC0000;
	background-color: #DDEEEE;
}
#feedback {
	padding-right: 20px;
	padding-left: 20px;
}
#feedback textarea {
	height: 50px;
	width: 60%;
	float: left;
}
#feedback input {
	height: 40px;
	width: 180px;
	font-size: 14px;
	border: 2px solid #b1b1b1;
	padding: 10px;
	margin: 10px;
	background-color: #f2f2f2; 
}
input.hidden_field {
	border: 0px solid #000000;
	padding: 0px;
}
.commentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CC0000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
.commentnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CC0000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
.comment {
	font-size: x-small;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 8px;
}

.comments {
	font-size: x-small;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 8px;
	margin: 4px;
}
.commentsheader {
	font-size: 18px;
	text-align: left;
}
#questionform {
	margin: 3px;
	padding: 8px;
	background-color: #DBE5EC;
	border: 1px dotted #666666;
}
.commentsform {
	margin: 3px;
	padding: 8px;
	background-color: #DBE5EC;
	border: 1px dotted #666666;
}
p.commentsform {
	width: 50%;
	float: right;
}
.commentdate {
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #999999;
	width: 50px;
	padding: 6px;
	margin: 3px;
}
.commentday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.commentmonth {
	font-size: 16px;
}
.commenttime {
	font-size: 9px;
}
.commentbutton {
	BORDER-RIGHT: #999999 thin solid; 
	BORDER-TOP: #DDDDDD thin solid; 
	MARGIN-TOP: 2px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #DDDDDD thin solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #999999 thin solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #ffffff;
}
.inputbox {
	BORDER-RIGHT: #ccc 1px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #ccc 1px solid; 
	PADDING-LEFT: 3px; 
	BACKGROUND: #fff; 
	MARGIN-BOTTOM: 10px; 
	PADDING-BOTTOM: 3px; 
	FONT: 11px monaco, verdana, sans-serif; 
	BORDER-LEFT: #ccc 1px solid; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #ccc 1px solid; outline: none;
}
.question {
	font-size: medium;
	font-weight: bold;
	background-image: url(i/ask_a_question.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 2px;
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 10px;
	padding-bottom: 30px;
	color: #333333;
	text-align: left;
}
#char_counter {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 2.5em;
	color: #999;
	top: -100px;
	left: 545px;
	width: 50px;
	text-align: right;
}
.answer {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 8px;
	margin: 4px;
}
.small {
	font-size: .8em;
	color: #333;
}
.grey { color: #666; }
.lined {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-right: 6px;
	padding-right: 6px;
}
.faq {
	padding-left: 24px;
	padding-bottom: 12px;
}
.member_profile {
	display: block;
	margin: 4px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.member_heading {
	font-size: 1.4em;
	padding-top: 8px;
	padding-bottom: 6px;
}
.marker {
	display: block;
	float: left;
	margin: 4px;
	padding: 4px;
}
.member_photo {
	display: block;
	float: left;
	height: 250px;
	width: 250px;
	margin: 4px;
	padding: 4px;
	border: 1px solid #E8E8E8;
	overflow: hidden;
}
.member_location {
	margin-left: 40px;
	margin-top: 4px;
}
.member_phone {
	padding-top: 4px;
}
.member_fax {
	padding-top: 4px;
}
.member_mobile {
	padding-top: 4px;
}
.member_qualifications {
	margin-top: 12px;
	margin-left: 40px;
	display: block;
	float: left;
	width: 40%;
}
.member_services {
	margin-top: 12px;
	margin-left: 40px;
	display: block;
	float: left;
	width: 40%;
}
.member_areas {
	margin-top: 12px;
	margin-left: 40px;
	display: block;
	float: left;
	width: 40%;
}
#login_button {
	font-size: 1em;
	font-weight: normal;
}
#mainContent span.right {
	text-align: right;
	float: right;
}
.zebra { background-color: #EDEDED; }
.member:hover { background-color: #D2DCE3; 	
}
