/* CSS Document */

/* Stylesheet for SAMAG Website */

/*----- COLOURS ------------------

#0094B9 - Main Blue
#40AFCB - Light Blue Borders
#80CADC - Light Blue Border from one side of page to the other
#C9E4EC - Background for Subscribe Input Box

----------------------------------*/

/* General Fluid Column Layout Styles Start */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; }

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 222px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #0094B9;
color: white; }

#maincontent{
position: fixed;
top: 0; 
left: 222px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff; }

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/ }

* html body{ /*IE6 hack*/
padding: 0 0 0 222px; /*Set value to (0 0 0 WidthOfFrameDiv)*/ }

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; }

/* General Re-defined Tags Start */

p,td,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px; }


h1 { /*Page Headings */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #0094B9;
	line-height: 1.3em; }

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0094B9;
	line-height: 1.3em; }

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	line-height: 1.3em; }

h4 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0094B9;
	line-height: 1.3em; }

h5 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 1.3em; }

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; }

hr {
	color: #40AFCB; }



/*Contents Start ------- */

#Logo {
	bottom-border: 2px solid #80CADC; }

#Contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em; }

#Contents a {
	color: #0094B9;
	text-decoration: underline; }

#Contents a:hover {
	color: #C9E4EC;
	text-decoration: underline; }

#Contents table {
	border: 1px solid #A6D8F0; }
	
#Contents table td {
	border: 1px solid #A6D8F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 3px;
	text-align: left;
	vertical-align: top;
	line-height: 1.3em; }

/*Menu Start -----------*/

#Menu {
	width: 222px; }

#NavMenu td {
	width: 222px;
	border-bottom: 2px solid #40AFCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #FFFFFF;
	padding: 3px 10px 3px 0px;
	text-transform: capitalize;
	line-height: 20px; }
		
.MainLink {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/persistent/templateimages/nav_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 3px; }

.MainLink:hover {
	color: #F8F8F8;
	text-decoration: none; }

.MainLink_on {
	color: #F8F8F8;
	text-decoration: none;
	background-image: url(/persistent/templateimages/nav_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 3px;  }

.MainLink_on:hover {
	color: #F8F8F8;
	text-decoration: none; }
	
.SubLink1 {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 24px;
	padding-bottom: 3px;
	font-size: 10px;  }

.SubLink1:hover {
	color: #F8F8F8;
	text-decoration: none;
	padding-left: 24px; }

.SubLink1_on {
	color: #F8F8F8;
	text-decoration: none;
	padding-left: 24px;
	padding-bottom: 3px; 
	font-size: 10px;   }

.SubLink1_on:hover {
	color: #F8F8F8;
	text-decoration: none;
	padding-left: 24px; }
	
/* Newsletter Subscriber Area-------- */

#NewSub { 
	margin-top: 10px;
	border-top: 2px solid #80CADC;
	border-bottom: 2px solid #80CADC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px; }

#Subscribe {  }

#Subscribe td#Top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF; }

#EmailInput {
	font-size: 9px; 
	border: 1px solid #C9E4EC; 
	color: #333;
	background-color: #C9E4EC; }

#SubmitButton {
	font-size: 9px; 
	font-weight: bold; 
	background-color: white; 
	border: 1px solid #C9E4EC; 
	color: #333; }
	
/* Promo Manager Styles Start----------*/
	
#PromoManager {
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	border-top: 2px solid #0094B9; }

#PromoManager a:link, a:hover, a:visited {
	text-decoration: none; }
	
#PromoTable td{
	text-align: left;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; }
	
#PromoPics td {
	padding: 1%; }

/* Promo Manager Styles End -------------*/

/*Footer Styles Start--------------------*/

#FooterWrap {
	margin: 15px 0px 0px 0px; } 
	
#FooterLeft {
	color: #40AFCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top; }

#FooterRight {
	color: #40AFCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	vertical-align: top; }

.FooterLink {
	text-decoration: underline;
	color: #40AFCB; }

.FooterLink:hover {
	text-decoration: underline;
	color: #0094B9; }

/*Footer Styles End--------------------*/

