@font-face {
    font-family: 'bebasNeue';
    src: url('fonts/BebasNeue.eot');
    src: url('fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue.woff') format('woff'),
         url('fonts/BebasNeue.ttf') format('truetype'),
         url('fonts/BebasNeue.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a {
	text-decoration: none;
	color: #162f57;
}
a:hover {
	color: #2D5AA2;
}
body {
	background: url('images/pattern.png') repeat #c0beae;

}
h1 {
	font-size: 3em;
	text-transform: uppercase;
	line-height: 1em;
	font-family: sans-serif;
	font-family: 'bebasNeue';
	color: #fff;
	border-top: 3px double #888;
	border-bottom: 3px double #888;

}
h2 {
	font-family: 'bebasNeue';
	color: #fff;
	border-top: 3px double #aaa;
	border-bottom: 3px double #aaa;
}
h3 {
	font-family: 'bebasNeue';
	color: #fff;
}
h4 {
	font-family: 'bebasNeue';
}
.white { 
	color: #eee;
}
.page h3 {
	color: #444;
}
.imgfloat {
	float: left;
	width: 55%;
	margin-right: 1em;
	border: 3px double #aaa;
}
.indent {
	text-indent: 1em;
}
.h2 {
	color: #6DD9F3;
	font-family: 'bebasNeue';
	letter-spacing: .15em;
	font-size: 2em;
	text-align: center;
	display: block;
	margin-bottom: 9px;
}
.lilsmaller {
	font-size: .75em;
}
#mainsection .lilsmaller {
	text-align: center;
}
.lilbigger {
	font-size: 1.25em;
}
#phone {
	background: red;
}
#logo {

}
.button {
	background: red;
	display: inline-block;
	border-radius: 15px;
}
#topleft {
	text-align: right;
}
#topleft .button {
	margin-top: .25em;
	color: #fff;
	text-shadow: none;
}
/*
#topbg {
	background: url('images/topbg.jpg') no-repeat no-repeat bottom center fixed; 
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding:15px 0;
	border-bottom:20px solid #103c19;
}
.lt-ie9 #topbg {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
*/
#topbar {
	background: rgba(255, 255, 255, .65);

}
#header h1 {
	border: none;

}
#nav {
	margin-bottom: 0;
}
#nav li {
	display: inline-block;
	padding: 2em 1.3em;
	text-align: center;
	border-left: 2px solid #2b2b2b;
	-ms-transform: skew(-30deg); /* IE 9 */
	-webkit-transform: skew(-30deg); /* Chrome, Safari, Opera */
	transform: skew(-30deg);	
	margin: 0 -4px 0 0;
}
#nav li:hover {
	background: #4b92a3;
	box-shadow: inset 0 0 8px #002d45;
	text-shadow: 1px 1px 2px #2b2b2b;
}

