@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {background:url(../img/bk.jpg) repeat-x #173E8A;}
html, input, textarea, h1, h2, h3, h5, h6, footer{
	font-family: Verdana, Helvetica, sans-serif, Arial, Georgia;
	font-weight:normal;
	color: #003366;
}
img {border:0px;}
img.double-border {
	border: 5px solid #e0ded9;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}
img.double-borderFull {
	border: 5px solid #e0ded9; /*Inner border size*/
	background: #fff;
	right: 840px;
	clip: rect(auto,840px,auto,auto);
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

a.blue:link {font:10px; font-style:normal; color: #3366CC; text-decoration:none;}
a.blue:active {color: #3366CC; text-decoration:none;}
a.blue:visited {color: #3366CC; text-decoration:none;}
a.blue:hover {color: #003366; text-decoration:underline; font-weight: bold;}

A.protected:link {color: #ffffff; text-decoration:none;}
A.protected:active {color: #ffffff; text-decoration:none;}
A.protected:visited {color: #ffffff; text-decoration:none;}
A.protected:hover {color: #ffffff; text-decoration:underline; font-style: italic;}

a.gray:link {color:#666666; text-decoration:none; background-color:#FFFFFF;}
a.gray:visited {text-decoration:none;}


.left { float:left;}
.right {float:right;}
.clear {clear:both;}
.textLeft{text-align:left; font-weight:bold}

p {
	font-size:11px;
	line-height:18px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


h1{font-size: 18px; color:#3366CC; line-height:26px;}
h2, h3, h4 {font-size:16px;}
h2 {color:#FFFFFF; padding: 18px 0 0 10px;}
h3 {color:#666666; padding: 0 0 7px;}
h4 {padding: 0 0 17px 0;}
h5 {
	font-size:10px;
	font-style:italic;
	color:#3366CC;
	margin:10px;
}
h6 {
	font-size:9px;
	text-align:right;
	margin: 10px 20px;
}


.redText {color:#b31800;}
.greenText {color: #19632f;}
.blueText {color: #3366cc;}
.strong {font-weight: bold;}
.italic {font-style:italic;}
.line_hor{width:auto;background: url(../img/line4.gif) center repeat-x;	height: 2px;}

.icon{
	margin-top: -27px;
	float: right;
	clear: left;
}
	
/*index page*/
.rightColumnText{
	text-align:left;
	font-size:10px;
	color: #666666;
	line-height: 14px;
	padding: 0px 5px 10px 10px;
}

/*projects page*/
.bulletsProjects{ list-style: outside url(../img/1.gif); margin: 0 0 6px 15px;}
.bulletsSummary {
	font-size:10px;
	list-style:outside url(../img/arrow.gif);
	text-indent: -1px;
	margin: 4px 5px 0px 16px;
	line-height: 1.3em;
}

/*all services pages*/
.bulletsText {
	font-size:11px;
	list-style: outside disc;
	margin: 0 0 5px 15px;
}

span#super{vertical-align:super;font-size: smaller;}

li{padding-bottom: .5em;}

#footer {
	background:url(../img/footer.gif) top repeat-x;
	height: 30px;
	text-align:center;
	font-size:9px;
	padding-top:15px;
}
.ul{list-style:none; font-size:11px;}
