@import url("grid.css");
@import url("font.css");
body {
	margin: 0; padding: 0;
	background: #ECF5F0 url(../images/bk.jpg) repeat-x;
	font-size: 80%;
}
#header {
	height: 250px; 
	background: url(../images/header.jpg) no-repeat;
}
#mainBody {
	background: url(../images/midbk.jpg) repeat-y left top;
}
#photo #mainBody {
	background: url(../images/midbk2.jpg) repeat-y left top;
}
#mainPanel {
	padding: 20px 20px 10px 35px;
}
#rightPanel {
	padding: 20px 25px 20px 5px;
}
#footer {
	height: 131px;
	background: url(../images/footer.jpg) no-repeat top;
}
#footer .copyright {
	text-align: right;
	margin-right: 20px;
	margin-top: 50px;
}
#footer a {
	text-decoration: none;
	color: #666;
	font-style: italic;
}

/*** top navigation ***/

#topNavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 215px;
	padding-left: 110px;
}
#topNavi li {
	display: inline;
}
#topNavi a:link, #topNavi a:visited {
	color: #000;
	text-decoration: none;
	padding: 12px 30px 10px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 28px;
}
#topNavi a:hover {
	color: #FFF;
	background: url(../images/menubar.jpg) repeat-x;
}

/*** main panel ***/
h1.hd1 {
	font-size: 26px;
	color: #0002D5;
	padding-top: 10px;
}
h2.hd2 {
	font-size: 18px;
	color: #F97D00;
}
h3.hd3 {
	letter-spacing: 1px;
}
#mainPanel ul {
	list-style: none url(../images/check.png);
	padding-left: 30px;
}
#mainPanel li {
	padding-bottom: 0.5em;
}
#mainPanel ul.ulLinks {
	list-style: none url(../images/checked.png);
}
/*** right panel ***/
#rightPanel p {
	padding-left: 10px;
}
#rightPanel h3.hd2b {
	font-size: 19px;
	color: #555;
	padding: 5px 10px 0;
	margin-bottom: 5px;
}
#rightPanel ul {
	margin-top: 0;
	padding-top: 0;
}
/*** contact form ***/
form#subForm {
	margin-top: 25px;
	padding-bottom: 15px;
}
#subForm .label {
	float: left;
	clear: left;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}
input#subscribe {
	margin-left: 170px;
	background-color: #CBD893;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

select#refer {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}
#subForm input.text {
	width:200px;
	padding:5px;
	margin-top:-2px;
}

input#first_name, input#last_name, input#email, textarea#comments {
	background-color: #ECF5F0;
	font-family:"Lucida Console", Monaco, monospace;
}
textarea#comments {
	width: 200px;
	height: 100px;
}
input#first_name:focus, input#last_name:focus, input#email:focus, textarea#comments:focus, select#refer:focus {
	background-color: #FDD041;
}
#subForm p {
	margin:0; padding: 0;
	padding-bottom: 3px;
}

#flashForm {
	padding-left: 30px;
}
a.links1:link, a.links1:visited {
	text-decoration: none;
	color: navy;
	font-weight: bold;
}
a.links2:link, a.links2:visited {
	text-decoration: none;
	color: #009B01;
}
a.links1:hover, a.links2:hover {
	color: red;
	border-bottom: 1px dashed;
}

.subSectionTitle {
	margin: 0 30px 3px;
}
h3.rightTop {
	margin-bottom: 0;
	letter-spacing: 1px;
}
.padBottom {
	padding-bottom: 12px;
}
