/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #68391D url(images/page_bk.jpg) repeat-y left;
	margin: 10px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
}
h1 {
	font-size: large;
	color: #2B3068;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #2B3068;
}
h2 {
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #CCD02F;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #CCD02F;
	color: #FFFFFF;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 14px;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCD02F;
	border-right-color: #CCD02F;
	border-bottom-color: #CCD02F;
	border-left-color: #CCD02F;
	background-color: #353595;
	background-repeat: repeat-y;
	background-position: right;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
	background-image: url(images/foot_bk.jpg);
}
div#footer p {
}
div#footer a:link {
}
div#footer a:visited {
}
div#footer a:hover {
}
div#footer a:active {
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	border: 1px solid #D5D155;
	margin-top: 10px;
	margin-right: 28px;
	margin-bottom: 10px;
	margin-left: 10px;
}
clear {
	clear: both;
}
/* ------------------------- MAIN NAVIGATION ----------------------------- */
/* Removes all margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */

ul#mainnav {
	margin: 0px auto;
	padding: 0px 0px 20px;
	width: 752px;
	border-bottom: 5px none #336600;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCD02F;
	border-left-color: #CCD02F;
	border-right-width: 1px;
	border-left-width: 1px;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-color: #FFFFFF;
	background-image: url(images/bk2.gif);
}
/* This creates the tabs. We set a height for each tab, give it a border and place 2 pixels of space between each tab. We float them left on the navbar and remove the bullets. */

ul#mainnav li {
	margin: 1px;
	float: left;
	border: 1px solid #4A3D95;
	list-style: none;
	width: 120px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(images/nav_bk.jpg);
}

/* This creates the style for our links. */

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #363A81;
	text-decoration: none;
	display: block;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/* Creates hover and current ("on") status for each link. Apply current class to  link to highlight tab.*/

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	background-color: #282D64;
	border-bottom-style: none;
	background-image: url(images/nav_bk2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
}
/* ----------------- CUSTOM CLASSES ----------------- */
div#container {
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCD02F;
	border-left-color: #CCD02F;
	background-color: #FFFFFF;
	background-image: url(images/bk2.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B3068;
	margin-right: auto;
	margin-left: auto;
}
.footer_big {
	font-size: small;
	color: #FFFFFF;
	font-style: italic;
}
.textarea {
	width: 430px;
	margin-right: auto;
	margin-left: 25px;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #D5D155;
}
div#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.textarea_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-transform: capitalize;
	color: #353595;
	padding: 2px;
	width: 456px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-style: italic;
	border: 1px solid #DCD710;
}
.pic1 {
	float: right;
	width: 218px;
	margin-right: 17px;
	border: 1px solid #DCD710;
	height: 360px;
	background-image: url(images/pic2.jpg);
	background-position: bottom;
}
div#copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#copyright a:active {
	color: #FFFFFF;
}
div#copyright a:hover {
	color: #CCD02F;
}
li a:link {
	color: #353595;
	text-decoration: underline;
}
li a:visited {
	color: #353595;
}
li a:active {
	color: #353595;
}
.pic2 {
	background-image: url(images/pic4.jpg);
	float: right;
	height: 340px;
	width: 218px;
	margin-right: 17px;
	background-position: center;
	border: 1px solid #DCD710;
}
.pic3 {
	background-image: url(images/car.jpg);
	float: right;
	height: 278px;
	width: 218px;
	margin-right: 17px;
	background-position: center;
	border: 1px solid #DCD710;
}
.pic4 {
	background-image: url(images/pic4a.jpg);
	float: right;
	height: 350px;
	width: 218px;
	margin-right: 17px;
	background-position: bottom;
	border: 1px solid #DCD710;
}
