/* Global Styling
---------------------------------------------------------- */

	html, body { height: 100%; }


	body {
		padding: 0;
		margin: 0;
		background-color: #2f59a2;
		font-family: Arial, Verdana Sans-Serif;
		font-size: 12px;
		color: #fff;
		cursor: default;
		}
	

	a {
		color: #abdf6a;
		}
	
	a:hover {
		color: #ACCCDB;
		}

	.graphic {
		overflow: hidden; 
		text-indent: -1000px;
		display: block;
		}

	#container {
		display: block;
		background: url(../img/bg_container.jpg) no-repeat bottom right;
		width: 1000px;
		margin: 0 auto;
		}
	
	#holder {
		display: block;
		background: url(../img/bg_holder1.gif) repeat-x;
		}
	
	a.more {
		display: block;
		float: right !important;
		margin: 5px 0 !important;
		height: 21px !important;
		text-indent: 17px !important;
		text-transform: uppercase !important;
		font-family: Tahoma, Sans-Serif !important;
		font-size: 10px !important;
		color: #b3d9f5 !important;
		text-decoration: none !important;
		background: url(../img/bg_buttonBl.gif);
		width: auto !important;
		padding: 0 6px 0 0 !important;
		line-height: 20px;
		min-height: 0 !important;
		border-bottom: 1px solid #4f70aa;
		}

	a.more:hover {
		color: #fff !important;
		}
	
	a.green {
		background: url(../img/bg_buttonGr.gif) !important; 
		color: #445e23 !important;
		border-bottom: none;
		}
	
	a.green:hover {
		color: #000 !important;
		}

	address {
		font-style: normal;
		margin-bottom: 10px;
		}
	
	address strong {
		color: #20B4F1;
		}
	
	p strong {
		color: #20B4F1;
		}

	img.center {
		margin-top: 10px;
		margin-bottom: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #4268AA;
		}

	img.left {
		float: left;
		margin: 0px 10px 10px 10px;
		border: 1px solid #4268AA;
		}
	
	img.right {
		float: right;
		margin: 0px 0px 10px 10px;
		border: 1px solid #4268AA;
		}

	p em {
		font-size: 1.2em;
		}

	hr {
		height: 0px;
		display: block;
		overflow: hidden;
		border: 0px;
		margin: 0px;
		padding: 0px;
		margin-top: 5px;
		margin-bottom: 10px;
		border-top: 1px solid #4268AA;
		width: 100%
			}

/* Top Login Area 
---------------------------------------------------------- */
	
	#topLogin {
		display: none;
		}

	#topLogin.on {
		display: block;
		background-color: #2C3336;
		border-bottom: 1px solid #5D5F5F;
		height: 100px;
		margin-top: 0;
		}
	
	* html #topLogin {
		height: 100px;
		}
	
	#topLogin form {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 770px;
		}
	
	#topLogin form fieldset {
		border: 0;
		margin: 0;
		padding: 0;
		}
	
	#topLogin form fieldset legend {
		font-size: 1.4em;
		color: #ccc;
		padding: 13px 0 3px 0;
		margin: 0 0 5px 0;
		}
	
	#topLogin form fieldset legend span {
		color: #019cdc;
		}
	
	#topLogin form fieldset input {
		float: left;
		padding: 2px;
		font-size: 11px;
		font-family: Tahoma, Verdana, Sans-Serif;
		margin: 0 0 3px 0;
		color: #777;
		}
	
	#topLogin form fieldset input.spaced {
		margin-left: 10px;
		}

	#topLogin form fieldset label {
		display: block;
		float: left;
		width: auto;
		text-align: right;
		padding-right: 5px;
		line-height: 20px;
		color: #ccc;
		}
	
	#topLogin form fieldset label.spaced {
		padding-left: 10px;
		}

	#topLogin form fieldset button {
		cursor: pointer;
		margin-left: 10px;
		height: 21px;
		border: 0;
		text-indent: 9px;
		font-family: Tahoma, Sans-Serif !important;
		color: #b3d9f5;
		font-size: 10px !important;
		text-transform: uppercase;
		background: url(../img/bg_buttonBl.gif);
		padding-bottom: 2px;
		}
	
	#topLogin form fieldset button:hover {
		color: #FFF;
		}

	* html #topLogin form fieldset button {
		margin-left: 10px;
		}

