@charset "utf-8";
@import url("style_reset.css");
@import url("style_core.css");

body {
	font-family:"Arial", "Tahoma", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size:80%;
	background-color:#FFFFFF;
	color:#000000;
	padding:0px;
	margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"Arial", "Helvetica", sans-serif;
	color:#000000;
	border-bottom:1px solid #FF6600;
	width:100%;
	text-align:left;
	margin-bottom:20px;
}

h1 {
	font-size:2.1em;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.2em;
}

h3,
h4,
h5,
h6 {
	border:0;
	margin-bottom:0;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1.1em;
}

ol,
ul {
	margin-bottom:12px;
	margin-left:20px;
	padding:0px;
}

ul {
	list-style:url(../images/bullet.gif);
	padding:0 20px 0px 0px;
}

li {
	margin-bottom:3px;
}

dl {
	margin-bottom:12px;
	margin-left:10px;
	padding:10px;
}

dt {
	font-weight:bold;
}

dd {
	margin:0 0 0 10px;
}

p {
	margin-bottom:12px;
}

/* [----------------- Links ------------------] */

a:link {
	color:#EA5E00;
	font-weight:bold;
}

a:visited {
	color:#EA5E00;
	font-weight:bold;
}

a:active {
	color:#FF6600;
	font-weight:bold;
}

a:hover {
	color:#FF9933;
	text-decoration:none;
}

a img {
	border:0;
}

/* [------------ Layout Divisions ------------] */

#wrapper {
	margin:0 auto;
	width:98%;
}

#banner {
	display:none;
}

#banner_alt {
	display:none;
}

#middle {
	margin:0;
	background-color:#FFFFFF;
}

	#navigation {
		display:none;
	}

	#sidebar {
		display:none;
	}

	#content {
		margin-right:0px;
		border-left:0;
		margin-bottom:0;
	}

		#content div.left_pane {

		}

		#content div.right_pane {
			display:none;
		}

#footer {
	display:none;
}

#sub_footer {
	display:none;
}

/* [----------------- Tables -----------------] */

table {
	border:1px solid #CCCCCC;
	clear:both;
	margin-bottom:12px;
}

table caption {
	background-color:#5F402C;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:-1px;
	padding:8px;
}

th,
td {
	padding:4px;
	text-align:center;
	vertical-align:middle;
}

