@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bodyBG.jpg) repeat-x;
	color: #333333;
	background-color: #5F5D50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; 
	}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0176D4;
	text-decoration: underlined;
	font-weight: bold; 
	}

a:hover {
	color: #D9261C;
	text-decoration: underlined;
	}

a:active {
	color:#D9261C;
	text-decoration: underlined;
	}


li {
	margin-left: 20px;
	}

#wrapper {
	width: 824px;
	margin: 0 auto;
	background: white;
	}

#logo {
	width: 824px;
	height: 146px;
	margin: 0;
	padding: 0;
	background: url(images/logo1.jpg) no-repeat ;
	}

#menu {
	width: 824px;
	height: 32px;
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
	padding: 0px;
	text-align: center;
	padding-left: 0px;
	}

#menu ul {
		margin:0 auto;
		padding-left:60px;
		list-style:none;
		max-width: 600px;
		}
		#menu ul li {
			text-align: center;
			overflow: hidden;
			float: left;
			margin-right:-18px;
			}
			
			#menu ul li a {
				    /* Sliding right image */
    		background: transparent url(images/right.gif) no-repeat scroll top right; 
			display: block;
			float: left;
			height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
			margin-right: 2px;
			padding-right: 12px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
			padding-top:0px;
			padding-bottom: 0px;
			
			/* FONT PROPERTIES */
			
			text-decoration: none;
			color: #D9261C;
			font-family: Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
							
			}
							
			#menu span {
			/* Background left image */ 
			background: transparent url(images/left.gif) no-repeat; 
			display: block;
			line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
			padding: 7px 7px 5px 18px;
			}
							
			#menu ul li a:hover {
				color: #5F5D50;
				}

#navbottom {
	clear: both;
	width: 824px;
	height: 22px;
	background: url(images/navBottom.jpg) no-repeat; 
	}

#content {
	clear: both;
	width: 824px;
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}

#content p{
	margin: 0;
	}

#text {
	width: 700px;
	margin: 0 auto;
	padding-bottom:25px;
	padding-top: 25px;
	}

#text h4, h3, h2 {
	color:#D9261C;
	margin-top: 0;
	margin-bottom: 3px;
	}

input, select    { 
	border: 1px solid silver; 
	}

input.error, select.error {
	padding-right: 16px; 
	border: 1px solid red; 
	background-color: #FFFCE2; 
	background-image: url(images/warning_obj.gif); 
	background-position: right; background-repeat: no-repeat;
	}

input:focus, select:focus {border: 1px solid red; background-color:#EFEFEF;}


#footer {
	width: 824px;
	height: 81px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	}

#copyright {
	width: 400px;
	margin:auto;
	line-height: 81px;
	text-align: center;
	color:#ffffff;
	font-weight: bold;
	}