/* Header
---------------------------------------------------------- */

	#header {
		display: block;
		width: 770px;
		height: 79px;
		background: url(../img/bg_header1.jpg) no-repeat;
		margin: 0 auto;
		position: relative;
		padding-top: 78px;
		}
	
	#header h1 {
		margin: 0;
		padding: 0;
		width: 212px;
		height: 60px;
		background: url(../img/bg_h1b.jpg);
		position: absolute;
		top: 0px;
		}
	
	/* Top Menu
	---------------------------------------------------------- */
		#topMenu {
			display: block;
			position: absolute;
			top: -8px;
			right: 0;
			height: 28px;
			width: 95px !important;
			padding-left: 10px;
			_padding-left: 18px;
			background: url(../img/bg_topMenu.gif);
			}
		
		#topMenu ul {
			display: block;
			height: 28px;
			background: url(../img/bg_topMenuFt.gif) no-repeat top right;
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
		
		#topMenu ul li {
			display: block;
			float: left;
			}
		
		#topMenu ul li a {
			display: block;
			float: left;
			background-repeat: no-repeat;
			background-position: 0 13px;
			line-height: 34px;
			overflow: hidden;
			height: 28px;
			color: #999;
			font-size: 11px;
			text-decoration: none;
			padding: 0 15px 0 15px;
			width: 75px;
			}
		
		#topMenu ul li a:hover {
			color: #fff;
			}
		
		#topMenu ul li a.webmail {
			background-image: url(../img/ico_webMail.gif);
			}

	/* Main Menu
	---------------------------------------------------------- */
		ul#mainMenu {
			display: block;
			height: 79px;
			margin: 0;
			padding: 0;
			list-style-type: none;
			background: url(../img/bg_menu.gif) repeat-x 0 5px;
			position: relative;
			}
		
		ul#mainMenu li {
			display: block;
			float: right;
			}
		
		ul#mainMenu li a {
			display: block;
			float: left;
			padding: 0 10px;
			color: #617e3c;
			font-size: 11px;
			font-family: "Lucidia Sans Console", "Trebuchet MS", Arial, Sans-Serif;
			text-transform: uppercase;
			text-decoration: none;
			height: 34px;
			overflow: hidden;
			line-height: 40px;
			}
		
		ul#mainMenu li a:hover,
		ul#mainMenu li.over a,
		ul#mainMenu li:hover a {
			color: #3b4c26;
			background-color: #dff4c3;
			border-top: 5px solid #00a2e5;
			height: 29px;
			line-height: 30px;
			}
		
		ul#mainMenu li ul {
			display: none;
			}

		ul#mainMenu li:hover ul,
		ul#mainMenu li.over ul {
			display: block;
			margin: 0;
			padding: 0 6px 0 0;
			background: none;
			position: absolute;
			top: 34px;
			right: 0;
			height: 35px;
			list-style-type: none;
			text-align: right;
			width: 696px;
			}
		
		ul#mainMenu li ul li {
			display: inline;
			float: none;
			}
		
		ul#mainMenu li ul li a {
			display: inline !important;
			float: none !important;
			color: #fff !important;
			text-transform: lowercase !important;
			line-height: 19px !important;
			padding: 0 4px !important;
			border-top: none !important;
			background: none !important;
			font-size: 12px;
			}
		
		ul#mainMenu li ul li a:hover {
			text-decoration: underline;
			background: none;
			border-top: none;
			line-height: 20px;
			}

