/*
-----------------------------------------------
Ceive Screen Master
Author:   Ceive, Inc.
Version:  Feb 16, 2006
----------------------------------------------- */



/* Basic Tags
----------------------------------------------- */
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font: 12px "Lucida Grande", Arial, sans-serif;
	background: #002440;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #002440;
	text-decoration: none;
}
a:hover {
	color: #002440;
	text-decoration: underline;
}

/* Headers
----------------------------------------------- */
h1 {
	margin: 0px;
	padding: 0px;
	font: 24px "Lucida Grande", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}
h1.sub {
	font-size: 14px;
	color: #13253E;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: bold;
	color: #324E8B;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h4 {
	text-transform: uppercase;
	color: #002440;
	font-size: 12px;
	font-weight: bold;
}

/* Structure
----------------------------------------------- */
#wrap {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/bkg_wrap.jpg) no-repeat;
}
#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/bkg_container.gif) repeat-y;
}
#body {
	width: 560px;
}
#navigation {
	background: url(/images/bkg_nav.gif) no-repeat;
	height: 70px;
	width: 840px;
}
#header #title {
	background: url(/images/bkg_title_blue.gif) no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 25px;
	height: 60px;
}
#copy {
	padding-top: 20px;
	padding-left: 25px;
	min-height: 450px;
}
#sidebar {
	background: url(/images/bkg_sidebar.gif) no-repeat;
	width: 280px;
	float: right;
	margin: 0px;
	padding: 0px;
	min-height: 340px;
}
#footer {
	font-size: 10px;
	color: #999999;
	padding-left: 20px;
	padding-top: 6px;
	margin-top: 10px;
	border-top: 1px solid #E5E5E5;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 14px;
}
#footer a {
	color: #999999;
}

/* Header/Navigation Specific Markup
----------------------------------------------- */
#navigation ul {
	text-align: right;
	margin: 0px;
	padding: 35px 15px 0px 0px;
}
#navigation li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	display: inline;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #324E8B;
	text-decoration: none;
}
#navigation a.current {
	color: #324E8B;
	text-decoration: none;
}

/* Body Specific Markup
----------------------------------------------- */
#copy p {
	line-height: 18px;
	padding-bottom: 15px;
	padding-right: 90px;
}
p.intro {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
p.note {
	font-size: 11px;
	font-style: italic;
	color: #999999;
}
.req {
	font-weight: normal;
	color: #990000;
}

/* Sidebar Specific Markup
----------------------------------------------- */
#sidebar dl {
	margin: 35px 20px 0px;
	padding: 0px;
}
#sidebar dt {
	color: #182440;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(/images/ico_arrow.gif) no-repeat left;
}
#sidebar dd {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 15px;
	border-bottom: 1px dotted #CCCCCC;
}
#sidebar dt a {
	text-decoration: none;
}
#sidebar dt a:hover {
	color: #666666;
}
#sidebar dt a.current {
	color: #666666;
}

/* Homepage Specific Markup
----------------------------------------------- */
body#home #header {
	background: #CCCCCC url(/images/header_blank.gif) no-repeat;
}
body#home #copy {
	min-height: 375px;
	background: url(/images/bkg_home_featured.gif) no-repeat;
	width: 420px;
	margin: 0px;
	padding: 0px;
}
body#home #copy p {
	padding-right: 30px;
}
body#home #sidebar {
	width: 420px;
	float: right;
	background: #EBEBEB url(/images/bkg_home_news.gif) no-repeat;
	padding-top: 15px;
}
body#home #project_viewer h4 {
	margin: 0px 4px 5px 5px;
	padding: 3px 0px 3px 8px;
	background: #EBEBEB;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	color: #666666;
}
body#home #featured_intro h4 {
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 14px;
}
body#home #feat_01_copy h4 {
	color: #986808;
}
body#home #feat_02_copy h4 {
	color: #477C8C;
}
body#home #feat_03_copy h4 {
	color: #25190F;
}
body#home #feat_04_copy h4 {
	color: #8E3E29;
}
#featured_intro a {
	text-decoration: none;
}
#featured_intro a:hover {
	text-decoration: underline;
}
#featured_intro {
	padding: 15px 15px 10px;
	margin: 0px;
}
#project_viewer img {
	padding-left: 5px;
}
body#home #body {
	width: auto;
	background: url(/images/bkg_home.gif) repeat-y;
}
body#home #copy #footer p {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 5px;
}
body#home #footer {
	padding-left: 8px;
	width: 410px;
	padding-right: 0px;
	margin-right: 5px;
}
body#home #container {
	background: url(none);
}
#sidebar div.news {
	background: url(/images/ico_home_news.gif) no-repeat;
	padding-left: 65px;
	padding-right: 5px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar div.blog {
	background: url(/images/ico_home_blog.gif) no-repeat;
	padding-left: 65px;
	padding-right: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
body#home #sidebar h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
body#home p.sm {
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#sidebar #newsletter {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar #newsletter h4 {
	margin: 0px;
	padding: 0px;
}
#sidebar #newsletter form {
	margin: 0px;
	padding: 0px;
}
#sidebar #newsletter label {
	font-weight: bold;
	margin-top: 5px;
	display: block;
}
#sidebar #newsletter input.submit {
	margin-top: 8px;
}
#sidebar #newsletter input {
	display: block;
}
#sidebar img.login {
	padding-left: 15px;
	padding-bottom: 10px;
}

