/***********************************************/
/* West End Flower Show  Style Sheet           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background: #4F7CC1;
	background-color: #ccc;
}
/* Reset all browser defaults ******************/

* {
	margin: 0;
	padding: 0;
}
/* Hyperlink and anchor tag styles *************/

a:link, a:visited {
	text-decoration: none;
}
h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
}
h3 a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* Header tag styles ***************************/

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1px;
	color: #fff;
	text-indent: -9999px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #5575a3;
	text-align: center;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align:left;
	color: #5575a3;
	padding: 0.4em 0;
}
.sub-h3 {
	color: #333;
	font-size: 0.9em;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	padding: 0.3em 0;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #5575a3;
	padding: 0.3em 0 0.1em 0;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #5575a3;
	padding: 0.3em 0 0.2em 0;
}
p {
	font-size: 1.1em;
}
p.blueText {
	color: #5575a3;
}
/* List tag styles *****************************/

ul {
	list-style: url(../Images/blue-bullet.jpg);
	padding-left: 1em;
	margin-left: 1.5em;
	font-size: 1.1em;
}
ol {
	list-style-image: none;
	text-align: left;
	padding-left: 1em;
	margin-left: 1.5em;
	font-size: 1em;
}
em {
	font-style: italic;
}
/***********************************************/
/* Page Layout                                 */
/***********************************************/

/* Whole page **********************************/

#page {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background:#FFF;
}
/* Site banner *********************************/

#pageHead {
	width:980px;
	height: 210px;
	margin: 0 0 10px 0;
	background: #fff url(../Images/West-End-Flower-Show-Banner.jpg) no-repeat top left;
	border-bottom: 1px solid #CCC;
}
/* Content area - divided into three columns *****/

#pageArea {
	width: 980px;
	background: url(../Images/PageBackground.gif) repeat-y top left;
}
/* Content area - divided into two columns *****/

#pageArea2Col {
	width: 980px;
	background: url(../Images/PageBackground2Col.gif) repeat-y top left;
}
/***********************************************/
/* Columns within pageArea                     */
/***********************************************/

/* Page title (full width)**********************/

#pageName {
	width: 100%;
	height: 30px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}
/* Left hand column ****************************/

#pageLeft {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}
/* Main column (between pageLeft and pageRight)*/

#pageMain {
	margin: 10px 200px;
	padding: 0;
}
/* Main column wide (NopageRight)*/

#pageMainWide {
	margin: 10px 20px 10px 200px;
	padding: 0;
}
/* Right hand column ***************************/

#pageRight {
	float:right;
	width: 190px;
	margin: 0;
	padding: 0;
}
/* Page footer (within pageMain) ****************/

#pageFoot {
	clear:both;
	height:18px;
	margin: 10px 200px 0px 200px;
	border-top: 1px solid #CCC;
	color: #CCD2D2;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
/* Page footer Wide ****************/

#pageFootWide {
	clear:both;
	height:18px;
	margin: 10px 20px 0px 200px;
	border-top: 1px solid #CCC;
	color: #CCD2D2;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
/* pageMain Styles *****************************/

.text_default_style {
	text-align: justify;
	display:block;
}
.text_default_style p {
	padding: 0.4em 0;
	margin: 0;
}
.text_default_style ul {
	margin: 0 0 0 5pt;
}
.text_default_style ul li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.photo_position_right {
	float:right;
	margin: 10px 10px 10px 20px;
	text-align:center;
	border: none;
}
.photo_position_left {
	float: left;
	margin: 10px 20px 10px 10px;
	text-align:center;
	border: none;
}
.photo_text {
	text-align: center;
	font-size: 90%;
}
#photo_gallery {
	width: 598px;
	height: 580px;
	float: left;
	margin: 0 0 0 -9px;
}
/*** Class navigation buttons ***/
div#PreviousClass {
	float: left;
	margin: 10px 10px 10px 105px;
	padding: 10px;
	width: 150px;
	background-color: #5575a3;
	border: #fff 2px solid;
		background: #5575a3 url(/Images/Previous.gif) 15px center no-repeat ;
	text-align: center;
}
div#PreviousClass a {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
}
div#PreviousClass a:hover {
	text-decoration: none;
}
div#NextClass {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 150px;
	border: #fff 2px solid;
	background: #5575a3 url(/Images/Next.gif) 140px center no-repeat ;
	text-align: center;
}
div#NextClass a {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
}
div#NextClass a:hover {
	text-decoration: none;
}

/***********************************************/
/* pageRight Styles                            */
/***********************************************/

.advert {
	margin: 0;
	padding: 9px 9px 4px 9px;
}
.advert img {
	border: 1px solid #ddd;
}
/***********************************************/
/* Table Styles                                */
/***********************************************/

/*** Standard Table ***/

table.tbl_standard_layout {
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-collapse: collapse;
}
/***********************************************/
/* pageLeft Styles                             */
/***********************************************/

/* Home Button    ******************************/
/***********************************************/

div#Home {
	width: 180px;
	margin: 0 0 0 10px;
	padding: 0;
}
div#Home ul {
	width: 170px;
	padding: 0;
	margin:0;
	background-color: #5575a3;
	list-style:none;
	list-style-image: none;
}
div#Home ul li {
	display: block;
	border-bottom: #fff 2px solid;
	list-style: none;
}
div#Home ul li a {
	display: block;
	padding: 8px 10px;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
}
div#Home ul li a:hover {
	text-decoration: none;
}
#page #pageArea #pageMain ul li ol {
	font-size: 0.9em;
}
