/*-----------------------------------------------------------------------
   AUTHOR:  	Boutros AbiChedid 
   START DATE:  June 24, 2009
   PURPOSE: 	Stylesheet for the computer screen. Business template.
 -----------------------------------------------------------------------*/

body {
	margin:0 ;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	color: inherit;
	min-width:600px;    /* Minimum width of layout. The min-width property does not work in old versions of IE */
	font-size:100%;
}
img {
	margin:1.5em;
	padding: 0.5em;
	border: 0.12em solid #960;
}
/* Change the image size from pixels to em (1px = 1/16em) */
img#logo {
	width: 22.5em;
	height:11.25em;
}
img#template {
	width: 22.5em;
	height:15.75em;
}
#header {
	clear:both;
	float:left;
	width:100%;
	border-bottom:0.2em solid #960;
	background: #b3b3b3 url(../images/oldPaper2.jpg) repeat; /* background color of the header column */
	color: inherit;
	
}
#header h1 {
	padding-top:0.1em;
	float:left;
	width:63%;
	text-transform: capitalize;
	margin: 1.0em 0 -0.1em 2.2em;
	font: bold 255% Arial, sans-serif;
	text-align: left;
 	color: #693F00;
	background-color: transparent; /* this needs to be transparent for the header border to show in Gecko based browsers */
}
#header img {
	display: inline;
	float: right;
	height: 1.812em; 
	width: 15em;
    border: 0;
	margin:0;
}
h2 {
	text-align: left;
	padding: 0.1em 0;
	font-size:150%;
}
h3 {
	text-align: left;
	padding:0.1em 0;
}

/* column container */
.wrapper {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.midlecolumn,.leftcolumn {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.column1,.column2,.column3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	
	overflow:hidden;
	width:inherit;
}
/* Three Column settings */
.threecolumn {
	background: #eee url(../images/oldPaper1.jpg) top center repeat; /* background color of the right column */
	color: inherit;
}
.threecolumn .midlecolumn {
	right:20%;			/* width of the right column */
	background: #fff url(../images/oldPaper.jpg) top left repeat; /* background color of the middle column */
	border-right: 0.12em solid #000; 
	color: inherit;
}
.threecolumn .leftcolumn {
	right:67%;			/* width of the middle column */
	background: #eee url(../images/oldPaper1.jpg) repeat; /* background color of the left column */
	border-right: 0.12em solid #000; 
	color: inherit;
}
.threecolumn .column1 {
	width:63%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column. The default padding is 2% */
}
.threecolumn .column2 {
	width:14%;			/* Width of left column content (column width minus padding on either side) */
	left:23%;			/* width of right column + center column left and right padding + left column left padding */
}
.threecolumn .column3 {
	width:17%;			/* Width of right column content (column width minus padding on either side) */
	left:92%;		
}
.column1 h2  {
clear:both;
}
.column3 p:first-letter, .column1 p:first-letter {
	color: #960;
	font-size: 1.5em;
	padding-left: 2em;
	font-style:oblique;
	background-color: inherit;
}

/******************* Right Panels links **************/

a.readmore, a.readmore:link {
	margin-left: 0.5em;
	padding: 0.1em 0 0.1em 1.5em;
    background: #eee url(../images/read.png) left center no-repeat;
    color: #6E6E6E; 
    text-decoration: none;
}   
a.readmore:visited {
	color: #f00; 
	background-color: inherit;   
}
a.readmore:hover, a.readmore:active {
	color: #2B403F; 
	background-color: #cfc9bd;
	background-image: url(../images/read_visited.png);
	text-decoration:none;
}
/************ Menu **************/

#navbuttons {
	/*background: #aca; */
	padding: 0; 
	color: inherit;
}  
#navbuttons a {
	display: block; 
	margin: 0;
}
#navbuttons a:hover {
	background: #d2d2d2 url(../images/check1.png) right center no-repeat;
	border-right: 0.35em solid #693F00;
	color: inherit;
}
#navbuttons a img {
	display: block;
	height: 3.125em; 
	width: 3.125em;
    border: 0;
	margin-bottom:-1.35em;
}  
#navbuttons a img#welcome { 
	background-color: #d2d2d2;
	margin-top:-0.4em;
	color: inherit;
}
#navbuttons a:active img {
	border-color: #FC3;
    border-style: inset;
}  
p { 
	margin:0.4em 0;
	padding: 0;
	text-align: justify;
}

column3.p, column1.p {
	text-align: justify;
}

/************ Footer ************/

#footer {
	width:100%;
	clear: both;
	padding: 0.2em 0em;
	border-top:0.24em solid #960;
	font-size: 0.92em;
	background: #b3b3b3 url(../images/oldPaper2.jpg) repeat; /* background color of the footer column */
	color: inherit;
}
#footer p {	
	text-align: center;
}
#footer a, #footer a:link{
	color: #064759;
	background-color: inherit;
	text-decoration: underline;
}
#footer a:visited {
	color: #f00;
	background-color: inherit;
} 
#footer a:hover, #footer a:active  {
	text-decoration: none;
	color: #0c0c0c;
	background-color: inherit;
}
#footer span {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.0em;
}
a.contact {
	font-size: 0.9em;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #7B8682;
}
div.url {
	display: none;
}

/************ General classes ************/

.left {
	float: left;
	position:relative;
	width:100%;
}

.right {
	float:right;
	position:relative;
	width:100%;
}
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

