@import url("global.css");


/*----------------------------- LAYOUT -----------------------------*/
#SubPageBody {
	background:url(../images/inside_body_bg.gif) repeat;
}
#SubPageContentBG{							/*--background image with a gradient--*/
	background:url(../images/bodybg.gif) repeat-x;
}
#SubPageContentLeft li {
	list-style:outside url(../images/arrowblack.gif) ;
	line-height:1.1em;
}
#SubPageContentLeft ul{
	margin:0 0 20px;
	padding:0 0 0 15px;
}
#SubPageContentLeft {
	width:530px;
	background:url(../images/inside_content_left_bg.gif);
	float:left;
}
#SubPageContentLeft img {
	border:1px solid #D47123;
}
#SubPageContent {			/*--content box for inside pages--*/
	width:466px; /* Add with padding to equal 530px */
	padding:20px 20px 20px 44px;
	background:url(../images/inside_content_bg.gif) top no-repeat;
}
#SubPageContent a {
	text-decoration:none;
}
#SubPageContent a:hover {
	text-decoration:underline;
}
#SubPageContent h1 {
	padding:10px 0 20px;
}
#SubPageContent h2 {
	padding:10px 0 10px;
}
#SubPageContent h3 {
	padding:10px 0 10px;
}
#ContactPageForm {
  font-family:Arial, Helvetica, sans-serif;
	font-size:110%;	
	padding:0;
	margin:20px 0 0;
}
#ContactForm ul, #ContactForm li{
	list-style:none;
}
#ContactForm li{ /* Vertical spacing between form fields */
	margin:4px 0;
}
#ContactForm label{ /* Styles for descriptions */
	width:150px;
	display:block;
	float:left;
}
#ContactForm input, #ContactForm textarea, #ContactForm select{
	width:228px;
	border:1px solid #666;
	background:#EEE;
}
#ContactForm textarea{
	height:80px;
}
#ContactForm .SubmitBtn{
	height:20px;
	width:100px;
	background:#FFC800;
	color:#333;
}

#ContactPageLeft {
	width:530px;
	background:url(../images/inside_content_left_bg.gif);
	float:left;
}
#ContactPageLeft li {
	list-style:none;
}
/*----------------------------- FOOTER -----------------------------*/

#SubPageFooterNav {
	width:777px;
	height:130px;
	background:url(../images/insideftrnav.gif) no-repeat;
	text-align:center;
}
#SubPageFooterNav ul {
	padding:40px 0 10px 0;
}
#SubPageFooterNav li {
	padding:0 10px;
	display:inline;
}
#SubPageFooterNav a {
	text-align:center;
}
#SubPageFooterNav a:hover {
	color:#990000;
}
#SubPageFooterNav p {
	padding-bottom:2px;
}
/*----------------------------- TYPOGRAPHY -----------------------------*/

#SubPageFooterNav {
	font:0.9em Arial, Helvetica, sans-serif;
	color:#C44A00;
}
#SubPageFooterNav a {
	font:0.9em Arial, Helvetica, sans-serif;
	color:#C44A00;
}