/* Content
---------------------------------------------------------- */

	#content {
		display: block;
		width: 750px;
		margin: 0 auto;
		padding: 20px 12px 40px 12px;
		}
	
	h2 {
		margin: 0;
		padding: 0 0 5px 0;
		font-size: 18px;
		color: #36b8ee;
		font-weight: normal;
		}
	
	h3 {
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		margin: 25px 5px 10px 0px;
		}
	
	h3.noSpace {
		margin-bottom: 0px !important;
		_margin-top: 10px;
		margin-top: 10px;
		}

	h4 {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 18px;
		color: #36b8ee;
		background-color: #2C3336;
		font-weight: normal;
		}
	
	h5 {
		margin: 0px;
		padding-top: 0px;
		margin-bottom: 15px;
		font-size: 18px;
		color: #abdf6a;
		font-weight: normal;
		}

	h5.spaced {
		margin-bottom: 0px;
		}

	h6 {
		clear: left;
		padding-top: 0px;
		margin-bottom: 5px;
		font-size: 15px;
		color: #B8D4DF;
		font-weight: normal;
		}

	#content p {
		margin: 0;
		padding: 8px 0;
		}

/* Footer
---------------------------------------------------------- */
	#footer {
		display: block;
		width: 740px;
		border-top: 1px solid #236bb3;
		padding: 10px 0;
		height: 70px;
		position: relative;
		left: 50%;
		margin-left: -385px;
		}
	
	#footer ul {
		display: block;
		width: 260px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	
	#footer ul li {
		display: block;
		float: left;
		width: 130px;
		}
	
	#footer ul li a {
		display: block;
		float: left;
		width: 130px;
		text-indent: 12px;
		color: #0cb0f3;
		text-decoration: none;
		font-family: Tahoma, Verdana, Sans-Serif;
		}
	
	#footer ul li a:hover {
		color: #aadd69;
		background: url(../img/bg_bullet.gif) no-repeat 0 50%;
		}

	#footer address {
		float: right;
		text-align: right;
		color: #fff;
		font-style: normal;
		line-height: 1.3em;
		padding-right: 12px;
		margin-right: 20px;
		_margin-right: 10px;
		}
	
	#footer address strong {
		color: #0cb0f3;
		font-weight: normal;
		}
	
	#footer a.secret {
		width: 48px;
		height: 76px;
		position: absolute;
		right: -73px;
		top: 22px;
		}
	
	* html #footer a.secret {
		top: 26px;
		}
	
	#footer a.secret:hover {
		background: url(../img/bg_houseHover.gif);
		}		

