﻿body
{
	font-family: Georgia, 'Times New Roman' , Times, serif;
	margin: 0px;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;
	width: 980px;
	font-weight: normal;
	background-color: #ffffff;
}
a:link
{
	color: blue;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
}
a:visited
{
	color: #542100;
}
a:hover
{
	text-decoration: underline;
	color: blue;
}
a:active
{
	text-decoration: underline;
	color: blue;
}
textarea {
	font-size: 1em;
	font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}
select {
	font-size: 1em;
	font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	width:400px;
}
input {
	font-size: 1em;
	font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}
img
{
	border:0px;
}
/* Use headers in the markup for accessibility reasons but control look with styles below*/
p 
{
	margin:5px 0;
	padding:0;
}
h6 {
	margin: 2px 0 2px 0;
}
h5 {
	margin: 2px 0 2px 0;
	text-align: left;
	width: 96px;
}
h4 {
	margin: 2px 0 2px 0;
}
h3 {
	margin: 2px 0 2px 0;
	text-align: left;
}
h2 {
	margin: 2px 0 2px 0;
}
h1 {
	margin: 2px 0 2px 0;
}
h1 a:active {
	text-decoration: none;
	color: #000000;
}
h1 a:hover {
	text-decoration: none;
	color: #000000;
}
h1 a:visited {
	text-decoration: none;
	color: #000000;
}
h1 a:link {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	text-align: center;
}
.membercard h3 {
	font-size: 1em;
}
#loginbanner h2 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 8px;
}
#poster h2 {
	font-size: 13px;
	font-weight: bold;
	color: #50700E;
}
.fullwidth h2 {
	font-size: 1.6em;
}
.rightblock h2 {
	font-size: 1.6em;
}
.leftblock h2 {
	font-size: 1.6em;
}
.rightblock h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
}
.eventmonth h3 {
	padding-left: 20px;
	padding-right: 20px;
}
.eventlist label {
	font-weight: bold;
	padding-right: 4px;
}
/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/
/* Picture at the top of the site */
.drop
{
	font-size: 150%;
	line-height: 1.4em;
	margin: 0px 2px 10px;
	padding: 1px;
	border: medium solid #009933;
	background: #FFFF00;
	color: #000000;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container
{
	padding: 3px;
	margin: 20px 0 10px 0;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: transparent;
}

#three-column-side1
{
	float: left;
	width: 50%;
	text-align: left;

}

#three-column-side2
{
	float: right;
	width: 48%;
	text-align: left;
	border-left: green thin dashed;
	padding-left: 5px;
}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}
	


#wrapper
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 980px;
	background-position: center center;
	background-image: url(CSS/images/images/AJACSSBody.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
	position:absolute;
}
#ajaTop
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 980px;
	height: 201px;
	margin-top: 0px;
	background-position: center top;
	background-image: url(CSS/images/images/AJACSSHead.jpg);
	background-repeat: no-repeat;
}

#ajaCrumbs {
	margin-right: auto;
	width: 600px;
	height: auto;
	background-color: transparent;
	font-family: "Verdana, Arial, Helvetica, sans-serif";	
	font-size: 9pt;
	text-align: left;	
	font-weight: bold;
	position: relative;
	left: 220px;
	top: 170px;
}
.footcrumbs {
	background-color: transparent;
	color: green;
	vertical-align: top;
	text-align: left;
	margin-left: 220px;
}

.footcrumbs a:visited {
	color: maroon;
}
#midWrap {
	margin-right: 0px;
	margin-left: 0px;
	width: auto;
	height: auto;
	margin-top: 0px;
	float: left;
}
#righthome
{
	padding: 0px 5px;
	width: 155px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	float: left;
	left:40px;
	position: absolute;
	top: 190px;
}

#rightcolumn
{
	padding: 0px 5px;
	width: 200px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	float: left;
	left: 790px;
	position:absolute;
	top: 0px;
	height:170px;
}
#leftcolumn {
	padding: 0px 5px 10px 10px;
	width: 200px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	height:1100px;
	float: left;
	margin: 0px;

}
#store {
	padding: 0px 5px;
	width: 550px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	height:1100px;


}

