/* text -----------------------------------------------------------------------*/

body{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 70.01%;
	color: #343232;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 2.1em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #003767;
}

h2{
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #4288ad;
}

h3{
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}

h5{
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #4288ad;
}

p{
	margin-bottom: 13px;
	line-height: 1.5em;
}

hr{
	clear: both;
	margin: 10px 30px 30px 30px;
	width: 85%;
	border:none;
	background-color: #ebebeb;
	height: 1px;
}

a:link {color: #fe8000; text-decoration: underline; font-weight: bold;}
a:visited {color: #fe8000;	text-decoration: underline; font-weight: bold;}
a:hover {color: #003767;text-decoration: none; font-weight: bold;}
a:active {color: #fe8000; text-decoration: underline; font-weight: bold;}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
}

#print-head{
	display: none;
}

#wrapper{
}

#header{
	display: none;
}



#top-nav{
	display: none;
}

#main-section{

}

#content-main{
}

#content-main ol{
}

#content-main ul{
}

#content-main ol li, #content-main ul li{
}

.social-links{
}

.content-left{
}

.content-right{
}

.content-right img{
	display: none;
}

.portfolio-box{
	background-color: #ebebeb;
	margin-top: 20px;
	clear:left;
}

#webscan-form{
	display: none;
}

/* tabs ---------------------------------------------------------------------*/

#project-profile{
	display: none;
}

.tab-container{
	display: none;
}

.newsitem {
	margin-bottom: 20px;
}

img.newsthumb {
	display: none;
}


/* contact form ---------------------------------------------------------------------*/

form#two, form#one { 
	width:340px;
	padding:0px 15px 0px 15px;
	margin-top:30px;
	margin-right:10px;
	background: url(../images/mail-bg.jpg) top right no-repeat #efefef; 
}

form#two fieldset, form#one fieldset {
	display:block; 
	border:1px solid #999; 
	padding:10px;
	margin-bottom:0.5em; 
	margin: 13px;
	line-height:1.2em;
	width:350px;
}

form#two legend, form#one legend {
	font-size:1em; 
	font-weight:bold; 
	color: #000;
	background-color: red;
}

form#two label, form#one label {
	clear:left; 
	display:block; 
	float:left; 
	width:320px; 
	text-align:left; 
	padding:10px 10px 2px 0px; 
	color: #000; 
	margin-bottom:0.2em;
	margin-top:0.5em;
	font-size: 1em;
	line-height: 0.9em;
}

form#two input, form#one input {

	margin:0px 10px 0px 0px; 
	margin-bottom:0.6em;

	font-family:"Courier New", Courier, monospace;
	text-align: left;
}

form#two textarea, form#one textarea {
	width:300px; 
	height:100px;
	border:1px solid #999; 
	padding:0.5em; 
	overflow:auto; 
	background-color:#fff;
	font-family:"Courier New", Courier, monospace;
}

#btnSubmit {
	width:50px;
	margin: 0px;
	text-align: center;
}

form#two .button, form#one .button { 
	border:1px solid #ddd;
	background:#8392e5;
	font:bold 12px Arial, Helvetica, sans-serif; 
	padding:5px 15px;
}

form#two .button:hover, form#one .button:hover { 			/* Only works in FF */
	border:1px solid #aaa;
	background:#2056a0;
	color: #fff;
}

form#two .buttonover, form#one .buttonover {
	border:1px solid red;
} 
