@charset "UTF-8";
/* CSS Document */
.center{width:auto;margin:0 auto}
body  {

	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	text-align: center;
	color: #000000;
; /* IE6-9 */


}
.subpageheading{font-family: 'Cinzel', serif;font-size:55px; letter-spacing:1px; font-weight:normal; color:#1a636c; text-transform:uppercase}
h3{font-family: 'Cinzel', serif;font-size:20px; text-transform:uppercase}
#sidebar1 h3{text-align:center}
.lunartext5 {
    color: #1a626e;
    font-family: Gill-Sans,Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
}



.lunartext1 {

	color: white;
	
}
.lunartext2 {
	font-family: Gill-Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: white;
	text-align: justify;
}
.lunartext2-1 {
	font-family: Gill-Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #1a636c;
	text-align: justify;
}
#mainContent .lunartext2-1 img {
	float: right;
	margin-left: 10px;
}

body, p{font-family: Open Sans, serif;font-size:18px}
.button1 {background-color:#73a0a6; widows: 90%;text-align:center;max-width: 400px;
    margin: 0 auto 20px;padding:10px 20px;}
.button1 a{color:#fff;text-decoration:none;}
.lunartext3 {
	font-family: Open Sans, serif;
	font-size: 22px;
	line-height: 22px;
	color: white;
	font-weight: 100;
}
.lunartext3-1 {
	font-family: 'Cinzel', serif;
	font-weight:bold;
	font-size: 22px;
	line-height: 22px;
	color: #1a636c;
	font-weight: 100;
}
.lunartext4 {  font-family: Gill-Sans, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 18px; color: #1a626e}


.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #1a626e;
	text-decoration: none
}
.button1 a{font-size:16px}
.linktext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #1a626e;
	text-decoration: underline

}

.linktext3 {
	font-family:  'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	color: white;
	text-decoration: none;
	
}
#container {width:100%}

.oneColElsCtrHdr #container {
    margin: 0 auto;
    text-align: left;
    width: 100%;
}	
	
.twoColFixRtHdr #container {
    margin: 0 auto;
    text-align: left;
    width: 100%;
}.subpage{width:80%;margin:0 auto}
.logo {
    padding-left: 17%;
    padding-top: 40px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar2 {
    float: left;
    margin-left: 15%;
    max-width: 879px;
    width: 55%;
}
.twoColFixRtHdr #sidebar1 {
    background: #1b626e none repeat scroll 0 0;
    border-radius: 30px 0 0;
    color: #fff;
    float: left;
    left: -40px;
    min-height: 552px;
    padding: 0 30px;
    position: relative;
    width: 325px;
}

.twoColFixRtHdr #textcontainer {
	padding: 10px 10px 10px 10px;
	width: 280px;
	
	
	
}#mainContent {
    background: rgba(138,174,180,1);
background: -moz-linear-gradient(top, rgba(138,174,180,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 64%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138,174,180,1)), color-stop(60%, rgba(255,255,255,1)), color-stop(64%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(138,174,180,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 64%);
background: -o-linear-gradient(top, rgba(138,174,180,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 64%);
background: -ms-linear-gradient(top, rgba(138,174,180,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 64%);
background: linear-gradient(to bottom, rgba(138,174,180,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 64%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8aaeb4', endColorstr='#ffffff', GradientType=0 );

    float: left;
    height: auto;
    position: relative;
    width: 100%;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
		
	
} 
.twoColFixRtHdr #footer {
    margin-left: 14%;
    padding: 0 10px 0 20px;
    vertical-align: bottom;
}
.twoColFixRtHdr #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: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
	
.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;
}
#header{height:139px;width:100%;background:#8aaeb4;padding-bottom:30px}
#navbar {

    padding-top: 20px;
    position: relative;
    width: 100%;
}

.navwrap1{float: left;
height: 40px;
background-color: #1a626e;
width: 15%;
margin-right: 0.4%;
border-radius: 0 20px 20px 0px;
	position: relative;}
.navwrap2 {background-color: #1a626e;
border-radius: 20px 0 0 20px;
float: left;
height: 40px;
margin-left: 0.5%;
padding-left: 2%;
	width: 82%;}


@media screen and (max-width:1267px){#sidebar2 {
    float: left;
    margin: 0 auto;
    max-width: 100%;
    width:100% }
	.twoColFixRtHdr #sidebar1 {
    background: #1b626e none repeat scroll 0 0;
    border-radius: 30px 30px 0 0;
    color: #fff;
    float: left;
    margin: 0 0 0 4%;
    min-height: 569px;
    padding: 0 30px;
    position: relative;
    top: -250px;
    width: 94%;
}



.navwrap2 {
    background-color: #1a626e;
    border-radius: 40px 0 0 40px;
	top:5px;
    float: left;
    height: 60px;
    margin-left: 0.5%;
    padding-left: 2%;
    width: 88%;
}
.linktext3 {
    font-size: 16px;
    left: 5px;
    line-height: 0;
    position: relative;
    top: 2px;
}

.navwrap1 {
    float: left;
    height: 60px;
    background-color: #1a626e;
    width: 9%;
    margin-right: 0.4%;
    border-radius: 0 40px 40px 0px;
    position: relative;
	}
}
@media screen and (min-width:1151px){.twoColFixRtHdr #sidebar1 {max-height:600px

}}