/* Start of CMSMS style sheet 'Canadian_Express : right sidebar' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #A11E06;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #A11E06;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
/*****************basic layout *****************/

input.search {
	background: url("uploads/images/rounded-search-input.gif") top left no-repeat; /* rounded search image for the search sidebox */
margin-top: 4px;
}
input#searchTop {
	background: url("uploads/images/rounded-search-input-top2.gif") top left no-repeat;
}
input#searchTop {
	border: 0;
	width: 115px; /* width of text-display area */
	padding: 4px 15px 5px 20px;
	font-size: 12px;
}
* html input#searchTop {
	background-attachment: fixed;
}
#navMainWrapper {
	/*background:url("uploads/images/header.gif");*/
margin-left:280px;
height:32px;

}

#navMain a {
	/*background:url("uploads/images/tableftE.gif") no-repeat left top;*/
}
#navMain a span {
	/*background:url("uploads/images/tabrightE.gif") no-repeat right top;*/
}
#navMain a span.last {
	/*background:url("uploads/images/tabrightE_last.gif") no-repeat right top;*/
}
#navMain a span {
	color:#A11E06; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
}
#navMain a:hover span {
	color:#000; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
}
#navMainWrapper {
	height:32px;
	font-size:12px;
}
#navMain {
float:right;
	width:100%;
	line-height:normal;
	height:32px;
}
#navMain ul {
	list-style:none;
}
#navMain li {
	display:inline;
}
#navMain a {
	float:left;
	text-decoration:none;
font-weight: bold;
}
#navMain a span {
	float:left;
	display:block;
	padding: 7px 20px 0 20px;
	text-align:center;
	cursor:pointer;
	height:25px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {
	float:none;
}
/* End IE5-Mac hack */

#navMain a:hover {
	background-position:0% -32px;
}
#navMain a:hover span {
	background-position:100% -32px;
}
/* end css for top menu tabs */

#navMainSearch {
	width:120px;
	margin: 5px 0 0 5px;
padding-right: 50px;
float:right;
}
input.search {
	border: 0;
	width: 100px; 
	padding: 3px 15px 4px 20px;
	font-size: 11px;

}



body {
	margin: 0;
	padding: 0;
	color: #333;
background: #154561 url("uploads/Canadian_Express/rails-sdof.jpg") no-repeat top center fixed;
}

div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
width: 960px;
	margin: 0 auto;
	color: black;
border: 2px solid #A11E06;
margin: 15px auto 0px;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 215px;
	margin: 0;
	padding: 0; 
background: #E7E0CE url(uploads/Canadian_Express/cel-header-new1.jpg) no-repeat left top;
}


div#header h1 a {

/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 215px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: -32px 0 0 10px;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(uploads/Canadian_Express/cel-logo-lite1.jpg) no-repeat left top;
}
div#header h2 {
/* this is where the site name is */
clear:right;
	float: right;
	line-height: 1em;
text-align: right;
/* this keeps IE6 from not showing the whole text */
	font-size: 1.3em;
font-style: italic;
/* keeps the size uniform */
	margin: 15px 25px 0px 0px;
/* adjust according your text size */
	color: #154561;
}
div#header h2.name {
float:right;
line-height:1.2em;
color: #A11E06;
font-style: normal;
font-weight:bold;
font-size: 2.2em;
padding-bottom:0;
}

div#header h3 {
/* this is where the site name is */
	clear:right;
	float: right;
	line-height: 1em;
text-align: right;

/* this keeps IE6 from not showing the whole text */
	font-size: 1em;
/* keeps the size uniform */
	margin: 20px 25px 0px 0px;
/* adjust according your text size */
	color: #A11E06;
}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
background-color: #E7E0CE;
border-bottom: solid 1px /*#62171E*/#A11E06;
height:30px;
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: .65em 0em .75em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.3em 0 0.2em 0;
	margin: 0 1em;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here 
	background: url(uploads/Canadian_Express/search.gif) no-repeat center center;*/
}
div#content {
/* some air above and under menu and content */
	margin: 0;
	padding: 0px;
background: #fff url(uploads/images/sidebox-bkgrd.gif) repeat-y;
min-height: 650px;
}


div#main {
	padding: 10px  10px;
	margin-left: 180px;
	margin-right: 210px;
	background-color: #fff;
min-height: 600px;
}
div#sidebar {
	float: left;
	width: 170px;
	display: inline; /* FIX IE double margin bug */
	margin: 0px;
	padding: 0px;
	background-color: #E7E0CE;
}
div#sidebarb p {
margin:15px;
}
div#sidebarb h2 {
font-size: 1.4em;
text-align: center;
padding:0;
margin:0;
}
div#sidebara {
	padding: 10px 15px 15px 0px;
/* this one is for sidebar with menu and no content 
	background: url(uploads/Canadian_Express/mainrtup.gif) no-repeat right bottom;*/
}
div#sidebar2 {
	float: right;
	width: 200px;
	display: inline;
	margin: 0px 0px 60px 10px;
	padding: 0px 0px 1em;
	background-color: #E7E0CE;
border-left: #A11E06 solid 1px;
border-bottom: #A11E06 solid 1px;
}


/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #A11E06;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.6em;
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;

padding:0;
margin:0;

/* a larder than h1 line height */
	line-height: 1.4em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}

div#sidebar h2 {
	color: #A11E06;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.4em;
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
text-align: center;
padding:10px 5px 0;
margin:0;

/* a larder than h1 line height */
	line-height: 1.2em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #154561;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #154561;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #154561;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #154561;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
div#main p {
font-size: 1.1em;
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */



/* FOOTER */


/* End of 'Canadian_Express : right sidebar' */