/* Home Page Specific Styling
---------------------------------------------------------- */
		
		#promo {
			display: block;
			}
		
		#promo #left,
		#promo #right {
			display: block;
			float: left;
			}
		
		#promo #left {
			width: 364px;
			margin-right: 21px;
			}
		
		#promo #right {
			width: 364px;
			}
		
		p.paws {
			background: url(../img/paws.gif) no-repeat top right;
			padding-right: 80px !important;
			}
		
		/* Recent Projects - Home Page
		---------------------------------------------------------- */
			
			.recentProjects {
				display: block;
				margin: 0;
				padding: 5px 0;
				background: #3A61A7;
				list-style-type: none;
				height: 260px;
				border-top: 1px solid #4268AA;
				border-bottom: 1px solid #4268AA;
				}
			
			.recentProjects li {
				display: block;
				}
			
			.recentProjects li.inProgress { background: url(../img/bg_inProgress.gif) no-repeat 11px 70px; }
			.recentProjects li.completed { background: url(../img/bg_completed.gif) no-repeat 10px 70px; }
			
			.recentProjects li a {
				display: block;
				text-decoration: none;
				width: 345px;
				padding: 10px;
				min-height: 90px;
				}
			
			* html .recentProjects li a {
				height: 90px;
				}
			
			.recentProjects li a img {
				display: block;
				float: left;
				border: 1px solid #4268AA;
				margin-right: 10px;
				}
			
			.recentProjects li a span {
				display: block;
				float: left;
				width: 250px;
				cursor: pointer;
				text-decoration: none;
				color: #FFF;
				line-height: 1.3em;
				}
			
			.recentProjects li a span strong {
				color: #20B4F1;
				line-height: 1em;
				display: block;
				margin: -2px 0 -10px 0;
				padding-bottom: 15px;
				font-weight: bold;
				}
			
			.recentProjects li a.more {
				margin-right: 10px !important;
				}

			* html .recentProjects li a.more {
				margin-right: 5px !important;
				}

		/* In House Projects - Home Page
		---------------------------------------------------------- */
			#right p {
				display: block;
				margin: 0;
				padding: 0;
				background-repeat: no-repeat;
				padding: 46px 10px 0 15px;
				min-height: 89px;
				}
			
			* html #right p {
				height: 89px;
				}
			
			#right p strong {
				display: none;
				}

			#right a.darker {
				color: #80A94C;
				}

			#right p.totoexpress {
				background: #3A61A7 url(../img/bg_homeExpress.gif) no-repeat;
				color: #FFF;
				border-top: 1px solid #4268AA;
				}

			#right p.totocontrol {
				background: #fff url(../img/bg_homeControl.gif) no-repeat;
				color: #3d4450;
				border-bottom: 1px solid #4268AA;
				}


/* Portfolio Pages
---------------------------------------------------------- */

#leftCol {
	display: block;
	float: left;
	width: 200px;
	margin: 0 0 10px 0px;
	}

#leftCol p {
	padding-right: 5px !important;
	}

#leftCol a.more {
	float: left !important;
	margin-right: 10px !important;
	margin-top: 10px !important;
	
	}

#rightCol {
	display: block;
	float: left;
	width: 539px;
	border-left: 1px solid #236BB3;
	margin: 0px;
	padding-left: 10px;
	}

#rightCol img {
	cursor: pointer;
	}

/* work
---------------------------------------------------------- */
/*
#projectThumbs {
	margin-top: 0px !important;
	margin-right: 10px;
	}

#projectThumbs dt {
	margin: 0;
	font-weight: normal;
	}
#projectThumbs dd {
	margin: 0;
	padding: 0;
	}

#projectThumbs dd.current {
	background-color: #FFF;
	}

#projectThumbs dd span {
	font-variant: small-caps;
	}

#projectThumbs dd.last {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4268AA;
	}

#projectThumbs dd strong {
	color: #666;
	}
#projectThumbs dt a {
	float: left;
	display: block;
	margin: 2px 6px 0 0;
	padding-top: 0px;
	color: #A2BAE4 !important;
	}

#projectThumbs dd a strong {
	color: #FFF !important;
	font-weight: normal;
	}

#projectThumbs dt a:hover, #projectThumbs dt.active a {
	color: #C0D6EC !important;
	}
#projectThumbs dt.active a {
	border-color: #EBF4D9;
	background: #2D405B;
	}
#projectThumbs dd.active a {
	text-decoration: none;
	font-weight: bold;
	color: #2D405B;
	border-bottom: none;
	}
*/
/* new project list */
	ul#projectList {
		margin: 0 10px 0 0;
		padding: 0;
		list-style: none;
		}
	
	ul#projectList li {
		display: block;
		border-bottom: 1px solid #4268AA;
		height: 52px;
		}
	
	ul#projectList li.last {
		border-bottom: none;
		}

	ul#projectList li a {
		display: block;
		padding-top: 10px;
		height: 42px;
		width: 190px;
		text-decoration: none;
		}
	
	ul#projectList li a span {
		display: block;
		float: left;
		width: 151px;
		cursor: pointer;
		}

	ul#projectList li a span strong {
		font-weight: normal;
		text-decoration: underline;
		}
	
	ul#projectList li a span em {
		font-variant: small-caps;
		font-style: normal;
		text-decoration: none !important;
		color: #ACCCDB;
		}
	
	ul#projectList li a:hover span em {
		color: #fff;
		}
	
	ul#projectList li a img {
		display: block;
		float: left;
		border: 2px solid #ACCCDB;
		margin-right: 10px;
		}
	
	ul#projectList li a:hover img {
		border: 2px solid #abdf6a;
		}

	#rightCol ul#projectList li {
		width: 250px;
		float: left;
		margin-right: 15px;
		}

	#rightCol ul#projectList {
		width: 530px;
		padding-left: 15px;
		margin: 0 auto;
		}
	
	#rightCol ul#projectList li a {
		width: 250px;
		}