thead th {
	background-color:#FF6600;
	background-image:url(../images/th_bg.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #EEEEEE;
	padding:6px;
}

thead th,
thead th a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

thead th a:hover {
	color:#FFFFFF;
}

tbody th {
	background-color:#FAFAFA;
	border-bottom:1px dotted #CCCCCC;
}

tbody th,
tbody th a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

tbody th a:hover {
	color:#333333;
}

tbody tr.row2 th {
	background-color:#F9F9F9;
}

tbody td {
	border-bottom:1px dotted #CCCCCC;
}

tbody tr.row2 td {
	background-color:#F9F9F9;
}

tfoot td {
	background-color:#F4F4F4;
	border-bottom:1px solid #DDDDDD;
	color:#333333;
	font-weight:bold;
}

table tr td:first-child {
	text-align:left;
}

table tr th:first-child {
	text-align:left;
}

/* -- Calendar -- */

.calendar_table {
	border:1px solid #CCC;
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
}

.calendar_table th {
	background-color:#999999;
	border-bottom:1px solid #CCCCCC;
	color:#FFFFFF;
	font-size:1.2em;
	padding:5px;
	width:14.2%;
}

.calendar_table td {
	border:1px solid #CCCCCC;
	height:90px;
	vertical-align:top;
}

.calendar_table tr th:first-child {
	text-align:center;
}

.calendar_table tr td.empty_cell {
	background-color:#EEEEEE;
}

.calendar_table tr td.notinyear {
	background-color:#FDE3C8;
}

.totals_row {
	font-size:1.2em;
	font-weight:bold;
}

/* [----------------- Forms ------------------] */

form {
	margin:0;
	padding:0;
}

input.short,
textarea.short,
select.short {
	width:70px;
}

input.medium,
textarea.medium,
select.medium {
	width:400px;
}

input.long,
textarea.long,
select.long {
	width:640px;
}

form fieldset {
	background-image:url(../images/clouds_bg.jpg);
	border:1px solid #CCCCCC;
	margin-bottom:12px;
	padding:0;
}

/* For IE background bug. */
form > fieldset {
	position:relative;
}

	form fieldset legend {
		color:#000000;
		font-weight:bold;
		margin-left:10px;
		padding:0 6px 0 6px;
	}

	/* For IE background bug. */
	form > fieldset > legend {
		left:.2em;
		position:absolute;
		top:-.6em;
	}

	form ol {
		list-style:none;
		margin:0;
		margin-bottom:0;
		padding:20px 20px 8px 20px;
	}

	form ol li,
	#content form ol li {
		clear:both;
		margin-bottom:12px;
	}

		form fieldset ol li label {
			display:block;
			font-weight:bold;
			margin-bottom:2px;
			text-align:left;
		}

		label.required:before {
			color:red;
			content:"∗ ";
			font-size:1.2em;
		}

		label span,
		legend span {
			display:block;
			font-size:0.8em;
			font-weight:normal !important;
		}

		fieldset li input,
		fieldset li textarea,
		fieldset li select {
			border:1px solid #CCCCCC;
			color:#444;
			font-family:"Arial", "Helvetica", sans-serif;
			font-size:1em;
			padding:3px;
			width:400px;
		}

		table input,
		table textarea,
		table select {
			font-family:"Arial", "Helvetica", sans-serif;
			font-size:1em;
		}

		fieldset li select {
			width:auto;
		}

		textarea.rte_full {
			width:99%;
		}

		fieldset li select {
			color:#444;
			font-size:1em;
			padding:2px;
		}

		button,
		input[type="submit"],
		input[type="reset"],
		input[type="button"] {
			color:#EA5E00;
			cursor:pointer;
			font-family:"Arial", "Helvetica", sans-serif;
			font-size:1em;
			font-weight:bold;
			margin-right:5px;
			padding:2px 3px 2px 3px;
			width:auto;
		}

		button.big,
		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big {
			font-size:1.4em;
			padding:4px 8px 4px 8px;
		}

		input[type="checkbox"],
		input[type="radio"] {
			width:auto;
		}

		/* Nested fieldsets for radio buttons & checkboxes. */
		form fieldset ol li ol,
		form fieldset ol li ol li {
			margin:0;
			padding:0;
			width:auto;
		}

		form fieldset ol li ol li label {
			font-weight:normal;
			margin:0;
			text-align:left;
			width:auto;
		}

		form fieldset ol li ol li input {
			border:0;
			width:auto;
		}
		/* ---------- */

	/* Multi-column lists. */
	ol.dual_column li,
	ol.tri_column li,
	ol.quad_column li {
		clear:none;
		float:left;
	}

	ol.dual_column li {
		width:50%;
	}

	ol.tri_column li {
		width:33%;
	}

	ol.quad_column li {
		width:25%;
	}
	/* ---------- */

	form fieldset.submit {
		background:none;
		border:0;
		clear:both;
		float:none;
		margin:0 0 12px 0;
		width:auto;
	}

/* [----------------- Pages ------------------] */

/* -- Services -- */

.box_wrap {
	background-image:url(../images/clouds_bg.jpg);
	border:1px solid #CCC;
}

.box_list {
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px 10px 10px 25px !important;
	margin:0;
}

/* -- Portfolio -- */

#portfolio {
	clear:both;
}

	.portfolio_item {
		border-bottom:1px solid #CCC;
		margin-bottom:12px;
		padding-bottom:12px;
	}

		.thumb_container {
			border:1px solid #CCC;
			background-image:url('../images/clouds_bg.jpg');
			height:82px;
			margin-right:10px;
			padding:10px;
			width:128px;
		}

			.thumb_container a img {
				border:1px solid #CCC;
				display:block;
				height:80px;
				width:126px;
			}

			.thumb_container a:hover img,
			.thumb_container a:active img {
				cursor:pointer;
				border:1px solid #FF6600;
			}

		.item_title {
			display:block;
			font-family:"Arial", "Helvetica", sans-serif;
			font-size:1.3em;
			font-weight:bold;
			margin-bottom:7px;
		}

		.item_date {
			display:block;
			color:#999999;
			margin-bottom:5px;
		}

