/* COLORS
======================================================================
	#136bc1 : Blue
	#78ab00 : Green
	#d7e6b1 : Light Green
	#4c4a47 : Dark Grey
	#808080 : Light Grey
	#0d5790 : Dark Blue
	
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html {
	margin: 0;
	padding: 0;
	background: url(../_images/background_html.jpg) repeat-y 50% top;
	min-width: 960px;
}

body, input, select, textarea {
	font-family: arial, sans-serif;
	font-size: 1em;
}

body {
	margin: 0;
	padding: 0;
	min-width: 960px;
}

h1 {
	padding: 0 0 10px 0;
	margin: 0 0 0 90px;
	width: 440px;
	font-size: 1.4em;
	font-weight: normal;
	color: #78ab00;
	text-align: right;
	border: 2px solid #d7e6b1;
	border-width: 0 0 2px 0;
}

h2 {
	margin-top: 35px;
	color: #0d5790;
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: normal;
}

h3 {
	margin-top: 41px;
	padding: 0 0 5px 0;
	width: 255px;
	color: #78ab00;
	font-size: .8em;
	line-height: 1.4;
	font-weight: normal;
	text-transform: uppercase;
	border: 2px solid #d7e6b1;
	border-width: 0 0 2px 0;
}

h4 {
	margin-top: 25px;
	color: #0d5790;
	font-size: .8em;
	line-height: 1.4;
	font-weight: bold;
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, table, label {
	/* good place to define typical font-size, line-height and margins */
	margin-top: 15px;
	font-size: .75em;
	line-height: 1.6;
	color: #4c4a47;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	margin: 0;
	list-style-type: none;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	margin: 2em 0;
	padding: .5em 2em 1.5em 2em;
	/* good place to define a background */
}

blockquote p {
	/* good place to define typical font-size, line-height and margins */
}

cite {
	text-align: right;
	display: block;
}

cite:before {
  content: "- ";
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	color: #005691;
}

#fat_column a:hover,
#fat_column a:active {
	text-decoration: underline;
}

/* FORMS
====================================================================== */

#fat_column form {
	margin: 20px 0 0 0;
	width: 530px;
	text-align: left;
}

#thin_column form {
	margin: 20px 0 0 0;
	width: 230px;
	text-align: right;
}

form.Row {
	overflow: auto;
}



fieldset {
	position: relative; /* make legend move horizontally correct in IE */
	overflow: visible;
}

legend {
	position: relative;
	left: -7px; /* IE */
	padding: 1.5em 0 .85em 0;
	font-weight: bold;
	font-size: .7em;
	display: none;
}

body#section_downloads form p {
	display: block;
	font-size: .8em;
	color: #78ab00;
	font-weight: bold;
}

body#section_downloads #fat_column form input {
	margin-left: 5px;
}

#fat_column form span {
	font-size: .7em;
	font-weight: bold;
}

fieldset>legend {
	left: 0; /* future proof */
}

#thin_column input,
#thin_column textarea,
#thin_column select {
	margin-top: 3px;
	padding: 2px 3px;
	background: #f3fadb;
	border: 1px solid #78ab00;
	color: #4c4a47;
}

input#resume {
	background: transparent;
	border-width: 0;
	width: 220px;
	margin-top: 5px;
	cursor: pointer;
}

label.Resume {
	font-weight: bold;
	cursor: pointer;
}

label {
	margin: 0;
	padding-bottom: .85em;
	width: 310px;
	line-height: 1.2;
}

form#apply {
	text-align: left !important;
}

form#apply textarea {
	font-size: .8em;
	width: 220px;
}

form#apply div.Row {
	margin-bottom: 10px;
}

select,
label.FieldLarge,
label.FieldLarge input,
label.FieldLarge select,
label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select,
label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select,
input.InputRadio,
input.InputCheck {
}

label.FieldLarge {
	width: 267px;
	display: block;
	color: #000;
	font-weight: bold;
	margin: 0 0 10px 0;
}

label.FieldLarge span {
	font-size: 1em !important;
/*
	position: relative;
	top: 6px;
*/
}

label.FieldLarge input,
label.FieldLarge select {
	width: 215px;
	text-align: left;
	border: 1px solid #005590;
	padding: 2px;
	position: relative;
	left: 20px;
}

#fat_column label.field-describe {
	font-weight: bold;
	color: #000;
	font-size: .7em;
	margin-top: 15px;
	line-height: 1.4;
	display: block;
}

