
/*
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;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #5B5B5B;
	background: white url('images/background.jpg');
    text-align: left;
}

h1{
    margin: 0 0 0 0px;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: normal;
    font-weight: bold;
    text-align: center;
    font-size: large;
    vertical-align: middle;
    line-height: 150%;
    clear: both;
}


h2 {
    border-style: none;
    border-width: thin;
    margin: 0 0 0 0px;
    padding: 0;
    font-family: 'Archivo Narrow', sans-serif;
    text-align: justify;
    line-height: 130%;
    clear: both;
    color: #006600;
    vertical-align: middle;
    font-size: small;
}
h3{
    border-style: none;
    border-width: thin;
    margin: 15px 0 5px 0px;
    padding: 0;
    font-family: 'Archivo Narrow', sans-serif;
    text-align: center;
    line-height: 150%;
    clear: both;
    color: #0000CC;
    vertical-align: middle;
    font-size: medium;
    text-transform: uppercase;
    font-weight: bold;
}

h4{

    margin: 15px 0 5px 0px;
    padding: 0;
    font-family: 'Archivo Narrow', sans-serif;
    text-align: left;
    line-height: 110%;
    clear: both;
    color: gray;
    
    vertical-align: middle;
    font-size: medium;
    font-weight: bold;
}

h4 a:link
{
     text-decoration:none;
     color: gray;
    }

h4 a:hover
{
      color:orange;
      text-decoration:underline;
    }

h5
{
    margin: 0 0 0 0px;
    padding: 0;
    text-transform: capitalize;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: normal;
    font-weight: bold;
    text-align: justify;
    font-size: medium;
    line-height: 200%;
    clear: both;
    border-bottom-style: solid;
    border-bottom-color: #C0C0C0;
    border-bottom-width: thin;
}

h6{
    margin-left: 30px;
    margin-top: 0;
    margin: 0 0 0 30px;
    width: 650px;
    font-size: small;
    text-align: justify;
    font-weight: normal;
}


p, ol,ul {
    line-height: 170%;
    text-align: justify;
}

p.resultsheader
{
    border: thin solid #808080;
    text-align: center;
    background-color: #000066;
    height: 30px;
    font-size: medium;
    vertical-align: middle;
    font-weight: bold;
    color: #FFFFFF;
}

#footer p a {
    color: #FF0000;
    text-decoration: none;
}


#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	
}

#header {
	border-width: 3px;
	border-color: #000000;
	width: 1000px;
	height: 90px;
	margin: 0 auto 0 auto;
	padding: 0px 0px;
	background: white url('images/background.jpg');

	/*border-bottom-style: solid;*/
}



/* Logo */

#logo {
    float: left;
    margin: 0 auto 0 40px;
    padding: 10px 0 0 0;
    text-align: center;
    
    height:70px;
    vertical-align: middle;
}

#belowlogo {
    float: left;
    margin: 30px auto 0 10px;
    text-align: left;
    width: 580px;
    padding: 0 0 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #000040;
    font-family: sans-serif;
    text-shadow: 5px 5px 5px white;
    line-height:150%
}






#search {
float: right;
text-align: right;
width: 240px;
margin-top:10px;



}



/* Menu */
#aboveheader {
    border-color: #000000;
    width: 1000px;
    height: 10px;
    margin: 0 auto;
    padding: 0px 0px;
    background-color: #3399FF;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

#belowheader {
	border-color: #000000;
	width: 1000px;
	height: 10px;
	margin: 0 auto;
	padding: 0px 0px;
	background-color: #3399FF;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-style: solid;
	border-left-width: 2px;
}
#menu
{
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	border-bottom-left-radius: 8;
	border-bottom-right-radius: 8;
	background: #050505;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #000000;
	border-left-color: #000000;
}

#menu ul
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    line-height: normal;
    text-align: center;
}

#menu li
{
	    /*width: 200px;*/
        min-height: 60px;
        /*border: 1px solid #000;*/
        display: -moz-inline-stack;
        display: inline-block;
        /*vertical-align: middle;*/
        /*margin: 5px;*/
        zoom: 1;
        *display: inline;
        _height: 60px;
        
       /* http://blog.mozilla.org/webdev/2009/02/20/cross-browser-inline-block/*/
        
	/*display: inline-block;
	/**display: inline;for explorer 7 compatibility problems*/
    /*zoom: 1;for explorer 7 compatibility problems*/
}

