/*  @@@@@[  Wrappers  ]@@@@@ */

body {
	background: url(images/bg_windows.jpg) top center no-repeat #afb2a2; 
	font: 11px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #666; 
	text-align: center; 
	margin: 0px 0px 20px;
}


#wrapper {
	text-align: left; 
	margin-top:25px;
	background: url(images/bg_hdr.jpg) top center no-repeat #afb2a2;
	position:relative;
}
.wrapped {
	width: 1002px; 
	margin: 0px auto;
}
#tiledBg {
	background: url(images/bg_mid.jpg) top center repeat-y  #afb2a2;
}

/*  @@@@@[  Navigation  ]@@@@@ */
#nav {
	position:absolute;
	top:40px;
	right:20px;
}

/* @@@@@[  Header / Footer  ]@@@@@ */
#header {
	height:294px;
	position:relative;
	}
#logo {
	position:relative;
	top:20px;
	left:30px;
}
#text_hdr {
	position:absolute;
	top:150px;
	left:80px;
}

#footer {
	width:960px;
	position:relative;
	top:-30px;
	left:20px;
	color:#fff;
	font-size:9px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff; 
	text-decoration: none;
}
#footer a:hover {
	color: #fff; 
	text-decoration: none;
}
#footer_contact {
	width:960px;
	position:relative;
	top:-30px;
	left:20px;
	color:#fff;
	font-size:9px;
}
#footer_contact a:link, #footer_contact a:visited, #footer_contact a:active {
	color: #fff; 
	text-decoration: none;
}
#footer_contact a:hover {
	color: #fff; 
	text-decoration: none;
}
a.seo:visited, a.seo:active, a.seo:link {
	text-decoration: none;	color: #666;
}
a.seo:hover {
	text-decoration: none; cursor: text;
}


/* @@@@@[  Main Page  ]@@@@@ */
#wrapper2 {  /* holds leftCol & content  */
	background: url(images/bg_btm.jpg) bottom center no-repeat;
	width: 1002px;
	padding-bottom:42px;
}
#wrapper3 {
	position:relative; 
	top:-40px;
	left:0px;
	width:920px;
}
#leftCol {
	width:246px;
	float:left;
	padding-left:30px;
}
#content {
	width:630px;
	float:right;
}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 40px;
}
#content li {
	list-style: none;
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
}

#call_wrapper {
	background: url(images/call_out_mid.gif) left top repeat-y #fff;
	width:230px;

}
#call_top {
	background: url(images/call_out_top.gif) no-repeat left top; 
	height:23px;
}
#call_btm {
	background: url(images/call_out_btm.gif) no-repeat left top; 
	height:16px;
}
#call_content {
	margin-left:15px;
	margin-right:15px;
	font-size:1.5em;
	color:#ffb442;
	line-height:1.8em;
}
#sub_nav {
	margin-left:30px;
	margin-top:20px;
}
}
#sub_nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 40px;
}
#sub_nav li {
	list-style: none;
	padding-left: 18px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left .6em;
	padding-bottom: 3px;
}

.clr {
	clear: both; 
	font-size: 1px; 
	line-height: 1px; 
	margin: 0px; 
	padding: 0px; 
	height: 0px; 
	visibility: hidden;
}


/* @@@@@[  homepage  ]@@@@@ */
#wrapper_hm {
	background: url(images/bg_home.jpg) top center no-repeat #afb2a2;
	height:575px;
	width:1003px;
	text-align: left; 
	margin-top:25px;
	position:relative;
}
#welcome {
	position:absolute;
	top:190px;
	left:30px;
}
#emb {
	position:absolute;
	top:126px;
	left:633px;
	color:white;
	width:330px;
}
#app {
	position:absolute;
	top:286px;
	left:633px;
	color:white;
	width:330px;
}
#app a, #emb a {
	color:#3ee0e6;
}
#app a:hover, #emb a:hover {
	color:#ffb442;
}
#hm_txt_left {
	width:250px;
	padding-left:20px;
	padding-top:10px;
}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #4d9995; 
	text-decoration: underline;
}
a:hover {
	color: #ffb442;
	}
h1 {
	font: 1.4em/1.8em Tahoma, Arial, Helvetica, sans;
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 13px;
}
h2 {
	font-family:Tahoma, Arial, Helvetica, sans;
	font-weight: bold; 
	font-size:100%;
	text-transform:uppercase;
	color: #4d9995; 
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 2px;
}
p {
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 13px;
}

.left {
	float: left;
}
.right {
	float: right;
}
img.right {
	margin-bottom: 10px; 
	margin-left: 13px;
}
img.left {
	margin-bottom: 10px; 
	margin-right: 13px;
}


/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	font-size: .9em; 
	color: #666; 
	background: #fff; 
	border: 1px solid #939;
}
input.clean {
	border-style: none; 
	background: none;
}
