@charset "utf-8";
/*
HTML5 Reset :: style.css
----------------------------------------------------------
We have learned much from/been inspired by/taken code where offered from:
Eric Meyer :: http://ericmeyer.com
HTML5 Doctor :: http://html5doctor.com
and the HTML5 Boilerplate :: http://html5boilerplate.com
Grabbed From: https://github.com/murtaugh/HTML5-Reset/blob/master/_/css/style.css
-------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
Note: keeping IMG here will cause problems if you're using foreground images as sprites.
If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
/*img,*/
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll; background-image:url(images/background_line.jpg); background-repeat:repeat-y}

/* we use a lot of ULs that aren't bulleted.
don't forget to restore the bullets within content. */
ul {/*list-style: none;*/}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't screw with your line-heights
gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* Website styles
-------------------------------------------------------------------------------*/

.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}

html {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	height: 100%;
	min-height:100%
}
body {
	background-image: url(images/right_line.jpg);
	background-repeat: repeat-x;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-size:1em;
	line-height:1.3em;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	min-width: 1024px;
	color: #747474;

	}
	
p {
color: #747474;
}

h1 {
color: #C30;
font-size: 20px;
font-weight: bold;
}


h2 {
color: #ec992b;
font-size: 20px;
font-weight: bold;

}

h3 {
color: #ec992b;

}

#top_bar {
	background-image: url(images/top_bar.png);
	background-repeat: repeat-x;
	height:12px;
}

nav {

	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	height:37px;
	border: 1px solid rgba(0,0,0,0.6);
	

}

.right {
float: right;

}

.left {
float: left;
}

.social li{
list-style: none outside none;
display: inline;
list-style-type: none;
padding-right: 5px;


}

#social-links {
position: relative;
margin-right:15px;

}

#social-links li {
		font-size: 10px;
		color:#fff;
}

#splash {
	
	width: 1024px;
	position: relative;
	height: 470px;
	margin: 0 auto;
}

#splash img{position:absolute;z-index:1}
#splash img.active{z-index:3}

#logo {
background-image: url(images/logo.png);
position: absolute;
width: 500px;
height: 207px;
margin-left: 5px;
z-index: 300;
}

#logo a {
		display: block;
		height: 100%;
		text-indent: -9999px;
		width: 100%;
}

#splash-inside {
	
	width: 1024px;
	position: relative;
	height: 183px;
	margin: 0 auto;
}

#splash-inside img{position:absolute;z-index:1}
#splash-inside img.active{z-index:3}

#logo-inside {
background-image: url(images/logo-inside.png);
position: absolute;
width: 424px;
height: 183px;
margin-left: 5px;
z-index: 300;
}

#logo-inside a {
		display: block;
		height: 100%;
		text-indent: -9999px;
		width: 100%;
}



#expedia a{
background-image: url(images/expedia.png);
position: absolute;
width: 85px;
height: 53px;
margin-left: 930px;
z-index: 100;
margin-top: 408px;
}

#expedia-inside a{
background-image: url(images/expedia.png);
position: absolute;
width: 85px;
height: 53px;
margin-left: 930px;
z-index: 100;
margin-top: 130px;
}

.horz-ad-top {
width: 728px;
margin: 20px auto;
}

.horz-ad {
width: 728px;
margin-left: -100px;
}

.horz-ad-sm {
	
	width: 728px;
}

.horz-ad-sm img {
	padding: 10px;
}

#places {
position: absolute;
background-image: url(images/places-to-stay.png);
width:205px;
height: 103px;
z-index: 500;
}

#attractions {
position: absolute;
background-image: url(images/attractions.png);
width:205px;
height: 103px;
z-index: 500;
left: 205px;
}

#events {
position: absolute;
background-image: url(images/events.png);
width:205px;
height: 103px;
z-index: 500;
left: 410px;
}

#watersports {
position: absolute;
background-image: url(images/watersports.png);
width:205px;
height: 103px;
z-index: 500;
left: 615px;
}

#upperkeys {
position: absolute;
background-image: url(images/upperkeys.png);
width:205px;
height: 103px;
z-index: 500;
left: 820px;
}

#image-links {
position: relative;
margin-top: 0px;

}

.image-link {
width: 205px;
text-align: center;
margin-top: 65px;
	font-family: 'Cagliostro', sans-serif;
	font-weight: bold;
	font-size:18px;
	color: #FFFFFF;
}



#splash_bg {
	background-color: #e2e0d1;
	width: 1024px;
	margin: 0 auto;
	position: relative;
}


#ribbon_bg {
	background-image: url(images/ribbon_bg.jpg);
	background-repeat: repeat-x;
	height:39px;
	border: 1px solid rgba(0,0,0,0.7);
	margin-top: 135px;
}