#leftcolumn a:link {
	color: #8A3700;
	text-align: center;
}
#leftcolumn a:visited {
	color: #542100;
}
#leftcolumn a:hover {
	text-decoration: none;
	color: #A45521;
}
#leftcolumn a:active {
	text-decoration: none;
	color: #000000;
}
#centercolumn {
	height: 1%;
	margin: 0;
}
#ajaFoot
{
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: center center;
	text-align: center;
	font-size: xx-small;
	background-image: url(CSS/images/images/AJACSSFoot.jpg);
	background-color: transparent;
}
#ajaFoot a:link {
	color: yellow;
}
#ajaFoot a:visited {
	color: black;
	text-decoration: underline;
}
/* Picture at the top of the site */
#poster {
	background: url(images/AJA.jpg);
	margin-right: auto;
	margin-left: auto;
	width: 726px;
	height: 139px;
	margin-top: 0px;
}
/* Navigation strips */
#navbottom {
	background: url(images/background_nav_main.gif) repeat-x;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 590px;
	height: 50px;
	color: #FFFFFF;
}
#navtop {
	background: url(images/background_nav_main.gif) repeat-x;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 590px;
	height: 50px;
	color: #FFFFFF;
}
#navbottom {
	margin-top: 15px;
}
#footer {
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 22px;
	color: #C89F3D;
}
/* Make main navigation bars from a unordered list for easy update and better accessibility */
#navbottom ul {
	margin: 0px;
	padding-top: 9px;
	list-style-type: lower-alpha;
	height: 19px;
	text-align: center;
}
#navtop ul {
	margin: 0px;
	padding-top: 9px;
	list-style-type: lower-alpha;
	height: 19px;
	text-align: center;
}
#navbottom ul li {
	display: inline;
	color: #FFFFFF;
	margin-right: 25px;
}
#navtop ul li {
	display: inline;
	color: #FFFFFF;
	margin-right: 25px;
}
#navbottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navtop a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navtop a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navbottom a:hover {
	text-decoration: underline;
}
#navtop a:hover {
	text-decoration: underline;
}
#navbottom a:active {
	color: #FEFFBD;
	text-decoration: none;
}
#navtop a:active {
	color: #FEFFBD;
	text-decoration: none;
}
/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/
/* Main part of the page that holds contents */
#body
{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}
.ajaFlag
{
	background-position: center center;
	background-image: url('images/2009/AJAflag.jpg');
	position: relative;
	background-repeat: no-repeat;
}
/* 2 column layout */
#columnleft {
	margin: 0px 0px 10px 10px;
	float: left;
	width: 550px; /*position: relative; */
	height: auto;
	position:relative;
	text-align: center;
	list-style-type: square;
	list-style-image: url('CSS/Bullets/jamaica.gif');
	list-style-position: inherit;

}
#columnright {
	margin-left: 0px;
	width: auto; /*  position:relative; */
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	/*position: absolute;*/
	height: auto;
	vertical-align: top;
	text-align: left;
	position:relative;
}
.bodyLink {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 0.95em;
	width: 989px;
	height: auto;
	font-weight: normal;
}
.bodyLink a:link {
	color: #8A3700;
	text-align: left;
	font-style: italic;
}
.bodyLink a:visited {
	color: #542100;
}
.bodyLink a:hover {
	text-decoration: none;
	color: #A45521;
}
.bodyLink a:active {
	text-decoration: none;
	color: #000000;
}
.leftblock {
	border: thin solid #5E6C42;
	padding: 15px;
	margin-bottom: 10px;
	background: #FFFFFF url('images/background_button_small-ovr.gif') repeat-x;
	vertical-align: top;
	display: block;
}
.rightblock
{
	border: 1px solid #DBDB79;
	padding: 3px;
	margin-bottom: 10px;
	vertical-align: top;
	width: auto;
	height:auto;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #feffab;
}
.clear2column {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0px;
	height: 0px;
	clear: both;
}
/* A full width block on the page */
#loginbanner {
	padding: 0 0 0 0;
	border: 1px solid #DBDB79;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
	margin-bottom: 10px;
	text-align: center;
}
.treeView {
	font-size: 0.8em;
	font-family: "Times New Roman", Times, serif;
}
.columnBody {

	float: left;
	width: auto;
	height: auto;
	height: auto;
	text-align: left;
	list-style-type: disc;
	list-style-image: url('CSS/Bullets/jamaica.gif');
	list-style-position: outside;
}
.coreboxbody
{
    background-image:url(css/images/core_box_bg.gif);
    width:260px;
    padding-left:20px;
    padding-right:20px;
}
.coreboxtop
{
   background-image:url(CSS/images/core_box_top.gif);
   height:22px;
   width:300px;

}
.coreboxbottom
{
    width:300px;
    background-image:url(css/images/core_box_bottom.gif);
    height:22px;

}
.coreboxheader
{
    width:300px;
    background-image:url(css/images/core_box_bg.gif);
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}

