
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	margin: 0;
	padding: 0;
	background: #73252F url(images/main-background-bg.jpg) repeat;
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	color: #fff3d7;
}

h1, h2, h3, h4, h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #fff3d7;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

h6 {
	font-size: 0.6em;
	margin-bottom: 10px;
	padding-left:10px;
}
p, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FFCC99;
	
}

a:hover {
}

#wrapper {
	padding: 0;
	background: url(images/main-image-bg.jpg) no-repeat center top;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 200px;
	background: url(images/header-wrapper-bg.jpg) repeat-x left top;
	-webkit-box-shadow: 0px 11px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 11px 5px 0px rgba(0,0,0,0.34);
box-shadow: 0px 11px 5px 0px rgba(0,0,0,0.34);

}

#header {
	overflow: hidden;
	width: 950px;
	height: 300px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 254px;
	height: 200px;
	margin: 0px auto;
	padding: 135px 0 0 0;
	background: url(images/ind_logo2.jpg) no-repeat left top;
	color: #fff3d7;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	font-size: 3.8em;
}

#logo p {
	margin-top: -10px;
	padding: 0 0 0 10px;
	text-align: center;
	font-size: 15px;
	color: #fff3d7;
} 

#logo p a {
	color: #fff3d7;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #fff3d7;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #323435;
	border-bottom: 4px solid #0974C4;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #464032;
}

#search-submit {
	width: 50px;
	height: 23px;
	border: 1px solid #525252;
	background: #525252;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

/* Menu */

#menu1 {
	float: left;
	width: 348px;
	height: 300px;
}

#menu1 ul {
	float: right;
	margin: 0px;
	padding: 150px 0px 0px 0px;
	list-style: none;
}

#menu1 li {
	float: left;
	margin: 0px 40px;
}

#menu1 a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-transform: none;
	font-family: 'Gotham', sans-serif;
	font-size: 20px;
	color: #fff3d7;
}

#menu2 {
	float: right;
	width: 348px;
}

#menu2 ul {
	float: left;
	margin: 0px;
	padding: 150px 0px 0px 0px;
	list-style: none;
}

#menu2 li {
	float: left;
	margin: 0px 40px;
}

#menu2 a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-transform: none;
	font-family: 'Gotham', sans-serif;
	font-size: 20px;
	color: #fff3d7;
}


#menu {
	overflow: hidden;
	width: 940px;
	padding: 15px 0px;
	margin: 0px auto 30px auto;
	background: #006BC2;
	border-radius: 10px;
	font-size: 20px;
	color: #fff3d7;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-right: 1px solid #001DD6;
}

#menu a {
	display: block;
	padding: 0px 40px 0px 40px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight:400;
	color: #fff3d7;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	color: #fff3d7;
}

#menu .last {
	border-right: none;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 0px 40px;
	background: rgba(0,0,0,.3);
	color: #F6F6F6
}

#page-bgtop {
	padding: 20px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 10px 0px 0px 0px;
}

#content2 {
	float: left;
	width: 920px;
	padding: 10px 0px 0px 0px;
}
.post {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0px 20px 0px;
	letter-spacing: -.5px;
	color: #fff3d7;
}

.post .title a {
	color: #fff3d7;
	border: none;
}

.post .meta {
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #fff3d7;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #fff3d7;
}

.post .meta a {
	color: #fff3d7;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: left;
	font-weight: normal;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/*Content image Gallery */

#content_gallery {
	float: left;
	width: 900px;
	padding: 10px 0px 0px 0px;
}

.post {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0px 20px 0px;
	letter-spacing: -.5px;
	color: #fff3d7;
}

.post .title a {
	color: #fff3d7;
	border: none;
}

.post .meta {
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta a {
	color: #BBBBBB;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: left;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 30px 0px 0px 0px;
	color: #F6F6F6;
}

#sidebar img {
	padding-right: 8px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}
.menu {
	list-style-position: inside;
	list-style-image: url(images/fork.png);
}
#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #873842;
	margin: 0px 0px;
	border-right: none;
}


#sidebar li a {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left 6px;
}