#menu a
{
	display: block;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald' , sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover
{
	/*background: repeat;*/
	/*text-decoration: underline;*/
	
	color: #FF0000;
	/*border: 1px solid #E7EBED;*/
	/*border-radius: 8px;*/
	/*background-color: #3399FF;
		
	/*vertical-align: middle;*/
	/*text-align: center;*/
}


/* Page */

#page {
	border-width: 2px;
	border-color: #000000;
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

/* Content */



#content {
    border-width: 1px;
    border-color: #99CCFF;
    float: left;
    width: 753px;
    padding: 0px 2px 0px 2px;
    margin-left: 8px;
    margin-top: 10px;
}

ul.list1    {
    font-size: medium;
    line-height: 140%;
    font: 100% sans-serif;
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
    clear: both;
    margin-left: 0;
    padding-left: 0px;
}






#content ul ul li {
    font-size: small;
    list-style-type: square;
    font-weight: normal;
}
#content li {
    float: left;
    list-style-position: outside;
    list-style-type: circle;
    display: list-item;
    clear: both;
    font-size: medium;
    font-weight: bold;
    line-height: 250%;
}

.post {
    overflow: hidden;
    padding: 30px 14px 10px 14px;
    margin-bottom: 5px;
    border: 1px solid #E7EBED;
    border-radius: 14px;
    background: #FFF;
    margin-top: 5px;
}

.FigureTableDefinition 
{
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}


#Reference 
{
    padding-top: 0px;
    margin-top: -5px;
   }
#Reference ul
{
    font-size: medium;
    font: medium "Open Sans", sans-serif;
    margin-left: 10px;
    padding-left: 5px;
}
#Reference ul li
{
    font-size: 13px;
    font-weight: normal;
    list-style-type: square;
    list-style-position: outside;
    float: none;
    clear: both;
    display: list-item;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
}

#Reference ul li ul li
{
    font-size: 12px;
    font-weight: normal;
    list-style-type: circle;
    list-style-position: outside;
    float: none;
    clear: both;
    display: list-item;
    font-family: "Open Sans", sans-serif;
    line-height: 250%;
}


/* Sidebar */

#sidebar {
    float: right;
    width: 225px;
    margin: 20px 3px 0px 2px;
    padding: 10px 0px 0px 0;
    border: 1px solid #FFF;
    text-decoration: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#sidebar li ul {
    margin: 0px 6px 20px 6px;
    padding-bottom: 0px;
    text-decoration: none;
    border: 1px solid #E7EBED;
    border-radius: 8px;
}
#sidebar li li {
    border-top: 1px solid #E7EBED;
    line-height: 40px;
    border-bottom: 1px solid #E7EBED;
    margin: 0px 0px;
    text-decoration: none;
    border-left-width: medium;
    border-left-color: inherit;
    color: #FFFFFF;
    border-left-style: none;
}



#sidebar li li a {
    padding: 0px 0px 0px 10px;
/*color: #0000FF;*/color: #0066FF;
    text-decoration: none;
    font-size:13px;
}


#sidebar li li a:hover
{
    color: #FF5050;
    text-decoration: underline;
}



/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #FF0000;
	font-weight: 700;
}



#footer p a {
    color: #FF0000;
    text-decoration: none;
}
#footer p a:hover {
    color: #0066FF;
    font-weight: 700;
    text-decoration: underline;
}

.mydiv {}

.myimageright {float:right; margin-left:10px; margin-top:10px}

.myimageleft {float:left ; margin-right:10px; margin-top:10px}

.myimagecenter {margin-left:auto; margin-right:auto; margin-top:10px; text-align:center}

.Socialpost {
    overflow: hidden;
    padding: 5px 0px 10px 20px;
    background: #FFF;
   
}

#wrapperHome {
  width:720px;
  clear:both;
  
}

.blocks {
  width:690px;
  float:left;
  margin:10px;
  border: 1px solid #E7EBED;
  border-radius: 8px;
  padding:5px;
}

.blocksContent {
  clear:both;
  float:left;
  padding:0 0 0 15px;

}

.blocksContent a 
{
  color:blue;
  text-decoration: none;
  line-height:150%;
    
    }
    
    .blocksContent a:hover 
{
   color:red;
   line-height:150%;
   text-decoration:underline;
    
    }