@charset "utf-8";
/* CSS Document */
@import url("portfolio.css");
@import url("layout.css");
body{
	background-color:#f7f7f7;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	width:100%;
	line-height:18px;
}
/* Links */
a:link {text-decoration:none; color:black;}
a:visited {text-decoration:none; color:black;}
a:hover, a:active {text-decoration:none; color:#333;}
a { outline: none; }
	a:link,
	a:visited{
		color:#e56d2c;
		font-weight:bold;
	}
	a:hover,
	a:active{
		text-decoration:underline;
	}
/* IE fixes */
* html form {margin:0; padding:0;}
* html input {margin:0; padding:0;}
* html ul {margin:0; padding:0;}

/* CSS Column Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display:block;clear:both;}
* html .clearfix {height: 1%;}
/* Misc Elements */
hr {
	height:1px;
	border:none;
	background:#000;
	margin:4px 0;
	padding:0;
}

div {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 { 
margin: 0px;
padding: 0px;
font-size: 1em;
font-weight: normal;
line-height: 1;
}

ul, ol, li  {
margin: 0px;
padding: 0px 0 0 0;
}

dl, dt, dd, p{
margin: 0px;
padding: 0px;
font-weight: normal;
}

form, fieldset, input, textarea, select, option, label {
margin: 0px;
padding: 0px;
}
input{
	margin:4px;
}
fieldset, a img {
border: 0;
}

table{
border-collapse: collapse;
border-spacing: 0;
}

table, th, td, th {
margin: 0px;
padding: 0px;
font-weight: normal;
}

pre, address, blockquote, caption, cite, code {
margin: 0px;
padding: 0px;
}

pre, code {
font-weight: normal;
font-style: normal;
}
img{
	padding:0px;
	margin:0px;
}
/* PNG fix for these elements */
.pngfix {
	behavior:url("/js/pngfix.htc");
	border:none;
}
h1{
	color:#195bbc;
	font-size:16px;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:1px solid #195bbc;
}
h2{
	color:#195bbc;
	font-size:14px;
	font-weight:bold;
}
p{
	padding:20px 0 10px 0;
	line-height:20px;
}
blockquote{
	font-style:italic;
	line-height:20px;
}
input{
	width:200px;
}
input{
	background-image:url(../images/bg_input.jpg);
	background-repeat:repeat-x;
	border:1px solid #828282;
}
textarea{
	border:1px solid #828282;
	background-image:url(../images/bg_ta.jpg);
	background-repeat:repeat-x;
}
select{
	border:1px solid #828282;
}
legend{
	color:#195bbc;
	background-color:#f7f7f7;
}
fieldset {
	padding:10px;
	border:1px dotted #195bbc;

	font-weight:bold;
	font-size:14px;
}
blockquote{
	margin:10px;
}
