@charset "utf-8";
/* CSS Document */
/* Congrats, you can right-click! */

body {
	margin-top: 0px;
	background-color:#0E2557;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                         Layout

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container {
	width: 939px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin-top: 0;
	width: 917px;
	height: 158px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

#titlesbox {
	width: 889px;
	height: 24px;
	background-image: url(../images/titlebox.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 50px;
	padding-top: 10px;
	margin: 0;
}

#titlesbox2 {
	width: 370px;
	float: left;
	padding-top: 10px;
	margin: 0;
}

#anchor_links {
	width: 185px;
	float: left;
	margin: 0;
}

#middle_area {
	width: 917px;
	float: left;
	margin: 0px;
	background-image: url(../images/middle_bg.jpg);
	background-repeat:repeat-y;
}

#rotating_image {
	width: 644px;
	height: 261px;
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
	float: left;
}


#content {
	width: 939px;
	background-image: url(../images/main_image.jpg);
	background-repeat: repeat-y;
	float: left;
}


#side-a {
	width: 644px;
	float: left;
	padding-left: 30px;
}


#side-b{
	width: 200px;
	float: left;
	padding-left: 12px;
}



#side-c {
	width: 244px;
	margin: 0px;
	float:left;
	padding-left: 30px;
}


#side-d {
	margin: 0;
	width: 500px;
	float: left;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #0F2658;
	padding-left: 10px;
}

#side-e {
	width: 844px;
	float: left;
	padding-left: 42px;
}


#footer_box {
	margin: 0px;
	width: 917px;
	height: 62px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}


#navbox {
	width: 664px;
	height: 17px;
	float: right;
	margin: 84px 16px 0px 0px;
}

.directors {
	width: 400px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                        Images 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none {
	margin: 0px;
	padding: 0px;
}
.portrait{
	border: thin solid #D7ECEC;
	padding: 4px;
	border: thin solid #D7ECEC;
	margin: 0px;
	margin-right: 10px;
	float: left;
}

#image {
	width: 644px;
	height: 261px;
	float: left;
	margin-top: 0px;
	background: url(img) no-repeat;
}

#logo{
	margin-top: 0;
	width: 179px;
	height: 72px;
	float: left;
	padding-top: 78px;
	padding-left: 32px;
}

.logo{
	cursor: pointer;
	margin-top: 0;
	width: 179px;
	height: 72px;
	float: left;
}

.store {
	width: 220px;
	color: #fff;
	float: right;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 0 0;
}

.store a {
	color: #fff;
	text-decoration: none;
}

.store a:hover {
	color: #ECA933;
	text-decoration: none;
}

.form_title {
	font-size:16px;
	font-weight:bold;
	color:#006699;
	padding: 3px 0px 3px 0px;
}

.imgpad {
padding: 5px 5px 5px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                         Form  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cssform p{
	width: 100 %;
	clear: left;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	padding-left: 40px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;/*height: 1%;*/

}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: 0px; /*width of left column*/
	padding: 5px 10px 8px 5px;
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/


}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 200px;
}

.cssform textarea{
	width: 250px;
	height: 100px;
	}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.cssform2 p{
	width: 100 %;
	clear: left;
	`margin: 0px;
	padding: 5px 0px 10px 0px;
	padding-left: 40px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;/*height: 1%;*/

}

.cssform2 label{
	font-weight: bold;
	float: left;
	margin-left: 0px; /*width of left column*/
	padding: 5px 10px 8px 5px;
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/


}

.cssform2 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 300px;
}

.cssform2 textarea{
	width: 250px;
	height: 100px;
	}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html2 .threepxfix{
	margin-left: 3px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.cssform3 p{
	width: 100 %;
	clear: left;
	`margin: 0px;
	padding: 5px 0px 10px 0px;
	padding-left: 40px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;/*height: 1%;*/
	background-color:#666666;
}

.cssform3 label{
	font-weight: bold;
	float: left;
	margin-left: 0px; /*width of left column*/
	padding: 5px 10px 8px 5px;
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/


}

.cssform3 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 20px;
}

