body {
	top-margin:0; margin: 0; padding: 0;
	font: normal 73%/1.5em 'Century Gothic','Trebuchet MS', Tahoma, sans-serif;
	color: #28166f;
	/*background: #FFF url(img/pagebg.jpg) repeat-x;*/
	/*background: #f2f2f2;*/
	text-align: center;		
}

/* links */
a { background: inherit; color: #28166f; text-decoration: none; font-weight: bold;}
a:hover { background: inherit; color: #9fb2d7; text-decoration: underline; font-weight: bold;}

.links1       { background: inherit; color: #ffffff; text-decoration: none; font-size: 10px; }
.links1:hover { background: inherit; color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 10px; }

.links3 { background: inherit; color: #9fb2d7; text-decoration: none; font-size: 9px; }
.links3:hover { background: inherit; color: #28166f; text-decoration: underline; font-size: 9px; }


/* headers */
h1, h2, h3 { font: bold 1em 'Century Gothic', 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #65944A; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

.text1 {
 color: #000000; text-decoration: none; font-size: 10px; 
}

.text2 {
 color: #000000; text-decoration: none; font-size: 8px; 
}

/* images */
/*
img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
*/
.bg {
	border: 0px solid #DADADA;
	padding: 0px;
	background: #FFFFFF;
}
.bg.float-right {
  margin: 0px 0px 0px 0px;  
}
.bg.float-left {
  margin: 0px 0px 0px 0px;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	/*background-color: #FAFAFA; */
  	background-color:#9fb2d7;
	background-position: 8px 10px;
	/*border: 1px solid #f2f2f2; */
	border: 1px solid #6c87bc;
	border-left: 3px solid #28166f;  
	font: bold 1.2em/1.5em 'Century Gothic',"Trebuchet MS", Tahoma, sans-serif; 
	/*color: #666666;	*/
	color: #ffffff;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 100px;
	text-align: left;	 
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Century Gothic','Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Century Gothic','Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 15px;
	font: bolder 1.2em 'Century Gothic','Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
	/*border-left: 1px #000000 solid;*/
	border-bottom: 2px #28166f solid;
	/*border-top: 1px #000000 solid;*/
	/*background: #000000;*/
  -moz-box-shadow: 0px 4px 4px #555;
  -webkit-box-shadow: 0px 4px 4px #555;
  box-shadow: 0px 4px 4px #555;	
}
#header-content li {
	display: inline;

}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	margin-right:0px;
	color: #FFF;
	/*background-color: #333;*/
	background-color: #9fb2d7;
	text-decoration: none;
	border-right: 1px solid '';

}
#header-content li a:hover {
	/*background: #65944A;*/
	background: #28166f;
	color: #FFF;

}
#header-content li a#current  {
	/*background: #65944A;*/
	background: #28166f;
	color: #FFF;
	font: normal 73%/1.5em;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px; 
	background: #FFF url(headerphoto.jpg) no-repeat center;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

/***************************/
/******** hu menu **********/
/***************************/

#header-content1, #content1, #footer-content1 {
	width: 790px;
}

/* header */
#header1 {
	height: 100px;
	text-align: left;	 
}
#header-content1 {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content1 h1#logo {
	position: absolute;	
	font: bold 30px 'Century Gothic','Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content1 h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content1 #slogan {
	position: absolute;	
	font: bold 10px 'Century Gothic','Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 45px; left: 40px;
}

/* header menu */
#header-content1 ul {
	position: absolute;
	right: -5px; top: -15px;
	font: bolder 1.0em 'Century Gothic','Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
	/*border-left: 1px #000000 solid;*/
	border-bottom: 2px #28166f solid;
	/*border-top: 1px #000000 solid;*/
	/*background: #000000;*/
}
#header-content1 li {
	display: inline;

}
#header-content1 li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	margin-right:0px;
	color: #FFF;
	/*background-color: #333;*/
	background-color: #9fb2d7;
	text-decoration: none;
	border-right: 1px solid '';

}
#header-content1 li a:hover {
	/*background: #65944A;*/
	background: #28166f;
	color: #FFF;

}
#header-content1 li a#current  {
	/*background: #65944A;*/
	background: #28166f;
	color: #FFF;
	font: normal 73%/1.3em;
}