.sectionHead {
	padding: 0 0 0 0;
	border: 1px solid #DBDB79;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
	margin-bottom: 10px;
	text-align: left;
}
.fullwidth {
	padding: 0 0 0 0;
	border: 1px solid #DBDB79;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
	margin-bottom: 10px;
	text-align: center;
}
/* for the login block
    picks up most of its properties from .fullwidth */
#loginbanner {
	padding-bottom: 0px;
}
/* Goes around controls that need to be presented as a block of functionality  */
.controlblock {
	border: 1px solid #DBDB79;
	padding: 3px;
	margin: 2px 0 5px 0;
	vertical-align: top;
}
/* shows a visual seperation */
.dashedline {
	background-position: 0px 0px;
	border-bottom: 1px dashed #008000;
	padding-top: 10px;
	margin-bottom: 5px;
	background-repeat: repeat;
	background-attachment: scroll;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
/* Command buttons on pages */
.actionbuttons {
	text-align: right;
	position: relative;
	padding: 1px 1px 1px 1px;
}
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/
/* Surrounds the calendar */
.eventmonth {
	border: 1px solid #DBDB79;
	width: 694px;
	margin-right: auto;
	margin-left: auto;
	background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: center;
}
/* used as the cssclass of the actual calendar */
.eventmonthtable {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	float:left;
	margin-bottom: 15px;
	border: 1px solid #DBDB79;
	border-collapse: collapse;
}
.dayNumber {
	float: right;
	border-bottom: 1px solid #C7C272;
	border-left: 1px solid #C7C272;
	clear: none;
	padding: 2px;
}
.calcurrentmonth {
}
.caldays
{
	background-color: black;
	color: white;
}
.calothermonth
{
	background-color: #ccff00;
}
.calcurrentday {
	background-color: #FFFFC1;
}
.calweekend {
	background-color: #FEEB95;
  /*  width: 15%; */
}
.calweekend {
	text-align: left;
	border: 2px solid #C7C272;
	height: 60px;
	vertical-align: top; /* needed for positioning the dayNumber part */
	position: relative;
	border-collapse: separate;
	border-spacing: 5px;
}
.calcurrentday {
	text-align: left;
	border: 2px solid #C7C272;
	height: 60px;
	vertical-align: top; /* needed for positioning the dayNumber part */
	position: relative;
	border-collapse: separate;
	border-spacing: 5px;
}
.calothermonth {
	text-align: left;
	border: 2px solid #C7C272;
	height: 60px;
	vertical-align: top; /* needed for positioning the dayNumber part */
	position: relative;
	border-collapse: separate;
	border-spacing: 5px;
}
.calcurrentmonth {
	text-align: left;
	border: 2px solid #C7C272;
	height: 60px;
	vertical-align: top; /* needed for positioning the dayNumber part */
	position: relative;
	border-collapse: separate;
	border-spacing: 5px;
}
.calcurrentmonth {
	text-align: left;
	border: 2px solid #C7C272;
	height: 60px;
	vertical-align: top; /* needed for positioning the dayNumber part */
	position: relative;
	border-collapse: separate;
	border-spacing: 5px;
}
.picturebox
{
	height: auto;
	width: auto;
	border: 5px solid #c5c5c5;
	margin: 5px;
	
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/
.nextlink {
    position:relative;
     float:right;
    padding-right:15px;    
}
.prevlink {
    position:relative;
     float:left;
    padding-right:15px;    
}

/************************************************************************
* 
* Global formatting
*
************************************************************************/
/* all the legend tags use this same style */
legend {
	font-weight: bold;
	color: #666666;
	font-size: 1em;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 7px;
}
/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */
form {
	vertical-align: top;
	text-align: center;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */
.hidden {
	visibility: hidden;
}
.none {
	display: none;
}
/************************************************************************
* 
* Image functionality
*
************************************************************************/
.photo
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;    
}
.picturead
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
    font-style:italic;
    font-weight:bold;
    float:left;
    clear:both;
}


.picture
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
    font-style:italic;
    font-weight:bold;
}