/* -- Portfolio Item -- */

#portfolio_info {
	background-image:url(../images/clouds_bg.jpg);
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:10px;
	padding:5px;
	text-align:left;
	width:737px;
}

	.collapser_button,
	.expander_button {
		background-color:#FFF;
		border:1px solid #666;
		float:left;
		height:16px;
		margin-right:5px;
		text-align:center;
		width:16px;
	}

	.collapser_button {
		background-image:url(../images/buttons/btn_collapsesquare.gif);
	}

	.expander_button {
		background-image:url(../images/buttons/btn_expandsquare.gif);
	}

	.expander_button:hover,
	.collapser_button:hover {
		border:1px solid #FF6600;
	}

	#portfolio_more_info {
		clear:both;
		padding:5px;
	}

	#portfolio_item_container {
		border:1px solid #CCC;
		background-image:url('../images/clouds_bg.jpg');
		padding:20px;
	}

		#portfolio_item_container object {
			border:1px solid #CCC;
		}

/* -- Project -- */

.costing_form {
	border:0;
	margin:0;
	padding:0;
}

	.feature_heading {
		background-color:#FF6600;
		background-image:url(../images/th_bg.png);
		background-repeat:repeat-x;
		border:1px solid #CCCCCC;
		color:#FFFFFF;
		padding:5px;
	}

		.feature_heading span.cost,
		.feature_heading span.name {
			color:#FFFFFF;
			display:block;
			font-size:1.4em;
			font-weight:bold;
			margin-top:2px;
		}

		.feature_heading span.cost {
			float:right;
		}

		.feature_heading span.name {
			cursor:pointer;
			float:left;
			margin-right:10px;
		}


	.costing_form table {
		border:1px solid #CCCCCC;
		margin-left:1px;
		width:748px;
	}

		.costing_form table tr th {
			background-color:#EEEEEE;
			font-size:1em;
			font-weight:bold;
		}

		.grand_totals td {
			background-color:#EBEBEB;
			color:#000000;
			font-size:1.1em;
			font-weight:bold;
		}

		.costing_form table tr th.upper {
			background-color:#F1EAE4;
			color:#000000;
			font-size:1.2em;
			font-weight:bold;
		}

		.costing_form table tr th,
		.costing_form table tr td {
			padding:4px;
			text-align:center;
		}

		.costing_form table tr.totals th,
		.costing_form table tr.totals td {
			font-weight:bold;
		}

		.costing_form table tr th:first-child,
		.costing_form table tr td:first-child {
			text-align:left;
		}

.notes ul {
	margin:0;
	padding:0;
}

