/**
* CSS
* 
* @version 1.0
* @author Harris R.
* 
*/
* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	background-color:#fff;
}

body {
	width: 830px;
	height: 100%;
	margin: 0 0 0 30px;
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: 'Times New Roman', serif;
}

p#header {
	padding-top: 30px;
    height: 0px;
    overflow: hidden;
    background: url('/img/hireme.png') top left no-repeat;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {text-decoration: none; color: #000;}
a:active {text-decoration: none; color: #000;}
a:visited {text-decoration: none; color: #000;}
a:hover {text-decoration: none; color: #000;}

a img { 
	border: none; 
	outline: 0;
}

a:active, a:focus {
      outline: 0;
}

h1 { width: 600px;
	font-family: 'Cantarell', arial, serif; 
	font-size: 2.2em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-top: 8px;
	border-top: 3px solid #000;
	text-transform: uppercase;
}

h1#toplogo {
	padding-top: 60px;
	width: 170px;
    height: 0px;
	font-size: 1em;
	margin-top: 7px;
	margin-bottom: 23px;
    overflow: hidden;
    background: url('/img/logo.png') top left no-repeat;
	border-top: none;
}

h2 { font-family: 'Cantarell', arial, serif; 
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-top:1.5em;
}

h2#moto {
	padding-top: 140px;
    height: 0px;
	margin: 0 5px;
    overflow: hidden;
    background: url('/img/message.png') top left no-repeat;
	border-top: 6px solid #000;
	border-bottom: 1px solid #000;
}

h3 { font-size: 16px; }

h4 { width: 600px;
	font-family: 'Cantarell', arial, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
}

hr { background: url('/img/pat.png') repeat top left;
	width: 600px;
	height: 35px;
	margin-top: 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #000;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	hr { background: url('/img/pat.png') repeat top left;
		width: 600px;
		height: 30px;
		margin-top: 1px;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 3px solid #000;
	}
}

hr.seperator {
	width: 600px;
	height:0px;
	margin-top: 20px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
}

div#home {
	width: 600px;
	height: 500px;
	margin: 0;
	padding-top: 97px;
	background: url('/img/vectorme.png') top right no-repeat;
}

blockquote#intro {
	width: 315px;
	margin: 0 5px;
	padding: 4px 2px 6px 2px;
	font-family: 'Cantarell', arial, serif;
	font-size: 0.9em;
	font-weight:bold;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}

hr#slash { background: url('/img/pat.png') repeat top left;
	width: 320px;
	height: 80px;
	margin-top: 4px;
	margin-left: 5px;
	border: 0;
}


a#more img {background: url('/img/twitter_bt.png') top left no-repeat;}
a#more:hover img {background: url('/img/twitter_bt.png') bottom left no-repeat;}

#menu {
    width: 170px;
    top: 30px;
    bottom: 0;
	left: 30px;
    position: absolute;
    height: auto;
	float: left;
}

img.logo {
	margin-bottom: 20px;
}

#menu ul {
	width: 150px;
	list-style: none;
	margin: 0 0 10px 0;
	font-family: 'Cantarell', arial, serif;
}

#menu li:first-child {
	border-top: 3px solid #000; 
	border-bottom: 1px solid #999; 
	background: url('/img/slashes.png') top left no-repeat; 
	padding-left: 20px;
	padding-bottom: 2px}

#menu li {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
}

#menu li:hover {background-color: #fff100;}

#menu ul li
{
	border-bottom: 1px solid #999;
}

#menu ul li.section-title {
	color:#000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#content {
    width: 600px;
	height: auto;
    margin: 0 0 0 190px;
	float: left;
}

#content a:link {text-decoration: none; color: #000; background-color: #fff100;}
#content a:active {text-decoration: none; color: #000; background-color: #fff100;}
#content a:visited {text-decoration: none; color: #000; background-color: #fff100;}
#content a:hover {text-decoration: none; color: #000; background-color: #fff;}

.container {
    padding: 5px 5px 25px 5px;
}

.column {
	width: 200px;
	height: auto;
	float: left;
}

#content p {width: 500px; margin-top: 10px;}

p {
    margin-bottom: 10px;
}

p#copy {
	margin-top: -5px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	line-height: 20px;
	font-size: 0.8em;
	font-style: italic;
	color: #999;
}

#copy a:link {text-decoration: none; color: #000; background-color: #fff100;}
#copy a:active {text-decoration: none; color: #000; background-color: #fff100;}
#copy a:visited {text-decoration: none; color: #000; background-color: #fff100;}
#copy a:hover {text-decoration: none; color: #000; background-color: #fff;}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 20px 0; }

#once { clear: left; }