/* 

#####################################################

Style Sheet for high impact marketing
** User Page elements **

FileName:   site.css
Author:	    Eric Falkner
Pub Date:   4.7.08

#####################################################

Site colors - 
  
*/

* { 
	padding: 0; 
	margin: 0; 
}

/* Div Definitions */

#site_main {
    position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 -365px;
	width:730px;
	border:0px solid #7F7F7F;
	background-color:transparent;
	z-index:100;
}

#Header {
	margin-top:10px;
	left:0px;
	width:730px;
	height:10px;
	border:0px solid #AAAAAA;
	background-color:transparent;
	vertical-align:bottom;
	z-index:100;
}

#Menu {
	width:730px;
	height:60px;
	border:0px solid #7F7F7F;
	background-color:transparent;
	vertical-align:bottom;
	z-index:100;
}

#MainContent {
	margin:10px 0 0 5px;
	width:730px;
	background-color:transparent;
	vertical-align:bottom;
	z-index:200;
}

#LeftContent {
	margin-left:1px;
	width:330px;
	height:100%;
	float:left;
	background-color:transparent;
	vertical-align:bottom;
	z-index:200;
}

#MainImg {
	margin-left:25px;
	width:300px;
	height:200px;
	float:left;
	border:1px solid #CCCCCC;
	background-color:#444444;
	background-image:url(images/IndexPic.jpg);
	vertical-align:bottom;
	z-index:200;
}

#LeftText {
	margin-top:12px;
	width:340px;
	float:left;
	border:0px solid #666666;
	background-color:transparent;
	vertical-align:bottom;
	z-index:300;
}

#RightContent {
	width:380px;
	float:right;
	border-left:1px solid #666666;
	background-color:transparent;
	vertical-align:bottom;
	z-index:200;
}

#Services {
	width:350px;
	border:0px solid #CCCCCC;
	background-color:transparent;
	vertical-align:bottom;
	z-index:200;
}

#News {
	margin-top:20px;
	width:350px;
	border:0px solid #666666;
	background-color:transparent;
	vertical-align:bottom;
	z-index:300;
}

#LRContent {
	width:720px;
	clear:both;
	background-color:transparent;
	vertical-align:bottom;
	z-index:200;
}

#copyright {
	margin-left:10px;
	clear:both;
	width:709px;
	height:50px;
	border:0px solid #7F7F7F;
	background-color:#111111;
	background-repeat:no-repeat;
	z-index:300;
}

#bottomSpacer1 {
	clear:both;
	width:720px;
	height:20px;
	border:0px solid #7F7F7F;
	background-color:transparent;
	background-repeat:no-repeat;
	z-index:10;
}

#bottomSpacer2 {
	clear:both;
	width:720px;
	height:30px;
	border:0px solid #7F7F7F;
	background-color:transparent;
	background-repeat:no-repeat;
	z-index:10;
}

/* Style Definitions */

body {
	padding:0px;
	margin:0px;
	background-color:#181818;
}

img {
	border:0px solid #000000;
	padding:0;
	margin:0;
}

a { 
	padding:0;
	margin:0;
	line-height:100%;
	color:#FCF447;
}

a:hover { 
	padding:0;
	margin:0;
	line-height:100%;
	color:#EEEEEE;
}

p {
	padding:0;
	margin:0;
	color:#F8F27C;
}

ul {
	padding:0;
	margin:0;
	color:#F8F27C;
}

.t9 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:9px;
}

.t10 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

.t10g {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

.t12 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.t12g {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.t14 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.t14g {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.t16 {
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.t16g {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.t16t {
	font-family:"Times New Roman", Times, Georgia, Verdana, serif;
	font-size:16px;
}

.t18g {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

.t20g {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}

.t22g {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
}

.t26g {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
}

.ul {
	text-decoration:underline;
}

.noul {
	text-decoration:none;
}

.del {
	text-decoration:line-through;
}

.done {
	list-style: url(/images/checkmark.gif) circle;
}

.white {
	color:#FFFFFF;
}
	
.black {
	color:#000000;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.justify {
	text-align:justify;
}

.dkyel {
	color:#FCF447;
}
