html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #98012e; /* red instead of #000000 (black) */
	font-family: 'Fira Sans', 'Source Sans Pro', 'PT Sans', 'Helvetica', 'Tahoma', 'Verdana', 'Arial', sans-serif;
	font-size: 15px;
	color: #303233;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
}

h1 {
	margin: 0px;
	padding: 10px;
	font-family: 'Roboto', 'Montserrat', 'Helvetica', sans-serif;
	font-weight: normal;
	color: #101010;
	letter-spacing: -1px;	
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', 'Montserrat', 'Helvetica', sans-serif;
	font-weight: normal;
	color: #101010;
	letter-spacing: -1px;
}

h3 {
	margin: 0px;
    margin-bottom: 5px;
	padding: 0px;
	font-family: 'Roboto', 'PT Sans', 'Helvetica', sans-serif;
	font-weight: normal;
	color: #101010;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

code {
    font-family: monospace;
    font-size: 14px;
}

strong {
	font-family: 'Source Sans', 'Roboto', 'PT Sans', 'Helvetica', sans-serif;
	font-weight: bold;
}

a {
	color: #101010;
    text-decoration: none;
    border-bottom:1px dotted;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
	display: block;
    margin-left: auto;
    margin-right: auto;

}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 1100px;
	padding: 0px 50px;
	background: #FFFFFF;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	padding: 30px 0px;
}

/** LOGO */

#logo {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

#logo h1, #logo p {
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 2.5em;
}

#logo h1 a {
	color: #101010;
	text-transform: uppercase;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	color: #a7a9ac;
}

#logo p a {
	color: #D6D6D6;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #12212F;
}

/** MENU */

#menu {
	float: right;
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 0px 0px 0px;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #58595b;
	border: none;
}

#menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #fcb034; /* Albany gold */
	border-radius: 5px;
}

#menu .current_subpage_item a {
	background: #a7a9ac;
	border-radius: 5px;
}

#menu .current_subpage_item a {
	text-decoration: none;
	color: #FFFFFF;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	/*border-top: 1px solid #DEDEDE;*/
}

/** CONTENT */

#content {
	float: center;
	width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#content #cbox1 {
	margin-bottom: 40px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar #box1 {
	margin-bottom: 50px;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 50px 0px;
	border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

#hline {
	border-top: 1px solid #DEDEDE;
}

#footer p {
	text-align: center;
	font-size: 12px;
}

#footer a {
}

/** BANNER */

#banner {
	overflow: hidden;
	padding-bottom: 40px;
}

/** TWO COLUMN */

#two-column {
	overflow: hidden;
	padding: 40px 0px;
	border-top: 1px solid #DEDEDE;
}

#two-column h2 {
	font-size: 1.5em;
}

#two-column #tbox1 {
	float: left;
	width: 350px;
}

#two-column #tbox2 {
	float: right;
	width: 350px;
}

/** For contact page */

#contact_wrap {
   width:800px;
   margin:0 auto;
}
#contact_left_col {
   float:left;
   width:600px;
}
#contact_right_col {
   float:right;
   width:200px;
}

/* Button style 1 */

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #000;
	text-decoration: none;
	color: #FFF;
}


/* List style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #a7a9ac;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

/* Navigation hover menu */

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	
nav ul {
	/*background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;*/
	border-radius: 5px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #a7a9ac;
		background: linear-gradient(top, #a7a9ac 0%, #a7a9ac 40%);
		background: -moz-linear-gradient(top, #a7a9ac 0%, #a7a9ac 40%);
		background: -webkit-linear-gradient(top, #a7a9ac 0%,#a7a9ac 40%); /* Change this color for hovering box*/
		border-right: 0px solid #a7a9ac;
		border-right-style: dotted;
		border-right-width: 0px;
		border-radius: 5px;
	}
		nav ul li:hover a {
			color: #a7a9ac;
		}
	
	nav ul li a {
		display: block; padding: 25px 30px;
		color: #a7a9ac; text-decoration: none;
	}
	
nav ul ul {
	background: #a7a9ac; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; top: 100%;
	border-radius: 5px;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #a7a9ac;
		border-bottom: 0px solid #a7a9ac;
		border-radius: 5px;
		position: relative;
	}
		nav ul ul li a {
			padding: 25px 30px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #a7a9ac;
			}
			
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

blockquote {
  padding: 3px;
  background-color: #D8D8D8;
  border-top: 1px dotted #D6D6D6;
  border-bottom: 1px dotted #D6D6D6;
  border-left: 1px dotted #D6D6D6;
  border-right: 1px dotted #D6D6D6;
  border-radius: 5px;
  margin: 0px; 
  text-indent: 0px;
  }

br.small {
 display:block; 
 margin-top:10px; 
 line-height:22px; 
}

.roundrect {
border-radius: 15px;
}