/* add hover border to href thumbnail images */
/*todo: rectify whether these should be .photo instead 

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}
*/
/************************************************************************
* 
* List type pages
*
************************************************************************/
/* represents each item in a vertical list */
.listitem {
	margin: 0px 0px 0px 0px;
	width: 444px;
}
/* surrounds the buttons for list items */
.editbuttons {
	padding-top: 6px;
}
/* floats the thumbnail off to the right */
.thumbnail {
	float: right;
	margin: 0 0 0 5px;
}
/*used to clear the float for the thumbnail */
.clearlist {
	clear: right;
	margin: 0;
	padding: 0;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
/* Used by the page number control */
.PageNumbers {
	display: inline;
}
.PageNumbers span {
	padding-left: 3px;
}
.newscrumbs a {
	font-weight: bold;
	padding-right: 2px;
}
/* Used in the two column lists */
.membercard {
	background-color: #FEFEB1;
	border: 1px solid #E8DCA3;
	padding: 10px;
	margin-bottom: 10px;
	width: 250px;
}
.clearcard {
	clear: left;
	height: 0;
	margin: 0;
	padding: 0;
}
#membercardcolumnleft {
	float: left;
	position: relative;
}
#membercardcolumnright {
	margin-left: 226px;
}
.membercard p {
	margin: 5px;
}
/************************************************************************
* 
* Compact Event list
*
************************************************************************/
/* define event grid view columns */
/* todo: use or remove */
.eventlistdate {
	padding-right: 4px;
}
.eventlisticon {
	text-align: center;
	height: 46px;
}
.eventlisttime {
	text-align: center;
	width: 95px;
}
.eventlistevent {
	font-weight: bold;
}
.eventlistlocation {
}
.eventlist td {
	padding-bottom: 4px;
}

