/* Prisma International Summer 2008 
   Coded by Kevin Shoesmith 
   http://www.factory-interactive.com
*/

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

html {
	margin: 0;
	padding: 0;
}

body {
	background:#FFFFFF url(/images/bg_body.gif) repeat-x 0px 2px;
	border-top: 2px solid #015FBF;
	font: normal 70% "Lucida Grande", Arial, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
}

#branding {
	width: 940px;
	padding: 10px;
	text-align: left;
}

#utilities {
	font-size: 105%; 
	float: right;
	text-align: right;
	padding: 0px 0px 5px 0px;
}

#logo {
	float: left;
}

#banner_major {
	border-bottom: 2px solid #D1D1D1;
	border-top: 1px solid #D1D1D1;
	clear: both;
	height: 300px;
	padding-bottom: 1px;
	position: relative;
	width: 960px;
}

#banner_services, #banner_industries, #banner_technologies, #banner_whitepapers, #banner_news, #banner_case_studies, #banner_minor, #banner_blog {
	border-bottom: 2px solid #D1D1D1;
	border-top: 1px solid #D1D1D1;
	clear: both;
	height: 144px;
	padding-bottom: 1px;
	position: relative;
	width: 960px;
}

#wrapper {
	background: transparent url(/images/bg_wrapper.gif) no-repeat 0px 0px;
	margin: 0px auto;
	text-align: left;
	width: 980px;
	overflow: visible;
	padding-left: 10px;
}

#content {
	height: auto;
	padding: 0px 0px 25px 0px;
	overflow: auto;
	width: 960px;
}

.oneColumn {
	background: #FFF url(/images/bg_oneColumn.gif) center top;

}

.twoColumn {
	background: #FFF url(/images/bg_twoColumn.gif) center top;

}

.twoColumnRight {
	background: #FFF url(/images/bg_twoColumnRight.gif) center top;

}

.threeColumn {
	background: #FFF url(/images/bg_threeColumn.gif) center top;
}

.threeColumnRight {
	background: #FFF url(/images/bg_threeColumnRight.gif) center top;
}

.fourColumn {
	background: #FFF url(images/bg_fourColumn.gif) center top;
}


/* COLUMN LAYOUT */

#left {
	float: left;
	height: auto;
	position: relative;
	width: 480px;
}

#homeLeft {
	background: #FFF url(/images/bg_home.jpg) repeat-x left top;
	float: left;
	height: auto;
	margin-left: 1px;
	position: relative;
	width: 479px; 
}

#right {
	float: right;
	height: auto;
	position: relative;
	width: 480px;
}

#leftLeft {
	float: left;
	position: relative;
	width: 240px;
}

#leftRight {
	float: right;
	position: relative;
	width: 240px;
}

#rightLeft {
	float: left;
	position: relative;
	width: 240px;
}

#rightRight {
	float: right;
	position: relative;
	width: 240px;
}

/* CRAZY UNIQUE STYLES AND STUFF */

#box1 { /* grey */
	width: 90%;
	border: 1px solid #D1D1D1;
	background: #EFEFEF /*url(/images/bg-box-1.jpg) repeat-x left bottom*/;
	margin: 10px auto;
}

#box2 { /* blue */
	width: 90%;
	border: 1px solid #D1D1D1;
	background: #2745CB url(/images/bg-box-2.jpg) repeat-x left bottom;
	margin: 10px auto;
	text-align: center;
}

.box2 {
	color:#FFF
}

.box2 a:link, a:visited {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

.box2 a:hover {
	color: #FFF;
	border-bottom: 0px;
}


#tips {
	width: 90%;
	border: 1px solid #D1D1D1;
	background: #EFEFEF;
	margin: 10px auto;
}

.block { /* Used on the Services index page for teasers */
	position: relative;
	height: 250px;
}

.block190 { /* Used on the Services index page for teasers */
	position: relative;
	height: 190px;
}

.archives {
	font-weight: bold;
	float: right;
}

/* LAYOUT OBJECTS */

#footer {
	background: #F2F2F2;
	clear: both;
	height: 70px;
	width: 960px;
}

.menu {
	padding-left: 12px;
}

.toolbar {
	font: normal 100%/170% "Lucida Grande", Arial, sans-serif;
	text-align: center;
	padding: 5px 0px 5px 0px;
	height: auto;
	width: 85%;
	margin: 0 auto 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.comments {
	width: 90%;
	padding: 10px 5px 0px 0px;
	background-color: #E8F3FF;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	margin: 10px 15px;
}

#subServices fieldset {
	border: 1px solid #e3e3e3;
	margin: 8px 0px 8px 20px;
	line-height: 0.9em;
	width: 70%;
	padding-top: 0pt;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#subServices legend {
	color: #0066CC;
	margin-left: 9px;
	text-transform: uppercase;
	font-size: 1.1em;
}

input {
	font-size: 110%;
	padding: 2px;
}

/* TEXT MATTERS */

h1 {
	font-weight: bold;
	margin: 10px 12px 16px 15px;
	font-size: 160%;
	color: #0066CC;
	letter-spacing: -0.05em;
}