#nav li:hover a {
	color: #fff;
}
#nav li a {
	text-decoration: none;
	color: #2b2b2b;
	-ms-transform: skew(30deg); /* IE 9 */
	-webkit-transform: skew(30deg); /* Chrome, Safari, Opera */
	transform: skew(30deg);
	display: block;
	text-transform: uppercase;
}
#nav a:before {
	width: 8px;
	height: 11px;
	content: "";
	background: url('images/rightarrow.png');
	display: inline-block;
	margin-right: .25em;
}
#nav li:hover  a:before {
	background-position: 0 100%;
}
#twolines {
	position: relative;
}
#twolines:after {
	position: absolute;
	content: "Areas of Practice";
	font-size: .8em;
	display: block;
	text-align: center;
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
	margin-left: 1.5em;
	text-shadow: none;
}
.darkbar {
	background: #242420;
	color: #ccc;
	padding: .5em 0;
	box-shadow: inset 0 0 10px #000;
	text-transform: uppercase;
}
.top-phone {
	float: right;
	position: relative;
}
.top-phone span {
	text-shadow: 1px 1px 3px #000;
	vertical-align: text-top;	
}
.top-phone:after {
	display: block;
	content: 'Free Consultation';
	color: #fff;
	background: #4b92a3;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	font-size: 1.25em;
	padding: .5em .75em;
	margin-top: 0.38em;
	border-radius: 0 0 15px 15px;
	box-shadow: 1px 1px 3px #000;
	text-shadow: 1px 1px 1px #232323;
}
.large {
	font-size: 1.75em;
}
.prime {
	color: #4b92a3;
}
.second {
	color: #162f57;
}
#bannerbar-1st-section h2{
	color: #fff;
    font-family: 'bebasNeue';
    letter-spacing: .1em;
}
#bannerbar-1st-section p {
	font-size: 1.2em;
}
#bannerbar-1st-section {
	color: #ccc;
	font-family: 
}
#bannerbar .bluebutton {
	margin-top: 3em;
}
/*http://www.colorzilla.com/gradient-editor/#21385b+0,031a3d+100;Custom*/
.bluebutton {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: rgb(33,56,91); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(33,56,91,1) 0%, rgba(3,26,61,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,56,91,1)), color-stop(100%,rgba(3,26,61,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(33,56,91,1) 0%,rgba(3,26,61,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(33,56,91,1) 0%,rgba(3,26,61,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(33,56,91,1) 0%,rgba(3,26,61,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(33,56,91,1) 0%,rgba(3,26,61,1) 100%); /* W3C */
	text-decoration: none;
	padding: .5em;
	font-size: 1.25em;
	width: 24%;
	text-align: center;
	margin: 0 .25em;
	box-shadow: 2px 2px 20px #000;
	border: 2px solid transparent;
	text-shadow: 1px 1px 2px #000;
}
.lt-ie9 .bluebutton {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21385b', endColorstr='#031a3d',GradientType=0 ); /* IE6-9 */
}
.bluebutton:hover {
	background: rgb(3,26,61); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(3,26,61,1) 0%, rgba(33,56,91,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,26,61,1)), color-stop(100%,rgba(33,56,91,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(3,26,61,1) 0%,rgba(33,56,91,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(3,26,61,1) 0%,rgba(33,56,91,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(3,26,61,1) 0%,rgba(33,56,91,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(3,26,61,1) 0%,rgba(33,56,91,1) 100%); /* W3C */
	border: 2px solid #4b92a3;
}
.lt-ie9 .bluebutton:hover {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031a3d', endColorstr='#21385b',GradientType=0 ); /* IE6-9 */
}
#mainsection .bluebutton {
	width: 34%;
	margin-left: 66%;
	display: block;
	margin-bottom: 1em;
}
/*http://www.colorzilla.com/gradient-editor/#2fa4bf+0,237c92+40,1c6777+100;Custom*/
.tealbutton {
	background: rgb(47,164,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(47,164,191,1) 0%, rgba(35,124,146,1) 40%, rgba(28,103,119,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,164,191,1)), color-stop(40%,rgba(35,124,146,1)), color-stop(100%,rgba(28,103,119,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(47,164,191,1) 0%,rgba(35,124,146,1) 40%,rgba(28,103,119,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(47,164,191,1) 0%,rgba(35,124,146,1) 40%,rgba(28,103,119,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(47,164,191,1) 0%,rgba(35,124,146,1) 40%,rgba(28,103,119,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(47,164,191,1) 0%,rgba(35,124,146,1) 40%,rgba(28,103,119,1) 100%); /* W3C */
	text-decoration: none;
	padding: .5em;
	font-size: 1.25em;
	width: 24%;
	text-align: center;
	margin: 0 .25em;
	box-shadow: 2px 2px 20px #000;
	border: 2px solid transparent;
	text-shadow: 1px 1px 2px #000;
	color: #fff;
}
.lt-ie9 .tealbutton {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fa4bf', endColorstr='#1c6777',GradientType=0 ); /* IE6-9 */
}
.tealbutton:hover {
	background: rgb(28,103,119); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(28,103,119,1) 0%, rgba(35,124,146,1) 60%, rgba(47,164,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,103,119,1)), color-stop(60%,rgba(35,124,146,1)), color-stop(100%,rgba(47,164,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(28,103,119,1) 0%,rgba(35,124,146,1) 60%,rgba(47,164,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(28,103,119,1) 0%,rgba(35,124,146,1) 60%,rgba(47,164,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(28,103,119,1) 0%,rgba(35,124,146,1) 60%,rgba(47,164,191,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(28,103,119,1) 0%,rgba(35,124,146,1) 60%,rgba(47,164,191,1) 100%); /* W3C */
}
.lt-ie9 .tealbutton:hover {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6777', endColorstr='#2fa4bf',GradientType=0 ); /* IE6-9 */
}
#contact .tealbutton {
	width: 100%;
	margin-top: 1em;
}

/*
#mainnav {
	text-align: center;
	color:#fff;
	padding-top: 10px;
}
#mainnav a {
	text-decoration: none;
	color: #fff;
	display: block;
}
#mainnav a:hover .bold {
	color: #cf0000;
}
#mainnav a:hover .smaller {
	color: #fff;
}
*/
.bold {
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 1.23em;
}
li .bold {
	font-size: 2em;
}
.smaller {
	font-size:.85em;
	font-weight: lighter;
	color: #ccc;
	white-space: nowrap;
}
.dropdown {
	visibility: hidden;
}
#drop:hover .dropdown {
	visibility: visible;
}
.primecolor {
	color:#103c19;	
}
.secondarycolor {
	color:#9be270;
}
.screenwidth {
	width: 100%;
}
#bannerbar {
	background: rgba(0, 0, 0, .8);
	position: absolute;
	bottom: 0;
	border-top:3px double #4b92a3;
	border-bottom:3px double #4b92a3;
}

#topright {
	text-align:right;
}
img {
	width: 100%;
}
.smalltext {
	font-size: .75em;
}
.phonenumber {
	display: block;
	color:#fff;
	font-size: 2em;
}
.box, .rectangle {
	background: url(images/boxbg.jpg);
	height:12em;
	margin:10px 0;
	box-shadow:4px 4px 5px #051b2c ;
}
.rectangle {
	height: 6em;	
}
#boxone {
	background-position: 0 30%;
}
#boxtwo {
	background-position: 33% 30%;
}
#boxthree {
	background-position: 64% 30%;
}
#boxfour {
	background-position: 100% 30%;
}
#boxfive {
	background-position: 0 75%;
}
#boxsix {
	background-position: 33% 75%;
}
#boxseven {
	background-position: 64% 75%;
}
#boxeight {
	background-position: 100% 75%;
}
#boxnine {
	background-position: 75% 100%;
}
#boxten {
	background-position: 100% 100%;
}
#boxnine, #boxten {
	font-size: .5em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
