/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

img	{
	border: 0;
}

.clear {
	clear: both;
}

/* *******layout code ******** */

#outerSection {
	margin: 0 auto;
	width: 772px;
}

#innerSection {
	width: 780px;
}

#header {
	padding: 10px;
	width: 772px; 
	background-color: #ffffff;
}
	
#homeimgSection {
	width: 780px;
	background-color:#ffffff;
	border-bottom-style:solid;
	border-top-style:solid;
	border-bottom-width:2px;
	border-top-color:#F40001;
	border-top-width: 2px;
	border-bottom-color:#F40001;
}

#mainSection {

	width: 770px;
	border: 1px solid #F40001;
	padding: 4px 4px 4px 4px;
}

#image {
	float: right;
	position:inherit;
	padding: 0px 0px 0px 10px;
}

/*#addressSection {
	width: 778px;
	background-color:#ffffff;
	color: #ff0000;
	text-align:left;
	font-size:smaller;
	}*/

#footerSection {
	width: 778px;
	background-color:#ffffff;
	color: #f40001;
	border:solid;
	border-width: 1px;
}

#footer {
	width: 768px;
	text-align: right;
	font-size: 80%;
	padding: 8px 8px 8px 8px;
}

/*menu code */
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_nine */

#navbar {
margin-left:35px;
	} 

.pro9 {padding:0 0 0 180px; margin:0; list-style:none; height:30px; position:relative;}
.pro9 li {float: left;}
.pro9 li a {display:block; float:left; height:30px; line-height:29px; background:url(pro_nine_0a.gif) no-repeat; color:#000000; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 12px; cursor:pointer;}
.pro9 li a b {float:left; display:block; padding:0 12px 0 0; background:url(pro_nine_0.gif) right top;}
.pro9 li.current a {color:#ffffff; background:url(pro_nine_1a.gif) no-repeat;}
.pro9 li.current a b {background:url(pro_nine_1.gif) right top;}
.pro9 li a:hover {color:#ffffff; background:url(pro_nine_1a.gif) no-repeat;}
.pro9 li a:hover b {background:url(pro_nine_1.gif) right top;}
.pro9 li.current a:hover {color:#ffffff; background:url(pro_nine_2a.gif) no-repeat; cursor:default;}
.pro9 li.current a:hover b {background:url(pro_nine_2.gif) right top;}



/* ********text******** */


.indent {
	padding-left: 30px;
}

.content {
	font-size: 70%;
	padding: 16px 8px 8px 8px;
}


h3 {
	color: #f40001;
	font-size: large;
}


h4 {
	color: #f40001;
	font-size: small;	
}

a {
	color: #f40001;
	text-decoration:none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}
