@import url(http://fonts.googleapis.com/css?family=Roboto:100,200,300,300italic,400,500);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:300,700);

html{background:url(./images/bg.jpg) repeat #f5f5f4; height:100%;}
body{
	padding: 0;
	margin: 0px auto auto auto;
	height: 100px;
	background: url(./images/top_bg.jpg) no-repeat center top;
	color: #000;
	font-weight: 400;
	font-family: "Merriweather Sans", "Roboto", Helvetica, "Helvetica Neue", Arial;
	font-size: 14px;
}

strong {
	color:#363F48; text-decoration:none; font-weight: 600;
}

/*------------------------general style---------------------------------*/
/* Red intense 87272B#
/* MIT grey is 8A8B8C#
/* Yellow Links is daad27#
/* MIT lightgreay is c2c0bf#
/* AA blue is #363F48
/*--top-header { color: #0091ed; } */

img.icon {
    height: 0.9em;
}
li{margin:.5em 10% .5em 0}
a{ color:#daad27; text-decoration:none; font-weight: 700;}
a:hover{text-decoration:underline;color:#727D93;}
p{
	text-align: justify;
	padding: 5px 0px 5px 0;
	margin: 0px;
	line-height: 20px;
}
.clear{clear:both;}

h1{
	padding: 0px 0px 5px 0px;
	margin: 15px 30px 0px 30px;
	color: #87272B;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-size:22px;
	border-bottom:1px solid #daad27;
}

h2{
	padding:0px 0px 0px 0;
	margin:0px;
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: rgba(0,0,0,1);
}
		
h3{
	padding:0px 0px 0px 0px;
    margin:0px;
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    font-size:24px;
}

h4{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color:#000000;
/*	color: #484848;*/
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500; 
}


h5{
	padding:0px 0px 0px 0;
	margin:0px;
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color:#444444;
}
	
	
	
h6{
	padding:0px 0px 0 0;
    margin:0px;
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    font-size:25px;
}

h7{
	padding:0px 0px 0px 0px;
    margin:0px;
    color:#daad27;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    font-size:24px;
}


.closure{
border-bottom: 0px;
}

/***********************************
* main container                   *
************************************/
#cssmenu ul {
  margin: 0;
  padding: 0;
}
#cssmenu li {
  margin: 0;
  padding: 0;
}
#cssmenu a {
  margin: 0;
  padding: 10px 0px;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu a {
  text-decoration: none;
}
#cssmenu a:hover {
  text-decoration: none;
  color: #ffffff;
}
#cssmenu {
  height: 32px;
  background-color: #C2C0BF;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  width: 100%;
}
#cssmenu > ul > li {
  float: right;
  margin-left: 15px;
  position: relative;
  margin-right: 15px;
}
#cssmenu ul ul a:hover {
  color: #daad27;
}

#cssmenu > ul > li > a {
  color: #363F48;
  font-size: 14px;
  line-height: 32px;
  padding: 5px 5px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}

#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  padding: 5px 0 2px 0;
  background-color: #DDDDDD;
  text-align: center;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  z-index:1000;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top: 35px;
  color: #FFFFFF;
  visibility: visible;
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #DDDDDD transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: static;
}
#cssmenu ul ul a {
  color: #323232;
  font-size: 13px;
  background-color: #DDDDDD;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#cssmenu ul ul a:hover {
  background-color: #daad27;
  color: #FFFFFF;
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 5px 0 2px 0;
  background-color: #DDDDDD;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}

#header{
	width: 960px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #daad27;
	-moz-box-shadow: 0 0 6px #7d7d7d;
	-webkit-box-shadow: 0 0 6px #7d7d7d;
	box-shadow: 0 0 6px #7d7d7d;
	border-top: 2px solid #000000;
	/*border-left: 3px solid #87272B;
	border-right: 3px solid #87272B;*/
	border-bottom: 1px solid #000000;
}

#footer{
	width: 960px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #8A8B8C;
	-moz-box-shadow: 0 0 6px #7d7d7d;
	-webkit-box-shadow: 0 0 6px #7d7d7d;
	box-shadow: 0 0 6px #7d7d7d;
	border-top: 1px solid #000000;
	/*border-left: 1px solid #87272B;
	border-right: 1px solid #87272B;*/
	border-bottom: 1px solid #000000;
	font-size:11px;
	text-align:right;
}

#foot_copyright{
	font-size:9px;
	text-align:right
}

#testimonials{
	overflow: hidden;
	width: 80%;
	height: auto;
	text-align: justify;
	font-size: 70%;
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	background-color:#DACA9B;
	border-style:solid; 
	border-width:1px; border-color:#87272B;
}

#testimonialPosition{
	text-align:right;
	 color:#363F48; 
	 font-size: 11px;
	 text-decoration:none; 
	 font-weight: 700;
}

#testimonialName{
	 text-align:right;
	 color:#87272B; 
	 font-size: 13px; 
	 text-decoration:none;
	 font-weight: 700;
}

#main_container{
	width: 960px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #fff;
	-moz-box-shadow: 0 0 6px #7d7d7d;
	-webkit-box-shadow: 0 0 6px #7d7d7d;
	box-shadow: 0 0 6px #7d7d7d;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}


.header {
			margin: 10px;
			width: 960px;
		}

.blue_divider{
	width: 920px;
	height: 1px;
	border-top:2px solid #0091ed;
	clear: both;
	margin: 10px 20px 0 20px;
}

.bottom_divider{
	width: 960px;
	height: 10px;
	background: url(./images/bottom_divider.gif) repeat-x  top right;
	clear: both;
	padding: 0 0 0 0px;
	margin: 0px 0 0 0;
}

.main_pic{
	alignment-baseline:alphabetic
}

a#logo {
	display:block;
	float:left;
	width:250px;
	height:20px;
	margin:20px;
}

img.post_thumb{
	float: left;
	width: 100px;
	height: 100px;
	border: 1px #eeeeee solid;
	margin: 0 20px 0 0;
}


a:hover img.post_thumb{
	outline: 2px solid #87272B;
}
