#image_wrap {
	/* dimensions */
	width:785px;
	margin:0px 0px 10px 41px;
	padding:8px 10px;

	/* some "skinning"*/
	background-color:#efefef;

	border:2px solid #fff;
	outline:1px solid #ddd;
	-moz-ouline-radius:4px;
}

#image_wrap  {
	height:375px;
}

#image_wrap img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:1px #ffffff solid;
}



/*---------------------------------------------------------------------------------GLOBAL RESET---------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,f,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin:0;
	padding:0;
}


fieldset,img {
	border:0;
}

.button  {
	padding:2px 6px 2px 6px;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;

}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*---------------------------------------------------------------------------------GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)---------------------------------------------------------------------------------*/
body, input, select {font:14px/1.22 tahoma,arial,helvetica,clean,sans-serif;}

/*---------------------------------------------------------------------------------GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS---------------------------------------------------------------------------------*/
body
{
	color:#3D3D3D;

}
p {
	color: #3D3D3D;
	margin: 0 0 0.2em 0;
	line-height: 1.3em;
}

/* base.css*/
h1, h2 , h3 {

	margin:0px;
	padding:0px;
	line-height: 1;

}

h1, h2 {
	font-family: 'palatino linotype', palatino, Verdana, Arial, Helvetica, sans-serif;
	color:#87915d;
	letter-spacing:-2px;
	font-size:42px

}

h1 span {
	color:#a07954;

}

h2 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align:right;

}

h3 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#87915d;
	letter-spacing:-2px;
	font-size:24px;
	margin-bottom:4px;

}

#header_container{


	padding:14px 0px 18px 0px;
}

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

strong {
	/*bringing bold back to the strong element*/
	font-weight:bold;
}

blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}

ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	color: #3D3D3D;
	margin: 0 0 5px 0;

}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: square outside;
	margin: 0 0 5px 0;
}

ul li span
{
	color:#3D3D3D;
}

dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* #A07954 */
a:link		{ color: #A07954; text-decoration: none; }
a:visited	{ color: #A07954; text-decoration: none;}
a:hover		{ color: #A07954; text-decoration: underline;}
a:active	{ color: #A07954; text-decoration: none;}

/*---------------------------------------------------------------------------------Global Layout---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   background-color:#ffffff;
   overflow-y: scroll;
}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreme cicumstances!
  voice-family: "\"}\"";
  voice-family: inherit;
html>name {
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------Global Divs---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

.page_width {
	width: 954px;
	padding: 0 15px 0 15px;
	margin: 0 auto 0 auto;
	display: block;

}

/*---------------------------------------------------------------------------------Layout Styles---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------Header-----*/

#header_container {
	background: url(/images/top_banner_background_spacer.gif) top left repeat-x #ffffff;
}


#logo {
	float:left;
	margin-top:13px;
}



.topbar p {
	text-align: right;
	padding: 4px 0 5px 15px;
	display: inline;
	margin: 0;
	color: #8C8C8C;
	font-size: 90%;
	float: left;
}

.topbar a {
	color: #8C8C8C;
}

.topbar a:hover {
	color: #87915D;
}

#searchform {
	display: inline;
	float: left;
}


.search {
	font-size: 90%;
	margin: 0 0 0 3px;
	color: #8C8C8C;
}

.search_but {
	font-size: 90%;
}

/*--------------------------------------------------------------------------------- Navigation-----*/
#nav_container {
	background: url(/images/menu_background.gif) bottom left repeat-x #C7C7C7;
	padding: 0;
	margin: 0;
}

#nav_content {
	background: url(/images/menu_divider.gif) top left repeat-y;
	margin: 0;
	padding: 0 0 0 2px;
	float: left;
}

#nav_content .left{
	width: 780px;
	float: left;
}

#nav_content .right{
	width: 156px;
	float: right;
}

#nav_content .right p{
	padding: 6px 0 0 0;
	margin: 0;
	text-align: right;
}

#nav_container ul{
	margin: 0;
	padding: 0;
}

