/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0;
	padding: 0;
}

h1
{
font-size: 18px;
}

a:link {
	color: #0041A3;
}

a:hover {
	text-decoration: none;
	color: #F1F1F1;
}

a:visited {
	color: #0041A3;
}
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/header_back.jpg) no-repeat;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

#main
{
background: url(images/header.jpg) no-repeat;

background-height: auto;
background-width: auto;
width: 900px;
height: 125px;
margin-left:auto;
margin-right:auto;
background-color:#F1F1F1;
}

#header {
	width: Auto;	
	height: 137px;
	padding-left: 30px;
}

#logo {
	float: left;
	background: url(images/galertlogotransW.png) no-repeat 20px;
	background-size: 180px;
	width: 220px;
	padding-top:130px;
	
}

#logo h1 {
	padding-top: 60px;
	font-size: 24px;
	font-weight: normal;
}

#logo h1 a {
	color: #ffffff;
}

#logo h2 {
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

#logo h2 a {
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
}
#m1
{
   margin: -15px 0 0 0;
   padding-left: 270px;	
}
#metamorph { 
    font-size: 14px;
	color: #ffffff;
}
#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 89px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 105px;
	height: 23px;
	margin-left: 1px;
	padding-top: 12px;
	padding-right: 5px;
	background: url(images/button.png) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #033B80;
	font-weight: bold;
}

#menu a:hover {
	height: 26px;
	margin-top: -3px;
}

#content
{
width: Auto;
padding: 10px;
}

#left
{
	float: left;
	width: Auto;
	padding-right: 1em;
}

#sidebar {
	float: right;
	width: 247px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar li ul {
	padding: 10px 20px 20px 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(images/small.gif) no-repeat 3px 3px;
}

#sidebar h2 {
	padding: 13px;
	font-size: 14px;
	height: 15px;
	background: url(images/title.png) no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar #categories li {
	background: url(images/small.gif) no-repeat left top;

}
#right
{
float: right;
width: 540px;
}

#right H4
{
	font-size: 12px;
	color: #0041A3;
}

#right H1
{
	font-size: 28px;
	color: #0041A3;
	padding-bottom: 10px
}

#right a
{
color: #0041A3;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #0041A3;
}
.date {
	text-align: right;
	color: #0041A3;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #0041A3;
	background-color: #fff;
}

#right .pic
{
float: left;
margin: 5px;
}

#right .pic1
{
float: right;
margin: 5px;
width: Auto;
height: 90px;
}

#right .pic2
{
float: left;
background-color: #C0C0C0;
padding: 10px 0px 10px 15px;
width: 535px;
height: 10px;
}

#right li li {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(images/small.gif) no-repeat 3px 3px;
}

#right ul
{
padding-left: 20px;

}

#metamorph1 {
	clear: both;
	width: 900px;
	font-size: 10px;
	height: 45px;
	padding: 25px 0;
	background: #033B80 url(images/header.png) no-repeat;
	text-align: center;
	margin-left:auto;
margin-right:auto;
}

#metamorph1 p {
	margin: 0;
	color: #ffffff;
}

#metamorph1 a {
	color: #ffffff;
}

#metamorph1 a:hover {
	color: #ffffff;
	font-weight: bold;
}
.small p {
	margin: 0;
	font-size: 11px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo1
{
	position: absolute;
	top: 2em;
	left: 0;
	width: 100%;
}

#logo1 h1
{
	display: inline-block;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	color: #2C383B;
	padding-right: 0.50em;
	border-right: 1px solid rgba(0,0,0,.3);
}

#logo1 span
{
	position: absolute;
	top: 1.4em;
	display: inline-block;
	padding-left: 1.50em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.90em;
}

#logo1 a
{
	text-decoration: none;
	color: #2C383B;
}
