html,body {
	height:100%;
}
body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	color:#000000;
	font-family:Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/top_banner_inner.gif);
	background-repeat: repeat-x;
	background-position:top;
}
.index {
	background-image: url(../images/top_banner.gif);
}

img {border:none;}

/*-----Text Styling-----*/

p {
	color: #666666;
}
h1 {
	color: #469cc2;
	font-weight: normal;
	font-size: 28px;
	text-transform:lowercase;
	padding-left: 15px;
	background-image: url(../images/blue_arrow.gif);
	background-position: 0% 60%;
	background-repeat:no-repeat;
}

h1 .green {
	color: #6F6F6F;
	margin-left: 8px;
	padding-left: 15px;
	background-image: url(../images/grey_arrow.gif);
	background-position: 0% 60%;
	background-repeat:no-repeat;
}

h2 {
	color: #b8a884;
	font-weight: normal;
	font-size: 20px;
	text-transform:lowercase;
}
h3 {
	color: #b8a884;
	font-size:12px;
	font-weight: normal;
}
a {
	color: #469cc2;
	text-decoration: none;
}
a:hover {color: #a6ce39;}
a:focus,a:active {
	outline:none;
}
td {vertical-align:top;}
td p {margin-top:0;}

/*-----Layout-----*/

#container {
	width:945px;
	text-align:left;
	height:auto !important;
	height: 100%;
	min-height:100%;
	margin:0 auto -50px;
	background-image: url(../images/top_glow.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.index #container {
	background-image: url(../images/intro.gif);
}
#header {
	position:relative;
	height:100px;
}
.index #header {
	height:170px;
}
#logo {
	position: relative;
	height: 50px;
	width: 150px;
	padding-top: 22px;
	padding-left: 0px;
	left: 20px;
	float:left;
}

/*-----Main Nav-----*/

#nav_wrap {
	position: relative;
	height: 48px;
	width: 750px;
	
	float: right;
	color:#FFFFFF;
	right: 0px;
	top: 35px;
}

/*-----Main Content-----*/

#flash_intro {
	clear: both; 
	float: left;
	min-height: 500px;
	margin-bottom:60px;
	outline:none;
}
#notfound {
	background:url(/images/404_bg.jpg) top center no-repeat;
	clear: both; 
	float: left;
	min-height: 424px;
	margin-bottom:40px;
	padding-top:43px;
	outline:none;
	text-align:center;
	width:945px;
}
#flash_portfolio {
	clear: both; 
	float: left;
	min-height: 360px;
	margin-bottom:20px;
	outline:none;
}
#main_content {
	width:945px;
	min-height: 500px;
	background-image:url(../images/background_swirl.jpg);
	background-position: 0px 50px;
	background-repeat:no-repeat;
	font-size:110%;
}
#text_content {
	float: left;
	width: 650px;
	text-align:justify;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom:80px;
}
#text_content td {text-align:left;}
#text_content_full {
	float: left;
	width: 920px;
	text-align:justify;
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom:80px;
}
#text_content li {
	color: #666666;
	font-size: 12px;
	list-style-image: url(../images/green_arrow.gif);
	line-height: 20px;
}
.clearfloat {
	clear:both;
}

#text_content ol li {list-style-image:none; list-style-type:!important}

/*-----Side Ads-----*/

.side_bar {
	float:right;
	width: 250px;
	height: 100px;
	margin-top: 80px;
	padding-top: 0px;
}

.side_bar ul {
	margin:0;
	padding-left:10px;
}

.side_bar li {
	background:url(../images/bullet_2.gif) left center no-repeat;
	color:#666;
	list-style:none;
	line-height:1.8em;
	padding-left:10px;
	font-size:.9em;
}

.side_ad1 {
	float:right;
	right: 0px;
	width: 225px;
	height: 106px;
	margin-top: 75px;
	padding-top: 5px;
	
	background-repeat:no-repeat;
	background-position: 100% 81%;
}

.side_ad1 img {padding-bottom:20px;}

.side_ad1 p {
	margin-top: 5px;
}
.green_small {
	color: #a6ce39;
	font-weight: bold;
	font-size: 14px;
}
.green_big {
	color: #a6ce39;
	font-weight: bold;
	font-size: 22px;
}

.side_ad2 {
	float:right;
	right: 0px;
	width: 225px;
	height: 95px;
	margin-top: 75px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	
	background-repeat:no-repeat;
	background-position: 100% 82%;
}


.side_ad2 p {
	margin-top: 5px;
}
.yellow_small {
	color: #febd11;
	font-weight: bold;
	font-size: 14px;
}
.yellow_big {
	color: #febd11;
	font-weight: bold;
	font-size: 22px;
}

/*-----Footer-----*/

#footer {
	height:50px;
	width: 100%;
	bottom: 0; /* stick to bottom */
	left: 0px;
	font-size:11px;
	color:#999999;
	text-align:center;
	background-color:#010c11;
	background-image: url(../images/bottom_bar.gif);
	background-repeat:repeat-x;	
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}
#footer_wrap {
	width:945px;
	height: 38px;
	margin:0 auto;
	text-align: left;
	padding-top: 12px;
	background-image: url(../images/bottom_bar.gif);
	background-repeat:repeat-x;	
} 
#footer_contact {
	position:absolute;
	float:left;
	text-align:left;
}
#footer_copy {
	position:absolute;
	margin-left: 640px;
	float: right;
	text-align:right;
	width: 300px;
}
#footer #mail_icon {
	padding-left: 24px;
	background-image:url(../images/mail_icon.jpg);
	background-position: left;
	background-repeat:no-repeat;
	margin-left:20px;
}
.phone_icon {
	margin-left: 22px;
	padding-left: 22px;
	background-image:url(../images/phone_icon.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
.team {
	border: 1px solid #999999;
}
.ourTeam p {
	margin:2px 0 20px 0;
}
.boxpricing {
	border: 1px solid #DFDFDF;
	background-color: #FFFFFF;
	text-align:left;
}
.pricing_top {
	background-color: #F5F5F5;
	color: #666666;
}
hr {
	color: #FFF;
	background-color:#FFF;
	border:none;
	border-top: 1px solid #CCCCCC;
}
