@charset "utf-8";

/**************************************************************
*  CSS Document for armispiansystems.ca                       *
*  Writen by Jigme Datse Rasku                                *
*  Created: 2008-October-8                                    *
*  Modified: 2008-October-10                                  *
***************************************************************/

/* the following Reset CSS was modified from Eric Meyer's v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address,
em, img, strong,
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

/* end of Eric Meyer's Reset CSS */

body {
	margin: 1.5em;
}

div {
	margin: .5em;
}

div#header {
}

div.logo {
	float: left;
	border-width: 0px;
}

div#main-menu {
	text-align: center;
	clear: left;
}

div#main-menu ul {
	padding-left: 0px;
}

div#main-menu ul li:first-child {
	background-image: url(images/none.png);
	background-repeat: no-repeat;
	padding-left: 0px;
}

div#main-menu ul li {
	display: inline;
	clear: both; 
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 0 2.4px;
	list-style-position: outside;
	padding-left: 20px;
} 

div#child-menu {
	float: left;
	width: 15%
}

div#content{
	margin-left: 15%;
	padding-left: 2%;
}

div.sample-image {
	padding: 1.5em 6em 1.5em 1.5em;
	clear: left;
}

div.sample-image img {
	border-width: 0;
	padding: 0 1.5em 0 1.5em;
	float: left;
}



div#footer {
	clear: both;
	font-size: 70%
}

div#credentials {
}

.clear-both {
	clear: both;
}

p {
	line-height: 1.1;
	margin-top: .5em;
	margin-bottom: .5em;
}

ul, ol {
	padding-left: 1.5em;
	margin: .1em;
}

ul.none {
	list-style: none;
	padding: 0em;
}

ul.breadcrumbs {
	padding-left: 0px;
	clear: left;
}

ul.breadcrumbs li:first-child {
	background-image: url(images/none.png);
	background-repeat: no-repeat;
	padding-left: 0px;
}

ul.breadcrumbs li {
	display: inline;
	background-image: url(images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 2.4px;
	list-style-position: outside;
	padding-left: 45px;
} 


h1 {
	font-size: 2em;
	margin-top:	.1em;
	margin-bottom: .1em;
}

h2 {
	font-size: 1.6em;
	margin-top: .1em;
	margin-bottom: .1em;
}

h3 {
	font-size: 1.4em;
	margin-top: .1em;
	margin-bottom: .1em;
}

table {
	border: 2px solid #000000;
	padding: 2px;
}

td {
	border: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}

abbr {
	border-bottom: dotted 1px;
}