/* // new project list */
div#project {
	width: 523px;
	min-height: 150px;
	background-color: #2C3336;
	padding: 10px;
	border-top: 1px solid #4268AA;
	border-bottom: 1px solid #4268AA;
	margin: 10px 0 20px 0;
	position: relative;
	}

* html div#project {
	height: 205px;
	}

div#project img {
	float: left;
	border: 1px solid #333D4B;
	margin-bottom: 10px;
	margin-right: 10px;
	}

div#project p {
	color: #ACCCDB;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 18px;
	}

div#project p.desc {
	margin: 0;
	padding: 0;
	}

div#project a.more {
	position: absolute !important;
	bottom: 5px;
	right: 10px;
	}

div #testimonials {
	padding-left: 10px;
	padding-right: 10px;
	width: 523px;
	margin: 0 0 10px 0;
	background: url(../img/testimonialsBg.gif) no-repeat bottom left;
	min-height: 129px;
	}

div #testimonials p {

	color: #02B4FE;
	font-style: italic;
	}

div #testimonials a {
	color: #FFF;
	}

div #testimonials a:hover {
	color: #92BE59;
	}

/* Content Management Page
---------------------------------------------------------- */

p.contentManagement {
	background:  url(../img/contentManagement.gif) no-repeat 0 12px;
	padding-left: 45px !important;
	}


/* Hosting Page
---------------------------------------------------------- */

p.sharedHosting {
	background:  url(../img/sharedHosting.gif) no-repeat 0px 10px;
	padding-left: 45px !important;
	}

p.dedicatedHosting {
	background:  url(../img/dedicatedHosting.gif) no-repeat 0px 10px;
	padding-left: 45px !important;
	}

table.compare {
	clear: both;
	padding: 0;
	border-collapse: collapse; 
	width: 100%;
	margin-bottom: 10px;
	}

table.compare thead {
	border-bottom: 1px solid #4268AA;
	font-variant: small-caps;
	}

table.compare thead th {
	padding: 5px 10px; 
	color: #0CB0F3;
	text-align: center;
	vertical-align: bottom;
	}

table.compare tbody td, table.compare tbody th {
	padding: 5px 10px; 
	font-weight: normal;
	text-align: center;
	}

