﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #313431;
}

a:visited {
	color: #313431;
}

a:hover {
	text-decoration: underline;
	color: #435303;
}


a:active {
	color: #313431;
}

/* 
body {
	background-color: white;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
*/

body {
background:#91a52b url(images/background.jpg) no-repeat scroll center top;
margin:0;
padding:0;
width:100%;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.7em;
color: #666666;
}


img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	top:0px;
	position: relative;
	width: 960px;
	height: 149px;
	margin-left: auto;
	margin-right: auto;

	padding-top:1px; /* Weird Mozilla Bug */ /*RM added to stop large gap*/
}


/* RM taken out as the absolute position was causing other h1 calls to write to the one place on the screen
h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}
*/


h2 {
	font-size: 14px;
}

.menua {
	position: absolute;
	right: 10px;
	top: 83px;
	text-transform: uppercase;
	font-size: 10px;
}

.newmenu {
	position: absolute;
	right: 0px;
	top: 118px;
}

.nav {
	position: absolute;
	left: 10px;
	top: 126px;
	text-transform: uppercase;
	font-size: 10px;
	color:White;
}

.advert {
	position: absolute;
	left: 475px;
	top: 40px;
}

.loginstatus {   /* RM added to show the login status on the header */
	position: absolute;
	right: 17px;
	top: 4px; 
	font-size: 12px; 
	color: White;  
}
    
.menua a:visited, .nav a:visited {
	color: #065693;
}

.menua a:hover, .nav a:hover {
	color: #518105;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 0px;
	font-size: 0;
	
}

.column {
	background-image: none /* url(images/content-shim.gif); */
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(images/CIPPreFix.jpg); 
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 11px;
	width: auto;
	height: 43px;
	text-align: left;
	color: #1E1D1D;
	}


h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}




/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image:  none; /*url(images/body-repeat.jpg);*/
	position:   relative;
	top:0px;
	width: 886px;
	padding:     0px  37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
	background-color:White;
}


/*RM added */

#changingbanner {
	position: relative;
	width: 960px;
	padding:   0px 0px;
	padding-top: 0px; /* Weird Mozilla Bug */
	padding-bottom: 0px; /* Weird Mozilla Bug */
}


#procedures {
	background-image: url(images/body-repeat-wide-grey.gif);
	position: relative;
	width: 886px;
	padding:   0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 200px;
	height:  100%;
	
}

#content {
	margin-left: 256px;
}


#column2left {
	float: left;
	width: 400px;
	height:  100%;
	
}

#column2right {
	margin-left: 430px;
/*	height: 550px;*/
}





#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/*RM CASES PAGE */

.button   /*RM dont think this works with the html button on the screen */
{
    background:url(BackgroundButton.jpg);
    background-repeat: repeat-x;
    padding:5px;
    border-right:#666 1px solid;
} 
    


h1 {
	text-transform: uppercase;
	font-size: 18px;
	top: 13px;
}

#cases {
	background-image: url(images/body-repeat-case.gif);
	padding:  0px  37px;
	padding-bottom: 40px;
	width: 960px;
	height: 394px;
	position: relative;
}

#casetest {
	background-image: url(images/body-repeat-case.gif);
	padding:  0px  37px;
	padding-bottom: 40px;
	width: 960px;
	height:420px;
	position: relative;
}

#casesmenu {
	background-image: url(images/CaseMenu.jpg);
	left: 40px;
	top: 10px;
	width: 960px;
	height: 50px;
	position:absolute;
	padding:0px 0px 0px 0px;
}


#caseoptions {
	background-image: url(images/CaseOptions.jpg);
	left: 40px;
	top: 80px;
	width: 200px;
	height: 300px;
	position:absolute;
	padding:0px 0px 0px 0px;
}


#casetestoptions {
	background-image: url(images/CaseOptions.jpg);
	left: 100px;
	top: 80px;
	width: 900px;
	height: 100px;
	position:absolute;
	padding:0px 0px 0px 0px;
}



#meetquestion{
	background-image:  url(images/meetquestion.jpg);
	left:  210px;
	top: 82px;
	width: 172px;
	height: 297;
	position: absolute;
	/* background:blue; */
	padding:0px 0px 0px 0px;
	font-size: 12px;
	
}

