@charset "utf-8";
@import url("reset.css");

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #d4d5d8 url(../image/core/background.png) repeat-x 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 		#container selector */
	color: #000000;
}
#container { 
	width: 95%;  /* this will create a container 95% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	margin-bottom:5px;
	border: 1px solid #6b6666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* = Tag Elements
============================================================= */
h1, h2{
	font-size:140%;
	color:#000;
	margin-bottom:0.5em;
}
h2{
	font-size:120%;
}
h3{
	font-weight:bold;
	color:#990000;
}

a{color:#000099;}
p{margin-bottom:0.5em;}

ol, ul{
	margin-left:20px;
}

/* = Header
----------------------------------------- */
#header { 
	position:relative;
	height:105px;
}
#header #headtop{
	height:7px;
	background:#991924;
	line-height:1px;
}
#header #logo{
	position:absolute;
	top:14px;
	left:7px;
}
#header #headimg{
	position:absolute;
	top:8px;
	right:1px;
	width:525px;
	height:96px;
	background:url(../image/core/headimg.jpg);
}

/* = Top Navigation 
---------------------------------------------- */
#mainNavContainer{
	height:41px;
	margin-bottom:5px;
	background:url(../image/core/navBackground.png) repeat-x 0 0;
}
#mainNav{margin:0;}
#mainNav li{
	float:left;
	height:30px;
	padding:0 15px 0 15px;
	background:url(../image/core/navSep.png) no-repeat right 6px;
}
#mainNav li a{
	display:block;
	padding-top:7px;
	text-decoration:none;
	font:90% Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}
#mainNav li a:hover{
	color:#FFFF00;
}
/* Hide end nav sep */
#mainNav li .end{
	background:none;
}

/* = Side Column
------------------------------------------------ */
#sidebar1 {
	float: left; 
	width: 18em; /* since this element is floated, a width must be given */
}

#sidebar1 ul{
	list-style-type:square;
	padding-top:5px;
	padding-bottom:5px;
}
#sidebar1 ul li{
	margin-bottom:5px;
}
#sidebar1 a:hover{
	color:#000033;
}

.boxHeader, .boxContent, .newsTitle, .newsSnippet{
	margin:0 5px;
}

.boxHeader{
	background:url(../image/core/boxHeaderBckgr.gif) repeat-x 0 0;
}
.boxHeaderTitle{
	height:24px;
	margin:0;
	font-size:90%;
	font-weight:bold;
	color:#FFF;
	padding-left:30px;
	padding-top:5px;
	background:url(../image/core/boxHeaderImg.gif) no-repeat 5px 5px;
}

.boxContent{
	border:1px solid #b2b1b1;
	border-top:none;
	background:#eaeff2;
	font-size:90%;
	margin-bottom:10px;
}
.boxContent p, .newsSnippet p{
	margin-left:5px;
	margin-right:5px;
}

.boxContent ol{
	list-style-type:lower-alpha;
	margin-left:25px;
}

.boxContent ol li{
	margin-bottom:1em;
}

.newsTitle{
	font-size:105%;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:3px;
	border-bottom:1px solid #000;
}
.newsSnippet{
	border:1px solid #d3d9dc;
	border-top:none;
	background:#eaeff2;
	font-size:85%;
	margin-bottom:3px;
}
.newsSnippet h2{
	font-weight:bold;
	font-size:105%;
	margin-left:5px;
}
.newsSnippet .date{
	font-style:italic;
	font-weight:bold;
	color:#990000;
}
.newsSnippet .snippetLink{
	color:#c3262e;
	font-weight:bold;
	padding-left:17px;
	background:url(../image/core/newsLinkArrow.gif) no-repeat left top;
}

/* = Main Content 
----------------------------------------------------------- */
#mainContent { 
	margin: 0 10px 10px 20em;
	font-size:90%;
} 
#mainContent h1{
	font-size:170%;
}
#mainContent h2{
	font-size:150%;
}

#mainContent ul{
	list-style-type:square;
	margin-bottom:20px;
}

#services #mainContent h2, #webdesign #mainContent h2, #ecommerce #mainContent h2, #contentmanagement #mainContent h2, #databases #mainContent h2, #graphicdesign #mainContent h2, #contacts #mainContent h2, #ourwork #mainContent h2{
	font-size:130%;
	color:#CC0000;
}

/* = Footer
---------------------------------------------------------- */
#copyright{
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	font-size:80%;
}

/* Page Specfic Elements
---------------------------------------------------- */
/* = Home Page 
------------------------------------ */
.servicesCont{width:98%; margin-bottom:20px;}
.services{
	float:left;
	width:45%;
	margin-right:5%;
	margin-bottom:20px;
}
.services h2{
	color:#991924;
}
.services h2 a{
	text-decoration:none;
	color:#991924;
}
.services h2 a:hover{
	text-decoration:underline;
}
.services img{
	float:left;
	margin-right:5px;
}
.services.right{
	margin-right:0;
}
.services .serviceLink{
	font-weight:bold;
	padding-left:17px;
	background:url(../image/home/servicesarrow.gif) no-repeat left top;
}

/* = Our work
----------------------------------------------------- */
#ourwork #sidebar1{
	float:right;
}
#ourwork #mainContent{
	margin-left:10px;
	margin-right:20em;
}
	
.PortfolioCon{
	padding:5px;
	margin-bottom:15px;
	border:1px solid #a3b0d3;
	background-color:#e7f0f5;
}
.PortfolioCon img{
	clear:left;
}

.PortfolioCon img{
	float:left;
	margin:10px 0;
}

.PortfolioCon .PortContent{
	margin-left:200px;
}

.PortfolioCon a{font-weight:bold;}
.portleft{
	float:left;
}

/* = Terms
---------------------------------------- */
#terms #mainContent { 
	margin-right:10em;
	margin-left:10em;
} 
#terms #mainContent p{
	font-size:90%;
}

/* = General Styles
------------------------------------------------------------------ */
.textRight{
	text-align:right;
}
.hide{position:absolute; left::-9000px; display:none;}
strong{font-weight:bold;}
.bold{font-weight:bold;}
.errorList{
	list-style:square;
	color:#B00102;
	font-weight:bold;
	margin-bottom:10px;
}
.message{
	color:#B00102;
	font-weight:bold;
}
.left{
	float:left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* CLEARING FLOATS (http://www.positioniseverything.net/easyclearing.html) -------------------------------------------------------------------------------------------------------------- */
.clearfix:after {
	content: "."; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	display: block; 
}
 
.clearfix {
	display: inline-block; 
}

/* Hides from MacIE \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from MacIE */