@charset "UTF-8";
/*
Theme Name: New Site Framework
Author: Omar Jesus Bravo
Author URL: http://www.bravodms.com
*/

/* 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;
} 
body {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	position:relative;
	font-weight:normal;
	background-color: #828b7c;
	background-image: url(../assets/images/stripe-lt2ltgrey02.png);
	background-repeat: repeat;
}

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
\*------------------------------------*/



/*------------------------------------*\
    Layout Structure
\*------------------------------------*/
header {
	width:100%;
	height:225px;
	background-color:#828b7c;
	color:#fff;
	background-repeat: no-repeat;
}
.pagewrapper {
	height: auto;
	width: 960px;
	border: 1.25px solid #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

.featured {
	width:100%;
	height:160px;
	background-color:#ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e3192;
}
.leftcol {
	width:100%;
	height:auto;
	background-color:#fff;
	background-repeat: no-repeat;
}
.sidebar-01 {
	height: auto;
	width: 100%;
}
.sitenav {
	height: auto;
	width: 100%;
	font-family: Calibri;
	font-size: large;
	background-image: url(../assets/images/sidebar02.png);
	padding-left: 50px;
	background-repeat: no-repeat;
}
.licenses {
	height: auto;
	width: 100%;
}
.memberships {
	height: auto;
	width: 100%;
	background-image: url(../assets/images/sidebar04.png);
	background-repeat: no-repeat;
	font-family: Calibri;
	font-size: x-small;
	font-weight: normal;
	padding-left: 40px;
}
.filler {
	height: 80px;
	width: 100%;
}
.middlecol {
	width:100%;
	height:auto;
}
.maincontent {
	font-family: Calibri, verdana, arial;
	font-size: 18px;
	height: auto;
	width: 95%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}





footer {
	clear:both;
	width:100%;
	height:100px;
	background-color:#2E3192;
	color: #fff;
	font-family: Handwriting, "Comic Sans MS";
	font-size: large;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

@media screen and (min-width: 600px) {
	.leftcol {float:left; width:30%;}
	.middlecol {float:left; width:70%;}
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 960px) {

}

@media screen and (min-width: 1200px) {

}



/*------------------------------------*\
    Responsive Navigation Menu
	author: Omar Jesus Bravo
	@OmarJesusBravo, www.bravodms.com
\*------------------------------------*/

nav {
	background-color:#2E3192;
	height:45px;
	width:100%;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin: 0px;
}
