@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/metal2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000099;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: auto\9; 
	max-width: 1000px; 
	-webkit-box-shadow: 0px 0px 10px 6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 6px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px 6px rgba(0,0,0,1);
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main-content  {
	background-color: #FFF;
	height: auto;
	width: 100%;
	max-width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	z-index: 0;
	position: relative;
	display: block;
	clear: both;
}
#header {
	padding: 0px;
	height: auto!important;
	max-height: 143px;
	width: auto\9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
}
#social-icons{
	padding: 0px;
	height: auto;
	max-height: 20px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -30px;
	margin-left: auto;
	top:0px;
	position:relative;
	z-index:5000;
	text-align:center;
	float:left;
	display:block;

}
#social-icons img{
	height: auto;
	max-width: 100%;
	width: auto\9;
}
.social{
margin-right:5px;margin-left:5px;text-align:center;	
}
.social img{
	height: auto;
	max-height: 100%;
	width: auto\9;
}
.botrMenu {
	display: none;
	/*width:100%;
	height:34px;
	background-color: transparent;
	float: left;
	display: block;
	z-index: 4000;*/

}

#ms-menu {
	background-image: url(images/menu-bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	width: 100%;
	-webkit-box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	z-index: 100;
	position: relative;
	display: block;
	top: 0px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container #ms-menu a #Image1 {
	/*margin-left: 30px;*/
}
.sidebar1 {
	float: left;
	width: 200px;
	background: #d2e1e9;
	padding-bottom: 20px;
	padding-top: 20px;
	height: auto;
}
#slides {
	padding: 0px;
    width: auto\9; /* ie8 */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	position: relative;
	z-index: 10;
	
}
.container .sidebar1 aside p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #003;
	letter-spacing: 0.1em;
}
.sidebar-text {
	line-height: 20px;
}
.content {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	max-width: 760px;
	width: 76%;
	display: inline-block;
}
.content-gallery {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 100%;
	float: left;
	height: auto;
	max-width: 1000px;
}
h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: xx-large;
    font-weight: normal;
    color: #F00;
    letter-spacing: 0.05em;
    padding-top: 15px;
}
.container .content section p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #101c32;
}
.container .content section h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #101c32;
	margin-bottom: 1px;
}
.small-h2 {
	font-size: 14px;
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #18253a;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.container .content section {
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #d2e1e9;
}
.container .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCC!important;
	text-align: center;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
.header, section, .footer, aside, nav, article, figure {
	display: block;
}
aside {
	padding-top: 20px;
}
.container .sidebar1 aside h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #F00;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
.captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #F00;
            background-color: rgba(255, 0, 0, 0.8);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
}
#slider1_container {
	-webkit-box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	position: relative;
	z-index: 10;
	clear: both;
}
#slider2_container {
	-webkit-box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 7px 4px 0px rgba(0,0,0,0.5);
	position: relative;
	z-index: 10;
	clear: both;
}
#section2{
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}
/*  Nav styles  */
a#pull{
display: none;
}
.nav{
margin:0 !important;
padding: 0 !important;
}
.fb-follow > span:nth-child(1)
{width:350px!important;}
.fb-follow > span:nth-child(1) > iframe:nth-child(1){width:350px!important;}
#fb{width:350px;height:auto;margin-right:auto;margin-left:auto;}
/* MOBILE STYLES */
@media only screen and (max-width: 1025px){
	.content {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	max-width: 760px;
	width: 70%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	color: #F00;
	letter-spacing: 0em;
	padding-top: 15px;
}
}
@media screen and (max-width: 568px) {
	/*Fix for Large Smart Phone in Landscape Mode*/
#ms-menu {
display: none;	
}
a#pull{
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000;
	text-indent: 15px;
	border-top: 1px solid #091E4A;
	border-bottom: 1px solid #091E4A;
	padding: 10px 0;
	background: #091E4A;
	font-size: 135%;
}
a#pull:after{
    content:'\2261';
    width: 40px;
    height: 30px;
    display: inline-block;
    position: relative;
    right: 20px;
    top: -16px;	
    font-size: 50px;
    color: #FFF;
	float: right;
}
#botrMenu1 ul{
	display: none;
}
.botrMenu {
	width:100%;
	height:auto!important;
	background-color: #8c9fad;
	/*float: left;*/
	display: block;
	z-index: 4000;

}
.content {
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
	max-width: inherit;
	width: 94%;
	min-width: inherit;
}
.sidebar1 {
	float: none;
	width: 94%;
	background: #d2e1e9;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#section2{
-moz-column-count: 1;
-moz-column-gap: 0px;
-webkit-column-count: 1;
-webkit-column-gap: 0px;
column-count: 1;
column-gap: 0px;
}
}
