@charset "utf-8";
/* https://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, 
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/* End Reset */
.clear {clear:both;}

body {background:#e3e3e3 url(../../images/bg.png) fixed; color:#333; font-family:Georgia, "Times New Roman", Times, serif;}
h1, h2, h3 {font-weight:bold; margin:10px 0;}
h1 {font-size:30px;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; margin-bottom:20px}
h2 {font-size:21px; color:#666; font-family:'Oswald', Arial, Helvetica, sans-serif;}
h3 {font-size:16px; color:#555;}
a{color:#09F; text-decoration:none;}
.companyName {color:#09F; font-weight:bold;}
a:hover {text-decoration:underline;}
p {padding:10px 0; font-size:14px; line-height:21px;}
strong {font-weight:bold;}
em {font-style:italic;}
blockquote {
	margin:10px 20px; 
	text-indent:40px; 
	font:normal 12px/24px 'Oswald', Arial, Helvetica, sans-serif; 
	background:url(../../images/quotes.gif) no-repeat;
	background-position:0 3px;
	color:#666;
}
code {font-family:"Courier New", Courier, monospace; color:#33F;}
small {font-size:10px;}

#container {width:960px; margin:0 auto;}
#header {
  background: url(../../images/logo.jpg) left 15px no-repeat; 
  padding:5px 0 10px 0; 
  font-family:'Oswald', Arial, Helvetica, sans-serif; 
  position:relative;
  height:100px;
}
#header h1 {;}
#header h1 a {
	height:100px;
	float:left;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic; font-size:48px; line-height:56px; 
	font-weight:normal;
	text-decoration:none;
	color:#333;
}
#header h1 a:hover {color:#000;}
#header h1, #header h2 {text-shadow:0 -1px 0 #fff; color:#333; margin: 10px 0 0 115px;}
#header h2 {position:absolute; font-weight:normal; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; top:75px; font-size:14px;}
#header div {float:right; margin-right:100px;}
.clientlogin {float:right; margin-top:-100px; z-index: 9999; position: relative;}
.paybutton {float:right;	margin-top: -50px; z-index: 9999; position: relative;}
.paybutton input.paypal {width:144px; height:47px;}
ul#nav {height:45px; margin-top:15px; border-bottom:none; background:#eeeeee; box-shadow: 0px 0px 15px rgba(0,0,0,.1)}
ul#nav li, ul#nav li a {float:left;}
ul#nav li a {
	font-style:italic; 
	font-size:14px; 
	color:#333; 
	padding:0 15px; 
	height:45px; line-height:45px; 
	text-decoration:none; 
	text-shadow:0 1px 0 #fff; color:#333;
}
ul#nav li a:hover {color:#000; background:#333; color:#e3e3e3; text-shadow:none;}
#nav li a img {padding-top: 10px;}

#page {padding:20px 40px 50px 40px; background:#fff;box-shadow: 0px 0px 15px rgba(0,0,0,.1)}
#page ul, #page ol {padding:5px 10px 5px 35px; font-size:14px; font-style:italic;}
#page ul li, #page ol li {margin-bottom:10px; line-height:18px;}
#page ul {list-style:circle;}
#page ol {list-style:decimal;}

.fourColumn, .sidebar {
	width:291px; 
  height:323px;
	border:1px solid #ccc; 
	float:left; 
	margin:0 10px;
	font-size:12px;
	line-height:18px;
	background:url(../../images/graydient_bg.jpg) repeat-x #eee;
}
.sidebar {float:right; margin-right:0;}
.fourColumn h3, .sidebar h2 {
	width: 271px;
	height:45px; 
	line-height:45px; 
	background:#eaeaea; 
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	font-size:18px;
	margin:0 0 5px 0;
	text-shadow:0 1px 0 #fff;
	color:#333;
}
.fourColumn p, .fourColumn ul, .fourColumn ol, .fourColumn h3, .sidebar p, .sidebar ul, .sidebar ol, .sidebar h3 {padding:10px;}

#footer {padding:30px 0; text-shadow:0 1px 0 #fff;}
#footer h3 {
	font-family:'Oswald', Arial, Helvetica, sans-serif; 
	margin-bottom:10px;
	color:#333;
}
#footer .column {
	float:left; 
	width:218px; 
	height:150px; 
	padding:0 10px 0px 25px; 
	margin-bottom:20px; 
	border-right:1px solid #ccc; 
	border-left:1px solid #e9e9e9;
}

textarea, input {
	border: none;
	outline:none;
	background:#e5e5e5;
	resize: none;
	padding: 5px;
	font-family:"Calibri", sans-serif;
}

.submit {
	width:auto;
}

.submit:hover {
	background: white;
	padding: 4px;
	border: 1px solid #aaa;
}

#footer ul {margin-top: 10px; margin-left:3px}
#footer ul li a {font-size:12px; line-height:21px; font-style:italic; color:#555;} 

.alpha {margin-left:0;}
.omega {margin-right:0;}

form {}
form label, form input, form textarea {float:left; clear:both; margin:5px 0; width:400px;}
.alert {color:red;}
.anchor {color:#09f;}

div#copyright {font-size: 8pt; float: right; line-height: 16px;}