.frontpage{ 
	border: none;
	color: black;
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/
/************************************************************************
* 
* Rollover buttons
*
************************************************************************/
.buttonsmall-ovr {
	background: url(images/background_button_small.gif) repeat-x;
	border: none;
	color: #FFFFFF;
	height: 22px;
	font-weight: normal;
	font-size: 9px;
	padding-bottom: 9px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

.buttonsmall {
	background: url(images/background_button_small.gif) repeat-x;
	border: none;
	color: #FFFFFF;
	height: 22px;
	font-weight: normal;
	font-size: 9px;
	padding-bottom: 9px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.greenLabel
{
	padding: 2px;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	background: url(CSS/images/bg-menu-main.png) repeat-x;
	color: #FFFFFF;
	width:100%;
	height: 30px;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
.greenLabel a:link {
	color: white;
}
.greenLabel a:hover {
	color: yellow;
	text-decoration: underline;
}
.greenLabel a:visited {
	color: orange;
}
.buttonsmall-ovr {
	text-decoration: underline;
	background: url(images/background_button_small-ovr.gif) repeat-x;
}
/************************************************************************
* 
* Page specific 
*
************************************************************************/
/* even dowload button */
.downloadevent img {
	margin-right: 5px;
	vertical-align: middle;
	border: none;
}
/* Header on view details type pages */
.itemdetails {
	font-size: 1.3em;
}
/************************************************************************
* 
* Photo selection controls
*
************************************************************************/
#popupbody {
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	background: #FED36B;
	font-size: 0.7em;
}
#popupinner {
	border: 1px solid #DBDB79;
	margin: 5px;
	background: #FEFFAB;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#popupbody h2 {
	font-weight: bold;
	margin: 0px;
	padding: 1px 0px 5px 5px;
	display: block;
}
.unselected {
	width: 80px;
	height: 100px;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
.selected {
	width: 80px;
	height: 100px;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
.unselected {
	background-color: transparent;
	border: solid 1px #FEFFAB;
}
.selected {
	background: #FED36B;
	border: solid 1px #DBDB79;
}
.scrollablelist {
	overflow: auto;
	height: 230px;
	width: 460px;
	border: solid 1px #DBDB79;
}
.scrollablelist2 {
	overflow: auto;
	height: 230px;
	width: 210px;
	border: solid 1px #DBDB79;
}
.scrolledtable {
}
.selectablephoto {
	background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
	border: 1px solid #E8DCA3;
	padding: 2px;
	text-align: center;
}
.contextbuttons {
	margin: 5px 3px 5px 3px;
}
/************************************************************************
* 
* Forms
*
************************************************************************/
/* label column */
.formlabel {
}
/* value column */
.formvalue {
	vertical-align: top;
}
.txtfield {
	width: 300px;
}
.txtblock {
	width: 300px;
}
/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	width:500px;
	margin-top: 5px;
	cursor: pointer;
	background-image: url(images/bg-menu-main.png);
	background-repeat: repeat-x;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    width:500px;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
	background-color: #D3DEEF;
	color: #ffffff;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

ul {
	margin:0;
	padding:.2em 0 .2em 1em;
	}

li
{
	list-style: none;
	list-style-image: url('CSS/Bullets/jamaica.gif');
	padding: .2em 0 .2em 1em;
	margin-left: 0.7em;
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li
{
	border-top: 1px dotted #B2B2B2;

}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}

.ajatree
{
	background-color: transparent;
	font-family: 'Arial Narrow';
	padding: 0px 0px 0px 10px;
	font-size: 10pt;
	font-weight: bold;
	border-bottom-style: ridge;
	text-align: left;
}


.header					{color:#008198; font-size:13pt; font-weight:900;}
.sectionheader			{color:#825300; font-size:9pt; font-weight:bold;}
.sectionsubheader	{color:#c98400; font-size:8pt; font-weight:bold;}
.moduleheader			{color:#ffffff; font-weight: bold; margin-left:5px;}
.modulesubheader		{color:#825300; font-weight: bold;}
.modulelabel			{color:#000000; font-weight: bold; margin-left: 5px; margin-right: 5px;}	
.moduletext				{margin-left: 5px;}
.moduletextwhite		{color:#FFFFFF; margin-left:5px;}
.supportheader		{color:#825300; font-size:9pt; font-weight:bold; padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:9px;}
.supportsubheader	{color:#666666; font-weight: bold;}
.supporttext			{color:#666666;}
.relatedheader			{color:#825300; font-size:9pt; font-weight:bold; padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:9px;}
.relatedsubheader		{color:#000000; font-weight: bold; padding-left:10px; padding-right:10px;}
.relatedtext				{color:#000000; padding-left:10px; padding-right:10px;}
.calloutheader			{color:#825300; font-size:9pt; font-weight:bold; padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:9px;}
.calloutsubheader		{color:#000000; font-weight: bold; padding-left:10px; padding-right:10px;}
.callouttext				{color:#666666; padding-left:10px; padding-right:10px;}
.error						{color:#cc0000;}
.errorbold				{color:#cc0000; font-weight:bold;}
.white					{color:#ffffff;}
.whitebold					{color:#ffffff; font-weight:bold;}



.attention {
	margin: 10px;
	background-color: #88FF88;
	font-weight: bold;
	padding: 5px;
	border: 2px solid #FFFF00;
	text-align:left;
}

.adboxbody
{
    background-image:url(css/images/ad_box_bg.gif);
    width:167px;
    padding-left:0px;
    padding-right:0px;
}

.adboxtop
{
   background-image:url(CSS/images/ad_box_top.gif);
   height:22px;
   width:167px;

}
.adboxbottom
{
    width:167px;
    background-image:url(css/images/ad_box_bottom.gif);
    height:22px;

}
.adboxheader
{
    width:167px;
    background-image:url(css/images/ad_box_bg.gif);
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}
.ads
{
	float:left;
	text-align:center;
	margin:10px 10px 10px 0;
   

}

#toyota
{
	background-image: url(images/2008/toyota.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	height:215px;
}
.raffletop
{
	color: red;
	font-size: 2em;
}
.subhead
{
	color: #003500;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.title
{
	color:#003500;
	padding:5px;
	font-size:16pt;
	
}

.aja_photo{
	background-position: #FFCCFF;
	background: #ffffff;
	border: 1px solid #008198;
	height: auto;
	float: left;
	padding: 2px;
	margin: 0px 10px 3px 0px;
	width: auto;
}

.aja_articles
{
		float: left;
	margin: 10px 5px 0px 8px;
}
hr, .divider
{
	background: #008198 none repeat scroll 0 0;
	border: medium none;
	height: 1px;
	line-height: 0;
	margin:5px 0px 0px;
	overflow: hidden;
	padding: 0;
	clear: both;
}
.paypal_right
{

	border: 5px solid #003500;
	width:200px;
	float:left;
	margin-left:170px;

}
.paypal
{
	background-color: #ffffff;
	border: 2px solid #FFCC00;
	font-size:1.2em;
}