#topbanner {
	background: url(images/boxbg.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
	 background-size: cover;
	 height: 40em;
	 position: relative;
	
}
.floatleft {
	float: left;
}
#banner .button {
	width: 75%;
}
#mainsection {
	padding: 22px 0;
	border-top: 6px groove #264069;
}
#mainsection h1 {

}
#mainsection h1 img {
	width: 65%;
	text-align: center;
}
.page #mainsection {
	padding: 47px 0;
}
.imgheading {
	text-align: center;
	margin-left: 10em;
	width: 20em;
}
#bannertext {
	margin: 2em 0;
	color: #ccc;
	font-size: 4em;
	line-height: 1em;
	text-align: center;
    font-family: 'bebasNeue';
    text-shadow:1px 1px 5px #000, -1px -1px 1px #fff;

}
.topline {
display: block;
text-align: left;
font-size: 1.5em;
color: #264069;
}
.bottomline {
display: block;
text-align: right;
font-size: 2em;
line-height: 1em;
color: #4b92a3;
}
.simplebutton {
	border: 6px solid #232323;
	color: #232323;
	padding: .25em;
	text-decoration: none;
	font-size: .4em;
	display: inline-block;
	margin: 0 auto;
	font-weight: bolder;
	margin-top: 1.5em;
}
.simplebutton:hover {
	background: #232323;
	color: #fff;
}
.boxlink {
	padding-left:.2em;
	padding-top:.5em;
	text-decoration: none;
	color: #fff;
	font-size: 1.25em;
	display: block;
	background: rgba(157, 0, 0, .8);	
	margin:.5em;
	height: 7.5em;
	font-family: sans-serif;
	line-height: 1em;
	box-shadow:4px 4px 5px #051b2c ;	
	transition-duration: 1s;
	-webkit-transition-duration: 1s; /* Safari */
}
.boxlink:hover {
	background: rgba(0, 0, 0, .8);	
	color: #eee;
}
.heading {
	display: block;
	font-family: serif;
	color:#232323;
	font-size:2em;
	text-transform: uppercase;
	line-height: 1em;
	text-align: left;
}
#sidebar {
	background: rgba(0, 0, 0, .8);
	color: #ccc;
}
.bullets {
	list-style-type: square;
	padding-left: 4em;
}
.round {
	border-radius: 100%;
	border: 8px inset #4b92a3;
	height: 10em;
	font-size: 1em;
	display: inline-block;
	width: 10em;
	margin: 1em 2em;
	vertical-align: top;
	text-align: center;
	/* background: url(images/sprite.png); */
	background-position: 100%;
	-webkit-transition: border-color .5s;
	transition: border-color .5s;
	}