.phase_button {
	background-image:url(../images/buttons/btn_phase.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFFFFE;
	cursor:pointer;
	font-family:"Times New Roman", sans-serif;
	font-size:2em;
	font-weight:bold;
	float:left;
	height:53px;
	line-height:51px;
	text-align:center;
	width:53px;
}

.phase_button_current {
	background-image:url(../images/buttons/btn_phase_current.png);
	cursor:default;
}

.phase_button a {
	color:#FFFFFE;
	display:block;
	text-decoration:none;
}

.phase_button:hover {
	background-image:url(../images/buttons/btn_phase_current.png);
}

.phase_button_disabled,
.phase_button_disabled:hover {
	background-image:url(../images/buttons/btn_phase_disabled.png);
}

.phase_button_text {
	font-size:1.1em;
	font-weight:bold;
	float:left;
	height:53px;
	line-height:47px;
	padding:0 5px 0 3px;
}

/* -- Index -- */

object.services_animation {
	display:none;
}

/* -- Blog -- */

.blog_date {
	color:#FF6600;
	font-size:1em;
	font-weight:bold;
}

/* -- About Page -- */

.about_pic {
	border:1px solid #FF6600;
	float:right;
	margin:0 0 15px 20px;
}

.about_cell {
	width:49%;
}

	.about_cell h3 {
		width:auto;
	}

	.about_cell span {
		font-size:0.9em;
	}

/* -- Accounts -- */

a.h2date {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
}

a:hover.h2date {
   color:#AAAAAA;
   text-decoration:none;
}

.month_block {
	margin-bottom:20px;
}

	.month_block table {
		margin-top:10px;
		width:100%;
	}

		.month_block table tr td {
			text-align:left;
		}

/* -- Proposal -- */
.proposal_box {
	border:1px solid #CCCCCC;
	border-top:0;
	padding:10px;
	margin-bottom:12px;
}

/* [--------------- Pagination ---------------] */

ul.pagination {
	display:none;
}

/* [------------------ Tabs ------------------] */

ul.tabs {
	display:none;
}

/* [---------------- Options -----------------] */

ul.options {
	display:none;
}

/* [---------------- Buttons -----------------] */

ul.buttons {
	display:none;
}

/* [----------------- Boxes ------------------] */

.error_box,
.success_box,
.attention_box,
.information_box {
	background-position:10px 10px;
	background-repeat:no-repeat;
	margin-bottom:12px;
	padding:10px 10px 10px 36px;
}

.error_box {
	background-color:#FFCECE;
	background-image:url(../images/icon_error.png);
	border:1px solid #DF8F8F;
	color:#665252;
}

.success_box {
	background-color:#D5FFCE;
	background-image:url(../images/icon_success.png);
	border:1px solid #9ADF8F;
	color:#556652;
}

.attention_box {
	background-color:#FFFBCC;
	background-image:url(../images/icon_attention.png);
	border:1px solid #E6DB55;
	color:#666452;
}

.information_box {
	background-color:#DBE3FF;
	background-image:url(../images/icon_information.png);
	border:1px solid #A2B4EE;
	color:#585b66;
}

.error_box ul,
.success_box ul,
.attention_box ul,
.information_box ul {
	margin-bottom:0;
}

.message_box_head,
.confirmation_box_head {
	background-color:#FF6600;
	background-image:url(../images/th_bg.png);
	border:1px solid #DDDDDD;
	border-bottom:0;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:6px 10px 6px 10px;
}

.message_box_body,
.confirmation_box_body {
	background-color:#FFFFFF;
	background-image:url(../images/clouds_bg.jpg);
	border:1px solid #DDDDDD;
	margin-bottom:12px;
	padding:10px;
}

div.light_heading_box,
div.cloud_box {
	background-color:#FFFFFF;
	background-image:url(../images/clouds_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #CCC;
	color:#232323;
	font-size:1.1em;
	padding:10px;
	text-align:left;
}

div.side_box_head {
	display:none;
}

div.side_box_body {
	display:none;
}

/* -- Generic styles. -- */

.strip_style,
.strip_style fieldset {
	background-image:none;
	border:0;
	margin:0;
	padding:0;
}

.total_strip,
.total_strip * {
	background-image:none;
	border:0;
	margin:0;
	padding:0;
}

.bmargin {
	margin-bottom:12px;
}

.tmargin {
	margin-top:12px;
}

a.skip {
	left:-999px;
	position:absolute;
}

a.skip:focus {
	background-color:#EEEEEE;
	border:1px solid #FF6600;
	left:0.5em;
	padding:10px;
	position:absolute;
}

.red {
	color:#DD0000;
}

.green {
	color:#339933;
}

.yellow {
	color:#FF9900;
}

.highlight {
	color:#ea5e00;
}

.bigbold {
	font-size:1.4em;
	font-weight:bold;
}

.hosting_table_heading {
	color:#ea5e00;
	font-size:1.3em;
	font-weight:bold;
	padding:7px 7px 7px 5px;
}

.admin_menu div {
	margin:10px;
	text-align:center;
	float:left;
}

table.vtop td,
table.vtop th {
	vertical-align:top;
}
