@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for amianaquaholic.com                  */
/* Last Updated: 04.16.2009 by Cory Perry                             */
/*--------------------------------------------------------------------*/

/* For Links styling - refer to links.css file------*/
/* For Form styling - refer to forms.css file-------*/
/* For Navigation styling - refer to nav.css file---*/



/* Base Reset.css to reset all default browser styles-----------------*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--// end reset.css--------------------------------------------------*/
html, body {
	height: 100%;
}
body {
	background: #FFF url(../images/body_bg.jpg) no-repeat top center;
	color: #353434;
	font-family: Helvetica, Verdana, "Lucida Grande", Geneva, Tahoma, sans-serif;
}

/* spans---------------------------------------*/
span.bold {
	font-weight: bold;
}

/* headers-------------------------------------*/
#content .sec-content h2.sec-header {
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 8px;
	color: #1c66b4;
}

/* main layout IDs (framework)-----------------*/
#wrapper {
  width: 968px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 15px auto 0 auto;
	position: relative;
}

#header {
	width: 968px;
	height: auto;
}

#content {
	width: 968px;
	height: auto;
	overflow: auto;
}
.push {
	width: 968px;
	height: 30px;
}
#footer {
	width: 968px;
	height: 29px;
	background: url(../images/newfoot.png) no-repeat top center;
	margin: 0 auto;
}
#engfooter{
	width: 968px;
	height: 29px;
	background: url(../images/engfoot.png) no-repeat top center;
	margin: 0 auto;
}

/* header styling------------------------------*/
#header #logo {
	width: 213px;
	height: 29px;
}

#header #main-nav-home {
	position: absolute;
	top: 1px;
	right: 1px;
	background: none;
	width: 683px;
	height: 103px;
}
#header #main-heading {
	width: 968px;
	height: 372px;
	background: transparent url(../images/main_heading.png) no-repeat top center;
}

/* content styling-----------------------------*/
#content .sec-content {
	width: 230px;
	height: auto;
	float: left;
	margin: 0 0 0 12px;
}
#content .sec-content p {
	font-size: 11.5px;
	line-height: 18px;
}
#content .sec-content ul {
	list-style: none;
	font-size: 11px;
	line-height: 18px;
}
/* interior pages-------------------------------*/
#content #subcontent {
	width: 968px;
	height: auto;
	overflow: auto;
	margin-top: 40px;
}
#content #subcontent #btm-content {
	background: url(../images/subcontent_bg.png) repeat;
	height: auto;
	padding: 12px 12px;
	overflow: auto;
}
#content #subcontent #left-frame {
	width: 230px;
	height: 321px;
	float: left;
	margin-top: 45px;
}
#content #subcontent #right-content {
	background: url(../images/subcontent_bg.png) repeat-y;
	margin-left: 230px;
	padding: 15px 15px;
	overflow: auto;
	height: auto;
	min-height: 340px;
	width: 700px;
}
#content #subcontent #right-content h1.subheader, #content h1.subheader  {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #1c66b4;
}
#content h1.subheader  {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #1c66b4;
	margin: 30px 0 15px 0;
}
#content #subcontent #right-content p, #content #subcontent #btm-content p {
	font-size: 12px;
	color: #000;
	line-height: 19px;
	margin: 18px 0 18px 0;
}
#content #subcontent #right-content p.contact {
	width: 235px;
	float: left;
	margin: 10px 0 10px 0;
}

#content #subcontent #right-content ul {
	font-size: 12px;
	margin: 10px 0 10px 12px;
}
#content #subcontent #right-content ul li {
	margin: 0 0 4px 0;
}
#content #subcontent #right-content ul ul {
	font-size: 12px;
	margin: 10px 0 10px 30px;
}
#content #subcontent #right-content ol {
	font-size: 12px;
	margin: 10px 0 10px 30px;
}
#content #subcontent #right-content ol li {
	margin: 0 0 4px 0;
}
#content #subcontent #right-content ol ul {
	font-size: 12px;
	margin: 10px 0 10px 30px;
}

#content #subcontent #right-content img.content-img {
	float: left;
	margin: 0 8px 10px 0;
	padding: 2px 2px;
	border: 1px solid #3979Bc;
}

/*form subheader styling*/
#content #subcontent #right-content td.pagesubtitle {
	font-size: 19px;
	margin: 10px 0 10px 0;
	color:#1C66B4;
}
#content #subcontent #right-content td.req {
	font-style: italic;
	margin: 8px 0 8px 0;
	font-size: 13px;
}

