/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #F1F0EE; /* Global Gray Light */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #666666; /* Global Gray */
	background-image: url(../fminterim_images/body_background.jpg);
	background-repeat: repeat-x;	
}
body_iss2 {
	margin: 0px;
	background-color: #FFFFFF; /* Juannah edit */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #666666; /* Global Gray */
	background-image: none;
	background-repeat: repeat-x;	
}
#homePage {

}
#subPage {

}
#subPage_iss2 {
	background-color: #FFFFFF;

}

#globalContainer {
	width: 765px;
	background-color: #FFFFFF; /* Global White */
	background-image: url(../fminterim_images/border_middle.jpg);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/* modified by Juannah@makeutalk.com start*/
#globalContainer_isstop {
	width: auto;
	background-color: #FFFFFF; /* Global White */
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
/* modified by Juannah@makeutalk.com end*/
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #3B62A6; /* Accent 1 */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6982B5; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}
/* modified by Juannah@makeutalk.com start*/
h2.h2issnoSpace {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2.h2issminus8Space {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
/* modified by Juannah@makeutalk.com end*/
}

h3 {
	font-size: 12px;
	color: #CA0009; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

a {
 color: #2170bd; /* Link */
 text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
}

p.noSpace {
	margin: 0px;

}
/* modified by Juannah@makeutalk.com start*/
p.issnoSpace {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;

}
#borderTop_iss2 {
	background-image: none;
	height: 98px;
}

#borderBottom_iss2 {
	background-image: none;
	height: 9px;
	background-color: #017DC3;
}
/* modified by Juannah@makeutalk.com end*/

#homePage h1, #homePage h2, #homePage h3 {
  clear: none;
}

#footer {
	text-align: center;
	padding: 5px 13px 5px 13px;
	color: #666666; /* Global Gray */
	background-color: none;
}

#footer_iss {
	text-align: center;
	padding: 5px 13px 5px 13px;
	color: #666666; /* Global Gray */
	background-color: #FFFFFF;
}

#footer a {
  text-decoration: none;
}

#borderTop {
	background-image: url(../fminterim_images/border_top.jpg);
	height: 98px;
}

#borderBottom {
	background-image: url(../fminterim_images/border_bottom.jpg);
	height: 9px;
}

/**************** Header Classes *****************/
#logo {
	padding: 8px 0px 0px 8px;
}
/**************** juannah@makeutalk.com and info@frescomedia.co.uk Header homepage edit 765 x 155 *****************/
#homePage #header {
	background-image: url(../images_interim/edit0909_v5_home_header_background.jpg);
	background-repeat:no-repeat;
	height: 155px;
}


#subPage #header {
	background-image: url(../images_interim/edit250909_sub_header_background.jpg);
	background-repeat:no-repeat;
	height: 46px;	
}

#homePage #header h1 {
	color: #DFF395; /* Accent 7 */
	font-style:italic;
	font-weight: bold;
	font-size: 23px;
	line-height: 35px;
	margin: 0px;
	padding-top: 32px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#homePage #header p {
	padding: 8px 425px 0px 30px;
	color: #F1F0EE; /* Global Gray Light */
}

#homePage #header pISS {
	padding: 8px 425px 0px 30px;
	color: #E3E9F1; /* modified by Juannah@makeutalk.com */
	font-size: 14px;
}

#subPage #header h1{
	color: #DFF395; /* Accent 7 */
	font-weight: bold;
	font-size: 18px;	
	padding: 30px 0px 0px 236px;
	text-transform:lowercase;
	line-height: 18px;
	margin: 0px;
}

/**************** Top Nav Classes *****************/
#topNav {
	background-image: url(../fminterim_images/topnav_background.jpg);
	padding-top: 5px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 15px;
}
/* modified by Juannah@makeutalk.com start*/
#topNav_iss2 {
	background-image: none;
	padding-top: 5px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #017DC3;
}
/* modified by Juannah@makeutalk.com end*/
#innerContainer {
	background-repeat:repeat-y;
	margin: 15px 8px 15px 8px;
}
#homePage #innerContainer {
	background-image: url(../fminterim_images/side_background.jpg);
}
#subPage #innerContainer {
	background-image: url(../fminterim_images/sub_side_background.jpg);
}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 190px;
}
#subPage #innerContainer #innerLeft {
	width: 160px;
}

#homePage #innerContainer #innerRight {
	margin-left: 190px;
}
#subPage #innerContainer #innerRight {
	margin-left: 170px;
}
/****Juannah's modified subpage layout divisions *start***/
#subPage #innerContainer #innerLeft_iss {
	width: 265px;
	float: left;
}

#subPage #innerContainer #innerRight_iss {
	margin-left: 280px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 15px;
	background-color: #DDECEE;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FF0000;
	padding-right: 10px;
}
#subPage #innerContainer #innerRight_service {
	margin-left: 8px;
}

/****Juannah's modified subpage layout divisions *end***/
/**************** Resources Classes *****************/
#resources {
	padding: 20px 5px 10px 10px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 0px 0px 10px 0px;
}

#homePage #sideNav a {
  text-decoration: none;		
}

#homePage #sideNav a {
	display: block;
}

#homePage #featured {
	padding: 0px 50px 10px 15px;
}

#homePage #featured .featuredLeft {
	width: 265px;
	float: left;
	padding-right: 15px;
}

#homePage #featured .featuredRight {
	margin-left: 280px;
	padding-left: 15px;
	background-color: #DDECEE;
	padding-top: 15px;
	padding-bottom: 10px;
}
/****Juannah's modified homepage layout divisions *start***/
#homePage #featured .featuredTopLeftISS {
	width: 480px;
	float: left;
	padding-right: 15px;
}

#homePage #featured .featuredBotLeftISS {
	width: 480px;
	float: left;
	padding-left: 15px;
	background-color: #DDECEE;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
}
/****Juannah's modified homepage layout divisions *end***/
#homePage #featured a {
	font-weight: bold;
}

#homePage #featured h1 {
	margin-top: 0px;
}

#homePage #featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#homePage #featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:none;
}

#homePage #featured li {
	padding-bottom: 10px;
}