table.compare tbody tr td.subHeading, table.compare tbody th.subHeading, table.compare tbody tr.subHeading  {
	background: #2C3336;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	}

table.compare tbody th.last, table.compare tbody td.last {
	background: #3A61A7;
	}

table.compare tbody th {
	text-align: left;
	}

table.compare tbody tr td, table.compare tbody tr th {border-bottom: 1px solid #4268AA;}

table.compare tbody th.subHeading, table.compare tbody td.subHeading {border-bottom: none;}

table.compare tbody tr:hover,
table.compare tbody tr.over { color: #abdf6a; }

/* Forms
---------------------------------------------------------- */

		fieldset {
			border: none;
			margin: 0px;
			margin-top: 10px;
			_margin-top: 0px !important;
			padding: 0px;
			padding-top: 12px;
			background: #3A61A7;
			border-top: 1px solid #4268AA;
			border-bottom: 1px solid #4268AA;
			}

		#topLogin fieldset {
			background: #2C3336;
			}

		fieldset label {
			display: block;
			padding-bottom: 2px;
			font-variant: small-caps;
			}

		fieldset label.last {
			margin-bottom: 5px;
			}

		#topLogin label {
			font-variant: normal;
			}

		fieldset input {
			margin-bottom: 8px;
			}
		fieldset input checkbox {
			margin-top: 5px;
			}

		fieldset textarea {
			margin-bottom: 8px;
			}

		fieldset span {
			color: #B5E17D;
			margin-left: 5px;
			}

		.fieldHolder {
			padding: 3px 0px 3px 15px;
			margin: 10px;
			border-bottom: 1px solid #4268AA;
			}
		
		.fieldHolderSubmit {
			padding: 3px 0px 3px 15px;
			margin: 10px;
			}

		.fieldHolder:hover {
			background: #4469AA;
			}
		
		p#loadBar {
			padding: 5px;
			background: #3A61A7;
			border-top: 1px solid #4268AA;
			border-bottom: 1px solid #4268AA;
			}

		p#loadBar strong {
			padding-left: 4px;
			font-weight: normal;
			}
		
		p#emailSuccess {
			background: #3A61A7 url(../img/success.gif) no-repeat 10px 9px;
			padding: 5px;
			padding-left: 28px;
			border-top: 1px solid #4268AA;
			border-bottom: 1px solid #4268AA;
			}
		
		p#emailSuccess strong {
			color: #91BE59;
			font-weight: normal;
			}
		
		.checkboxSpace {
			float: left;
			padding: 0px;
			margin: 2px 5px 0px 0px;
			}


/* LeftCol Services List
---------------------------------------------------------- */

		ul.services {
			margin-right: 10px;
			margin-left: 0px;
			padding-left: 0px;
			background: #3A61A7;
			border-top: 1px solid #4268AA;
			border-bottom: 1px solid #4268AA;
			}

		ul.services li {
			list-style-type: none;
			margin: 5px;
			padding-top: 5px;
			padding-left: 20px;
			margin-left: 0px;
			border-top: 1px solid #4268AA;
			background: url(../img/bg_bullet.gif) no-repeat 8px 9px;
			}

		ul.services li.first {
			border-top: none;
			margin-top: 0px;
			}

		ul.services li a {
			color: #02B4FE;
			cursor: pointer;
			text-decoration: none;
			}

		ul.services li a.current {
			color: #FFF;
			}

		ul.services li a:hover {
			color: #aadd69;
		}

		/* What we Do Page List
		---------------------------------------------------------- */

		ul.whatwedo {
			margin: 0px;
			padding: 5px !important;
			margin-bottom: 5px;
			}

		ul.whatwedo li {
			margin: 2px;
			margin-left: 15px;
			list-style-type: none;
			padding-left: 10px;
			background: url(../img/bg_bullet.gif) no-repeat 0 5px;
			}
		
		ul.whatwedo li:hover {
			color: #20B4F1;
			}




	/*		#rightCol ul#projectList li {
		width: 250px;
		float: left;
		margin-right: 15px;
		}

	#rightCol ul#projectList {
		width: 530px;
		padding-left: 15px;
		margin: 0 auto;
		}
	
	#rightCol ul#projectList li a {
		width: 250px;
		} */

/* About Us Page
---------------------------------------------------------- */

p.ourFocus {
	color: #0CB0F3;
	font-size: 1.2em;
	border-left: 5px solid #92BE59;
	padding-left: 8px !important;
	}

/* Content Management Page (TotoControl)
---------------------------------------------------------- */

p.userAdmin {
	background:  url(../img/userAdmin.gif) no-repeat 0px 10px;
	padding-left: 45px !important;
	}

p.siteNav {
	background:  url(../img/siteNavigation.gif) no-repeat 0px 10px;
	padding-left: 45px !important;
	}

