/* CSS RESET */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	line-height: 1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF CSS RESET */




/* BEGIN MAIN CSS */

body {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
	
}

a:hover {
	color: yellow;
	text-decoration: underline;
}

.selected {
	font-weight: bold;
	color: #FF9900;
}

#container	{
	margin: auto;
	width: 950px;
}

#nav {
	margin-top: 123px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#nav li {
	display: inline;
	padding-right: 30px;
	padding-left: 30px;
}

#header	{
	text-align: center;
	margin-top: 30px;
}

#content {
	text-align: center; 
}

#content a {
	color: #0000FF;
}

#col1 {
	width: 560px;
	float: left;
	text-align: left;
	margin: 0 0 15px 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	border-right: 1px dashed #cccccc;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

h2 span {
	color: #FF6600;
}

#row1 {
	float: left;
	margin-top: 15px;
	width: 540px;
}

#row1 img {
	margin-top: 15px;
	margin-right: 10px;
	padding-bottom: 25px;
	float: left;
}

#row2 {
	width: 540px;
	float: left;
}

#row2 img {
	margin-top: 15px;
	margin-right: 10px;
	padding-bottom: 15px;
	float: left;
}

#row3 {
	width: 540px;
	float: left;
}

#row3 img {
	margin-top: 15px;
	margin-right: 10px;
	padding-bottom: 50px;
	float: left;
}

#col2 {
	margin-right: 5px;
}

#callus {
	margin-bottom: 10px;
}

#portfolio {
	margin-top: 20px;
}

#footer-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	margin-top: -40px;
}

#footer-bg {
	background-image: url(images/footer-bg.png);
	width: 1000px;
	height: 69px;
	margin-left: -25px;
	clear: both;
}

.hrule {
	margin-top: 30px;
	border-bottom: dashed 1px #CCCCCC;
	width: 530px;
}

#seo-links {
	width: 200px;
	float: left;
}

#seo-blocks img {
	margin-top: 0;
	margin-left: 150px;
}

#left {
	width: 350px;
	float: left;
}

#portfolio-paragraph {
	clear: both;
}

#portfolio-row2 {
	width: 540px;
	float: left;
}

#formbox {
	padding-top: 15px;
	clear: both;
}	






/* END MAIN CSS */

