@charset "UTF-8";
/* CSS Document */
/*   
Theme Name: FEMS Instructional
Theme URI: http:// 
Description: For the use of FEMS Instructional
Author: Carina Javier 
Author URI:  http://kstudiofx.com/ 
Version: 1.0 
. 
This theme is for the use of FEMS Instructional only. It is not to be redistributed or resold in any way.
. 
*/ 

body {
	margin:0px; padding:0px;/* FOOTER COLOR */
	background:#000000 url(images/bg.jpg) top center no-repeat;/* BG MAIN COLOR and or IMAGE color code is: background-color:#333333; */
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	line-height:19px;
	font-weight: normal;
}

#footer {
	color:#FFFFFF;/* FOOTER CONTENT COLOR */
	padding:0 0 0 0 ;/* MOVES FOOTER CONTENT DOWN FOR SPACING */
	font-weight:lighter;
}

.container {
	width:100%;
	margin:0 auto;
  	position:relative;/* BECAUSE THIS IS RELATIVE THE MENU CAN BE ABSOLUTE AND RIGHT TO KEEP IT RIGHT ALIGNED WHEN ADDING MORE PAGES */
}

.containerfoot {
	margin:0 auto;
	position:relative;/* BECAUSE THIS IS RELATIVE THE MENU CAN BE ABSOLUTE AND RIGHT TO KEEP IT RIGHT ALIGNED WHEN ADDING MORE PAGES */
}
.containerbody {
	width:1085px;
	margin:0 auto;
	position:relative;/* BECAUSE THIS IS RELATIVE THE MENU CAN BE ABSOLUTE AND RIGHT TO KEEP IT RIGHT ALIGNED WHEN ADDING MORE PAGES */
	min-height: 625px;
}
#header {
	padding-top:0px;/* MOVES LOGO & MENU DOWN */
}
#logoimg h1, #logoimg small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logoimg {
	background-image:url(images/femslogo.png);
	background-repeat:no-repeat;
	width:246px;
	height:112px;
	position: relative;
	top: 0px;
	z-index: 1;
	margin:0 auto;
	padding-bottom: 40px;
   }
   

ul#menu {
	width: 100px;
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	
	
}
ul#menu li {
	display:block;
	float:right;
	list-style:none;
	margin:0;
	position:relative;
	
	
}
ul#menu li a {
	display:block;
   margin:0 0 0 1px;
   text-decoration:none;
   outline:none;
   line-height:1.3em;
   
 }
ul#menu li a.active, ul#menu li a:hover {
	
}
img {
border: none;
}
/* Fix up IE6 PNG Support */
#logo {
	behavior: url(scripts/iepngfix.htc);
	
}

/* 
	Text-Styles   
*/

h2 {
	margin:0px 0px 5px 10px;
	font-size:20px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#FFFFFF;
	font-weight: normal;
}
a {
	color:#FFFFFF;/* FOOTER & CONTENT LINK COLOR */
	font-weight:lighter;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
}


/* 
	Block-Styles 
*/


.navigation {
	position:relative;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}
.content {
	width: 800px;
	position:relative;
	float: left;
}
.subcontent {
	width: 791px;
	height: 622px;
	background-image:url(images/box.png);
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
	float: left;
	margin-bottom: 5px;
}
.subcontent2 {
	width: 791px;
	min-height: 622px;
	background-image:url(images/box.png);
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
	float: left;
	margin-bottom: 5px;
	text-align: center;
}
.internal {
	min-height: 600px;
}
.imgtitle {
	width: 781px;
	padding-top: 10px;
	display: inline;
   float: left;
   padding-bottom: 10px;
}
p { margin: 0px 10px 15px 10px; }
.block1 {
	width: 255px;
	height: 451px;
	position:relative;
	padding-right: 17px;
	float: left;
}
.blocklast {
	width: 255px;
	height: 451px;
	position:relative;
	float: left;
}


/*
	Footer-Styles
*/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:lighter;
	padding-top: 20px;
}

#footer .long {

	text-align:right;
	font-size:10px;
}
#footer h3 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
