/* CSS Document */

	* {
		padding:0px;
		margin:0px;
	}
	
	img {
		border:0px;
	}

	body {
		background-image: url('../images/body_bg.jpg');		
		margin: auto;
	}
	
	#header {		
		background-image:  url('../images/content_header.jpg');
		background-repeat: no-repeat;
		width: 934px;
		height: 12px;

	}
	
	#container {
		background-image: url('../images/content_bg.jpg');
		background-repeat: repeat-y;
		position:relative;
		width: 934px;
		margin:auto;
		min-height:800px;
	}
	
	#content {
		margin-left:250px;
		width: 555px;
		padding: 0 0 20px 0;
	}
	
	#right {
		background-image: url('../images/right_side.jpg');
		background-repeat: no-repeat;
		width: 109px;
		height: 715px;
		float:right;		
	}
	
	#leftmenu {
		width:235;
		z-index:1;
		float: left;
		margin: -12px 0 0 26px;	
		padding:0;
		
	}
	
	#footer {
		position:absolute;
		background-image:  url('../images/footer_bg.jpg');
		background-repeat: no-repeat;
		bottom:0px;
		width:934px;
		height:24px;
	}


/* General Use Styles */	
	p {
		font-family: helvetica;
		text-align: left;
		font-size: 14px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
		margin-left: 50px;
		margin-right: 20px;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	p.contact {
		font-family: Georgia;
		text-align: center;
		width:300px;
		border-bottom: 1px solid #777;
		font-size: 30px;
		font-weight: normal;
		color: #ccc;
		text-decoration: none;
		margin-bottom: 30px;
		margin-top: 10px;
	}
	p.footertext {
		font-family: helvetica;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		margin: 5px 80px 0 0;
	}
	
	h1 {
		font-family: helvetica;
		width:570px;
		background-color:#222222;
		font-size: 24px;
		font-weight: normal;
		background-repeat: no-repeat;
		color: #fff;
		text-decoration: none;
		text-align: left;
		margin-top: 0px;
		margin-left: 5px;
		margin-bottom: 15px;
	}
	h2 {
		font-family: helvetica;
		width:570px;
		border-bottom:1px dotted #ccc;
		font-size: 26px;
		font-weight: normal;
		color: #910000;
		text-decoration: none;
		text-align: left;	
		padding: 10px 0 0px 5px;
		margin: 0 0 10px 0;
	}
	h3 {
		font-family: Arial;
		font-size: 20px;
		font-weight: normal;
		color: #777;
		text-decoration: none;
		text-align: left;		
		margin-top: 0px;
		margin-left: 20px;
		margin-bottom: 10px;
	}	

	
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #af9d7a;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 75px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	li {
		font-size: 12px;
		font-weight: bold;
		list-style-type: square;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
/* These are the Main Menu Links */	

	a:link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #bb0000;
		text-decoration: none;
	}
	a:visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #bb0000;
		text-decoration: none;
	}
	a:active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #bb0000;
		text-decoration: none;
		background-color:#eee;
	}
	a:hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #bb0000;
		background-color: none;
		text-decoration: underline;
		background-color:#eee;
	}
		a.footerlink:link {
		font-family: helvetica;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-decoration: underline;
		background-color:transparent;		
		}
		
		a.footerlink:active {
		font-family: helvetica;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-decoration: underline;
		background-color:transparent;		
		}
		
		a.footerlink:visited {
		font-family: helvetica;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-decoration: underline;
		background-color:transparent;		
		}
		
		a.footerlink:hover {
		font-family: helvetica;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		background-color:transparent;
		}						
/* These are the Side Menu Links */	
	
	#leftmenu ul {
		list-style-type: none;
		margin: 0px; 
		padding: 0px; 		
	}
	
	#leftmenu li {
		position: relative;
		list-style-type: none;               		
	}
		
	#leftmenu a {		
		display: block;
		background-image:  url('../images/button.jpg');
		background-repeat: no-repeat;
		font-family: "Gill Sans MT", "Century Gothic", Arial;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color: #000;
		width: 235px;
        height: 34px;
        padding-left: 30px;
        line-height:35px;
                				
	}

	#leftmenu a:hover {		
		color: #000;
		background-image:  url('../images/button-over.jpg');
		background-repeat: no-repeat;
		text-decoration: none;
		width: 235px;
        height: 34px;
                
	}
	
	

/* Contact Form */

	#contact-wrapper {
		width: 430px;
		border: 1px solid #777;
		background:#fff;
		padding: 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#contact-wrapper div {
		clear: both;
		margin: 1em 0;
	}
	
	#contact-wrapper label {
		display:block;
		float:none;
		font-size:18px;
		font-weight:normal;
		color:#777;
		width:auto;
		font-family:Georgia;
		text-align:left;
		margin-left:30px;
	}
	
	form#contactform input {
		border-color: #000 #777 #000 #777;
		border-style: solid;
		border-width: 1px;
		padding: 5px;
		font-size: 16px;
		color: #000;
	}
	
	form#contactform textarea {
		font-family:Arial, Tahoma, Helvetica, sans-serif;
		font-size:100%;
		padding:0.6em 0.5em 0.7em;
		border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
		border-style:solid;
		border-width:1px;
	}