#fat_column label.field-describe textarea {
	width: 525px;
	min-height: 125px;
	border: 1px solid #005590;
	margin-top: 10px;
	padding: 2px;
}

#thin_column label.field-describe {
	margin: 15px 0 5px 0;
	line-height: 1.4;
	display: block;
}

#thin_column label.field-describe textarea {
	width: 220px;
	margin: 5px 0 0 0;
}

label.FieldMedium {
	width: 200px;
}

form#apply label.FieldMedium {
	width: 220px;
}

form#apply label.FieldMedium input {
	width: 180px;
}

label.FieldMedium input,
label.FieldMedium select {
	margin: 10px 0 0 5px;
	width: 145px;
}

label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select {
	width: 70px;
}

label.FieldLarge,
label.FieldMedium,
label.FieldSmall {
	margin-right: 0px;
}

label.LabelRadio,
label.LabelCheck {
	margin-right: 0;
	padding-bottom: 15px;
}

input.InputRadio,
input.InputCheck {
	margin: 7px 8px 0 15px;;
}

#fat_column input.Submit {
	background: #005792;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 2px 10px;
	border: 0;
	float: right;
	cursor: pointer;
}


#thin_column input.Submit {
	background: #78ab00;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	margin: 10px 0px 0 0;
	padding: 2px 10px;
	cursor: pointer;
}

#fat_column input.submit {
	background: #78ab00;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	margin: 10px 0px 0 0;
	padding: 3px 10px;
	cursor: pointer;
	border: 0;
}

/* CONTAINERS
====================================================================== */


#outer {
	min-width: 960px;
	background: url(../_images/background_outer_int.jpg) repeat-x 0 0;
}

#inner {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#header {
	overflow: hidden;
}

#logo {
	width: 200px;
	height: 114px;
	float: left;
	margin: 34px 0 0 0;
	background: url(../_images/logo.png) no-repeat 0 0;
}

#content {
	position: relative;
	top: -46px;
}

#nav_bars {
	width: 710px;
	float: left;
}

#fat_column {
	width: 530px;
	float: left;
	margin: 0px 40px 0 30px;
}

#thin_column {
	width: 280px;
	float: left;
	margin: 0 0 0 30px;
}

#thin_column div#first h3 {
	margin-top: 9px;
}

/* HOME
====================================================================== */

body#section_home {
	background: url(../_images/background_body.gif) no-repeat 50% 377px;
}

body#section_home #outer {
	background: url(../_images/background_outer.jpg) repeat-x top center;
}

body#section_home #content {
	top: 0;
}

body#section_home h1 {
	width: 530px;
	text-align: left;
	margin: 0;
}

body#section_home #fat_column {
	margin: 37px 40px 0 30px;
}

body#section_home #thin_column {
	margin: 42px 0 0 30px;
}

body#section_home #thin_column div#first h3 {
	margin-top: 5px;
}

#featured {
	width: 910px;
	height: 224px;
}

#featured span {
	color: #136bc1;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0;
	display: block;
	text-align: right;
}

#featured p {
	color: #808080;
	font-size: .7em;
	margin: 0;
	text-align: right;
}

#featured div {
	float: left;
	margin: 30px 0 0 0;
}

#featured div div {
	width: 105px;
	padding: 0 15px 0 0;
	margin: 0;
}

.Center {
	margin: 20px 40px 0 0 !important;
	width: 300px !important;
}

.Center span {
	margin: 10px 0 0 0 !important;
}

#featured_h1 {
	position: absolute;
	top: 100px;
	left: 340px;
	white-space: nowrap;
	color: #4c4a47;
	border-width: 0;
}
.HomeUL ul {
	list-style-type: disc;
	margin: 12px 0 0 15px;
}
.SeminarLink {
	float: right;
	margin: 10px 100px 0 0;
}
.SeminarMainImage {
	border: 0;
	margin: 20px 0 20px 0;
}

/* WORK
====================================================================== */

body#section_work {
	margin: 0;
}

body#section_work #content {
	position: relative;
	top: -46px;
}

#icons {
	margin: 55px 10px 0 0;
}

#icons div {
	width: 130px;
	height: 100px;
	text-align: center;
	float: left;
}

#lists {
	height: 140px;
}

body#section_work #fat_column p {
	margin: 30px 0 0 0;
}

body#section_work #fat_column ul {
	float: left;
}

body#section_work #fat_column ul.Middle {
	padding: 0 40px;
	margin: 0 30px;
	border: 1px solid #d7e6b1;
	border-width: 0 1px;
}

