@charset "utf-8";
/* CSS Document */

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* --------------USER STYLES-------------------*/

body {
	background: url(../images/body_bg.jpg) top repeat-x #001b4d;
	font-family: Verdana, Geneva, sans-serif;
}

#wrap{
	width: 945px;
	margin:0 auto;
        position: relative;
}
#head{
	background: url(../images/head_bg.jpg) no-repeat top;
	height: 400px;
}
#insidehead{
	background: url(../images/inside_head_bg.jpg) no-repeat top;
	height: 265px;
}
#head h1 img, #insidehead h1 img{
	position: relative;
	top: 65px;
	left: 30px;
}
#insideporthead{
	background: url(../images/inside_porthead_bg.jpg) no-repeat top;	
}
#insideporthead{
	background: url(../images/inside_porthead_bg.jpg) no-repeat top;
        height: 220px;	
}
#head h1 img, #insideporthead h1 img{
	position: relative;
	top: 65px;
	left: 30px;
}
#topnav{
        position: absolute;
        top: 124px;
        right: 14px;
        
}
#topnav ul li {
        display: inline;
        padding-right: 20px;
        letter-spacing: -0.05em;
        
}
#topnav ul li a{
        text-decoration: none;
        color: #fff;
        font-size: 1.2em;
}
#topnav ul li a:hover{
        color: #001b4d;
}
#promobox h1 img{
        position: relative;
        top: 110px;
        left: 45px;
}
#boxtext{
        width: 360px;
        position: relative;
        top: -45px;
        left: 530px;
        
}
#boxtext h2{
        color: #001b4d;
        font-size: 1.3em;
        padding-bottom: 15px;
        line-height: 1.1em;
        font-weight: bold;
}
#boxtext p{
        color: #7286af;
        font-weight: bold;
        font-size: .9em;
        line-height: 1.2em;
        padding-bottom: 15px;
}
#boxtext a{
        color: #001b4d;
        text-decoration: none;
        font-size: 0.8em;
        font-weight: bold;
}
#pagetitle{
		position: relative;
		top: 104px;
		left: 40px;
		width: 600px;
		border-bottom: solid 1px #001b4d;
}
#pagetitle h2{
		color: #001b4d;
		font-size: 1.3em;
		font-weight: bold;
		padding-bottom: 10px;
}
#main{
        padding-top: 40px;
        height: 250px;
}
#insidemain{
		background: url(../images/inside_body_bg.png) repeat-y;
}
#insideportmain{
		background: url(../images/inside_portbody_bg.png) repeat-y;
}
#insidebottom{
		background: url(../images/inside_bottom_bg.png) no-repeat;
        height: 25px;
		padding-bottom: 30px;
}
#insideportbottom{
		background: url(../images/inside_portbottom_bg.png) no-repeat;
		height: 26px;
		padding-bottom: 30px;
}
#col1{
        width: 270px;
        float: left;
        padding: 0px 20px 0px 35px;
}
#col1 h1 img{
        float: left;
        padding: 0px 15px 2px 0px;
}
#col1 h2{
        color: #fff;
        font-weight: bold;
        font-size: 1em;
        padding-top: 10px;
        line-height: 1.2em;
        
}
#col1 p{
        clear:both;
        color: #CCC;
        font-size: .9em;
        line-height: 1.4em;
        padding-top: 10px;
        padding-left: 5px;
}
#col2{
        width: 270px;
        float: left;
        padding: 0px 25px 0px 25px;
}
#col2 h1 img{
        float: left;
        padding: 0px 15px 2px 0px;
}
#col2 h2{
        color: #fff;
        font-weight: bold;
        font-size: 1em;
        padding-top: 10px;
        line-height: 1.2em;
        
}
#col2 p{
        clear:both;
        color: #CCC;
        font-size: .9em;
        line-height: 1.4em;
        padding-top: 10px;
        padding-left: 5px;
}
#col3{
        width: 260px;
        float: left;
        padding: 0px 10px 0px 25px;
}
#col3 h1 img{
        float: left;
        padding: 0px 15px 2px 0px;
}
#col3 h2{
        color: #fff;
        font-weight: bold;
        font-size: 1em;
        padding-top: 10px;
        line-height: 1.2em;
        
}
#col3 p{
        clear:both;
        color: #CCC;
        font-size: .9em;
        line-height: 1.4em;
        padding-top: 10px;
        padding-left: 5px;
}
#col3 p a{
		color: #FFF;	
}
#footer{
        clear: both;
        height: 100px;
        background: #001b4d;

}
#insidefooter{
        clear: both;
        height: 100px;
        background: #001b4d;

}
#centerfooter{
        width: 945px;
        margin: 0 auto;
}
#insidecenterfooter{
        width: 945px;
        margin: 0 auto;
}
#footernav{
        position: relative;
        left: 240px;
        padding-top: 20px;
}
#insidefooternav{
        position: relative;
        left: 230px;
        padding-top: 20px;
}
#footernav ul li, #insidefooternav ul li{
        display: inline;
        padding: 0px 15px;
}
#footernav ul li a, #insidefooternav ul li a{
        text-decoration: none;
        color: #7286af;
        font-size: .9em;
}
#footer h3, #insidefooter h3{
        color: #7286af;
        font-size: .6em;
        position: relative;
        left: 170px;
        padding-top: 20px;
}
#insidecontent{
		width: 610px;
		position: relative;
		left: 40px;
}
#insidecontentservices{
		width: 610px;
		position: relative;
		left: 40px;
		top: -20px;
}
#insidecontent p img, #insidecontentservices p img{
		float: left;
		padding: 0px 20px 20px 10px;
}
#insidecontent p, #insidecontentservices p{
		color: #333;
		font-size: .9em;
		line-height: 1.4em;
		padding-bottom: 30px;
}