#nav_container li{
	background: url(/images/menu_divider.gif) top right repeat-y;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	height:32px;
}

#nav_container a{
	padding: 6px 17px 9px 15px;
	float: left;
	color: #ffffff;
	font-size:14px;
}

#nav_container a:hover{
	background: url(/images/menu_over.gif)  repeat-x #838383;
	color: #FFF;
	text-decoration:none;
}

#nav_container .current_page_item a{
	background: url(/images/menu_on.gif)  repeat-x #87915D;
	color: #FFF;
	float: left;
}

#nav_container .current_page_parent a{
	background: url(/images/nav_selected.gif) bottom right repeat-x #87915D;
	color: #FFF;
	float: left;
}

#nav_container .current_page_ancestor a{
	background: url(/images/nav_selected.gif) bottom right repeat-x #87915D;
	color: #FFF;
	float: left;
}

/*---------------------------------------------------------------------------------Main Content-----*/
#maintop_container {
	padding-top: 5px

}

#mainbottom_container {
	padding-top: 10px
}

/*---------------------------------------------------------------------------------Footer-----*/


#footer_container {
	background: url(/images/footer.gif) top left repeat-x #fff;
	padding: 10px 0 50px 0;
	margin: 10px 0 0 0;
	clear:right;
	

}

#footer_container .left {
	width: 460px;
	float: left;
}

#footer_container .right {
	width: 460px;
	float: right;
	text-align: right;
}

#footer_container p{
	font-size: 90%;
	color: #444;

}

#footer_container a{
	color: #666;
}

#footer_container a:hover{
	color: #87915D;
}

#logo-linkedin
{
	margin-right:40px;
}

/*---------------------------------------------------------------------------------Home -----*/

.thirds_container {
	background: url(/images/home_thirds_bgtop.gif) top left no-repeat;
	padding: 0;
	margin 0;
}


.thirds_block {
	background: url(/images/home_thirds_bgbottom.gif) bottom left no-repeat;
	padding: 0;
	margin 0;
}

.third {
	width: 278px;
	float: left;
	margin: 0 7px 0 0;
	padding: 20px 10px 20px 20px;
}

.third_end {
	width: 278px;
	float: left;
	margin: 0;
	padding: 20px 10px 20px 20px;
}


.third .left{
	width: 54px;
	float: left;
	margin: 0 20px 0 0;
}

.third .right{
	width: 185px;
	float: left;
}

.third .right h1{
	padding: 0 0 2px 0;
	margin: 0;
	color: #2A323D;
	font-size: 125%;
}



.third_end .left{
	width: 54px;
	float: left;
	margin: 0 20px 0 0;
}

.third_end .right{
	width: 195px;
	float: left;
}

.third_end .right h1{
	padding: 0 0 2px 0;
	margin: 0;
	color: #2A323D;
	font-size: 125%;
}

.third_end .right ul{
	border-top: solid 1px #C0C1C1;
	margin: 0 0 8px 0;
}

.third_end .right li{
	border-bottom: solid 1px #C0C1C1;
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 95%;
	list-style-type: none;
}

.third_end .right li a{
	color: #919191;
}

.third_end .right li a:hover{
	color: #87915D;
}

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

.home_block {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	margin: 10px 0 0px 0;
	padding: 15px 0 4px 0;
}

.home_block h2{
	padding: 0 0 3px 0;
	margin: 0;
	color: #575757;
}
.home_block p{
	padding: 0 0 12px 0;
	margin: 0;
}

.home_block .left{
	float: left;
	width: 770px;
}

.home_block .left p{
	text-align: justify;
}

.home_block .right{
	float: right;
	width: 110px;
	padding: 5 0 15px 20px;
	display: block;
}

/*---------------------------------------------------------------------------------Inner -----*/
.inner_left {
	float: left;
	width: 680px;
	margin: 20px 0 0 0;
}

.inner_left p{
	text-align: justify;
}