#thin_column ul {
	margin: 10px 0 0 0;
}

#thin_column li {
	font-size: .9em;
	line-height: 2;
}

#thin_column li div {
	margin: 0 0 10px;
	padding: 25px 15px 20px;
	background: #deebb2 url(../_images/background_service_bubles.gif) no-repeat 0 0;
	display: none;
}

#thin_column li div p {
	color: #44601c;
	font-size: .9em;
}

#icons img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.AdvancediRiseTraining #icons img.AdvancediRiseTraining,
.UsabilityTesting #icons img.UsabilityTesting,
.VisualDesign #icons img.VisualDesign,
.InteractionDesign #icons img.InteractionDesign,
.WebApplicationDesign #icons img.WebApplicationDesign,
.RapidPrototyping #icons img.RapidPrototyping,
.ExpertReview #icons img.ExpertReview,
.InformationArchitecture #icons img.InformationArchitecture,
.UserResearch #icons img.UserResearch {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}

.AdvancediRiseTraining div#lists li.AdvancediRiseTraining,
.UsabilityTesting div#lists li.UsabilityTesting,
.VisualDesign div#lists li.VisualDesign,
.InteractionDesign div#lists li.InteractionDesign,
.WebApplicationDesign div#lists li.WebApplicationDesign,
.RapidPrototyping div#lists li.RapidPrototyping,
.ExpertReview div#lists li.ExpertReview,
.InformationArchitecture div#lists li.InformationArchitecture,
.UserResearch div#lists li.UserResearch {
	color: #0f5d94;
}

.AdvancediRiseTraining #thin_column li.AdvancediRiseTraining div,
.UsabilityTesting #thin_column li.UsabilityTesting div,
.VisualDesign #thin_column li.VisualDesign div,
.InteractionDesign #thin_column li.InteractionDesign div,
.WebApplicationDesign #thin_column li.WebApplicationDesign div,
.RapidPrototyping #thin_column li.RapidPrototyping div,
.ExpertReview #thin_column li.ExpertReview div,
.InformationArchitecture #thin_column li.InformationArchitecture div,
.UserResearch #thin_column li.UserResearch div {
	display: block;
}

.AdvancediRiseTraining #thin_column li.AdvancediRiseTraining a:link,
.AdvancediRiseTraining #thin_column li.AdvancediRiseTraining a:visited,
.UsabilityTesting #thin_column li.UsabilityTesting a:link,
.UsabilityTesting #thin_column li.UsabilityTesting a:visited,
.VisualDesign #thin_column li.VisualDesign a:link,
.VisualDesign #thin_column li.VisualDesign a:visited,
.InteractionDesign #thin_column li.InteractionDesign a:link,
.InteractionDesign #thin_column li.InteractionDesign a:visited,
.WebApplicationDesign #thin_column li.WebApplicationDesign a:link,
.WebApplicationDesign #thin_column li.WebApplicationDesign a:visited,
.RapidPrototyping #thin_column li.RapidPrototyping a:link,
.RapidPrototyping #thin_column li.RapidPrototyping a:visited,
.ExpertReview #thin_column li.ExpertReview a:link,
.ExpertReview #thin_column li.ExpertReview a:visited,
.InformationArchitecture #thin_column li.InformationArchitecture a:link,
.InformationArchitecture #thin_column li.InformationArchitecture a:visited,
.UserResearch #thin_column li.UserResearch a:link,
.UserResearch #thin_column li.UserResearch a:visited {
	padding-left: 10px;
	background: url(../_images/current_arrow.jpg) no-repeat left 49%;
	text-decoration: none;
}

/* APPROACH
====================================================================== */

.Topic {
	width: 245px;
	min-height: 115px;
	margin: 35px 20px 0 0;
	float: left;
}

.Topic span {
	color: #4c4946;
	font-weight: bold;
	font-size: .9em;
}

.Topic ul {
	list-style-type: disc;
	margin: 12px 0 0 15px;
}

/* CAREERS
====================================================================== */

body#section_careers .Topic {
	width: auto;
	min-height: auto;
	margin: 35px 20px 0 0;
	float: none;
}

#positions {
	margin: 0 0 60px;
}

#positions p {
	margin: 0;
}

#positions a:link,
#positions a:visited {
	color: #005690;
}

/* COMPANY
====================================================================== */
.Bio {
	margin: 45px 0 0 0;
	overflow: auto;
}

