/***********************************  Created by Randy Roy - SitesbyRandy.com  *******************************/

* {margin: 0;
    padding: 0;
}

body { font-family:Arial, Helvetica, sans-serif;
       font-size: 62.5%;
	padding: 10px;
	background-color: #000000;
}

#banner {
	background-image: url(images/header_bg.jpg);
	height: 169px;
	text-align: left;
	width: 100%;
	
}

#header_menu{
	background-image: url(images/header_menu.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 73px;
	padding-top: 10px;
	color: #000000;
}

#header_menu a:hover {
	color: #FFFFFF;
}


#container {
	font-size: 1.2em;
	background-color: #FFFFFF;
}

#left {
	float: left;
	width: 161px;
	margin-left: 20px!important;
	margin-left: 10px;
    padding-top: 27px;
}

#right {
	float: right;
	width: 210px;
	margin-right: 10px;
	padding-top: 27px;
}

#right p {
	border-bottom: 1px solid #C2C2CA;
}

#right h4 {
	background-image: url(images/menu_tab2.jpg);
	height: 31px;
	width: auto;
	padding-top: 5px;
	padding-left: 15px;
}

#content {
	margin-right: 250px;
	margin-left: 210px;
	padding: 5px;
	height: auto;
}

#content2 {
	margin-right: 100px;
	margin-left: 210px;
	padding: 5px;
	height: auto;
}

#content3 {
	margin-right: 100px;
	margin-left: 1px;
	padding: 5px;
	height: auto;
	background-color: #FFFFFF;
}


#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	font-size: .9em;
	padding-top: 60px;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

h1{
	font-size: 3em;
	padding-top: 70px;
	padding-left: 50px;
}

.heading_color{
	color: #000099;
	background-image: url(images/title2.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 100px;
	margin-left: 25px;
	padding-top: 40px;
}


h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h4 {
	background-image: url(images/menu_tab.jpg);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-left: 15px;
	
}

.menubottom {
	background-image: url(images/bottom_menu_tab.jpg);
	height: 31px;
	width: auto;
	padding-bottom: 5px;
	padding-left: 15px;
}

.menubottom22 {
	background-image: url(images/bottom_menu_tab2.jpg);
	height: 31px;
	width: auto;
	padding-bottom: 5px;
	padding-right: 15px;
}

.images_left {
	float: left;
	margin: 5px;
	border: none
}



.thumbs {border: 1px solid gray;
         margin: auto;
		 padding: 1px;
}

.thumbs2 {border: 0px solid #cccccc;
         padding-left: 5px;
		 padding-right: 5px;
		 text-align: center;
}



a:link {color: #333333;}     /* unvisited link */
a:visited {color: #333333;}  /* visited link */
a:hover {color: #0033CC; text-decoration: underline;}   /* mouse over link */
a:active {color: #0033CC;}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #C2C2CA;
padding-left: 10px;
}

#navlist li a {
	text-decoration: none;
	color: #333333;

}

#navlist li a:hover {
	text-decoration: underline;

}

/***********************************'   Right side Menu  *******************************/


#navlist2
{
	padding-left: 0;
	margin-left: 0;
	width: 209px;
}

#navlist2 li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px solid #C2C2CA;
padding-left: 10px;
}

#navlist2 li a {
	text-decoration: none;
	color: #333333;

}

#navlist2 li a:hover {
	text-decoration: underline;

}


/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}

/***********************************'  Contact Form  ****************/

.fieldset {
background-color: #FFFFFF;
padding: 10px;
}
legend span {
display: block;
font-weight: bold;
color: #900;
font-size: 150%;
padding-bottom: 0.5em;
}
label {
display: block;
}
label span {
width: 8em;
margin-left: 100px;
float: left;
text-align: right;
}
label input, label textarea {
width: 50%;
font-family: inherit;
}
#submit {
margin-left: 25%;
font-family: Arial, Helvetica, sans-serif;
}

/***********************************'  Copyright Text Positioning  ****************/

.left_text {
	text-align: left;
	font-weight: bold;
	color: #333333;
	margin-left: 10px;
	float: left;
}

.right_text {
	text-align: right;
	font-weight: bold;
	color: #333333;
	margin-right: 10px;
	float: right;
}

.textcenter {
	text-align: center;
}

.nobrdr {
	border: none;
}