.inner_right {
	float: right;
	width: 230px;
	/* margin: 20px 0 0 0; */
}

.inner_right h2 h3 h4{
	font-size: 150%;
	color: #575757;
}

.inner_right .grey_box_container {
	margin: 12px 0 0 0;
	background: url(/images/inner_greytop.gif) top left no-repeat;
}

.inner_right .grey_box_contents {
	background: url(/images/inner_greybottom.gif) bottom left no-repeat;
	padding: 14px;
}

.inner_right .grey_box_container .grey_box_contents ul .current_page_item a{
	color: #000;
}

.inner_right .grey_box_container .grey_box_contents ul li ul{
	border: none;
	margin: 4px 0 5px 0;
}

.inner_right .grey_box_container .grey_box_contents ul li ul li{
	border: none;
	margin: 0 0 0 5px;
}

.inner_right .grey_box_container .grey_box_contents ul li ul li a{
	color: #87915D;
}

.inner_right .grey_box_container .grey_box_contents ul li ul li a:hover{
	color: #888888;
}

.inner_right .grey_box_container .grey_box_contents ul .current_page_item ul{
	border: none;
	margin: 4px 0 5px 0;
}

.inner_right .grey_box_container .grey_box_contents ul .current_page_item ul li{
	border: none;
	margin: 0 0 0 5px;
}

.inner_right .grey_box_container .grey_box_contents ul .current_page_item ul li a{
	color: #87915D;
}

.inner_right .grey_box_container .grey_box_contents ul .current_page_item ul li a:hover{
	color: #888888;
}

.inner_right .grey_box_container .grey_box_contents ul ul .current-cat a{
	color: #000000;
}

.current-cat a{
	color: #000000;
}

.resourcenav .current-cat a{
	color: #000;
}

.resourcenavother .current-cat a{
	color: #000;
}

.inner_right .orange_box_container {
	margin: 12px 0 0 0;
	background: url(/images/inner_orangetop.gif) top left no-repeat;
}

.inner_right .orange_box_contents {
	background: url(/images/inner_orangebottom.gif) bottom left no-repeat;
	padding: 14px;
}
.inner_right .orange_box2_container {
	margin: 12px 0 0 0;
	background: url(/images/inner_orangetop.gif) top left no-repeat;
}

.inner_right .orange_box2_contents {
	background: url(/images/inner_orangebottom.gif) bottom left no-repeat;
	padding: 14px;
}


.inner_right .c2a_imagecontainer {
/*
	text-align: center;
*/
}

.inner_right .image_box_container {
	margin: 12px 0 0 0;
}

.inner_right .orange_box_contents p{
	color: #FFF;
	padding: 0;
	margin: 0;
}

.inner_right .orange_box_contents p .tel{
	color: #FFF;
	font-size: 210%;
	font-weight: bold;
	line-height: 120%;
}

.inner_right .orange_box2_contents p{
	color: #FFF;
	padding: 0;
	margin: 0;
}

.inner_right .orange_box2_contents p .speed{
	color: #FFF;
	font-size: 170%;
	font-weight: bold;
	line-height: 120%;
}

.half_block .left p {
	font-size: 110%;
}

.half_block .right p {
	font-size: 110%;
}

.half_block .right p {
	font-size: 110%;
}

.half_block .left{
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

.half_block .right{
	float: right;
	width: 300px;
}

.inner_right ul{
	border-top: solid 1px #C0C1C1;
	margin: 0 0 8px 0;
}

.inner_right li{
	border-bottom: solid 1px #C0C1C1;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 95%;
	list-style-type: none;
}

/*
.inner_right h1, h2, h3 {
	padding: 0;
	margin: 0 0 0px 0;
}
*/


.inner_left h2 {
	font-size: 145%;
	margin: 30px 0 5px 0;
	padding: 0;
}

.inner_left h3 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-size: 120%;
	color: #2A323D;

}

.half_left {
	margin: 60px 0 0 0;
	width: 405px;
	float: left;
}

.half_right {
	margin: 20px 0 0 0;
	width: 445px;
	float: right;
}




