﻿/* Resets */
html, body, div, span, applet, img, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
	/*background*/
}
:focus {
	outline: 0;
}
ol {
	list-style: circle;
}
table {
	/*border-collapse: separate;
	border-spacing: 0;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
}

.clear {
	clear: both;
}


/* FX.Slide CSS */
#vertical_slide, #horizontal_slide {
	
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}
/* FX.Slide CSS */

/* TWEENING */
div.demoElement {
	width: 80px;
	height: 80px;
	border: 1px solid black;
	background-color: #f9f9f9;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}
div.demoElementHeight {
	height: 120px;
}

.myClass {
	width: 300px;
	height: 50px;
	border: 3px dashed black;
	background-color: #C6D880;
	font-size: 20px;
	padding: 20px;
}
/* TWEENING */

/* User Styles */
body {
	background-color: #121212;
	font-family: "Verdana", Courier, Monospace;
	font-size: .8em;
	min-height: 100%;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4
{
    font-size: 1.75em;
    text-transform: capitalize;
    margin : 0 0 15px 0;
}

a {
	color: #ccc;
}
a:hover {
	color: #fff;
}
input {
	border: 0;
	margin: 2px;
	/*width: 170px;*/
	font-family: "Courier New", Courier, Monospace;
}
select {
	border: 0;
	margin: 2px;
	/*width: 170px;*/
	font-family: "Courier New", Courier, Monospace;
}

.topNav {
	background-color: #000;
	border-bottom: solid 1px #555;
	cursor: default;
	padding: 3px;
}
.topNavWrapper {
	margin: 0 auto;
	width: 900px;
	text-align: right;
}
.topNav a {
	color: #CCC;
	font-size: 16px;
	margin: 0 10px;
}
.topNav a:hover {
	color: #FFF;
}

.wrapper {
	margin: 0 auto;
	width: 900px !important;
  width: 940px;
  width/**/:/**/940px;

}

.navigation div.navItem {
	float: left;
	padding-bottom: 10px;
	background: transparent url(/Lib/Images/barbDark.png) repeat-x scroll left bottom;
	margin: 0 21px;
	cursor: pointer;
}

.navigation h3 {
	padding-right: 10px;
	background: transparent url(/Lib/Images/downArrow.png) no-repeat scroll right;
}

.menuItemsContainer {
	position: absolute;
	margin-left: 5px;
	overflow: hidden;
	height: 0;
	z-index: 1000;
	background: transparent url(../images/brushedLight.jpg) repeat;	
}

.menuItems a {
	display: block;
	color: #000;
	padding: 5px 15px;
	white-space: nowrap;
	width : 130px;
}

.menuItems a:hover {
	color: #555;
}

.contentOuter {
	background-color: #333;
	margin: 10px 0;
}

.rounded_tl, .rounded_tr, .rounded_bl, .rounded_br {
	height: 10px;
	width: 10px;
	font-size: 0;
}

.rounded_tl {
	background: transparent url(/Lib/Images/roundedCorner_tl.gif) no-repeat top left;
}
.rounded_tr {
	background: transparent url(/Lib/Images/roundedCorner_tr.gif) no-repeat top right;
	float: right;
}
.rounded_bl {
	background: transparent url(/Lib/Images/roundedCorner_bl.gif) no-repeat bottom left;
}
.rounded_br {
	background: transparent url(/Lib/Images/roundedCorner_br.gif) no-repeat bottom right;
	float: right;
}

.content, .middleContent, .rightContent {
	background-color: #191919;
	border: solid 1px #555;
	margin: 0 10px;
	color: #fff;
}

.content {
    background:url(/Lib/Images/HomeMain1.gif) no-repeat #000; 
    height: 400px;
}

.contentSideBox {
	width: 272px;
	background: transparent url(/Lib/Images/brushedDark.jpg) repeat-y;
	border: solid 2px #6B6B6B;
	padding: 20px;
	text-align: center;
	font-size : .85em;
}

.contentSideBox table
{
    /*width: 275px;*/
    margin: 0 auto;
}

.contentSideBox table td {
	text-align: center;
	font-size : inherit;
}

.mainBottom {
    background: #191919;
    height: 0px;
    width: 0px;
    opacity: 0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
    overflow: hidden;
}

.mainLeft {
    width: 470px;
    float: left;
    padding: 15px;
    font-size : inherit;
}

.mainRight {
    float: right;
    padding: 15px;
}

.mainRightInside {
    border: 2px solid;
}

.mainTop {
    background: url(/Lib/Images/Title_WelcomeToLonestarHandgun.gif) no-repeat #000;
    width: 0;
    height: 50px;
}

.main {
    margin: 10px 10px 10px; 
    height: 350px; 
}

.bottomContent {
}

.bottomContentLeft {
    background: #191919;
	border: solid 1px #555;
	margin: 0 10px;
	padding: 10px 0;
	color: #ccc;
	height: 150px;
}

.bottomContentRight {
    background-color: #191919;
	border: solid 1px #555;
	margin: 0 10px;
	padding: 10px 0;
	color: #ccc;
	height: 150px;
}

.bottomContentCenter {
    background: url(/Lib/Images/HomeBottom_AWT.gif) #191919;
	border: solid 1px #555;
	margin: 0 10px;
	padding: 10px 0;
	color: #ccc;
	height: 150px;
}

.bottomContent h3 {
	margin-bottom: 10px;
}

.bottomContent p {
	text-align: left;
	margin: 10px 20px;
}

.bottomLeftBox {
	background-color: #333;
	margin: 10px 10px 10px 0;
	float: left;
	width: 291px;
	text-align: center;
}
.bottomCenterBox {
	background-color: #333;
	margin: 10px 10px 10px 0;
	float: left;
	width: 287px;
	text-align: center;
}
.bottomRightBox {
	background-color: #333;
	margin: 10px 10px 10px 0;
	float: left;
	width: 291px;
	text-align: center;
}

.bottomLeftBox table {
	margin: 0 10px 15px 10px;
	
}
.bottomLeftBox table td {
	padding: 2px;
	font-size : inherit;
}

.bottomCenterBox table {
	margin: 0 10px 15px 10px;
	
}
.bottomCenterBox table td {
	padding: 2px;
	font-size : inherit;
}

.bottomRightBox table {
	margin: 0 10px 15px 10px;
	
}
.bottomRightBox table td {
	padding: 2px;
	font-size : inherit;
}

.btnHole {
	padding: 2px 0 2px 25px;
	background: transparent url(/Lib/Images/hole.jpg) no-repeat scroll center left;
	line-height: 22px;
	margin-left: 10px;
}

.leftNavOuter {
	 width: 160px;
	 float: left;
	 margin-right: 10px;
}

.leftNav {
	 width: 160px;
	 background: transparent url(/Lib/Images/brushedDark.jpg) repeat-y;
	 border: solid 2px #6B6B6B;
	 margin-left: 10px;
	 color: #ccc;
}
.leftNavInner {
	padding: 15px 10px;
}

.rightContent {
    width: 160px;
	 background: transparent url(/Lib/Images/brushedDark.jpg) repeat-y;
	 border: solid 2px #6B6B6B;
	 margin-left: 10px;
	 color: #ccc;
}

.rightContentInside {
	padding: 15px 10px;
}

.middleContent {
	float: left;
	width: 700px;
	color: #ccc; 
	background:  #000;
}

.middleContentInner {
}

.middleContent table {
	width: 400px;
	margin: 0 auto;
	border-spacing: 5px;
}

.middleContent table caption {
	text-align: center;
	font-weight: bold;
}

.middleContent table td, .middleContent table th {
	text-align: center;
}

.middleContent table th {
	border-bottom: solid 1px #333;
}

.middleContent table td.selected {
	background-color: #333;
}

.subHeading {
	font-weight: bold;
}

.description {
	font-size : inherit;
	font-weight: normal;
	margin-bottom: 15px;
}

.innerContentTitle {
    background : #000;
    font-size : 2.5em;
    color : #ccc;
    padding: 10px 10px 5px 10px;
    float : left;
    width: 680px;
}

.innerContentSubMenu
{
    background: #000;
    width: 680px;
    float: left;
    padding: 10px;
    text-align: center;
    margin : 0 auto;
    border-top : solid 1px #555;
}

.innerContentSubMenu ul
{
    margin: 0;
    padding: 0;
    list-style-type : none;
}

.innerContentSubMenu li {
    display : inline;
    padding: 0 8px 0 8px;
    border-right : solid 1px #fff;
    border-left : solid 1px #fff;
    margin : 0;
    margin-left : -1px;
}

.innerContent {
    margin: 10px;
    padding : 5px;
    float : left;
    width : 670px;   
    /*background : #555;*/
}

.innerContentInner {
    
}

.innerContent a {
	color: #fff;
}

.innerContent a:hover {
	color: #666;
}

.innerContent table {
	width:auto;
	margin: 0;
	border-spacing: 2px;
}

.innerContent table td, .middleContent table th {
	text-align: left;
}

.innerContent table th {
	border-bottom: none;
}

.innerContent table td.selected {
	background-color: #fff;
}

.faqQuestion {
	font-weight: bold;
}

.NumServed {
    font-weight: bold;
    font-size: 22px;
}