/* Work Specific Markup
----------------------------------------------- */
body#work #copy {
	padding-top: 20px;
	padding-left: 20px;
	min-height: 350px;
}
body#work #sidebar h4 {
	margin: 0px;
	padding: 25px 0px 0px 20px;
}
body#work #sidebar ul {
	margin: 0px;
	padding: 8px 0px 0px 20px;
}
body#work #sidebar li {
	margin: 0px;
	padding: 0px 0px 5px;
	list-style: none;
	color: #999999;
}
body#workdetail #sidebar {
	background: url(/images/bkg_work_detailhead.gif) no-repeat;
	width: 420px;
	min-height: 400px;
	padding-top: 95px;
}
body#workdetail #body {
	margin: 0px;
	padding: 0px;
	width: 420px;
	background: #FFFFFF;
}
body#workdetail #copy p {
	font-size: 11px;
	line-height: 14px;
	padding-right: 30px;
}
body#workdetail #copy h3 {
	font-size: 11px;
	padding-bottom: 3px;
}
body#workdetail #sidebar p {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 8px;
}
body#workdetail #sidebar h2 {
	padding-left: 25px;
	padding-bottom: 8px;
	font-size: 12px;
	padding-top: 5px;
}
body#workdetail #sidebar a.visitproject {
	background: url(/images/ico_visitproject.gif) no-repeat 0px 7px;
	display: block;
	padding-top: 12px;
	padding-left: 30px;
	border-top: 1px dotted #CCCCCC;
	height: 25px;
	text-decoration: none;
	margin-top: 5px;
}
body#workdetail #sidebar a:hover.visitproject {
	text-decoration: underline;
}
body#workdetail #copy {
	padding-top: 15px;
	padding-left: 20px;
	min-height: 150px;
	margin-right: 10px;
}
body#workdetail #container {
	background: url(/images/bkg_work_detail.gif);
}
body#workdetail #footer {
	padding-left: 15px;
}

/* Capabilities Specific Markup
----------------------------------------------- */
body#capabilities h3 {
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	background: url(/images/ico_clientexamples.gif) no-repeat 0px 1px;
	padding-left: 25px;
	display: block;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-top: 3px;
}
body#capabilities h3 a {
	text-decoration: none;
	color: #666666;
}
body#capabilities .content {
	padding-left: 25px;
	background: #FFFFFF;
}
body#capabilities .content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body#capabilities .content li {
	padding-bottom: 1px;
}
body#capabilities #copy p {
	padding-bottom: 0px;
}
body#capabilities h2 {
	padding-top: 15px;
}
body#capabilities .content a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
body#capabilities .content a:hover {
	text-decoration: underline;
}


/* Approach Specific Markup
----------------------------------------------- */
a.clientexamples {
	background: url(/images/ico_clientexamples.gif) no-repeat left 50%;
	padding-left: 25px;
	text-decoration: none;
}
a:hover.clientexamples {
	text-decoration: underline;
}
h2.define {
	background: url(/images/ico_define.gif) no-repeat left 0px;
	padding-left: 25px;
	padding-top: 2px;
}
h2.design {
	background: url(/images/ico_design.gif) no-repeat left 0px;
	padding-left: 25px;
	padding-top: 2px;
}
h2.build {
	background: url(/images/ico_build.gif) no-repeat left 0px;
	padding-left: 25px;
	padding-top: 2px;
}
h2.launch {
	background: url(/images/ico_launch.gif) no-repeat left 0px;
	padding-left: 25px;
	padding-top: 2px;
}
h2.review {
	background: url(/images/ico_review.gif) no-repeat left 0px;
	padding-left: 25px;
	padding-top: 2px;
}
#brand_matrix {
	width: 495px;
	padding-bottom: 10px;
}