.BioShot {
	margin: 0 20px 0 0;
	float: left;
}

.BioInfo {
	width: 370px;
	float: left;
}

.BioInfo span {
	color: #4c4946;
	font-size: 1.2em;
}

.Toggler {
	margin-bottom: 20px;
}

.Toggler p {
	color: #005690;
	cursor: pointer;
}

.Toggler p:hover {
	text-decoration: underline;
}

.Accordion span {
	font-size: .8em;
	font-weight: bold;
	margin: 40px 0 0 0;
	display: block;
}

.Accordion p {
	margin-bottom: 20px !important;
}

.Accordion ul {
	list-style: disc;
	list-style-position: inside;
}

.Accordion ul li {
	margin: 5px 0 0 0;
}

.Accordion p {
	margin: 0;
}



/* DOWNLOADS
====================================================================== */

ul#sections {
	margin: 50px 0 40px 0;
	padding: 4px 0 0 0;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
	background: url(../_images/sections_topbar.gif) repeat-x top left;
}

#sections li {
	display: -moz-inline-box;
	display: inline-block;
	color: #005691;
	font-size: 19px;
	padding: 15px 50px;
	border-right: 3px solid #fff;
	background: #f8f6f0;
}

#sections li.Current a:link,
#sections li.Current a:visited {
	color: #005691;
}

#sections li a:link,
#sections li a:visited {
	display: block;
	color: #4c4a47;
}

#sections li a:hover,
#sections li a:active {
	color: #005691;
}

.iDocs a.Download:link,
.iDocs a.Download:visited {
	padding-left: 35px;
	padding-top: 15px;
	background: url(../_images/idoc.gif) no-repeat top left;
}

.Tutorials a.Download:link,
.Tutorials a.Download:visited {
	padding-left: 20px;
	background: url(../_images/pdf.gif) no-repeat top left;
}

.iDocs p, .Tutorials p {
	margin-bottom: 30px;
}


/* LEGAL
====================================================================== */

body#section_legal #fat_column span {
	color: #1c6c9f;
	display: block;
	font-weight: bold;
}


/* SERVICES
====================================================================== */

.TagLine {
	margin: 40px 0 0 0;
	display: block;
	color: #575350;
	line-height: 1.5;
}

body#section_services #fat_column p span {
	color: #262626;
	font-size: 1em;
	font-weight: bold;
}


/* SITEMAP
====================================================================== */

body#section_site_map #fat_column ul {
	list-style: none;
	margin: 10px 0 0 20px;
}

body#section_site_map #fat_column ul li {
	margin-bottom: 10px;
}

body#section_site_map #fat_column h4 {
	margin-top: 50px;
}

/* SIMULATIONS
====================================================================== */

body#section_simulations h2 {
	margin-bottom: 15px;
}

.SnapShot {
	margin: 20px 0;
}

.SimulationNav li.Current a:link,
.SimulationNav li.Current a:visited {
	padding-left: 10px;
	background: url(../_images/current_arrow.jpg) no-repeat left 49%;
	text-decoration: none;
}

.SimulationNav li.Current div {
	display: block !important;
}
.New {
	font-size: 9px;
	font-weight: bold;
	color: red;
	text-transform: uppercase;
}

/* CONTACT
====================================================================== */

.Location {
	width: 250px;
	float: left;
	margin: 50px 0;
}

.Location span {
	white-space: nowrap;
	
}

.Phone {
	
}

.Location p {
	margin: 7px 0 15px;
}

#center {
	padding: 0 80px;
	background: url(../_images/background_locations.jpg) no-repeat 26px 0;
}

#radiobutton_2,
#radiobutton_3,
#radiobutton_4 {
	margin-left: 53px;
}


/* NAVIGATION
====================================================================== */
ul#top_nav,
ul#nav {
	margin: 0;
	list-style-type: none;
	text-align: right;
}

ul#top_nav {
	font-weight: bold;
	padding: 5px 0 0 0;
	background: url(../_images/text_shape.jpg) no-repeat 544px 0;
	height: 25px;
	position: relative;
	left: 50px
}

ul#nav {
	margin: 10px 0 0 0;
}

#top_nav li,
#nav li {
	display: -moz-inline-box;
	display: inline-block;
	font-size: .9em;
	color: #78ab00;
	padding-left: 35px;
}

#top_nav li a:link,
#top_nav li a:visited,
#nav li a:link,
#nav li a:visited {
	display: block;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	height: 22px;
}

#nav li.Last a:link,
#nav li.Last a:visited {
	
}

