/* Style Sheet for RAMS website */
/* Author - Lindsy Anderson */
/* Created updated 22 July 2011*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 28, 2011 07:55:56 AM America/New_York */



@font-face {
    font-family: 'LatinModernSans10Regular';
    src: url('fonts/lmsans10-regular-webfont.eot');
    src: url('fonts/lmsans10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmsans10-regular-webfont.woff') format('woff'),
         url('fonts/lmsans10-regular-webfont.ttf') format('truetype'),
         url('fonts/lmsans10-regular-webfont.svg#LatinModernSans10Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernSans10Oblique';
    src: url('fonts/lmsans10-oblique-webfont.eot');
    src: url('fonts/lmsans10-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmsans10-oblique-webfont.woff') format('woff'),
         url('fonts/lmsans10-oblique-webfont.ttf') format('truetype'),
         url('fonts/lmsans10-oblique-webfont.svg#LatinModernSans10Oblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernSans10Bold';
    src: url('fonts/lmsans10-bold-webfont.eot');
    src: url('fonts/lmsans10-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmsans10-bold-webfont.woff') format('woff'),
         url('fonts/lmsans10-bold-webfont.ttf') format('truetype'),
         url('fonts/lmsans10-bold-webfont.svg#LatinModernSans10Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernSans10BoldOblique';
    src: url('fonts/lmsans10-boldoblique-webfont.eot');
    src: url('fonts/lmsans10-boldoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmsans10-boldoblique-webfont.woff') format('woff'),
         url('fonts/lmsans10-boldoblique-webfont.ttf') format('truetype'),
         url('fonts/lmsans10-boldoblique-webfont.svg#LatinModernSans10BoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernSansDemiCond10Rg';
    src: url('fonts/lmsansdemicond10-regular-webfont.eot');
    src: url('fonts/lmsansdemicond10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmsansdemicond10-regular-webfont.woff') format('woff'),
         url('fonts/lmsansdemicond10-regular-webfont.ttf') format('truetype'),
         url('fonts/lmsansdemicond10-regular-webfont.svg#LatinModernSansDemiCond10Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatinModernSansDemiCond10Ob';
    src: url('fonts/lmsansdemicond10-oblique-webfont.eot');
    src: url('fonts/lmsansdemicond10-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lmsansdemicond10-oblique-webfont.woff') format('woff'),
         url('fonts/lmsansdemicond10-oblique-webfont.ttf') format('truetype'),
         url('fonts/lmsansdemicond10-oblique-webfont.svg#LatinModernSansDemiCond10Ob') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* This specifies the background colour for the page*/
body {
		background-color: #ffffff;
		text-align: center;}

/* This section specifies the layout for the page*/

/* This specifies the page wrapper which is the container for all the information*/
.pagewrapper {
	width: 800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color:  #4C4C4C;
	
}

/* This specifies the layout for the main content*/
.banner	{

}
.ltrtint
	{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 6px;
		/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
/* fallback (Opera) */
    background: #ffffff;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #ffffff, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, right top, from(#ffffff), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#ffffff', EndColorStr='#000000', GradientType=1);
		
	}
	
.rtltint
	{
	margin-left: auto;
	margin-right: auto;
	width: 100%px;
	height: 6px;
		/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
/* fallback (Opera) */
    background: #000000;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #000000, #ffffff);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, right top, from(#000000), to(#ffffff));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#000000', EndColorStr='#ffffff', GradientType=1);
			
	}	
	
.contentwrapper {
	position: relative;
	 margin-left: 100px;
	margin-right: 100px;
	height: 600px;
				}

.leftimgbox {
	position: absolute;
	top: 25px;
	left:0;
	padding: 0px;
	margin: 0px;
	width: 300px;	
	z-index:1;
	text-align:left;
	height: 300px;
}
.centerimgbox {
	position: absolute;
	top: 50px;
	left: 200px;
	padding: 0px;
	margin: 0px;
	width: 300px;	
	z-index:1;
	text-align:left;
	height: 300px;
}

.rightimgbox {
	position: absolute;
	top: 75px;
	left: 400px;
	padding: 0px;
	margin: 0px;
	width: 300px;	
	z-index:1;
	text-align:left;
	height: 300px;
}

.righttextbox	{
	
	position: relative;
	top: 400px;	
	margin-right: 50px;
}
.footer {
	position: relative;
	width: 100%;
	height: 100px;
	text-align: center;
	background-color:  #4C4C4C;	
}


/*End of layout specification*/


/* This section describes the fonts, colours and formats used within the design*/


/* This specifies the default settings for all the fonts.*/
h1
{
	color: #ffffff; 
	font-family: 'LatinModernSans10Regular', Arial, sans-serif;
	text-align: center; 
}

.headerall
{
	text-align: center;
	color: #ffffff;
}
.header1
{
	font-family: 'LatinModernSans10Regular', Arial, sans-serif;
	font-size: 1.5em;
}

.header2
{
	font-family: 'LatinModernSans10Bold',  Arial, sans-serif;
	font-size: 1.5em;
}	

h2
{
	font-family: '1942report1942report', Courier, sans-serif;
	font-size: 1.9em;
	text-align: center;
	color: #ffffff;
}

.verticaltext
{
	font-family: 'LatinModernSans10Regular', Arial, sans-serif;
	color: #ffffff; 
	text-align: left;
	line-height: 20px;
	-moz-transform:rotate(-270deg); 
	-moz-transform-origin: bottom left;
	-webkit-transform: rotate(-270deg);
	-webkit-transform-origin: bottom left;
	-o-transform: rotate(-270deg);
	-o-transform-origin:  bottom left;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	
}

.regtext
{
	font-family: 'LatinModernSans10Regular', Arial, sans-serif;
	font-size: 1.2em;
	text-align: left;
	color: #ffffff;
}
	
td {text-align: left;}
.righttext
{
	font-family: 'LatinModernSans10Regular', Arial, sans-serif;
	font-size: 1.2em;
	text-align: right;
	color: #ffffff;
}

.footertext
{
	font-family: 'LatinModernSans10Regular', Arial, sans-serif;
	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
}

/* This specifies the colour for the hyperlinks */

	a:link {	font-family: 'LatinModernSans10Regular', Arial, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #ffffff; 
				text-decoration: none;
 			}
	a:visited {	font-family: 'LatinModernSans10Regular', Arial, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #ffffff; 
				text-decoration: none;
			}
	 a:hover,  a:focus,  a:active {
 color: #000000;
}		
		



/* This specifies the formatting for text in a list.*/
li {
	font-size: 0.9em; 
	text-align: left;
	line-height: 1.5em;
	font-family: Courier, Helvetica, sans-serif;
	color:#000000; 
         	}


/* End of formatting specification.*/


		