/****************************************************************************************/

/* tabs */
/* tab pane styling */
div.panes {
	background: url(/images/box-954-middle.gif) repeat-y 0 0 ;
	padding:0px;
	margin:0px;
}

div.panes div.pane {
	padding: 14px 20px 0px 20px;
	background: url(/images/box-954-top.gif) no-repeat 0 0;
	z-index:-100;
	display:block;
}

span.panebottom {
	display:block;
	height:7px;
	background: #ffffff url(/images/box-954-bottom.gif) no-repeat 0 0;
}

/* smalltab pane styling */
div.smallpanes {
	background: url(/images/box-334-middle.gif) repeat-y 0 0 ;
	padding:0px;
	margin:0px;
}

div.smallpanes div.smallpane {
	padding: 14px 20px 0px 20px;
	background: url(/images/box-334-top.gif) no-repeat 0 0;
	z-index:-100;
	display:block;
}

span.smallpanebottom {
	display:block;
	height:7px;
	background: #ffffff url(/images/box-334-bottom.gif) no-repeat 0 0;
}



/* root element for tabs  */
ul.tabs {
	list-style: none;
	margin: 0 !important;
	padding: 0px 0px 0px 10px;
	height: 34px; /*border-bottom:1px solid #d0d0d4;*/
}

/* single tab */
ul.tabs li {
	list-style: none; /* gb:added this in as the standard style sheet has globally modified bullets */
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(/images/tabs2.png) no-repeat 0 0;
	display: block;
	height: 34px;
	line-height: 38px;
	width: 140px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	position: relative; /*top:1px;*/
}

ul.tabs a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0 -35px;
	color: #ffffff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0 -70px;
	cursor: default !important;
	color: #454444 !important;
}




/* side bar */
.nextsteps {
	width:100%;
}

.nextsteps-title {
	background-image: url(/images/box-230-top.gif);
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #3D3D3D;
	font-size: 1.2em;
	padding-left: 13px;
}

.nextsteps-middle {
	background-image: url(/images/box-230-middle.gif);
	color: #3D3D3D;
	padding: 0px 8px 0px 12px;
}

.nextsteps-row
{
	border-bottom:1px #C4C4C4 solid;
	margin-bottom:6px;
}

.nextsteps-row, .nextsteps-row-bottom
{
	padding:0px 0px 2px 0px;
}

.nextsteps-row a, .nextsteps-row-bottom a
{
	font-weight:bold;
}

.nextsteps-bottom {
	background-image: url(/images/box-230-bottom.gif);
	height:7px;
}

.icon
{
	margin-right:2px;
	vertical-align:text-bottom;
}

.thumbnail
{
	text-align:center;
	margin:6px;
}

/* next steps - related information */
ul.list-dash {
  margin: 0;
  padding: 3px 0px 0px 12px;
}

/* removes bold from these items */
ul.list-dash a {
	/*font-weight:normal;*/
}

ul.list-dash li {
  margin: 0;
  padding: 2px 0px 4px 15px;
  list-style: none;
  background: url('/images/list-dash.gif') no-repeat 0px 10px;
}

/* partner boxes */
.partner-box
{
/* background-color:#e8e8e9;border:1px #C4C4C4 solid; height:80px; */
background-color:#ffffff;border:1px #C4C4C4 solid; height:80px;
margin-bottom:12px;
position:relative;
}

.partner-box-logo
{
	float:right;
	/*background:#ffffff url(/images/partner-box-gradient.gif) repeat-y;*/
	width:240px;
	height:80px;
}

.partner-box p
{
	padding:5px 0px 0px 10px;
}

.partner-box-link
{
	font-weight:bold;
	position:absolute;
	bottom:6px;
	right:230px;
}

/* membership boxes */
.membership-box
{
/*background-color:#e8e8e9;border:1px #C4C4C4 solid; height:110px;*/
background-color:#ffffff;border:1px #C4C4C4 solid; height:120px;
margin-bottom:12px;
position:relative;
}