#top_nav li a:hover,
#top_nav li a:active {
	height: 23px;
	background: url(../_images/top_nav_hover.gif) no-repeat center 16px;
}

#nav li a:hover,
#nav li a:active {
	height: 22px;
	background: url(../_images/nav_hover.gif) no-repeat center 16px;
}

#top_nav li.Current a:link,
#top_nav li.Current a:visited {
	height: 23px;
	background: url(../_images/top_nav_on.gif) no-repeat center 16px;
}

#nav li.Current a:link,
#nav li.Current a:visited {
	height: 22px;
	background: url(../_images/nav_on.gif) no-repeat center 16px;
}

#top_nav li.TextOptions {
	padding-left: 0px;
}
	
#text_options {
	width: 165px;
	padding-left: 10px;
	text-align: center;
	background: none !important;
	
}

#text_options a:link,
#text_options a:visited {
		background: none !important;
		display: inline !important;
}	
	
	
/* FOOTER
====================================================================== */
/* un-comment below for typical cgCraft credit colors */
#footer,
#footer p#cgcraft,
#footer a:link,
#footer a:visited {
	color: #fff;
	text-align: right;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_outer {
	margin: 0;
	height: 75px;
	background: #abd763;
}

#footer_inner {
	padding: 10px 30px 0 0;
}

#footer a:link,
#footer a:visited {
	border: 1px solid #fff;
	border-width: 0 0 0 1px;
	padding: 0 15px 0 14px;
}

#footer span {
	padding: 0 15px 0 0;
}

/* INCLUDES
====================================================================== */
#downloads img,
#case_study img {
	float: left;
	margin: 6px 10px 40px 0;
	padding: 5px;
	border: 3px solid #c9d9a9;
	background: #fff;
}

#downloads img {
}

#downloads li,
#case_study li {
	margin: 0 0 25px 0;
}

#downloads li.TopLi,
#case_study li.TopLi {
	margin: 20px 0 25px 0;
}

#downloads li span,
#case_study li span {
	font-weight: bold;
	color: #0d5790;
	font-size: 1.1em;
}

#downloads li a:hover,
#case_study li a:hover,
#downloads li a:active,
#case_study li a:active {
	text-decoration: none;
}

#downloads li span:hover,
#case_study li span:hover,
#downloads li span:active,
#case_study li span:active {
	text-decoration: underline;
	cursor: pointer;
}


#partners {
	margin: 33px 0 0 0;
}

#partners img {
	margin: 0 0 10px 0;
	border: 2px solid #c4c3bd;
}

.EventImage {
	margin: 15px 0 5px;
	border: 2px solid #c9d9a9;
}

.FloatRight {
	float: right;
	margin: 0 26px 0 0;
}

/* CUSTOM CLASSES
====================================================================== */

#logo a:link,
#logo a:visited {
	display: block;
	width: 193px;
	height: 114px;
}

#header_replace {
	position: absolute;
	top: -1000px;
}

#engage {
	margin: 50px 0 20px 0;
}

.ClearBoth {
	clear: both;
}

#thin_column p {
	font-size: .7em;
	margin-top: 10px;
}

#thin_column span.CallOut {
	font-size: 1.3em;
	font-weight: bold;
}

a.cgCraft:link,
a.cgCraft:visited {
	border-width: 0 !important;
}

.flickr_badge_image img {
	width: 44px;
	height: 44px;
	border: 3px solid #78ab00;
	float: left;
	margin: 10px 7px 0 7px;
}

#flickr_badge_wrapper {
	padding-top: 25px;
}
#flickr_badge_image1 img {
	margin: 10px 7px 0 0;
}

#thin_column a:link,
#thin_column a:visited {
	color: #0d5790;
}

#honeypot {
	display: none;
}

.Msg {
	color: #78ab00 !important;
	font-weight: bold !important;
	font-size: .9em !important;
}

#text_options a:link,
#text_options a:visited {
	color: #78ab00 !important;
	padding: 0 !important;	
}

#text_options a:hover,
#text_options a:active {
	text-decoration: none !important;
}

a#textoption_normal span {
	font-size: .7em !important;
	margin: 0 0 0 5px;
}

a#textoption_large span {
	margin: 0 0 0 2px;
}

/* STICKY FOOTER
====================================================================== */

html, body {
	height: 100%;
}

div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}


#footer_outer,
.Push {
	margin-top: 50px;
	height: 70px !important; /* .push must be the same height as .footer */
}