#ribbon_curve {
	background-repeat: no-repeat;
	background-image: url(images/ribbon_curve.png);
	position: absolute;
	top: 670px;
	margin-left:31px;
	width: 965px;
	height: 56px;
}
#ribbon_curve-inside {
	background-repeat: no-repeat;
	background-image: url(images/ribbon_curve.png);
	position: absolute;
	top: 384px;
	margin-left:31px;
	width: 965px;
	height: 56px;
}



#content_wrapper {
	margin: 0 auto;
	width:1024px;
	
	
}

#content {

	width: 944px;
	position: relative;
	top: -69px;
	margin-left:40px;

	/*gradient background*/
	background: #ddd4c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #ddd4c5 0%, #ffffff 38%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4c8b6), color-stop(38%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* Opera 11.10+ */
	
	background: linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* W3C */

	
	border: 1px solid rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.36);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.36);
	
     
}
#content:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}


#divider {
float:left;
padding-top:25px;
width:2px;
height:322px;
	
}

#content_header_bg {
	background-repeat: no-repeat;
	background-image: url(images/header_bg.png);
	margin-top:16px;
	margin-left: -10px;
	width: 960px;
	height: 39px;
	border: 1px solid rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.36);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.36);
	box-shadow: 0 1px 5px rgba(0,0,0,0.36);
}

#content_title {

	background-repeat: no-repeat;
	padding-top: 9px;
	margin-left: 15px;
	width: 965px;
	height: 56px;
}

#content_title h1 {
font-family: 'Cagliostro', sans-serif;
font-size: 20px;
color: #FFFFFF;
}

#left_column{
	float: left;
	width:160px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

#left_column ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:18px;
	list-style: none outside none;
	padding-bottom:10px;
	color: #ec992b;
}

#left_column a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:18px;
	padding-bottom:10px;
	color: #2b58fc;
	text-decoration: none;
}

#left_column a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	
}

#right_column{
	float: right;
	width: 160px;
	padding-left:15px;
	padding-right:15px;
	
}

#right_column img {


}

#right_column h2{
	font-family: 'Cagliostro', sans-serif;
	font-weight: .9;
	font-size:20px;
	padding-bottom:12px;
}

#right_column h3{
	float: right;
	font-family: 'Cagliostro', sans-serif;
	font-weight: normal;
	font-size:14px;
	padding-bottom:12px;
	
}

#center_column {
width: 530px;
float: left;
padding: 15px;
}

#center_column img {
padding-top:25px;
padding-bottom:25px;
}

#center_column,
#members-center h1{
	font-family: 'Cagliostro', sans-serif;
	font-weight: bold;
	font-size:20px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom:12px;
}
#center_column h2{
	font-family: 'Cagliostro', sans-serif;
	font-weight: .9;
	font-size:19px;
	padding-bottom:12px;
}

#center_column p{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-size:14px;
	padding-bottom:12px;
}


#center_column, #listings h1{
	font-family: 'Cagliostro', sans-serif;
	font-weight: bold;
	font-size:20px;
	font-style: italic;
	padding-bottom:12px;
}
#center_column, #listings h2{
	font-family: 'Cagliostro', sans-serif;
	font-weight: .9;
	font-size:20px;
	padding-bottom:12px;
}

#center_column, #listings p{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-size:14px;
	padding-bottom:12px;
}

#center_column ul {
padding-left: 15px;
}

#center_column li a {
	font-size: 16px;
	text-decoration: none;
	color:#333;
}

/* Things to do inquiry form */
#center_column .formtoppara {
	font-size:18px;
}

.ttd-form { 
	width: 500px;
	margin: 25px auto;
	clear: both;
}
.ttd-form label {
	width: 150px;
	text-align: right;
	margin: 0 20px 0 0;
	clear: both;
	float: left;
}
.ttd-form input[type="text"],
.ttd-form input[type="email"],
.ttd-form input[type="tel"],
.ttd-form input[type="datefield"],
.ttd-form select  {
	width: 200px;
	margin: 0 0 15px 0;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.ttd-form textarea {
	width: 200px;
	height: 150px;
	margin: 0 0 0 0;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.ttd-form img {
	margin: 0 0 0 170px;
	float: left;
}
.frmbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	-webkit-border-top-left-radius:37px;
	-moz-border-radius-topleft:37px;
	border-top-left-radius:37px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:37px;
	-moz-border-radius-bottomright:37px;
	border-bottom-right-radius:37px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #e65f44;
	display:inline-block;
	color:#c92200;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	height:60px;
	line-height:60px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ded17c;
}
.frmbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
}
.frmbtn:active {
	position:relative;
	top:1px;
}
.lrgPhnNmbr {
	font-size:20px;
	color:red;
}

.form-error {
	padding: 6px 12px;
    line-height: 180%;
    background: #ffe5ed;
    border-radius: 4px;
    margin-bottom: 22px;
    color: darkred;
}
input.error {
	background: #ffebef;
    color: #480000;
}

