/* Copyright (c) 2016 Lachmuirghan.com, All rights reserved 
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* misc 
---------------------------------------------------------------------------------------------------*/

.books {
	border: 1px solid #afeeee;
}


.floatright
{
float: right;
margin: 0 0 2px 10px;
padding: 5px;
	border: 1px solid #173b5e;
   background-color: #A5948B;
	-webkit-box-shadow: 3px 2px 3px rgba(97,84,80,0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 2px 3px rgba(97,84,80,0.4);  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 2px 3px rgba(97,84,80,0.4);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.floatright2
{
float: right;
margin: 0 0 2px 10px;
padding: 5px;
	border: 0px solid #173b5e;
}

.floatleft
{
	float: left;
	margin: 0 10px 2 0;
	padding: 4px;
	border: 1px solid #173b5e;
   background-color: #A5948B;
	-webkit-box-shadow: 3px 2px 3px rgba(97,84,80,0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 2px 3px rgba(97,84,80,0.4);  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 2px 3px rgba(97,84,80,0.4);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


.booktitles{
	color: fuchsia;
	font-family: Verdana, sans-serif;
	font-size: 1.75em;
	line-height: 1.5em;
	text-align: left;
}


/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #333;
	font: 75%/1.5em Trebuchet MS, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font: 1.9em/1em Trebuchet MS, Arial, sans-serif;
}

h1 {

}

h2 {
	color: #ffffff;
    font: 5em Expletus Sans, Trebuchet MS, Arial, sans-serif;
}

h3 {
	color: #f26932;
	font-size: 2em;
	font-weight: bold;
}

h4 {
	font-size: 1.35em;
    color: #f26932;
    font-weight: bolder;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	color: #dcdcdc;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
}

ul {
	list-style: disc;
	color: #f26932;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #f26932;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	font-weight: bold;
}

a {
	color: #ff007a;
	text-decoration: none;
}

/*a:link {
	color: #f26932;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #f26932;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #5ca4bd;
	text-decoration: underline;
}

a:active {
	color: #ff007a;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
	font-size: 1.2em;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {

	background: url(../images/background.png) repeat;
    background-color: #fff;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

body {
	width: 100%;
  max-width: 960px;
	margin: 0 auto;
	position: relative;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
}

.centerinfo {
	text-align: center;
}

#logoTxt {
	background: url(../images/logo.png) top right no-repeat;
	background-size: contain;
	position: absolute;
   display:inline-block;
	top: -110px;
	left: 4.166666666667%; /* 40/960 */
	width: 100%; /* 378/960 */
	max-width: 454px;
	height: 115px;
	border: none;
   padding-bottom: 50px;
   z-index: 10 !important;
}

#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;

}

#logoTxt h2 {
	color: #fff;
}

#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	width: 124px;
	z-index: 9;
	border: none;
}

#logoTxt h2 span {
	top: 0 !important;

}

header {
	/*height: 170px;*/
	position: absolute;
	top: 0px;
	width: 100%;
	border: none;
}

header h1 {
	color: #fff;
	font-size: 1.6em;
	margin-top: 0px;
	text-align: left;
	border: none;
}

header h1 span {
	color: #fff;
	display: inline-block;
	position: absolute;
	top: -60px;
	right: 4.166666666667%; /* 40/960 */
	width: 31.25%; /* 300/960 */
	border: none;
	z-index: 10 !important;
}

#headTxt {
	color: #000 !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}

nav ul {
	clear: left;
	list-style: none;
	width: 100%; /* 960 */
	height: 86px;
	margin-left: 2.083333333333%; /* 20/960 */
	padding-top: 0px;
   padding-bottom: 0px;
	text-align: left;
	border: none;
   position: absolute;    
   display: inline-block;
	top: 14px;
}

nav ul li {
	display: inline;
	margin: 0 0.208333333333% 0 0; /* 2/960 */
	border: none;
}

nav ul li a {
	color: #ffffff;
	font-size: 1.7em;
	font-weight: normal;
   font-family: Expletus Sans, Trebuchet MS, Arial, Sans-serif;
   text-align: center;
	padding: 26px 0 24px 0;
   width: 18.375%; /* 186/960 */
	display: inline-block;
	border: none;
   repeat: no-repeat;
    background: url(../images/button_reg.png) no-repeat;
   }

