/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;}
	
html { min-height: 100%; margin-bottom: 1px; }
 
body {
	font:90% Helvetica, arial, sans-serif;
	background: #ccc url(images/bkg-stars.gif) top left repeat;
	text-align: center;
	margin: 0 auto;
	padding: 0;}
	
/***** Structure *****/
	
#container {
	width: 930px;
	text-align: center;
	margin: 0 auto;}
	
#header {
	float: right;
	width: 809px;
	margin: 10px 0;
	padding: 0;}
	
#leftcol {
	float: left;
	width: 100px;
	text-align: right;}
	
#rightcol {
	float: right;
	width: 809px;
	margin-bottom: 30px;}
	
#content {
	background: transparent url(images/body-bg2.gif) repeat-y;
	text-align: left;
	padding: 0 35px;
	min-height: 370px;}
	
.fiftyL {
	float: left;
	width: 235px;}
	
.rightmarg {
	margin-right: 15px;}
	
.fiftyR {
	float: left;
	width: 250px;
	margin-left: 30px;}
	
.testimonial {
	float: right;
	width: 265px;
	background: transparent url(images/test-bg.gif) bottom center no-repeat;
	margin: 0 0 10px 15px;
	padding: 0;
	font-family: Helvetica, Arial, Verdana;}
	
.testimonial p {
	font-size: 13px;
	padding: 0 15px 40px 15px;}
	
.portfolio {
	width: 710px;
	height: 484px;
	text-align: center;
	vertical-align: middle;
	margin: 15px auto;
	padding: 0;
	background: transparent url(images/port-bg.gif) top left no-repeat;}

.portfolio img {
	padding-top: 20px;}	
	
#port {
	margin-top: 10px;}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;}
	
#nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;}
	
#nav a {
	padding: 0 6px;
	font-size: 14px;
	font-weight: bold;}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;}
 
h1 {
	font:2em Helvetica, Verdana, sans-serif;
	letter-spacing: -1px; 
	margin: 0;
	color: #3d4515;
	padding: 0 0 15px 0;}
	
h2 { 
	margin-bottom: .8em; 
	font: bold 1.1em/1em Helvetica, Verdana, sans-serif; 
	text-transform: uppercase; 
	color: #224487;}
	
h3 {
	padding: 5px 10px;
	font: 1.2em Helvetica, Verdana, sans-serif; 
	background-color: #d7e0b4;
	border: 1px solid #858f52;
	display: inline;
	font-weight: normal;}
	
h4 {
	font: 1.2em Helvetica, Verdana, sans-serif;
	display: inline;
	margin-left: 10px;
	font-weight: bold;}
 
p, ul, ol {
	line-height: 1.2em;
	margin:0;
	padding:0 0 18px 0;}
	
.intro {
	font-size: 1.3em;
	letter-spacing: -1px;
	font-weight: bold;}
 
ul, ol {
	padding:0 0 18px 40px;}
 
blockquote {
	margin:22px 40px;
	padding:0;}
 
small {
	font-size:0.85em;}
 
img {
	border:0;}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;}
 
/***** Links *****/
 
a, a:visited {
	color: #234075;
	text-decoration:underline;}
	
a:hover {
	text-decoration: none;}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;}
 
input, select, textarea {
	font:1em arial, helvetica, sans-serif;}
 
textarea {
	line-height:1.25;}
 
label {
	cursor:pointer;}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;}
 
table tr td {
	padding:2px;}
 
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0 auto;}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px;}

.bodyimg       { float: right; margin: 0 0 6px 15px; border: 1px solid #707941;}
.border        { border: 5px solid #FFF;}
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.hr {
	border-top: 1px solid #7290c9;
	height: 1px;}
	
.check         { margin-right: 3px;}
.cliffleft     { float: left; margin-right: 20px;}
.cliffright    { float: right; margin-left: 20px;}

:focus         { outline: none;}