@charset "utf-8";
/* CSS Document */
/* Congrats, you can right-click! */

body {
	margin-top: 0px;
	background-color:#1F5B36;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family:Trebuchet MS, Arial, sans-serif;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                         Layout

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container {
	width: 810px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin: 0px;
	width: 800px;
	height: 66px;
	background-image: url(../images/header3_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: 762px;
	float: left;
	margin: 0px;
	padding: 0px 19px 0px 19px;
	background-image: url(../images/body_bg.jpg);
	background-repeat:repeat-y;
}

#home_rotating_image {
	width: 781px;
	height: 519px;
	padding: 34px 0px 0px 19px;
	background-color: #F5F1DB;
	background-repeat: repeat-y;
	float: left;
	margin: 0px;
}


#rotating_image {
	width: 781px;
	height: 283px;
	padding: 34px 0px 0px 19px;
	background-image: url(../images/rotation_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	margin: 0px;
	overflow:hidden;
}


#content_area {
	width: 100%;
	background-color:#FFFFFF;
	float: left;
	margin: 0px;
}


#side-a {
	width: 119px;
	float: left;
	padding: 9px 0px 0px 9px;
	margin: 0px;
}


#side-b{
	width: 590px;
	float: left;
	background-color:#FFFFFF;
	padding: 0px 10px 0px 30px;
	margin: 0px;
}



#side-c {
	width: 155px;
	height: 180px;
	margin: 0px;
	float:left;
	background-image: url();
	background-repeat: no-repeat;
	margin: 0px;
}


#side-d {
	margin: 0px;
	width: 500px;
	float: left;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #0F2658;
	padding-left: 10px;
}


#footer_box {
	margin: 0px;
	width: 800px;
	height: 104px;
	background-image: url(../images/body2_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                        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: 203px;
	height: 41px;
	float: left;
	padding: 25px 0px 0px 50px;

}

.logo{
	cursor: pointer;
	margin-top: 0;
	width: 177px;
	height: 35px;
	float: left;
}

.form_title {
	font-size:16px;
	font-weight:bold;
	color:#006699;
	padding: 3px 0px 3px 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;
}





/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

.nav_container {
    white-space: nowrap;
    margin: 0px;
	width: 540px;
	height: 36px;
	float: right;
	margin: 20px 0px 0px 0px;
	background-repeat: no-repeat;
	background-color:#FFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1F5B36;
} 

.nav {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	height: 28px;
}

.nav ul {
   padding: 0px;
   margin: 0px;
   text-align: center;
}

.nav ul li {
    display: inline;
	padding: 10px  0px;
}

.nav ul li a:link, .nav ul li a:visited {
	padding: 4px 20px 3px 20px;
	color: #1F5B36;
	text-decoration: none;
}

.nav ul li a:hover, .nav ul li a:visited:hover {
	padding: 4px 20px 3px 20px;
	color: #fff;
	background-color: #1F5B36; 
	text-decoration: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                        Navigation  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a.scrollover {
/* Default Colour/Styles here */
   color: #0D2557;
}

a.scrollover em:first-line {
/* Rollover Colour/Styles here */
   color: #ECA933;
}

#nav {
	margin: 0px;
	width: 546px;
	height: 36px;
	float: right;
	margin: 20px 0px 0px 0px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
}


#nav ul li{
	display : inline;
}

.navtext {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #0D2557;
	text-decoration:none;
	text-align:center;
	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;
}

#box1 a {
	margin: 0px;
	width:132px;
	height: 25px;
	float: left;
	margin: 3px 0px 0px 3px;
	padding: 5px 0px 0px 40px;
	background-color:;
	display:block;
	color:#1F5B36;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

#box1 a:hover {
	margin: 0px;
	width:132px;
	height: 25px;
	float: left;
	margin: 3px 0px 0px 3px;
	padding: 5px 0px 0px 40px;
	background-color:#1F5B36;
	display:block;
	color:#fff;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
}


#box2 a {
	margin: 0px;
	width:142px;
	height: 25px;
	float: left;
	margin: 3px 0px 0px 12px;
	padding: 5px 0px 0px 28px;

	background-color:;
	display:block;
	color:#1F5B36;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

#box2 a:hover {
	margin: 0px;
	width:142px;
	height: 25px;
	float: left;
	margin: 3px 0px 0px 12px;
	padding: 5px 0px 0px 28px;
	background-color:#1F5B36;
	display:block;
	color:#fff;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

#box3 a {
	margin: 0px;
	width:128px;
	height: 25px;
	float: left;
	margin: 3px 0px 0px 12px;
	padding: 5px 0px 0px 45px;
	background-color;
	display:block;
	color:#1F5B36;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

#box3 a:hover {
	margin: 0px;
	width:128px;
	height: 25px;
	float: left;
	margin: 3px 0px 0px 12px;
	padding: 5px 0px 0px 45px;
	background-color:#1F5B36;
	display:block;
	color:#fff;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
}



.hide {
display:none;
text-indent: -8000;
visibility:hidden;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    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: #1F5B36;
	margin: 0px;
	line-height: 18px;
	float:left;
	line-height: 24px;
}

.maintext A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #9B000E;
	text-decoration:none;
	font-weight: bold;
}

.maintext A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #9B000E;
	text-decoration:none;
	font-weight: bold;
}

.maintext A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #9B000E;
	text-decoration:none;
	font-weight: bold;
}

.maintext A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #9B000E;
	text-decoration:underline;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext_2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	margin: 0px 5px 0px 5px;
	text-align:Left;
}

#quote {
	width: 140px;
	height: 153px;
	float:left;
	padding: 20px 0px 0px 10px;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.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: #9B000E;
	font-weight: bold;
	margin: 14px 0px 0px 0px
}

.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;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.titlestext2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #9B000E;
	margin: 0px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Footer Text 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#footer_1 {
	margin: 0px;
	width: 800px;
	height: 47px;
	float: left;
	background-image: url(../images/footer_bg2.jpg);
	background-repeat: no-repeat;
}


#footer_1 ul li{
	display : inline;
}

.footertext {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
	text-align:center;
	margin: 15px auto 0px auto;
}

.footertext A:link {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
}

.footertext A:visited {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
}

.footertext A:active {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
}

.footertext A:hover {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #F5F1DB;
	text-decoration:underline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Credits

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#credits{
	margin: 0px;
	width: 800px;
	height: 47px;
	float: left;
}

.copyright {
	color:#FFF;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:13px;
	text-align:center;
	margin:0px 0px 0px 80px;
}

.elyklogo {
	cursor: pointer;
	margin: 11px 0px 0px 0px;
	float: right;
	width: 85px;
	height: 31px;
	background-image: url(../images/elyk_logo.jpg);
	background-repeat:no-repeat;
}
