@charset "UTF-8";
/* CSS Document */

/* reset styles
--------------------------------------------- */
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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* general*/ 
body {
 background-image: orangeborder.jpg;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	background-color: #fff;
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.wrapper {
	width: 960px;
	width: 960px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
.main {
	width: 952px;
	padding-top: 30px;
	padding-right: 4px;
	padding-left: 4px;
	clear: both;
}
.main a:hover {
	color: #E88E1C;
}
.main ul {
	list-style-position: inside;
	list-style-type: square;
}
.header {
	width: 960px;
	border-bottom: 2px solid #E88F3A;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	height: 180px;
	padding-top: 6px;
}
.login {
	height: 27px;
	width: 122px;
	margin-top: 11px;
	float: right;
}
/*main navigation*/

.nav {
	width: 50%;
	color: #2D2D2D;
	float: right;
}
.nav ul {
	list-style-image: none;
	list-style-type: none;
	font-size: 17px;
	margin-top: 94px;
	font-family: "Century Gothic", Verdana, sans-serif;
	display: inline-block;
	float: right;
	width: 310px;
	text-align: right;
}
.nav li {
	display: inline;
}
.nav ul li a {
	color: #2D2D2D;
	text-decoration: none;
}
.nav ul li a:hover {
 color: #DA6F1D  text-decoration: none;
	color: #E9923F;
}
.urhere {
	color: #000000;
	font-size: 1.3em;
}
/* index*/

.slides {
	position: relative;
	width: 612px;
	height: 335px;
	float: right;
}
.text_index {
	width: 312px;
	float: left;
}
/*footer*/

.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E88F3A;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	padding-top: 12px;
	height: 100px;
}
.footer p {
	margin-top: 4px;
	margin-bottom: 0px;
	line-height: 1.4em;
}
.footer a:hover {
	color: #E88E1C;
}
.center {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.third {
	float: left;
	width: 320px;
	overflow: auto; /* for dealing with floats, self-clearing */
}
/*portfolio*/

.content {
	width: 563px;
	float: left;
}
.sidebar {
	width: 324px;
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
}
/* text */

h1 {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 28px;
	line-height: 1.2em;
	color: #333333;
	margin-top: 0px;
}

h2 {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 24px;
	color: #333;
	margin-bottom: 18px;
	line-height: 1.1em;
	margin-top: 0px;
}
h3 {
	font-family: "Century Gothic", Verdana, sans-serif;
Georgia, serif;
	font-size: 18px;
	color: #666;
	line-height: 1.5em;
	margin-bottom: 0px;
}
.h3 {
	margin-top: 0px;
}
.sidebar p {
	margin-top: 0px;
}
.services {
	line-height: 1.5em;
}
.link {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	letter-spacing: 0.06em;
}
.link2 {
	font-weight: bold;
	text-decoration: none;
	color: #E88F3A;
}
.italic {
	font-style:italic
}
.fancy {
	font-family: Baskerville, "Georgia Italic", serif;
	font-style: italic;
	font-weight: bold;
	color: #E88F3A;
	line-height: 26px;
	letter-spacing: 0.1em;
	font-size: 18px;
}
.my-email {
	font-weight: bold;
	text-decoration: none;
	color: #E88F3A;
}

.fancy_too {
	font-family: Baskerville, "Georgia Italic", serif;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	font-size: 16px;
}
/* misc */

.clear {
	clear: both;
}
.right {
	float: right;
}
.divider {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tab {
	margin-left: 20px;
}