nav ul li a:hover {
	
	color: #5ca4bd;
	text-decoration: none;
    background: url(../images/button_reg.png) no-repeat;
    
}

nav ul li a.selected {
	color: #afeeee;
	background: url(../images/button_sel.png) no-repeat;
}

nav ul li a.selected:hover {
	color: #5ca4bd;
    
}

#mainRight, #mainRight2 {
  /*background-image: url(../images/body_bg.png);
  background-repeat: no-repeat;*/
  background-image: url(../images/body_bg.png);
	background-repeat: no-repeat;
	background-color: #0B2F4B;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
	margin-top: 130px;
	width: 100%; /* 960 */
	text-align: left;
   margin-bottom: 60px;
   padding-top: 130px;
}


/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/

.columns {
	margin: 20px 0 20px 0;
	padding-left: 0px;
	border: none;
}

.colLeft {
	float: left;
	width: 55%; /* 420/960 */
	border: none;
  margin-left: 0px;
  margin-bottom: 30px;
}

.colRight {
	float: right;
	width: 31%; /* 420/960 */
	border: none;
}  


.colSingle {
	float: left;
	width: 100%; /* 420/960 */
	border: none;
  margin-left: 0px;
  margin-bottom: 30px;
}
  
.col1 {
	float: left;
	width: 27.906976744186%; /* 240/860 */
	border: none;
  margin-bottom: 50px;
  padding-right: 5.813953488372%; /* 50/860 */
  padding-left: 2.906976744186%; /* 25/860 */
}

.col2 {
	float: left;
	width: 27.906976744186%; /* 240/860 */
	border: none;
  padding-right: 5.813953488372%; /* 50/860 */
}

.col3 {
	float: left;
	width: 27.906976744186%; /* 240/860 */
	border: none;
}

.contact {
  display: inline-block;
	margin: 15px 20px 100px 0px;
	padding-left: 0px;
	border: none;
}

.about {
  display: inline-block;
  /*width: 54.166666666667%; /* 520/960 */
	margin: 15px 0 0 0;
	/*padding-right: 9.615384615385%; /* 50/520 */
	border: none;
}

.index, .about {
	margin: 20px 50px 20px 50px;
	padding-left: 0px;
	border: none;
}

#signature {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 3.125%; /* 30/960 */
	text-align: right;
	color: #afeeee;
}

footer {
  clear:both;
	background: url(../images/footer_bg.png) no-repeat;
	padding-top: 5px;
  padding-bottom: 120px;
  margin-left: 2.8125%; /* 27/960 */
  height: 11px;
  width: 94.166666666667%; /* 904/960 */
	border: none;
}

footer p {
	float: left;
  margin-left: 1.106194690265%; /* 10/904 */
 	font-size: 0.8em;
  color: #5CA4BD;
	border: none;
}

footer ul {
	float: right;
	list-style: none;
	width: 36.504424778761%; /* 330/904 */
	padding-top: 3px;
	text-align: right;
  margin-right: 3.318584070796%; /* 30/904 */
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 0.909090909091%; /* 3/330 */
	border: none;
}

footer ul li a {
	font-size: 0.9em;
}

footer ul li a:hover {
	color: #5CA4BD;
}


@media screen and (max-width: 768px)
{
	#mainRight {
		padding-top:0;
	}
	header {
		position: relative;
	}
	header h1 span{
		width: 100%;
		position: relative;
		text-align: center;
		top:-25px;
		right:0;
	}
	nav ul {
		position: relative;
		top: 0;
		height: 100%;
	}
	nav ul li {
		display: block;
	}
	nav ul li a {
		background: none;
		padding: 12px 0;
		width: 100%;
	}
	.selected {
		background: none;
	}

	nav ul li a:hover {
		background: none;
	}

	nav ul li a.selected {
	color: #afeeee;
	background: none;
	width: 100%;
}
	#logoTxt {
		height: 80px;

	}
}
@media screen and (max-width: 617px)
{
	.col2, .col1, .col3, .colLeft, .colRight {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
		padding: 0;
	}
	header h1 {
		font-size: 2em;
	}
	header h1 span {
		top: -45px;
	}
	#signature {
		text-align: center;
	}
	footer p {
		float: none;
		text-align: center;
		padding: 0;
		margin-left:0;
		margin-right:0;
	}
	footer ul {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0;
		margin-left:0;
		margin-right:0;
	}
}