p.sitePages {
	background:  url(../img/sitePages.gif) no-repeat 0px 10px;
	padding-left: 45px !important;
	}


/* Web Design Page
---------------------------------------------------------- */

p.browse {
	background:  url(../img/browse.gif) no-repeat 10px 8px;
	padding-left: 50px !important;
	}

p.orangePaw {
	background:  url(../img/orangePaw.gif) no-repeat 0px 10px;
	padding-left: 45px !important;
	}

p.greenPaw {
	background:  url(../img/greenPaw.gif) no-repeat 0px 10px;
	padding-left: 45px !important;
	}

p.grayPaw {
	background:  url(../img/grayPaw.gif) no-repeat 0px 10px;
	padding-left: 45px !important;
	}

p.bluePaw {
	background:  url(../img/bluePaw.gif) no-repeat 0px 10px;
	padding-left: 45px !important;
	}

p.service {
	background-color: #3A61A7;
	border-top: 1px solid #4268AA;
	border-bottom: 1px solid #4268AA;
	padding-right: 15px;
	padding-left: 50px !important;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
	}


	/* Our Process List
	---------------------------------------------------------- */

		ol.process {
			background: #3A61A7;
			border-top: 1px solid #4268AA;
			border-bottom: 1px solid #4268AA;
			padding-top: 15px;
			margin-left: 0px;
			padding-left: 0px;
			}
		
		ol.process li {
			list-style-type: none;
			list-style-position: outside;
			margin: 0px;
			padding-left: 10px;
			}

		ol.process li strong {
			color: #aadd69;
			}

/* Upload Page
	---------------------------------------------------------- */

		div#formWorking {
			padding: 5px;
			background: #3A61A7;
			border-top: 1px solid #4268AA;
			border-bottom: 1px solid #4268AA;
			}
		
		div#formWorking p {
			margin-left: 6px;
			}
		
		div#formWorking p strong {
			color: #B5E17D;
			}
		
		p#incorrectLogin {
			background: #3A61A7 url(../img/alert.gif) no-repeat 10px 8px;
			padding: 5px;
			padding-left: 28px;
			border-top: 1px solid #4268AA;
			border-bottom: 1px solid #4268AA;
			font-weight: bold;
			}

/* WordPress Styling
	---------------------------------------------------------- */

	#sidebar {
		margin: 0px;
		padding: 0px;
		}
	
	#sidebar h5 {
		margin-bottom: 5px;
		}

	#searchArea {
		margin-bottom: 10px;
		}

	#searchArea input {
		margin-bottom: 10px;
		}

	#sidebar ul.services li {
		border: none;
		padding: 0px;
		padding-left: 20px;
		background: url(../img/bg_bullet.gif) no-repeat 8px 5px;
		}

	#post p.tools{
		text-align: right;
		background-color: #3A61A7;
		border-top: 1px solid #4268AA;
		border-bottom: 1px solid #4268AA;
		padding: 4px;
		padding-right: 10px;
		margin-top: 5px !important;
		margin-bottom: 25px;
		color: #FFF;
		}
	
	#post p span {
		color: #abdf6a;
		}
	
	#post p a {
		color: #FFF;
		}

	#post h2 {
		margin-bottom: 0px !important;
		}

	ul.blogPosts {
		margin-bottom: 10px;
		}

	ul.blogPosts li {
		display: inline;
		list-style-type: none;
		margin-right: 5px;
		line-height: 16px;
		padding-right: 10px;
		border-right: 1px solid #236BB3;
		}
	
	ul.blogPosts li a {
		text-decoration: none;
		}

	ul.blogPosts li.blogCategory {
		padding-left: 24px;
		background: url(../img/blogCategory.gif) no-repeat 2px 0;
		}

	ul.blogPosts li.blogComments {
		padding-left: 22px;
		background: url(../img/blogComments.gif) no-repeat 0 0;
		}