#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #F6F6F6;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: left;
}

#sidebar a {
	border: none;
	color: #F6F6F6;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #F6F6F6;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 60px;
	background: rgba(0,0,0,.3);
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.8em;
}

#footer a {
	color: #FFFFFF;
}

#three-columns {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 30px 0px;
	color: #FFFFFF;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 30px;
	color: #FFFFFF;
}

#three-columns #column1 {
	float: left;
	width: 290px;
	margin-right: 40px;
}

#three-columns #column2 {
	float: left;
	width: 290px;
}

#three-columns #column3 {
	float: right;
	width: 300px;
}

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #3F181D;
	border-radius: 10px;
	color: #FFFFFF;
}


.link-style2 {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 25px;
	background: #3F181D;
	border-radius: 10px;
	font-size: 20px;
	color: #FFFFFF;
}

#welcome {
	width: 960px;
	margin: 0px auto;
	padding: 30px 0px;
	color: #FFFFFF;
}

#welcome h2 {
	padding: 0px 0px 20px 0px;
}

#welcome h2 a {
	color: #FFFFFF;
}

#welcome a {
	color: #FFFFFF;
}

#banner {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 1px solid #292929;
}


#two-columns {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 30px 0px;
}

#two-columns #col1 {
	float: left;
	width: 600px;
	color: #FFFFFF;
}


#two-columns #col2 {
	float: right;
	width: 280px;
	background: #FFFFFF;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #FFFFFF;
}


#two-columns .image-style {
	border: 10px solid #FFFFFF;
}


#two-columns .text-style {
	padding-bottom: 10px;
	border: 10px solid #FFFFFF;
	text-align: center;
	font-size: 20px;
}

#splash {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 30px 0px;
}

#splash ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#splash li {
	float: left;
	margin-left: 17px;
}

#splash img {
	border: 1px solid #73252F
}

#splash .first {
	margin-left: 0px;
}

#splash2 {
	overflow: hidden;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#splash2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#splash2 li {
	float: left;
	margin-left: 17px;
}

#splash2 img {
	border: 1px solid #73252F
}

#splash2 .first {
	margin-left: 0px;
}
.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}



#menumenu{

	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	margin-bottom: 0px;	
}

.menumenu{
	
	
}

.menumenu ol {
	
	
}

.menumenu  li{

	line-height:30px;
	font-size: 1.2em;
	padding: 0px 0px;
	margin: 0px 0px;
	font-weight:500;
}

.menumenu h6{

	font-size: 0.6em;
	line-height: 1.0em;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-style:italic;

}

.menumenu h5{

	font-size: 0.8em;
	line-height: 1.0em;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-style:italic;

}

.menumenu h3{

	font-size: 1.6em;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-top: 30px;
	margin-bottom: 0px;
	

}

#social { }

.social {}
.social ul {
    
    margin:0;
    list-style:none;
    padding: 0;
}
.social li {
    float:left;
    display:inline;
    padding-right:30px;
    font-size: 3em;
}
.social li a{}
.social li a:hover {}
.social icon-fb{
    
    font-family: 'Fli-App';
	color: #333;
    speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
}
.social icon-tw{

     font-family: 'Fli-App';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social icon-yt{

    font-family: 'Fli-App';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#name-icon{
	background-image: url(../img/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}


#name-icon:focus{
	background-image: url(../img/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email-icon{
	background-image: url(../img/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email-icon:focus{
	background-image: url(../img/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#company-icon{
	background-image: url(../img/sprites/office.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}


#company-icon:focus{
	background-image: url(../img/sprites/office.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#password-icon{
	background-image: url(../img/sprites/key.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}


#password-icon:focus{
	background-image: url(../img/sprites/key.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#website-icon{
	background-image: url(../img/sprites/earth.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}


#website-icon:focus{
	background-image: url(../img/sprites/earth.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment-icon{
	background-image: url(../img/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}


hr.style-seven {
    padding: 0;
    border: none;
    border-top: medium double #fff3d7;
    color: #fff3d7;
    text-align: center;
}
hr.style-seven:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background:#9d0d1c;
}