body
{
	background-color:#87bee3;
	text-align:center;
	margin:0px;
	font-family:arial,tahoma;
	font-size:13px;
	color:#555555;
}

#pageContainer
{
	width: 974px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;	
}
#pageTop
{
	width: 974px;
	height:32px;
	background-image: url('/images/pagetop.jpg');
	background-position:bottom;
	background-repeat:no-repeat;

}
#page
{
	width: 974px;
	min-height: 800px;
	background-image: url('/images/pagegradient.jpg');
	background-repeat:repeat-y;
	padding-left: 7px;
	padding-right:7px;
}

#pageBottom
{
	width: 974px;
	height:8px;
	background-image: url('/images/pagebottom.jpg');
	background-position:top;
	background-repeat:no-repeat;
}


#footer
{
	width:967px;
	height: 140px;
	padding-left:7px;
	background-image:	url('/images/footerlogo.jpg');
	background-repeat:no-repeat;
	
}

#header
{
	width:960px;
	height:190px;
	background-image:	url('/images/logo.jpg');
	background-repeat:no-repeat;
}

#headerTop
{
	height:144px;
}
#headerTop .left
{
	float:left;
	width:496px;
	height:144px;
}
#headerTop .right
{
	float:left;
	width:448px;
	height:144px;
	text-align:right;
	padding-right:16px;
}
#headerTop .right form
{
	border: 1px dotted #737373;
	padding: 8px;
}
#headerTop .right form input
{
	margin-right:8px;
}
#headerTop .right p ,a
{
	font-size:13px;
	color:#4b4b4b;
	text-decoration:none;
}
#headerTop .right a:hover
{
	color: black;
	text-decoration:underline;
}
#navBar
{
	height:47px;
	background-image: url('/images/navbar.jpg');
}

#topSection
{
	width:960px;
/*	height:276px;*/
	height:326px;
}

#topSection .left
{
	float:left;
	width:472px;
	height:268px;
	padding-left:24px;
	padding-top:8px;
}
#topSection .right
{
	float:left;
	width:440px;
	height:256px;
	padding-left:24px;
	padding-top:20px;
}

.webDevButton
{
	float:left;
	width:207px;
	height:124px;
	background-image:url('/images/jemini-dev-button.jpg');
	margin:1px;
}

.seoDevButton
{
	float:left;
	width:207px;
	height:124px;
	background-image:url('/images/jem-dev-button.jpg');
	margin:1px;
}
.bespokeButton
{
	float:left;
	width:207px;
	height:124px;
	background-image:url('/images/bespoke-dev-button.jpg');
	margin:1px;
}

.cmsButton
{
	float:left;
	width:207px;
	height:124px;
	background-image:url('/images/web-sys-button.jpg');
	margin:1px;
}
.smallButton
{
	width:98px;
	height:20px;
	position:relative;
	left:54px;
	top:90px;
}
.clearLeft
{
	clear:left;
	height:1px;
}

#navBar ul
{
	margin:0px;
	padding-left:64px;
	padding-top: 10px;
}
#navBar li
{
	display:inline;
}
#navBar li div
{
	float:left;
}
#navBar li a
{
	font-size:14px;
	font-weight:bold;
	color: #707070;
	text-decoration:none;
}
#navBar li a:hover
{
	color: black;
}
#navBar li div
{
	font-size:18px;
	font-weight:bold;
	color:#020202;
}

#contentContainer
{
	width:960px;
}
#leftColumn
{
	float:left;
	width:256px;
	min-height:200px;
	padding-left:24px;
}
#mainContent
{
	float:left;
	width:606px;
	padding-left:44px;
	padding-right:30px;
	padding-bottom:32px;
}

#mainContent.wide
{
	width:960px;
	padding-left:24px;
	padding-righT:24px;
}
h1
{
	color:#0b58a6;
	font-weight:normal;
}

h2
{
	color:#222222;
	font-weight:normal;
}

#newsColumn
{
	padding-bottom:16px;
}
.newsBox
{
	font-size: 11px;
	color:#4e4e4e;
	padding-bottom: 8px;
	padding-top:4px;
}

.newsBox h3
{
	margin:0px;
	font-weight:normal;
	font-size:11px;
}

.newsBox a
{
	text-decoration:underline;
	font-size:11px;
}
.newsBox p
{
	margin:0px;
}

.orange
{
	color: #df7917;
}
.green
{
	color: #9ca613;
}

.blue
{
	color:#5f9eae;
}

.orangebox
{
	border-bottom: 1px dotted #df7917;
}

.greenbox
{
	border-bottom: 1px dotted #9ca613;
}

.bluebox
{
	border-bottom: 1px dotted #5f9eae;
}
a.more 
{
	position:relative;
	top:16px;
	/*background-color:#df7917;*/
	padding:3px;
	color:white;
	left:210px;
	text-decoration:none; 
	font-size:11px;
}


.orangebox a.more {background-color:#df7917;}
.bluebox a.more {background-color:#5f9eae;}
.greenbox a.more{background-color:#9ca613;}

.listBox
{
	font-size: 11px;
	color:#4e4e4e;
	padding-bottom: 8px;
	padding-top:4px;
	width: 430px;
}


.listBox a.more
{
	left:340px;
}

#footerMenu
{
	width:480px;
	height:60px;
	margin-left:230px;
	padding-top:30px;
}

#footerMenu ul
{
	margin:0px;
}
#footerMenu li
{
	display:inline;
}

#footerMenu li a ,#footerMenu p
{
	color:#19557d;
	text-decoration:none;
	font-size:12px;
}
#footerMenu li a:hover
{
	color: black;
	text-decoration:underline;
}

#projectsBox
{
	padding-top:32px;
	padding-bottom:32px;
}

.projectInfo
{
	float:left;
	padding:8px;
}

.projectInfo .knowMore
{
	color:#7c7c7c;
	font-weight:bold;
	font-size:11px;
	background-image: url('/images/tinybullet.jpg');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:16px;
}

.projectInfo p
{
	width:170px;
}
#topText
{
	padding-top:8px;
	font-size:16pt;
	color:#222222;
}


#topText ul ,#topText li 
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#topText li.jemLogo
{
/*	background-image: url('/images/jemlogo.jpg');*/
	background-repeat:no-repeat;
/*	padding-left: 150px;*/
/*	height:41px;*/
}
#topText a
{
	font-size:14pt;
	color:#222222;;
}

#topText a:hover
{
	color:#0B58A6;
}

.articleListElement h2 a
{
	font-weight:bold;
	font-size:16px;
}

/* contact form */
#contactForm .formField
{
	margin-top:8px;
	margin-bottom:8px;
}
#contactForm .submit
{
	margin-top: 32px;
	margin-bottom:8px;
}
#contactForm .formField input
{
	border-style: solid;
	border-width: 1px;
	border-color: #C7D4E0;
	width: 150px;
	background-color: white;
}
#contactForm #error
{
	border: 2px solid red;
	padding: 4px;
	background-color:#FFFABF;
	color: black;
	font-style: italics;
}
#contactForm #error strong
{
	color:red;
	font-style:normal;
	font-weight:bold;
}

#contactForm label
{
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
.contentSection
{
	padding-left:24px;
	padding-bottom:32px;
}

.projectBox
{
	width:180px;
	padding-left:11px;
	padding-right:11px;
	float:left;
}

.projectBox img
{
	border: 1px solid rgb(205,205,205); 
}