.cssform3 textarea{
	width: 250px;
	height: 100px;
	}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html3 .threepxfix{
	margin-left: 3px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.cssform4 p{
	width: 100 %;
	clear: left;
	`margin: 0px;
	padding: 5px 0px 10px 0px;
	padding-left: 40px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;/*height: 1%;*/
	background-color:#666666;
}

.cssform4 label{
	font-weight: bold;
	float: left;
	margin-left: 0px; /*width of left column*/
	padding: 5px 10px 8px 5px;
	width: 400px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/


}

.cssform4 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 70px;
}

.cssform4 textarea{
	width: 250px;
	height: 100px;
	}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html4 .threepxfix{
	margin-left: 3px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                        Navigation  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a.scrollover {
/* Default Colour/Styles here */
   color: #0D2557;
}

a.scrollover em:first-line {
/* Rollover Colour/Styles here */
   color: #ECA933;
}

#nav {
	margin: 0px;
	width: 680px;
	height: 16px;
	float: left;
	margin: 84px 0px 0px 0px;
}


#nav ul {
   padding: 0px;
   margin: 0px;
}

#nav ul li {
   display: inline;
   text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.navtext {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #0D2557;
	text-decoration:none;
	text-align:left;
	margin: 0px;
	font-weight: bold;
}

.navtext A:link {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #0D2557;
	text-decoration:none;
	font-weight: bold;
}

.navtext A:visited {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #0D2557;
	text-decoration:none;
	font-weight: bold;
}

.navtext A:active {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #0D2557;
	text-decoration:none;
	font-weight: bold;
}

.navtext A:hover {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #ECA933;
	text-decoration:underline;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    General Declarations 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 14px 0px;
	line-height:16px;
}


.ul_fix ul {
	 padding: 0px 0px 0px 5px;
	 margin: 0px 0px 0px 5px;
	 text-indent:1px;
	 list-style:none;
}

.li_fix li {
	border-bottom:#CCCCCC 0px dotted;
	margin:0px 0px;
	padding:4px 0px;
}

.inset_fix li ul li {
	border-bottom:#CCCCCC 0px dotted;
	margin:0px 0px;
	padding:4px 5px;
	list-style:disc;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Main Text 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0E2557;
	margin: 0px;
	float:left;
}

.maintext A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0E2557;
	text-decoration:none;
	font-weight: bold;
}

.maintext A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0E2557;
	text-decoration:none;
	font-weight: bold;
}

.maintext A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0E2557;
	text-decoration:none;
	font-weight: bold;
}

.maintext A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ECA933;
	text-decoration:underline;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext_2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0E2557;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	text-align:center

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext_3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ECA933;
}

.maintext_3 A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ECA933;
	text-decoration:none;
	font-weight: bold;
}

.maintext_3 A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ECA933;
	text-decoration:none;
	font-weight: bold;
}

.maintext_3 A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ECA933;
	text-decoration:none;
	font-weight: bold;
}

.maintext_3 A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0E2557;
	text-decoration:None;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext_4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #558D96;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext_5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
}

.maintext_5 A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.maintext_5 A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.maintext_5 A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.maintext_5 A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #558D96;
	text-decoration:underline;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.link A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.link A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.link A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.link A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                   Titles Text 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.titlestext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #93A8C9;
	font-weight: bold;
	padding-top: 14px;
}

.titlestext A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #93A8C9;
	text-decoration:none;
	font-weight: bold;
}

.titlestext A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #93A8C9;
	text-decoration:none;
	font-weight: bold;
}

.titlestext A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #93A8C9;
	text-decoration:none;
	font-weight: bold;
}

.titlestext A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #ECA933;
	text-decoration:none;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Thank you Text 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.titlestext_2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #93A8C9;
	font-weight: bold;
	padding-top: 14px;
	text-align:center;
}

.thankyou_text  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0E2557;
	text-align:center;
}

.thankyou_text  A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0E2557;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}

.thankyou_text  A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0E2557;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}

.thankyou_text  A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0E2557;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}

.thankyou_text  A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ECA933;
	text-decoration:underline;
	font-weight: bold;
	text-align:center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Footer Text 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#footer_1 {
	margin: 0px;
	width: 917px;
	height: 70px;
	float: left;
}


#footer_1 ul li{
	display : inline;
}

.footertext_orange {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
	text-align:center;
	margin: 15px 0px 0px 0px;
}

.footertext_orange A:link {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
}

.footertext_orange A:visited {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
}

.footertext_orange A:active {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
}

.footertext_orange A:hover {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #ECA933;
	text-decoration:underline;
}

.copyright {
	color:#000;
	font-size:12px;
	text-align:center;
	margin:0px 0px 0px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                   Calendar

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 


.calendarSize {
	height:250px;
	overflow:auto;
	overflow-x:hidden;
}

.eventDate {
	font-weight:bold;
	color:#006699;
}

.eventDescription {
	color:#333333;
}

.nextEvent {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

.allEvents {
	text-align:right;
	font-weight:bold;
	vertical-align:bottom;
}

.allEvents a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}

.allEvents a:hover, a:visited:hover {
	color:#003300;
	text-decoration:none;
}


.whitelinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
	text-align:center;
}

.whitelinks A:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
}

.whitelinks A:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
}

.whitelinks A:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
}

.whitelinkst A:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ECA933;
	text-decoration:underline;
}
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Tabs

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;

}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	background: white;

}

#tablist li a:link, #tablist li a:visited{
	color: #ECA933;
}

#tablist li a:hover{
	color: #0E2557;

}

#tablist li a.current{
	background: lightyellow;
}

.hide{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0E2557;
	display: none;
	height:0px;
}

.hide *{
	display: none;
	height:0px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Credits

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.elyklogo {
	cursor: pointer;
	margin: 11px 30px 0px 0px;
	float: right;
	width: 85px;
	height: 31px;
	background-image: url(../images/elyk_logo.jpg);
	background-repeat:no-repeat;
}


.chamberlogo {
	cursor: pointer;
	margin: 0px 0px 0px 30px;
	float: left;
	width: 89px;	
	height: 52px;
	background-image: url(../images/chamber_logo.jpg);
	background-repeat:no-repeat;
}