.membership-box-logo
{
	float:right;
	/*background:#ffffff url(/images/partner-box-gradient.gif) repeat-y;*/
	width:240px;
	height:120px;
}

.membership-box p
{
	padding:5px 0px 0px 10px;
}

.membership-box-link
{
	font-weight:bold;
	position:absolute;
	bottom:6px;
	right:230px;
}

/* industries boxes */
.industries-box
{
background:#e8e8e9 url(/images/industries-box-gradient.gif) repeat-x;
border:1px #C4C4C4 solid; height:53px;
margin-bottom:12px;
width:586px;
}

.industries-box-logo
{
	float:right;
	height:53px;
}

.industries-box p
{
	padding-left:20px;
	line-height:53px;
}

.industries-box a, .technologies-box a
{
	font-weight:bold;
}

.technologies-box
{
background:#e8e8e9 url(/images/technologies-box-gradient.gif) repeat-x;
border:1px #C4C4C4 solid; height:78px;
margin-bottom:12px;
width:586px;
}

.technologies-box-logo
{
	float:right;
	height:78px;
}

.technologies-box p
{
	padding-top:10px;
	padding-left:20px;

}

/* module boxes */
.module-box
{
	margin-bottom:12px;
}

.module-box-icon
{
	float:left;
	padding-right:20px;
}

.module-box-text
{
	float:left;
	width:585px;
}

fieldset label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 170px;
	margin: 5px 0px 0px 0px;
}

fieldset input, fieldset select, fieldset textarea {
	margin: 5px 0px 0px 0px;
}

fieldset br {
	clear:left;
}

.mandatory
{
	color: #FF6600;
	font-size:11px;
}

.warning
{
	color: #FF0000;
}

/* news articles */

.news-date {
	padding-top:6px;
	padding-right:20px;
}

.news-detail-date
{
	font-weight:bold;
}

/* events */
.event
{
	padding-bottom:10px;
}
.event-title, .event-date-location
{
	font-weight:bold;
}

.event-more
{
	float:right;
	padding-right:30px;
}


/* contact us */

#map-world
{
	border:1px #C4C4C4 solid;
	margin: 0px 0px 20px 0px;
}

#map-find-us
{
	float:right;
	padding-left:18px;
	margin-top:20px;

}

.form-contact
{
	border:1px #c4c4c4 dotted;padding:4px 0px 8px 8px;margin:8px 0px 0px 12px
}

/* tool tips */
#demotip {
	display:none;
	background: url(/images/white_arrow.png);
	font-size:12px;
	height:79px;
	width:175px;
	padding:18px 15px 25px 20px;
	color:#3d3d3d;
	z-index:1;
}

#how-does-it-work
{
	text-align:center;
}

#comments
{
	width:205px;
}

#breadcrumb
{
	background-image:url(/images/breadcrumb-repeat.gif);
	height:24px;
	width:100%;
	line-height:24px;
	margin-top:10px;
}

#breadcrumb-left
{
	float:left;
	padding-right:12px;
}

#breadcrumb-right
{
	float:right;
}

/* lists of images used across the site */
div.img
{
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  width:180px;
  margin-bottom:14px;
}

div.img img
{
  display:inline;
  border:1px solid #C4C4C4;
}

div.desc
{
  text-align:center;
  font-weight:bold;
  margin-bottom:3px;
}

/* find out more about */
a.foma-link {text-decoration:none; color:#3d3d3d;}
.foma-box {width: 165px; height: 60px; margin-bottom: 10px; padding-top: 15px; padding-left: 65px;}
.foma-smtxt {font-size: 14px;}
.foma-mdtxt {margin-top:3px; margin-left: -1px; font-size: 18px; font-weight: bold;color: #777576;}
.foma-lgtxt {margin-top: -2px; margin-left: -1px; font-size: 23px; font-weight: bold;color: #777576;}

.eventtimes li span {
	width: 150px;
	display: inline-block;
}

div.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}