h1.sub {
	font-weight: bold;
	margin: 45px 12px 16px 15px;
	color: #589423;
}

h2.white {
	color: #F5F5F5;
}

h2, h3, h4 {
	font-weight: bold;
	margin: 10px 12px 10px 15px;
}

h1 a:link {
	border: 0px;
}

h1 a:visited {
	border: 0px;
	color: #0066CC;
}

h1 a:hover {
	border-bottom: 1px dotted #0066CC;
	color: #0066CC;
}

h2 {
	font-size: 120%;
	color: #0066CC;
}

h3 {
	font-size: 110%;
	color: #333;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	color: #0066CC;
}

h5 {
	margin: 7px;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #666;
	margin: 3px 7px 5px 7px;
}

p, .vcard {
	color: #333333;
	font: normal 105%/170% "Lucida Grande", Arial, sans-serif;
	margin: 0px 12px 10px 15px;
	padding: 0px 10px 0px 0px;
}

a:link {
	color: #0066CC;
	text-decoration: none;
	border-bottom: 1px dotted #0066CC;
}

a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
} 

a:hover {
	text-decoration: none;
	border-bottom: none;	
}

.publishInfo {
	font: normal 100%/150% "Lucida Grande", Arial, sans-serif;
	margin: 8px 15px 18px 15px;
	color: #666;
}	

.commentInfo {
	font: normal 100%/150% "Lucida Grande", Arial, sans-serif;
	margin: 0px 12px 10px 10px;
	color: #333;
}	

.tagline {
	font: bold normal 100%/150% "Lucida Grande", Arial, sans-serif;
	margin: -10px 15px 15px 15px;
	color: #666;
}	

.attribute {
	text-align: right;
}


.rss a:link {
	color: #FF8B20;
	border-bottom: 1px dotted #FF8B20;
}

.footer {
	float: left;
	font: normal 85%/110%;
	padding: 15px 0px 15px 0px;
}

.footeriso {
	float: right;
	text-align: right;
	font: normal 85%/110%;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
}

.footer a {
	color: #0059B3;
}

#content ul, ol {
	font: normal 105%/170% "Lucida Grande", Arial, sans-serif;
	list-style: square;
	margin-bottom: 25px;
}

#content li {
	margin: 0px 15px 7px 5px;
}


blockquote {
	padding: 0px 0px 10px -15px;
}

.howLinks {
	margin: 0px 12px 0px 15px;
}

/* Navigation **********************************/
#navigation {	
	background: #EFEFEF;
	clear: both;
	height: 25px;
	width: 960px;
	font: normal 105% Arial, Helvetica, sans-serif;
	line-height: normal;
	position: relative;
  }
  
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	width: 960px;
  }
  
#navigation li {
	float:left;
	margin: 0px;
  }
  
#navigation a {
	float: left;
	display: block;
	background: #EFEFEF url(/images/tab_bg.gif) no-repeat right bottom;
	border: none;
	height: auto;
	padding: 5px 15px;
	text-decoration: none;
	color: #333;
  }
    
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */

#navigation a:hover {
	color: #999;
  }
  
#navigation #current {
	background: #3966E5;
  }
  
#navigation #current a {
	background: #3966E5;
	color: #FFF;
	padding-bottom: 5px;
  }

/* Sub Navigation **********************************/

#subnavigation {
	background: #3966E5;
	clear: both;
	font: normal 100%/160% Arial, sans-serif;
	width: 960px;
}

#subnavigation ul {
	background: #3966E5;
	height: 25px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
  
#subnavigation li {
	background: #3966E5;
	float:left;
	margin: 0px;
  }
  
#subnavigation a {
	float: left;
	display: block;
	border: none;
	padding: 4px 10px 3px 10px;
	text-decoration: none;
	color: #FFF;
  }
  
/* Selected style for internal page menus -- on Services pages for example ****************/

.selected a {
	background: url(/images/arrow_selected.gif) no-repeat right center;
	border-left: 3px solid #589423; 
	border-bottom: 0px;
	color: #589423;
	font-weight: bold;
	padding: 0px 13px 0px 4px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#subnavigation a {float:none;}
/* End IE5-Mac hack */

#subnavigation a:hover {
	color: #E9E9E9;
  }
  
#subnavigation #current {
	background: #3966E5;
  }
  
#subnavigation #current a {
	color: #FFF;
	font-weight: bold;
	background: #1B47CB;
	margin-top: 3px;
	margin-left: 2px;
	padding: 0px 3px;
	border: 1px solid #89A3EF;
  }
  
/* MAKES THE CONTACT FORMS NOT LOOK SO UGLY */

textarea, input {
	border: 1px solid #CCC;
	font: normal 110%/150% "Lucida Grande", Arial, sans-serif;
	padding: 7px;
}

.submit {
	padding: 5px 0px 0px 0px;
	border: 0px;
}

form {
	margin:0;
	padding:0;
	display:inline;
}

fieldset {
	border: 1px solid #CCC;
}

.fieldset {
	margin: 20px;
	width: 430px;
}

legend {
	font-size: 120%;
	color: #0066CC;
}