#meetinteraction{
	background-image:  none; /*url(images/body-repeat-case.gif);*/
	left:  401px;
	top: 82px;
	width: 340px;
	height: 325px;
	position:absolute;
}

#meetresponse{
	background-image:  url(images/meetquestion.jpg);
	left:  760px;
	top: 82px;
	width: 172px;
	height: 297;
	position:absolute;
	font-size: 12px;
}


#meetaimsobjectives{
	background-image:  none; /*url(images/body-repeat-case.gif);*/
	left: 330px;
	top: 83px;
	width: 500px;
	position:absolute;
	font-size: 12px;
}


#pdokeyinteractpoints{
	background-image:  none; /*url(images/body-repeat-case.gif);*/
	left:  220px;
	top: 0px;
	width: 500px;
	position:absolute;
	font-size: 12px;
}

#pmokeyinteractpoints{
	background-image:  none; /*url(images/body-repeat-case.gif);*/
	left:  280px;
	top: 0px;
	width: 500px;
	position:absolute;
	font-size: 12px;
}

#testinteractquestion{
	background-image:  none; /*url(images/body-repeat-case.gif);*/
	left:  200px;
	top: 75px;
	width: 500px;
	position:absolute;
	font-size: 12px;
	
}


#testinteractradiobutton{
	background-image:  none; /*url(images/body-repeat-case.gif);*/
	left:  350px;
	top: 145px;
	width: 100px;
	position:absolute;
	font-size: 14px;
	font-weight: bold;
}


#testinteractbottommenu {
	background-image: url(images/TestInteractBottomMenu.jpg);
	left: 40px;
	top: 360px;
	width: 960px;
	height: 50px;
	position:absolute;
	padding:0px 0px 0px 0px;
}


#testinteractcertificate{
	background-image:   url(images/TestInteractCertificate.jpg);
	left:  20px;
	top: 20px;
	width: 625px;
	height: 480;
	position:relative;
	font-size: 12px;
	font-weight: bold;
	
}



/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.jpg); 
	background-repeat: repeat-x;
	width: auto;
	height: 150px;
	text-align:  center;

}





.footer {
	background-image: url(images/footerx.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 66px;
	text-align: center;
	font-size: 10px;
	position:relative;
	color:White;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #065693;
}

.menub a:hover {
	color: #518105;
}

/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}



/************ NEW CODE *********************/
/* Dialog entries */


.dialog {
 width:99%;
 margin:0px auto;
 min-width:10em;
 color:#636563;
 
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:17px;
}

.dialog .ft .c {
 height:17px;
}

.dialog .hd {
 background:transparent url(images/dialog/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(images/dialog/tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(images/dialog/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(images/dialog/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px   12px 0px  11px;
 background:#ffffff url(images/dialog/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(images/dialog/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(images/dialog/br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .dialog pre {
 font-size:1.1em;
}






.pitch
{
    /*FLOAT: left;*/
    WIDTH: 400px;
    TEXT-ALIGN: center;
}
.product
{
    /*FLOAT: right;*/
    MARGIN-BOTTOM: 22px;
    WIDTH: 400px;
    TEXT-ALIGN: left
}
.product P
{
    MARGIN: 0px 0px 0px 0px
}
.product IMG
{
    FLOAT: left;
    MARGIN: 0px 15px 0px 0px
}
.product IMG.none
{
    MARGIN-BOTTOM: 0px    
}
.product H1 SUP
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #999
}
.product H1
{
    FONT-SIZE: 14px;
    MARGIN-BOTTOM: 2px;
    COLOR: #274F85;
    
}
.product H2
{
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 1px;
    COLOR: #274F85;
}





.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#home .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#home .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


.modalPopup {background-color:white;border-width:5px;border-style:solid;border-color:#95AA39;padding:15px 0 15px 0;width:300px;}
.modalBackground {background-color:Gray;filter:alpha(opacity=50);opacity:0.7;}

/* display shadow at bottom of blocks */
.blockshadow
{
	background-image: url(images/blockshadow.gif);
	background-repeat:no-repeat;	
	height:25px;
}

.blockborder
{
border: 1px solid #D8D8D8;
padding: 1px; 
background-color: White;
}
