@charset "UTF-8";
/*
Theme Name: New Site Framework
Author: Charlene Kaye
Author URL: http://www.cpkaye@cpkayewebdesign
*/

/* CSS Reset */
html,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,menu,time,mark,audio,video,a {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	position:relative;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
} 

/* ----------------------------------------------------- */
/*              font-family: 'Lobster Two', cursive;                */
/* ----------------------------------------------------- */

body {
	background-image: url(../assets/images/Medicare-bkgrd-textures.png);
	background-repeat: repeat;
	border:0;
	color: #379EA4;
	font-family: "Comic Sans MS", cursive;
	font-size:100%;
	font-weight:normal;
	margin:0;
	outline:0;
	padding:0;
	position:relative;
	vertical-align:baseline;
}

.body-topper {
	height: 225px;
	width: 100%;
	z-index:10;
	background-image: url(../assets/images/bkgrd-puzzle.png);
	background-repeat: repeat-x;
}
/* background-repeat: repeat-x; */

blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
a,ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }
li {
	list-style-image: none;
	list-style-type: none;
}
html,body {width:100%; height:100%;}
article,aside,figure,footer,header,hgroup,nav,section { display:block; }

/* End CSS Reset */

/*------------------------------------*\
    Typography
\*------------------------------------*/

.font-playball {
	font-family: "Playball", cursive;
	font-size: 24pt;
	color: #0019A8;
	padding-top: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------*\
    Layout Structure
\*------------------------------------*/

header {
	width:100%;
	height:175	px;
	color:#000;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pagewrapper {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.featured {
	width:99%;
	height:auto;
	background-image: url(../assets/images/bkgrd-stripe-ltgrey.png);
	background-repeat: repeat;
	float: none;
	text-align: center;
}

.creategap {
	width:100%;
	height:20px;
	background-image: url(../assets/images/bkgrd-stripe-ltgrey.png);
	background-repeat: repeat;
}

.leftcol {
	width:100%;
	height:auto;
	background-repeat: no-repeat;
	margin-right: 15px;
	position: relative;
}

main {
	border: 1.25px solid #000;
}

.roundcorners {
	width: 95%;

	border-r
	height: auto;		adius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
	background-color: #fff;
	margin-left: 10px;
	font-family:Arial,Verdana;
	font-size: large;
	font-weight: bold;
}

.ribbon {
	background-color: #EE2D24;
	box-shadow: 7px 7px 7px black;
	color: #FFF;
	display: block;
	font-family: Arial,Verdana;
	font-size: large;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	position:relative;
	text-align:center;
	text-shadow:.1em .1em .2em #000000;
	width: 100%;
	z-index: 10;
}

.sidebar-03 {
	height: auto;
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.sidenav {
	height: auto;
	width:100%;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.socmedia {
	height: auto;
	width: 100%;
	position: relative;
}

.midcol {
	height: auto;
	width: :50%;
	float: right;
	text-align: justify;
}

.maincontent {
	font-family: arial;
	font-size: medium;
	height: auto;
	width: 97%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 10px;
	color: #333;
	background-color: #fff;
	clear: both;
	position: relative;
}
.content-wrapper {
	font-family: Verdana, arial;
	font-size: 18px;
	height: auto;
	width: 100%;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	position:relative;
	float: left;
	margin-right: 15px;
}
.image-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.centerit {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.middlecol {
	width:100%;
	height:auto;
}

.rightcol {
	width:100%;
	height:auto;
	background-color:#03C;
	background-repeat: no-repeat;
	float: right;
}

footer {
	clear:both;
	width:100%;
	height:auto;
	background-color:#0019a8;
	color: #fff;
	font-family: "Comic Sans MS";
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
}

.buttonwrapper {
	height:auto;
	width:100%;
	background-color: #FFF;
	text-align: center;
}

.flybutton {
	color: #ffffff;
	font-family: Arial;
	font-size: small;
	font-weight:bold;
	padding: 10px;
	text-decoration: none;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	text-shadow: 1px 1px 3px #666666;
	border: solid #6b6b6b 2px;
	background: #e1b378;
	float: none;
	height: auto;
	margin: 10px;
}

.flybutton:hover {
	background-color: #ee2d24;
}

@media screen and (min-width: 600px) {
	.leftcol {float:left; width:30%;}
	.midcol {float: left; width: 67%;}
}
/* .rightcol {float:left; width:25%;} */


@media screen and (min-width: 768px) {

}

@media screen and (min-width: 960px) {

}

@media screen and (min-width: 1200px) {

}