/*----------------SIDE BAR----------------------*/
#sidebar{
		width: 240px;
		position: absolute;
		top: 255px;
		right: 20px;
}
#side-item1 h4 img, #side-item2 h4 img{
		float: left;
		padding: 0px 13px 10px 4px;
		border-top: none;
}
#side-item1 h2, #side-item2 h2{
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
		padding: 15px 5px 10px 5px;
}
#side-item1 h3{
		clear: both;
		color: #fff;
		font-size: .9em;
		font-weight: bold;
		border-top: solid 1px #09C;
		padding: 10px 0px 4px 5px;
}
#side-item2 p{
		clear:both;
		color: #ccc;
		font-size: .8em;
		line-height: 1.3em;
		border-top: solid 1px #09C;
		padding: 20px 0px 4px 5px;
}
p.date{
		color: #fff;
		font-size: .8em;
		font-style: italic;
		padding: 0px 0px 12px 5px;
}
p.news{
		color: #CCC;
		font-size: .8em;
		line-height: 1.3em;
		padding: 0px 0px 50px 5px;
}

/*-----------------------------SERVICES PAGE----------------------------*/
#insidecontentservices p.services{
		color: #333;
		font-size: .9em;
		line-height: 1.4em;
		padding-bottom: 30px;
		
		
}
#insidecontentservices p img.pen{
		float: right;
		padding: 0px 10px 20px 20px;	
}
.serviceblock{
		border-top: solid 1px #001b4d;
}
.service_icon{
		float: left;
		padding: 20px 30px 20px 0px;
}
.serviceinfo{
		width: 460px;
		display: inline-block;
}
h2.servicetitle{
		color: #001b4d;
		font-size: 1.1em;
		font-weight: bold;
		padding: 20px 0px 10px 0px;	
}
#serviceinfo p.servicetext{
		color: #333;
		font-size: .9em;
		line-height: 1.3em;
}
strong{
		font-weight: bold;
		color: #001b4d;
}

/*------------------------------PORTFOLIO PAGE----------------------------*/
.portbox{
        width: 865px;
        position: relative;
		top: 40px;
		left: 40px;
		border-top: 3px solid #001C4E;
		background: #eaeaea;
}
.portinfo{
		width: 240px;
		position: relative;
		padding: 20px 10px 20px 20px;
}
.portpic{
		width: 550px;
		float: right;
		padding-right: 40px;
}	
.portimg{
		padding: 20px;	
}
.porttitle{
		font-size: 1.1em;
		color: #001c4e;
		font-stretch: narrower;
		padding-bottom: 12px;
}
.portdescription, .portdesign, .portdevelop{
		font-size: .7em;
		line-height: 1.1em;
		color: #333;
		padding-bottom: 15px;
}
.portbold{
		font-weight: bold;	
}
.portbox p img a{
		text-decoration: none;	
}
.portsep{
		height: 30px;
}
h2.portwords{
		font-size: .9em;
		font-style: italic;
		color: #666;
		width: 850px;
		position: relative;
		top: 25px;
		left: 40px;
		padding-bottom: 20px;
		line-height: 1.1em;
}
#sidebar a{
		color: #FF0;
		text-decoration: none;
}