#roundone {
	background-position: 33% .5%;
}
#roundtwo {
	background-position: 33% 12%;
}
#roundthree {
	background-position: 33% 24%;
}
#roundone:hover, #roundtwo:hover, #roundthree:hover {
	border-color: #ccc;
}
.mainquote {
	display: block;
	border-top: 5px solid red;
	border-bottom: 5px solid red;
	font-size: 3em;
}
.quote {
	text-align: justify;
	display: block;
	margin-top: 1em;
	position: relative;
	border-bottom: 2px solid #888;
	padding: .5em 0;
	text-indent: 3em;
}
.quote:before {
	display: inline-block;
	content: "\201C";
	color: rgb(38, 64, 105);
	font-size: 7em;
	position: absolute;
	left: -.4em;
	top: .25em;
}
.quoted {
	text-align: right;
	color: rgb(38, 64, 105);
	font-size: 1em;
	display: block;
}
.phone {
	display: block;
	font-size: 2em;
	margin: .25em 0;

}
.smallphone {
	color: red;
}
.associations {
	background: url(images/sprite2.png);
	display: inline-block;
	height: 5.5em;
	width: 5.5em;
	margin: 0 2em;
}
#assone {
	background-position: 0 0;
}
#asstwo {
	background-position: 0 16%;
}
#assthree {
	background-position: 0 33%;
}
#assfour {
	background-position: 0 50%;
}
#assfive {
	background-position: 0 67%;
}
#asssix {
	background-position: 0 83%;
}
#assseven {
	background-position: 0 100%;
}
.padding {
	padding: .25em;
}
input {
	display: block;
	width: 95%;
	padding: .5em;
	margin: .5em 0;
	box-shadow: inset -1px -1px 5px #000;
}
textarea {
	display: block;
	width: 96%;
	padding: .5em;
	margin: .5em 0;
	box-shadow: inset -1px -1px 5px #000;
}
#contact {
background: rgb(15,33,61); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(15,33,61,1) 0%, rgba(38,64,105,1) 84%, rgba(192,190,174,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,33,61,1)), color-stop(84%,rgba(38,64,105,1)), color-stop(100%,rgba(192,190,174,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(15,33,61,1) 0%,rgba(38,64,105,1) 84%,rgba(192,190,174,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(15,33,61,1) 0%,rgba(38,64,105,1) 84%,rgba(192,190,174,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(15,33,61,1) 0%,rgba(38,64,105,1) 84%,rgba(192,190,174,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(15,33,61,1) 0%,rgba(38,64,105,1) 84%,rgba(192,190,174,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f213d', endColorstr='#c0beae',GradientType=0 ); /* IE6-9 */

	padding: 1.25em;
	margin-top: -60px;
	border-radius: 30px 30px 0 0;
	border-top: 5px double #0ECCFA;
	box-shadow: -1px -7px 10px #000;
	border-right: 5px double #328DA3;
	border-left: 5px double #0F829E;
	margin-bottom: 40px;
}
#contact h1 {
	color: #fff;
	font-size: 3em;
	text-align: center;
}

#sidebar h2 {
	text-align: center;
	color: #c0beae;
	border:none;
}
.sidebar_links a {
		color: #73E4FF;
		display: block;
}
.sidebar_links a:hover {
	color: #fff;
}
.sidebar_links li:hover a {
	color: #fff;
}
.sidebar_links li {
	margin: 1em;
	background: #111;
	padding: 1em;
	color: #73E4FF;
	border: 2px solid #666;
}
.sidebar_links li:hover {
	background: #4b92a3;
	color: #fff;
}
#fixedside {
	position: fixed;
	left: 0;
	height: 100%;
	background:red;
	color: #fff;
	font-size: 5em;
}
#mainstuff {
	height: 100%;
	background:rgba(0, 0, 0, .25);
	color: #fff;
	font-size: 5em;
}


#footer {
	background: url('images/footerbg.jpg');
	padding-top: 1em;
	color: #fff;
	padding-bottom: 5em;
}
#footer .container {
	margin-top: 5em;
}
#contact-addy img {
	display: block;
}
#contact-addy {
	text-align: center;
	color: #fff;
	text-align: center;
	font-size: 1.75em;
	line-height: 1.25em;
	margin-top: 3em;
}
#footer-addy {
	text-align: center;
	color: #fff;
	text-align: center;
	font-size: 1.75em;
	border-right: 2px solid #ccc;
	line-height: 1.25em;
}
#footer-addy span, #contact-addy span {
	display: block;
	margin-top: .5em;
}
#footer-addy .prime {
	color: #73E4FF;
}
#footer .padding {
	padding: 0 1.5em 0 0;
}
#officehours span {
	margin-left: .5em;
	display: block;
}
#sitelinks ul {
	text-indent: 1em;
}
#paymenttypes {
	white-space: nowrap;
}
.paymenttype {
	background: url('images/paymentsprite.png') no-repeat;
	width: 50px;
	height: 31px;
	display: inline-block;
	text-align: center;
}
#visa {
	background-position: 0 49%;
}
#mc {
	background-position: 0 0;
}
#cash {
	background-position: 0 100%;

}
#directions-link {
	color: #fff;
	font-family: 'bebasNeue';
	text-decoration: none;
	font-size: 2em;
	margin-top: .5em;
	display: block;
	position: relative;
	text-align: center;
	display: block;
	margin-left: .75em;
}
#directions-link:hover {
	color: #73E4FF;
}
#directions-link:before {
	content: url('images/locator.png');
	display: block;
	/* height: 100%; */
	position: absolute;
	margin-top: -6px;
}
.disclaimer {
	font-size: .85em;
	margin-top: 5em;
}
#copyright {
	text-align: right;
}
#copyright a {
	color: #73E4FF;
	text-decoration: none;
}
.fixed {
	position: fixed;
	z-index: 1;
	bottom: 25px;
	right: 25px;
}
.practice-area {
	text-align: center;
	min-height:225px;
	font-size: .85em;
	float: left;
	margin: 0 17px;

}
.practice-area img {
	border-radius: 100%;
	border: 19px double #4b92a3;
	width: 130px;
	height: 130px;
}
.practice-area h2 {
	font-size: 1.5em;
	line-height: 1em;
}
.practice-area:hover img {
	border-color: #162f57;
}
.somethinspecial {
	background: rgba(76, 145, 162, 0.67);
	margin-left: 2em;
	padding: .5em;
	color: #222;
	border-radius: 0em;
	border: 3px groove #B4B4B4;
}
.somethinspecial h3 {
	color: #eee;
	letter-spacing: .01em;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-bottom: 3em;
}
.video-wrapper iframe {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bignfancy {
	font-family: 'bebasNeue';
	font-size: 2em;
	line-height: 1em;
	text-align: left;
	color: #4b92a3;
	display: block;
}
#footer .bignfancy {
	color:#73E4FF;
}
#map {
 width: 750px;
  height: 500px;
}
#footer a {
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	color:#73E4FF;
}
.socialmedia {
	background: url("images/socialsprite.png");
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-top: 1em;
}
#face {
	background-position:0 50%;
}
#twit {

}
#link {
	background-position:0 75%;
}
#google {
	background-position:0 25%;
}
#tube {
	background-position:0 100%;
}
.normalul li {
line-height: 18px;
margin-bottom: .25em; 
margin-left: 3em;
list-style-type: disc;
}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#nav li {
			padding: 2em .7em;
			font-size: .9em;
		}
		#topbanner {
			height: 100%;
		}
		#bannertext {
			font-size: 3em;
		}
		#bannerbar {
			display: none;
		}

	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#nav a:before {
			display: none;
		}
		#nav li {
		display: inline-block;
		padding: 2em .9em;
		font-size: 0.8em;
		}
	}
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#served {
			display: none;
		}
		#nav a:before {
			display: none;
		}
		#nav li {
		display: block;
		padding: .5em .9em;
		font-size: 0.8em;
		border: none;
		}	
		#twolines:after {
		display: none;	
		}
		.imgheading {
			display: none;
		}
		#contact {
			margin-top: 0;
		}
		#mainsection .bluebutton {
			width: 100%;
			margin-left: 0;
		}
	}

