/* @group Reset */

ul {
	list-style: none;
}

body,h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,legend,
input,button,select,textarea,dl,dd,dt,hr,table,thead,tbody,tfoot,tr,th,td {
	margin: 0;
	padding: 0;
}

img,a img,:link img,:visited img {
	border: 0;
	padding: 0;
	margin: 0;
}

address,cite,caption {
	font-style: normal;
}

caption,th {
	text-align: left;
}

/* @end */

/* @group Body */

body {
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #000;
	background: #4d4d4d;
}

#wrapper {
	width: 800px;
	padding: 0;
	margin: 20px auto 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	background-color: #fef7cc;
}

#main {
	width: 330px;
	padding-left: 35px;
	padding-right: 35px;
	float: left;
	margin-top: 65px;
}

#picHolder {
	float: left;
	width: 400px;
	margin-top: 30px;
}

a:link {
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: underline;
	color: #000;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: 2px solid #FCD61F;
	padding-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
	color: #666;
}

ol {
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-left: 20px;
}

ol ol {
	font-size: 100%;
}

#main ul {
	margin-bottom: 10px;
}

#main li {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.4em;
	background: url(../_page_elements/bullet_main.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 3px;
}

/* @end */

/* @group Masthead */

#masthead {
	height: 144px;
	overflow: hidden;
	background: url(../_page_assets/masthead_bg.jpg) no-repeat;
}

#masthead h1,
#masthead h1 a {
	height: 70px;
	display: block;
	width: 800px;
}

#masthead h1 a {
	text-indent: -9999px;
	top: 60px;
	position: relative;
	float: left;
	background: url(../_page_assets/masthead_title.jpg) no-repeat;
}

/* @end */

/* @group Page Navigation */

ul#nav {
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	list-style: none;
	position: absolute;
	top: 144px;
	left: 0px;
}

ul#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

ul#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}

ul#nav a:hover {
	background-position: 0 -30px;
}

body#home #nav-home a,
body#about #nav-about a,
body#background #nav-background a,
body#plans #nav-plans a,
body#consultation #nav-consultation a,
body#contact #nav-contact a {
	background-position: 0 -30px;
}

#nav-home a {
	width: 133px;
	background: url(../_page_assets/home_tab.gif) no-repeat;
}

#nav-about a {
	width: 133px;
	background: url(../_page_assets/about_tab.gif) no-repeat;
}

#nav-background a {
	width: 134px;
	background: url(../_page_assets/background_tab.gif) no-repeat;
}

#nav-plans a {
	width: 133px;
	background: url(../_page_assets/plans_tab.gif) no-repeat;
}

#nav-consultation a {
	width: 133px;
	background: url(../_page_assets/consultation_tab.gif) no-repeat;
}

#nav-contact a {
	width: 134px;
	background: url(../_page_assets/contact_tab.gif) no-repeat;
}

/* @end */

/* @group Footer */

div#footer {
	border-bottom: 3px solid #000;
	background-color: #fcd61f;
	height: 8px;
	clear: both;
}

/* @end */