div.ui-datepicker{
 font-size:12px;
}


/* Events Display Page */
#events-center { width: 700px;
	float: left;
	padding: 15px;
}

/* Member Display Page */
#members-center { width: 700px;
	margin: 0 50px 50px 200px;
}
#members-list-2-column { width:690px;
	height:250px;
	margin-bottom:20px;
}
#members-list-1-column { width:690px;
	margin-bottom:20px;
}
#members-list-2-column .left { width: 180px; }
#members-list-2-column .left img { width: 150px;
	height: 150px;
	margin-left:10px;
}
#members-list-2-column .social-icons img,
#members-list-1-column .social-icons img { width: 23px; height: 23px; margin-top:5px;}
#members-list-2-column .right { width: 500px;}

.nolistings {margin-top: 20px;}
.horz-btm-ad {
	width:728px;
	margin: auto;
}
 
.rbs-button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin: 5px;
}
 .rbs-modern-detail {
    padding: 5px 20px 5px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAYAAABIdFAMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHhJREFUeNo8jksKBCEMRJOyceFyYPqQfcu5j4ig+EPMmOmhs3hUZfEoiMgFIvooRLEwxqA79d5FQWitrScJaq1/7EoopQjWWoIYIyGlxJhzCrz3jJyzKPhQwRFCoEdFauE7bQGMc+6FvYp1ARtr7Vsrfj+z7/wKMABiSl9WcInYcgAAAABJRU5ErkJggg==);
    background-repeat: repeat-x;
    background-position: top;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    filter: dropshadow(color=#979797, offx=0, offy=1);
    font-size: 15px;
    font-weight: bold;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.rbs-modern-detail.rbs-modern-orange { border: 1px solid #a74f00; }
.rbs-modern-orange { background-color: hsl(25, 100%, 50%); }
.rbs-modern-orange:hover { background-color: hsl(25, 100%, 55%); }
.rbs-modern-orange:active { background-color: hsl(25, 100%, 45%); }


/* Listing Styles */
#listings {
	width: 550px;
	float: left;
	padding: 15px;
	margin: 50px 0 0 5px;
}

#listings .social-links {
	width: 400px;
}

#listings-right-column{
	float: right;
	width: 320px;
	padding-left:10px;
	padding-right:10px;
	margin: 50px 0 0 0;
}

.slider-wrapper { 
	width: 550px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

footer, .footer {
	
	padding-bottom: 15px;
	margin: 0 auto;
	font-family: 'Cagliostro', sans-serif;
	font-weight: normal;
	font-size:13px;
	width: 1024px;
	clear: both;
	position: relative;

}

footer, .footer a{
color: #6c6c6c;

}
footer, .footer h1 a {
text-decoration:none;
}
footer, .footer h2 a {
text-decoration:none;
}

footer, .footer p{
	
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size:12px; 
}

#party {
	font-size: 16px;
}

footer, .footer ul {
list-style: none;
margin-bottom:8px;
}

#footer-container {
float: left;
position: relative;
padding-left:40px;
width: 1024px;
top:-60px;
margin: 0 auto;
clear: both;

}

#far-left {
	/*gradient background*/
	background: #ddd4c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #ddd4c5 0%, #ffffff 38%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4c8b6), color-stop(38%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* Opera 11.10+ */
	background: linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* W3C */
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	width: 180px;
	height: 530px;

}

#near-left {
	/*gradient background*/
	background: #ddd4c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #ddd4c5 0%, #ffffff 38%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4c8b6), color-stop(38%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* Opera 11.10+ */
	background: linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* W3C */
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	width: 180px;
	height: 530px;

}

#near-right {
	/*gradient background*/
	background: #ddd4c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #ddd4c5 0%, #ffffff 38%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4c8b6), color-stop(38%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* Opera 11.10+ */
	background: linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* W3C */
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	width: 180px;
	height: 530px;

}

#far-right {
	/*gradient background*/
	background: #ddd4c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #ddd4c5 0%, #ffffff 38%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4c8b6), color-stop(38%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* Opera 11.10+ */
	background: linear-gradient(top,  #ddd4c5 0%,#ffffff 38%); /* W3C */
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	width: 180px;
	height: 530px;

}

#social2 {
margin-right: 50px;
}

#footer-2 {
background-repeat: no-repeat;
background-image: url(images/shadow.png);
float: left;
text-align: center;
width: 1024px;
padding-top: 60px;
margin: 0 auto;
padding-bottom: 10px;

}

#footer-2 p {
font-family: 'Cagliostro', sans-serif;
	font-weight: normal;
	font-size:16px;
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}.bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	list-style-type: disc;
	line-height: normal;
	font-variant: normal;
}
