@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* Structure
---------------------------------------*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #8d8d8d;
}
 #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/content-bkg.jpg) no-repeat center top;
	position:relative;
} 
 #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 263px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 258px 10px 15px 20px;
	background:transparent url(images/sidebar-bottom.png) center bottom no-repeat;
}
 #mainContent { 
	 margin: 0 0 0 285px;
    padding: 0 20px;
    right: 0;
} 

body#content #mainContent {
	padding:230px 20px 0;
}

 #footer { 
	min-height:62px;
	font-size:9px;
	padding: 0 0 0 0;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#homeActions {
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    height: 256px;
    margin: 130px 0 0;
    overflow: hidden;
    position: relative;
    width: 632px;
}

#homeActions h2{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	line-height:24px;
}


#actionCall_1, #actionCall_2, #actionCall_3 {
	float:left;
	width: 151px;
	height: 206px;
	display:block;
	margin:0 14px 0 0;
	padding:25px;
	position:relative;
}

.actionContent {
	position:absolute;
	bottom:10px;
	width:151px;
}

.actionContent p {
	border-bottom: 1px solid #fff;
	padding:0 0 5px;
}

.actionContent a.readmore {
	background:url(images/readmore-btn-sprite.png) no-repeat right top;
	width:151px;
	height: 18px;
	text-indent:-9009px;
	display:block;
	overflow:hidden;
	margin:10px 0 0 0;
}

#actionCall_3 #contactBTN a {
	background:url(images/contact-btn.gif);
	display:block;
	overflow:hidden;
	width:201px;
	height:52px;
	position:absolute;
	bottom:0;
	left:0;
	text-indent:-9009px;
}

#actionCall_3 #contactBTN a:hover {
	background-position:0 -52px;
}

.actionContent a.readmore:hover {
	background-position:right -18px;
}

#actionCall_1 {
	background: url(images/first-section.gif) bottom center no-repeat;
}

#actionCall_2 {
	background:url(images/second-section.gif) top center no-repeat;
}

#actionCall_3 {
	margin:0;
	background: url(images/third-section.gif) top center no-repeat;
}

#actionCall_1 h2 {
	color:#fff;
	margin-top:45px;
}

#actionCall_2 h2 {
	margin-top:15px;
}

p {
	margin-bottom:1.2em;
	font-size:14px;
}

ul {
	margin:15px;
	list-style:circle;
}

ul li {

}

/* MainNav
---------------------------------------*/

ul#mainNav {
	list-style:none;
	margin:0;
	padding:0;
}

ul#mainNav li a {
	background:url(images/navigation.gif) no-repeat;
	height:61px;
	display:block;
	overflow:hidden;
	width:50px;
	float:left;
	text-indent:-9009px;
}

ul#mainNav li#about a { width:126px; background-position: 0 0;}
ul#mainNav li#apart a{ width:109px; background-position: -126px 0; }
ul#mainNav li#standards a { width:208px; background-position: -235px 0; }
ul#mainNav li#history a { width:119px; background-position: -443px 0; }
ul#mainNav li#certification a { width:265px; background-position: -562px 0; }
ul#mainNav li#contact a { width:133px; background-position: -827px 0; }

ul#mainNav li#about a:hover { width:126px; background-position: 0 -61px;}
ul#mainNav li#apart a:hover { width:109px; background-position: -126px -61px; }
ul#mainNav li#standards a:hover { width:208px; background-position: -235px -61px; }
ul#mainNav li#history a:hover { width:119px; background-position: -443px -61px; }
ul#mainNav li#certification a:hover { width:265px; background-position: -562px -61px; }
ul#mainNav li#contact a:hover { width:133px; background-position: -827px -61px; }

/* Typography
---------------------------------------*/
h1 {
	font-size:18px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;
	color:#bc2025;
	margin:15px 0;
}

h2 {
	font-size:16px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	color:#502d85;
	margin:15px 0;
}

span.purple {
	color:#502d85;
}

strong {
	font-weight:bold;
}

a {
	color:#502d85;
}

a:hover {
	color:#bc2025;
}

/* Accordion
---------------------------------------*/

.Accordion {
	overflow: hidden;
	width:253px;
	background:transparent url(images/side-nav-bkg.gif) repeat-y;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	margin: 0px 15px;
	padding: 10px 0px 10px 30px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	color:#999999;
	background:transparent url(images/dropdown-sprite.gif) no-repeat 5px -35px;
	border-bottom:1px solid #bfbfbf;
}
 
.AccordionPanelContent {
	overflow: auto;
	margin: 0px 15px;
	padding: 0px;
	height: 200px;
	font-size:14px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-position: 5px 0;
}

.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
}
 
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}

.sidebarNav {
	margin:0;
	padding:0;
}

.sidebarNav li {
	margin:2px 5px;
}

.sidebarNav li a {
	color:#502d85;
	text-decoration:none;
}

.sidebarNav li a:hover {
	color:#a00600;
}