@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#FFF;
}

/** common **/

p {
	font-family:Arial Rounded MT Bold;
	font-size:16px;
	color:#FFF;
	line-height:24px;
	padding:0 0 5px 0;
	margin:0;
	text-shadow:1px 1px #333;
}

h2 {
	font-family:Arial Rounded MT Bold;
	color:#d6df2a;
	font-size:20px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
	text-shadow:1px 1px #333;
}

h3 {
	font-family:Arial Rounded MT Bold;
	color:#d6df2a;
	font-size:16px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
	text-shadow:1px 1px #333;
}

p a {
	color:#d6df2a;
	border-bottom:#d6df2a dotted 1px;
	text-decoration:none;
}

p a:hover {
	color:#FF0;
}

.biglist {
	font-weight:bold;
	font-size:16px !important;
}

.clear {
	clear:both;
}

ul {
	text-shadow:1px 1px #333;
}

.redtext {
	color:#900;
	font-weight:bold;
}

.errortext {
	color:#900;
	font-weight:bold;
	text-shadow:none;
	font-size:12px;
	padding:0;
	margin:0;
}

/** corkboard **/

#corkboard {
	background-image:url(images/corkboard.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:972px;
	margin:20px 0 20px 0;
}

/** pic background **/

#bgpic {
	background-image:url(images/bg_pic.png);
	background-repeat:no-repeat;
	background-position:center;
	width:980px;
	height:817px;
	margin:0 auto 0 auto;
	padding:50px 0 0 0;
}

/** maincontent **/

#home_content {
	background-image:url(images/home_pics.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	float:left;
	width:780px;
	height:493px;
	padding:280px 0 0 0;
}

.home-pic {
	float:left;
	margin:0 0 0 10px;
}

.home-text {
	float:left;
	width:320px;
	margin:20px 0 0 0;
}

#about_content {
	float:left;
	width:780px;
	height:500px;
	padding:270px 0 0 0;
	font-size:14px;
}

#about_content ul {
	font-size:14px;
	padding:0;
	margin:0 0 0 20px;
}

#about_content li {
	padding:0;
	margin:0;
	line-height:22px;
}

.about-pic1 {
	float:right;
}

.about-text1 {
	width:300px;
	float:left;
}

.about-text2 {
	width:290px;	
	float:left;
}

.about-text2 p {
	font-size:14px;
	line-height:18px;
}

.about-pic2 {
	margin:0 10px 0 0;
	width:150px;	
	float:left;
}

#contact_content {
	background-image:url(images/contact_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	width:780px;
	height:500px;
	padding:270px 0 0 0;
	font-size:14px;
}

.contact_table {
	width:580px;
	margin:120px 0 0 120px;
}

.contact_table td {
	height:40px;
}

.contact_input {
	padding:6px;
	color:#F00;
	font-size:16px;
	width:200px;
}

.contact_inputbig {
	padding:6px;
	color:#F00;
	font-size:16px;
	width:430px;
}

#choose_content {
	background-image:url(images/choose_pics.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:left;
	width:780px;
	height:500px;
	padding:270px 0 0 0;
	font-size:14px;
}

#insurance_content {
	float:left;
	width:740px;
	height:500px;
	padding:270px 0 0 0;
	font-size:14px;
}

.insurance_text1 {
	float:left;
	width:350px;
}

.insurance_pic1 {
	float:left;
	width:380px;
}

/** navigation **/

#navigation {
	float:left;
	width:189px;
	height:329px;
	padding:340px 0 0 0;
}

#navigation ul {
	padding:0;
	margin:0;
}

#navigation li {
	text-indent:-9999px;
	display:block;
	list-style:none;
}

#navigation li a {
	background-image:url(images/navigation.png);
	background-repeat:no-repeat;
	display:block;
}

#navigation li#home-nav a {
	background-position:0 0;
	width:119px;
	height:65px;
}

#navigation li#home-nav a:hover {
	background-position:-189px 0;
}

#navigation li#about-nav a {
	background-position:0 -66px;
	width:122px;
	height:65px;
}

#navigation li#about-nav a:hover {
	background-position:-189px -66px;
}

#navigation li#contact-nav a {
	background-position:0 -132px;
	width:132px;
	height:65px;
}

#navigation li#contact-nav a:hover {
	background-position:-189px -132px;
}

#navigation li#pedia-nav a {
	background-position:0 -198px;
	width:189px;
	height:65px;
}

#navigation li#pedia-nav a:hover {
	background-position:-189px -198px;
}

#navigation li#insurance-nav a {
	background-position:0 -264px;
	width:152px;
	height:65px;
}

#navigation li#insurance-nav a:hover {
	background-position:-189px -264px;
}

/** footer **/

#footer {
	clear:both;
	width:940px;
	margin:0 auto 0 auto;
	color:#ff6f6f;
	font-weight:bold;
	font-size:12px;
}

#footer a {
	color:#ff6f6f;
	text-decoration:none;
}

#footer a:hover {
	color:#ff4747;
}

.footernavi {
	float:left;
	text-align:left;
	margin:6px 0 0 24px;
}

.footercopy {
	float:right;
	text-align:right;
	margin:6px 24px 0 0;
}