/* News Specific Markup
----------------------------------------------- */
#news {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	min-height: 450px;
}
#news .date {
	padding-right: 20px;
	color: #999999;
	padding-left: 5px;
	border-left: 1px solid #CCCCCC;
	margin-left: 5px;
}
#news .content {
	margin: 0px;
	padding: 10px 10px 15px 30px;
	border-bottom: 1px dotted #CCCCCC;
	background: #FFFFFF;
	line-height: 16px;
}
#news h3 a {
	font-size: 12px;
	font-weight: normal;
	background: url(/images/ico_news.gif) no-repeat 5px 50%;
	padding-left: 30px;
	height: 22px;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 8px;
	margin: 0px;
	text-transform: none;
	text-decoration: none;
	display: block;
	color: #324E8B;
}
#news h3 a:hover {
	background: #EBEBEB url(/images/ico_news.gif) no-repeat 5px 50%;
	color: #324E8B;
}
#news p.viewproject {
	background: url(/images/ico_site.gif) no-repeat left 0px;
	padding-left: 28px;
	padding-top: 3px;
	margin-top: 6px;
	padding-bottom: 4px;
}
#news .viewproject a {
	text-decoration: none;
}
#news .viewproject a:hover {
	text-decoration: underline;
}

/* Contact Specific Markup
----------------------------------------------- */
body#contact #sidebar h4 {
	margin: 0px;
	padding: 25px 0px 5px 20px;
}
body#contact #copy p {
	padding-right: 225px;
}
form#contactus {
	width: 300px;
	margin: 0px;
	padding: 0px;
}
form#contactus label {
	font-weight: bold;
	padding-bottom: 4px;
	display: block;
}
form#contactus .check {
	margin-top: 5px;
}
form#contactus input.submit {
	width: auto;
}
form#contactus input,
form#contactus textarea,
form#contactus select {
	display: block;
	width: 250px;
	margin-bottom: 10px;
}
form#contactus input.otp {
	width: auto;
	display: inline;
	padding-bottom: 0px;
	margin: 0px;
}
form#contactus input.btm {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
form#contactus label.end {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
form#contactus textarea.comments {
	margin-top: 5px;
}
#address {
	width: 200px;
	float: right;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-top: 20px;
}
body#contact #sidebar p {
	padding-left: 20px;
	padding-right: 20px;
}
#sidebar img.map {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
form#contactus span.mailinglist {
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}
#errorText ul {
	margin: 0px;
	padding: 0px 0px 3px;
	list-style: none;
	color: #990000;
	font-size: 11px;
	font-style: italic;
}
#errorText li {
	margin: 0px;
	padding: 3px 0px 0px;
}

/* Contact Specific Markup
----------------------------------------------- */
form#scope {
	width: 500px;
	margin: 0px;
	padding: 0px;
}
form#scope label {
	font-weight: bold;
	padding-bottom: 3px;
	display: block;
	padding-top: 5px;
	color: #122440;
}
form#scope .check {
	margin-top: 5px;
}
form#scope input.submit {
	width: auto;
}
form#scope input,
form#scope textarea,
form#scope select {
	display: block;
	width: 450px;
	margin-bottom: 10px;
}
form#scope input.short,
form#scope textarea.short,
form#scope select.short {
	display: block;
	width: 250px;
	margin-bottom: 10px;
}
form#scope input.otp {
	width: auto;
	display: inline;
	padding-bottom: 0px;
	margin: 0px;
}
form#scope input.btm {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
form#scope label.end {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
form#scope textarea.comments {
	margin-top: 5px;
}
body#scope #copy p {
	line-height: 15px;
	padding-right: 30px;
	font-size: 11px;
	padding-bottom: 5px;
}
#scope #sidebar p {
	padding-right: 20px;
	padding-left: 20px;
}
#scope #sidebar h4 {
	padding: 25px 0px 5px 20px;
	margin: 0px;
}
body#scope .split {
	border-top: 1px dashed #CCCCCC;
	padding-top: 10px;
	margin-top: 15px;
}

/* IE Specific Markup
----------------------------------------------- */
* html #sidebar {
	margin-left: -3px;
}
