/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
	margin: 0;
	padding: 0;
	border-top-color: #00FF33;
	border-right-color: #00FF33;
	border-bottom-color: #00FF33;
	border-left-color: #00FF33;
	overflow: hidden;
	background-color: #FFF;
}

body {
	padding-bottom: 30px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #FFFFFF;
}

h1 {
    padding: 15px 0 0 30px;
    font-size: 38px;
    color: #FFFFFF;
}

h1 a, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

p {
	padding: 10px 0;
	line-height: 2cm;
	text-align: justify;
}

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

a:hover {
	text-decoration: none;
	color: #F00;
}

/* header */

#header {
	position: relative;
	width: 960px;
	height: 186px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}


/* menu */

#menu {
    padding: 35px 10px 0 0;
    height: 60px;
}

#menu ul {
    float: right;
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    color: #FFFFFF;
}

#menu ul li a {
    padding: 0 40px;
    color: #FFFFFF;
    text-decoration: none;
}

/* search form */

#search {
    position: absolute;
    top: 130px;
    left: 630px;
    width: 300px;
}

#search input.text {
    float: left;
    display: block;
    padding: 6px 5px;
    width: 198px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #B5D0E1;
    background: #4D8EB4 url('images/searchtxt.jpg') no-repeat;
    border: 1px solid #5B94B6;
}

#search input.submit {
    float: right;
    display: block;
    width: 78px;
    height: 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #7B9FB6;
    background: #114C76 url('images/submit.jpg') no-repeat;
    border: 1px solid #2A759F;
    cursor: pointer;
}

/* main */

#main {
	width: 100%;
	min-width: 960px;
	padding: 12px 0;
	background-color: #FFFFFF;
}

#main2 {
	width: 940px;
	border: 1px solid #E0EBF2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

/* sidebar */

#sidebar {
    float: left;
    width: 240px;
    padding-bottom: 20px;
}

#sidebar h2 {
    padding-left: 20px;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: normal;
    line-height: 38px;
    color: #FFFFFF;
    background: #3476A7 url('images/h2.jpg') no-repeat;
}

#sidebar .box {
    padding: 15px 20px 20px 20px;
    background: url('images/box.jpg') no-repeat top;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 15px 0 24px 0;
    background: url('images/box.jpg') no-repeat top;
}

#sidebar ul li {
    padding: 3px 10px 3px 20px;
    line-height: 1.8em;
    border-bottom: 1px solid #E0EBF2;
}

#sidebar ul li a {
    padding: 0;
}

/* content */

#content {
	float: right;
	width: 670px;
	padding-bottom: 5px;
}

#content .post {
	padding: 0 0 45px 0;
	color: #333;
}

#content h2 {
    font-size: 2em;
    color: #3476A8;
}

#content h2 a {
    color: #3476A8;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

#content .entry {
    padding: 10px 0 0 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: auto;
}

/* footer */

#footer {
    width: 960px;
    height: 70px;
    margin: 0 auto;
    padding-top: 10px;
    background: url('images/footesr.jpg') no-repeat top;
}

#footer p {
    text-align: center;
    color: #FFFFFF;
}

#footer a {
    color: #AFD8E8;
}
#main #main2 #content .post table {
	color: #006;
}
#main #main2 #content .post table tr td table tr td {
	color: #9F0;
}
#main #main2 #content .post table tr td table tr td {
	color: #006;
}
#main #main2 #content .post table tr td table {
	text-align: justify;
}/* BEGIN HORIZONTAL DROP-MENU */

#navbar{
	position: relative;
	margin: 0 0 0 45px; /**adjust as needed**/
	padding: 0;
	text-align: center;
	text-decoration: none;
}

#navbar li {
list-style: none;
font-size: 12px;
float: left;
text-align:center;
}

/**top level menu**/

#navbar li a {
display: block;
text-decoration: none;
margin-right: 12px; /* space between links */
color: #FFF;
width: 9em; /* adjust as needed or use auto */
padding: 8px;
font-weight:bold;
line-height: 1.50em;
background: #C33;
/**CSS Gradients for browsers that support it**/
background: -moz-linear-gradient(#C33, #111);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #C33));
background: -webkit-linear-gradient(#C33, #111);
background: -o-linear-gradient(#C33, #111);
background: -ms-linear-gradient(#C33, #111);
background: linear-gradient(#C33, #111);
/* gradient filters for IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C33333', endColorstr='#111111',GradientType=0 );
/**rounded borders for browsers that support it**/
-moz-border-radius: 25px;
-webkit-border-radius:25px;
border-radius: 25px;
}

/**top menu style on mouse over**/


#navbar li:hover > a {
color: #FFF;
background: #333;
background: -moz-linear-gradient(#333, #EAEAEA);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EAEAEA),color-stop(1, #333));
background: -webkit-linear-gradient(#333, #EAEAEA);
background: -o-linear-gradient(#333, #EAEAEA);
background: -ms-linear-gradient(#333, #EAEAEA);
background: linear-gradient(#333, #EAEAEA);
/* gradient filters for IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#EAEAEA',GradientType=0 )
}

/**sub-menu**/

#navbar li ul {
display: none;
text-align:center;
margin:0;
padding:0 1em;
background:none;
}

/**sub-menu, help for IE6**/
#navbar li:hover ul,
#navbar li.hover ul {
display: block;
position: absolute;
padding: 0;
}

#navbar li:hover li,
#navbar li.hover li {
float: none;}

/**drop-menu style**/

#navbar li:hover li a, #navbar li.hover li a {
width: 9em; /* adjust width as needed or use auto */
margin-top: 0.50em;
}

/**drop-menu style on mouse over**/
#navbar li li a:hover {
background:maroon;
color:gold;
}

/* Clear floated elements at the end*/

#navbar:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

/**end Horizontal drop-menus**/
#main #main2 #content .post table tr td table {
	text-align: center;
}
